Ecosyste.ms: Timeline

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

richlowe

richlowe opened a pull request on richlowe/illumos-gate
gic: Move from `setlvl` and `setlvlx` to `intr_enter` and `intr_exit`
These names are at least very likely much more intelligible, and are inspired by the names of the PSM operations which underly them in the intel implementation. Unlike on intel, I have changed the...
richlowe pushed 1 commit to arm64/setlvl-names richlowe/illumos-gate
  • gic: Move from `setlvl` and `setlvlx` to `intr_enter` and `intr_exit` These names are at least very likely much more... 625a000

View on GitHub

richlowe created a branch on richlowe/illumos-gate

arm64/setlvl-names - Local changes to the Illumos OS/Net consolidation.

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • Fix issues exposed by GCC 14.2.0 - halt The removal of fastreboot support was not complete, and improved dead-code... c35d9a7

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
update libfdt to 1.7.2
It's just fixing typos in comments and formatting. Still worth taking them I guess. If you disagree, feel free to close this PR.
richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • we should not expose drem symbols in libm as we have no prototype in math.h 1db5032

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
we should not expose drem symbols in libm as we have no prototype in math.h
I didn't remove sources etc. in `contrib/`. Please let me know if you want me to.
richlowe opened a pull request on richlowe/illumos-gate
Fix issues exposed by GCC 14.2.0
- halt The removal of fastreboot support was not complete, and improved dead-code removal caused the link of libzfs and libgen to be noticed as unused. - standalone ufs Gag warning about danglin...
richlowe created a review comment on a pull request on richlowe/illumos-gate
Can you remove these rather than comment them out? I know it sounds weird, and it's also not clear, but the commented symbols are (meant to be, at least) things that are in the i386 and sparc libm...

View on GitHub

richlowe created a review on a pull request on richlowe/illumos-gate

View on GitHub

