Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
tsoome pushed 1 commit to master TritonDataCenter/illumos-extra
- OS-8592 dialog update for gcc 14 (#129) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danmcd... 37d4069
tsoome closed 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 pushed 6 commits to OS-8592 TritonDataCenter/illumos-extra
- OS-8589 openssl1x update for gcc 14 (#126) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <dan... 0b63fd9
- OS-8595 ntp update for gcc 14 (#132) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danmcd@mn... cf5d86c
- OS-8590 nss-nspr update for gcc 14 (#127) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danm... 981415c
- OS-8591 coreutils update for gcc 14 (#128) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <dan... 8850a97
- OS-8593 ipmitool update for gcc 14 (#130) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danm... d1caacb
- Merge branch 'master' into OS-8592 a683295
tsoome pushed 1 commit to master TritonDataCenter/illumos-extra
- OS-8593 ipmitool update for gcc 14 (#130) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danm... d1caacb
tsoome closed 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 pushed 5 commits to OS-8593 TritonDataCenter/illumos-extra
- OS-8589 openssl1x update for gcc 14 (#126) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <dan... 0b63fd9
- OS-8595 ntp update for gcc 14 (#132) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danmcd@mn... cf5d86c
- OS-8590 nss-nspr update for gcc 14 (#127) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danm... 981415c
- OS-8591 coreutils update for gcc 14 (#128) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <dan... 8850a97
- Merge branch 'master' into OS-8593 c6cfa74
tsoome pushed 1 commit to master TritonDataCenter/illumos-extra
- OS-8591 coreutils update for gcc 14 (#128) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <dan... 8850a97
tsoome closed 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...tsoome pushed 4 commits to OS-8591 TritonDataCenter/illumos-extra
- OS-8589 openssl1x update for gcc 14 (#126) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <dan... 0b63fd9
- OS-8595 ntp update for gcc 14 (#132) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danmcd@mn... cf5d86c
- OS-8590 nss-nspr update for gcc 14 (#127) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danm... 981415c
- Merge branch 'master' into OS-8591 b23855f
tsoome pushed 1 commit to master TritonDataCenter/illumos-extra
- OS-8590 nss-nspr update for gcc 14 (#127) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danm... 981415c
tsoome closed 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 pushed 3 commits to OS-8590 TritonDataCenter/illumos-extra
- OS-8589 openssl1x update for gcc 14 (#126) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <dan... 0b63fd9
- OS-8595 ntp update for gcc 14 (#132) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danmcd@mn... cf5d86c
- Merge branch 'master' into OS-8590 7806e64
tsoome pushed 1 commit to master TritonDataCenter/illumos-extra
- OS-8595 ntp update for gcc 14 (#132) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <danmcd@mn... cf5d86c
tsoome closed 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 pushed 2 commits to OS-8595 TritonDataCenter/illumos-extra
- OS-8589 openssl1x update for gcc 14 (#126) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <dan... 0b63fd9
- OS-8595 ntp update for gcc 14 2bea503
tsoome created a comment on a pull request on TritonDataCenter/illumos-extra
> We _really_ need this one to be tested in both gcc10 and gcc14 builds. I did add sample outputs to the issue.
tsoome closed 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 opened a pull request on TritonDataCenter/illumos-extra
OS-8599 binutils does needless link against libfl
I got build error while building binutils, proto.strap compiler failed to locate libfl. Investigating the issue, I have determined the binutils does not actually need to be linked against libfl at ...tsoome created a branch on TritonDataCenter/illumos-extra
OS-8599 - Extra non-ON software required for Illumos
tsoome pushed 1 commit to master TritonDataCenter/illumos-extra
- OS-8589 openssl1x update for gcc 14 (#126) Reviewed by: Dan McDonald <[email protected]> Approved-by: Dan McDonald <dan... 0b63fd9
tsoome closed 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 pushed 1 commit to master TritonDataCenter/illumos-joyent
- OS-8588 lx_brand: argument 2 of type 'const struct timeval[2]' with mismatched bound (#486) Reviewed by: Dan McDonal... c987a3b