Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

tsoome

tsoome created a branch on TritonDataCenter/illumos-extra

OS-8594 - Extra non-ON software required for Illumos

tsoome opened a pull request on TritonDataCenter/illumos-extra
OS-8593 ipmitool update for gcc 14
ipmitool has multiple problems: - missing prototypes for ipmi_intf_get_max_response_data_size() and ipmi_intf_get_max_request_data_size(). - unused static function fru_area_print_multirec_bloc(...
tsoome created a branch on TritonDataCenter/illumos-extra

OS-8593 - Extra non-ON software required for Illumos

tsoome opened a pull request on TritonDataCenter/illumos-extra
OS-8592 dialog update for gcc 14
dialog has configure error with gcc 14; in order to check for ncurses.h, it is using tgoto(), but tgoto() is not declared in ncurses.h at all. Use endwin() instead (as it is done in more recent dia...
tsoome created a branch on TritonDataCenter/illumos-extra

OS-8592 - Extra non-ON software required for Illumos

tsoome opened a pull request on TritonDataCenter/illumos-extra
OS-8591 coreutils update for gcc 14
coreutils is missing declaration for memset_s. And this one is tricky, because, to get the declaration, we need to have: # define __STDC_WANT_LIB_EXT1__ 1 And we do have it. Except we do set it t...
tsoome created a branch on TritonDataCenter/illumos-extra

OS-8591 - Extra non-ON software required for Illumos

tsoome opened a pull request on TritonDataCenter/illumos-extra
OS-8590 nss-nspr update for gcc 14
1. leaking pointer to local variable (set field to NULL to prevent it as our work is done). 2. variable may be used uninitialized (initialize it to NULL). 3. misaligned statements in two locations.
tsoome created a branch on TritonDataCenter/illumos-extra

OS-8590 - Extra non-ON software required for Illumos

tsoome opened a pull request on TritonDataCenter/illumos-extra
OS-8589 openssl1x update for gcc 14
Fix declaration (line 9). Cast over uintptr_t so the structure size check would not be used. Add check for array index. Signature algorithms start from 1, so idx > 0 is good check.
tsoome created a branch on TritonDataCenter/illumos-extra

OS-8589 - Extra non-ON software required for Illumos

tsoome created a comment on a pull request on TritonDataCenter/illumos-joyent
> No disassembly diffs I imagine. Seems like a no-brainer. Yes, only some symbols diff (posted with issue).

View on GitHub

tsoome pushed 6 commits to OS-8588 TritonDataCenter/illumos-joyent
  • 16790 /usr/lib/pci/pcidb could intuit which tables to search 16858 pcidb should warn if filters are unused Reviewed b... 87ae43a
  • 16859 October 2024 hwdata update Reviewed by: Andy Fiddaman <[email protected]> Approved by: Patrick Mooney <pmoon... add256e
  • [illumos-gate merge] commit add256e4d87ad1beb50ff998ba64e3c3ff58fdcf 16859 October 2024 hwdata update commit 87... b4e0fcf
  • 16863 implement C23 stdbit.h 16862 want kernel CHAR_BIT and related definitions Reviewed by: Andy Fiddaman <illumos@f... aaceae9
  • [illumos-gate merge] commit aaceae985c2e78cadef76bf0b7b50ed887ccb3a6 16863 implement C23 stdbit.h 16862 wan... 4d6f1a6
  • OS-8588 lx_brand: argument 2 of type 'const struct timeval[2]' with mismatched bound 041fd06

View on GitHub

tsoome opened a pull request on TritonDataCenter/illumos-joyent
OS-8588 lx_brand: argument 2 of type 'const struct timeval[2]' with m…
Fix declaration to match definition. Build is ok.
tsoome created a branch on TritonDataCenter/illumos-joyent

OS-8588 - Community developed and maintained version of the OS/Net consolidation

tsoome created a branch on tsoome/illumos-gate

rsend - Community developed and maintained version of the OS/Net consolidation

tsoome pushed 1 commit to master tsoome/illumos-gate
  • 16863 implement C23 stdbit.h 16862 want kernel CHAR_BIT and related definitions Reviewed by: Andy Fiddaman <illumos@f... aaceae9

View on GitHub

tsoome pushed 2 commits to gcc14 TritonDataCenter/illumos-joyent
  • 16873 tools: add lex to build tools Change-Id: I7c518f253f0dcfbbe6cf74f812650dd4096925e4 6c31f04
  • lx_brand: argument 2 of type 'const struct timeval[2]' with mismatched bound ../common/misc.c:353:50: error: argumen... 964f089

View on GitHub

tsoome opened 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 created a branch on TritonDataCenter/illumos-joyent

gcc14 - Community developed and maintained version of the OS/Net consolidation

tsoome pushed 7 commits to OS-8584 TritonDataCenter/illumos-extra

View on GitHub

tsoome opened 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 created a branch on TritonDataCenter/mdb_v8

gcc14 - postmortem debugging for Node.js and other V8-based programs

tsoome created a review on a pull request on illumos/docs

View on GitHub

tsoome pushed 1 commit to master tsoome/illumos-gate
  • 16006 Need RFC8106 decode in snoop Reviewed by: Peter Tribble <[email protected]> Reviewed by: Andy Fiddaman <i... 1b4cc0f

View on GitHub

tsoome pushed 2 commits to master tsoome/illumos-gate
  • 16871 lgrpplat.c: array subscript -1 is below array bounds Reviewed by: Bill Sommerfeld <[email protected]> Revi... 8c43b45
  • 16005 Need RFC8106 definitions in icmp6.h Reviewed by: Peter Tribble <[email protected]> Reviewed by: Andy Fidd... 123f8fd

View on GitHub

tsoome opened 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 created a branch on TritonDataCenter/smartos-live

OS-8586 - For more information, please see http://smartos.org/ For any questions that aren't answered there, please join the SmartOS discussion list: https://smartos.topicbox.com/groups/smartos-discuss

tsoome opened a pull request on TritonDataCenter/illumos-extra
OS-8584 Introduce gcc14 as the shadow-compiler
we need few patches to get illumos-extra to build with gcc 14.
tsoome created a branch on TritonDataCenter/illumos-extra

OS-8584 - Extra non-ON software required for Illumos

Load more