richlowe pushed 10 commits to il-14_2_0-arm64 richlowe/gcc
  • with the power of extreme violence, configure gcc correctly 3847da6
  • We _do_ have the solaris CRTs, so we need to build the other bits. cd0e6ce
  • make 'char' unsigned, like other AArch64 88c4c94
  • stop defaulting to -fPIC on aarch64 I'm not sure why this was done, but it's the wrong thing to be doing. As a conse... c7d5f53
  • stop defining __aarch64 and rely on the normal compiler define The regular check for this is `__aarch64__` but the i... a55c649
  • be willing to build libstdc++ even when cross compiling I believe this was commented out to bootstrap things in the ... 867ab11
  • Fix the _TYPEs for `char` being unsigned on ARM, which I missed before. This broke surprisingly few things we notice... a4fc60a
  • treat .eh_frame as we do on amd64 Use the same code to ensure .eh_frame is consistently read-only that we do on amd6... f45d6bf
  • libgcc: Add support for LSE to the libgcc on illumos This includes the out-of-line bits in libgcc that `-mno-outline... f4fb3ba
  • msave-args: preserve integer function arguments passed in registers Similar to on amd64, it would be convenient if w... fe8e1a1

View on GitHub

richlowe created a branch on richlowe/arm64-gate

gcc-14 - bootstrap illumos on AArch64

richlowe pushed 1 commit to arm64/gcc-14 richlowe/illumos-gate
  • Fix issues exposed by GCC 14.2.0 - halt The removal of fastreboot support was not complete, and improved dead-code... a6e05d3

View on GitHub

richlowe created a branch on richlowe/gcc

il-14_2_0-arm64 - GCC patched to build illumos, including the patches from Codesourcery/Sun Microsystems used in the 3.4.3 and 4.3.3 shipped with Solaris

richlowe pushed 15 commits to arm64-gate richlowe/illumos-gate
  • 5915 msgpullup(9f) behaves as if len is always -1 Portions contributed by: Dan McDonald <[email protected]> Reviewed by: ... 8cfbb92
  • 16854 CPUID_PASS_IDENT is sufficient for cpuid_getsig 16907 Apply microcode updates before CPUID_PASS_BASIC Reviewed ... df5a0c5
  • 16926 Update AMD microcode to 20241121 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Marco van Wieringe... 2d27979
  • 16927 Update Intel microcode to 20241112 Reviewed by: Rich Lowe <[email protected]> Reviewed by: Marco van Wierin... 6e8c001
  • 16881 zfs-tests: rsend_008_pos should be disabled for now Reviewed by: Dan McDonald <[email protected]> Approved by: Patr... c7f0a03
  • 16901 sol_ucma: possible memory leak of 'ucma_evt' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by:... 799266c
  • 16942 ZTS: channel_program tests fail to find verify_runnable Reviewed by: Andy Fiddaman <[email protected]> Revie... 944bdb1
  • 16932 Add `wait_freeing` helper function to ZTS Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Da... 25bfbbc
  • 16933 ZTS: Wait for free space between quota tests Reviewed by: Bill Sommerfeld <[email protected]> Approved by:... a5e0ce4
  • 16933 ZTS: Wait for free space between quota tests (fix sleep) Reviewed by: Bill Sommerfeld <[email protected]> ... 1b708e1
  • 16943 ZTS: tst.change_key should use zpool to get pool history Reviewed by: Sebastian Wiedenroth <[email protected]> R... 8257d2d
  • 16944 fix formatting errors in readdir(3c) and opendir(3c) Reviewed by: Toomas Soome <[email protected]> Reviewed by: Seb... c96fde5
  • 16900 procfs: possible memory leak of 'thing' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy... 2d5f855
  • 15364 Provide common hexdump function library 16938 smbios oprintf format problems Reviewed by: Robert Mustacchi <rm+... 43379a2
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate 08e3e51

View on GitHub

richlowe pushed 1 commit to arm64/pci-hacking richlowe/illumos-gate
  • handle `root_bus_addr` correctly when enumerating PCI roots I'd absolutely botched the pointerness of everything. 9c7edcb

View on GitHub

richlowe pushed 7 commits to arm64-gate richlowe/illumos-gate
  • 16896 ipc: possible memory leak of 'ids' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy Fidd... 037044b
  • 16897 s1394: possible memory leak of 'member_new' Reviewed by: C Fraire <[email protected]> Reviewed by: Andy Fiddaman <... da59b86
  • 16898 cardbus: possible memory leak of 'cdsp' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy... d74fa75
  • 16911 illumos-gate should select OpenSSL 1.x API where needed Reviewed by: Toomas Soome <[email protected]> Reviewed by: ... 109018f
  • 16910 vioif package needs package metadata fixups Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Toom... 9068858
  • 16899 psets: possible memory leak of 'psets' Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Andy ... 27ecbff
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/pkg/manifest... cba01e3

View on GitHub

richlowe pushed 4 commits to arm64-gate richlowe/illumos-gate
  • 6500 dtrace translator deref uses wrong store op Reviewed by: Adam Leventhal <[email protected]> Approved by: ... 18ad798
  • 16882 zpool_create_008_pos is always failing Reviewed by: Vitaliy Gusev <[email protected]> Reviewed by: Dan Mc... 9d1bdd5
  • 16893 sol_ofs: possible memory leak Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: Marco van Wier... 4574405
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate bce5576

View on GitHub

richlowe created a branch on richlowe/illumos-gate

arm64/pci-hacking - Local changes to the Illumos OS/Net consolidation.

richlowe created a comment on a pull request on richlowe/illumos-gate
This is one of those things where it seems like the long-term fix is probably the separate uts platform for sbsa v. not-sbsa, rather than conditions at runtime, I think.

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • use typed `ddi_prop_lookup...` in cases that might affect aarch64 (fix i386 build) 2829be5

View on GitHub

richlowe created a comment on a pull request on richlowe/illumos-gate
I pushed this

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
use typed DDI interfaces where it might affect AArch64
on fdt-based aarch64, "PROM" properties ultimately come from the FDT. This data is defined (like ieee1275) to be big-endian 32bit integer cells, bytes, or strings. Since we're using the CPU lit...
richlowe pushed 2 commits to arm64-gate richlowe/illumos-gate
  • use `ddi_prop_get_int` not `ddi_getprop` The latter is obsolete, and predates the typed DDI property interfaces. Th... 9646c7c
  • use typed `ddi_prop_lookup...` in cases that might affect aarch64 As with `ddi_getprop` `ddi_getlongprop` is obsolet... 1b5cce3

View on GitHub

richlowe pushed 2 commits to arm64-gate richlowe/illumos-gate
  • mdb: if the autovec vector is NULL don't print it in ::interrupts This means the interrupt is disabled d7437e0
  • mdb: format symbols with %a not %A in ::interrupts This way if something horrific happens like a module unloading wi... 44ace4e

View on GitHub

richlowe created a review comment on a pull request on richlowe/illumos-gate
My fear with this (and I also suspect I've been inconsistent, but I tried not to be), is that if someone had foo=0 in a config file to explicitly disable something, that's still boolean true, but f...

View on GitHub

richlowe created a review on a pull request on richlowe/illumos-gate

View on GitHub

richlowe created a review comment on a pull request on richlowe/illumos-gate
It's not, I fixed this but I had to force-push because I'd rebased since I put the review up. Sorry.

View on GitHub

richlowe created a review on a pull request on richlowe/illumos-gate

View on GitHub

Load more