Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tsoome created a comment on a pull request on TritonDataCenter/illumos-extra
> Please make sure these tests are run before anyone IAs; I can help if need be. > > On before-this-patch and after-this-patch with stock gcc10 builds check diffs between > > * `dis .../ssl/s...
tsoome pushed 1 commit to master TritonDataCenter/smartos-live
- OS-8586 illumos-joyent should use tools lex per illumos#16873 (#1111) Co-authored-by: Toomas Soome <toomas.soome@mnx... 03c8f72
tsoome closed a pull request on TritonDataCenter/smartos-live
OS-8586 illumos-joyent should use tools lex per illumos#16873
Once the lex update lands, we need to use it or gcc 14 build will fail:)tsoome pushed 1 commit to OS-8593 TritonDataCenter/illumos-extra
- OS-8593 ipmitool update for gcc 14 35bc4d4
tsoome created a comment on a pull request on TritonDataCenter/illumos-extra
> Can you update the ticket to quickly explain why endwin() is being used by newer `dialog` and why it's okay? (I don't have curses/ncurses wired into my brain.) done. and in short, endwin() is ...
tsoome pushed 1 commit to OS-8591 TritonDataCenter/illumos-extra
- OS-8591 coreutils update for gcc 14 01128d4
tsoome closed a pull request on TritonDataCenter/illumos-extra
OS-8594 mdb_v8 update for gcc 14
This change can be implemented as patch in build system or directly in mdb_v8 repo, the core of the issue is about local buffer space being too small, we need 25 bytes, not 10.tsoome closed a pull request on TritonDataCenter/mdb_v8
fix compilation with GCC14
We are getting build errors: `src/mdb_v8.c: In function 'do_jsframe': src/mdb_v8.c:4657:60: error: '%u' directive output may be truncated writing between 1 and 10 bytes into a region of size 7 [-...tsoome opened a pull request on TritonDataCenter/mdb_v8
OS-8594 mdb_v8 update for gcc 14
The issue is about local buffer space being too small, we need 25 bytes, not 10.tsoome created a branch on TritonDataCenter/mdb_v8
OS-8594 - postmortem debugging for Node.js and other V8-based programs
tsoome closed a pull request on TritonDataCenter/illumos-joyent
Gcc14
Still need better solution for lex, but current one does work, so we can get the build.tsoome pushed 3 commits to OS-8588 TritonDataCenter/illumos-joyent
- 16873 tools: add lex to build tools Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McDonald <... 2e07277
- [illumos-gate merge] commit 2e07277863d69344215bd0c72e171d0c854dbe56 16873 tools: add lex to build tools Confl... b5d6ca3
- OS-8588 lx_brand: argument 2 of type 'const struct timeval[2]' with mismatched bound 65a48d5
tsoome pushed 1 commit to OS-8584 TritonDataCenter/illumos-extra
- OS-8584 Introduce gcc14 as the shadow-compiler 4428027
tsoome pushed 1 commit to master tsoome/illumos-gate
- 16873 tools: add lex to build tools Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McDonald <... 2e07277
tsoome created a comment on a pull request on TritonDataCenter/illumos-extra
> Why does this patch name refer to gcc16? This one remains one of the big mysteries about the universe:D Of course, I must have typed 6 instead of 4:)
tsoome pushed 1 commit to OS-8589 TritonDataCenter/illumos-extra
- OS-8589 openssl1x update for gcc 14 3b2e100
tsoome pushed 1 commit to OS-8584 TritonDataCenter/illumos-extra
- OS-8584 Introduce gcc14 as the shadow-compiler 941fdba
tsoome opened a pull request on TritonDataCenter/illumos-extra
OS-8597 openlldp update for gcc 14
We have problem in the same function as we already have existing diff, so I did merge both (in openlldp/Patches/openlldp-smartos.diff) strncat() needs to use buffer space of one less bytes.tsoome created a branch on TritonDataCenter/illumos-extra
OS-8597 - Extra non-ON software required for Illumos
tsoome opened a pull request on TritonDataCenter/illumos-extra
OS-8596 openldap update for gcc 14
openldap has two problems: 1. pthread_detach() needs int, not pointer 2. thr_yield() needs thread.h.tsoome created a branch on TritonDataCenter/illumos-extra
OS-8596 - Extra non-ON software required for Illumos
tsoome opened a pull request on TritonDataCenter/illumos-extra
OS-8595 ntp update for gcc 14
ntp has two problems: 1. isc_ioctl() is expecting char * pointer 2. configure pthread_detach() is expecting int, not pointer.tsoome created a branch on TritonDataCenter/illumos-extra
OS-8595 - Extra non-ON software required for Illumos