Ecosyste.ms: Timeline

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

richlowe

richlowe created a comment on a pull request on richlowe/illumos-gate
> This cleans up the current logic nicely, but the current logic doesn't really implement the devicetree spec. > > Do we want to land this as a cleanup and improve the implementation later? W...

View on GitHub

richlowe pushed 49 commits to arm64/typed-ddi richlowe/illumos-gate
  • 16800 bhyve upstream sync 2024 September Reviewed by: Marco van Wieringen <[email protected]> Revie... 5c4a5fe
  • 16806 Some services unexpectedly start in /root Reviewed by: Marco van Wieringen <[email protected]... 82ae164
  • 16828 Support AMD DFv4+ UMC decoding Reviewed by: Rich Lowe <[email protected]> Reviewed by: C Fraire <cfraire@me... 05ce395
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/cmd/bhyve/Ma... d5977b3
  • 16839 busra comments could expand upon why x86 IRQ 2 is special Reviewed by: Joshua M. Clulow <[email protected]> Revie... 09ded43
  • 16841 in.ndpd sometimes loses interface id on restart Reviewed by: Andy Fiddaman <[email protected]> Approved by: ... ba74e13
  • 16846 ast: update for gcc 14 Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <sommerfe... 1ff6fc1
  • 16838 libefi: efi_auto_sense should use sector size Reviewed by: Jason King <[email protected]> Appr... 598dbe5
  • 16833 smbsrv: array subscript 12 is above array bounds Reviewed by: Andy Fiddaman <[email protected]> Reviewed by:... 35ae87c
  • 16844 pci_prd: array subscript 0 is outside array bounds Reviewed by: Andy Fiddaman <[email protected]> Approved b... e5ab5ea
  • 16845 loader: array subscript [0, 536870911] is outside array bounds Reviewed by: Andy Fiddaman <[email protected]... c2eb74c
  • 16850 genunix: array subscript [0, 9] is outside array bounds of 'hrtime_t[10]' Reviewed by: Marcel Telka <marcel@tel... 47129be
  • 16852 drop gcc 11 from Makefile.master Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McDonal... d378658
  • 16550 vmm: writing 1 byte into a region of size 0 Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: ... 0e34f8d
  • 16853 cpuid_pass_basic filling in wrong cpi_extd entry for CPUID_LEAF_EXT_21 Reviewed by: Dan McDonald <[email protected]... a8cd71d
  • 16849 const arrays in vmm_gpt.c trigger warnings with newer GCC Reviewed by: Toomas Soome <[email protected]> Reviewed by... a21e12b
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate 82efa37
  • 15496 dr: array subscript 3 is above array bounds Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: ... cbb4f59
  • 16867 gcc 14 needs to use -gstrict-dwarf afterall Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: ... 5da8a10
  • 16585 ping ignores ipv6 scope id in target address Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan... 384e273
  • and 29 more ...

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • Use loaders to abstract the arch_timer frequency We have a very early FDT dependency in unix for the arch_timer freq... 85eec09

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
Use loaders to abstract the arch_timer frequency
We have a very early FDT dependency in unix for the arch_timer frequency. This dependency exists to deal with the case where the firmware has not programmed the `CNTFRQ_EL0` register, requiring a f...
richlowe pushed 5 commits to arm64-gate richlowe/illumos-gate
  • 16873 tools: add lex to build tools Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McDonald <... 2e07277
  • 16738 viona should allow configurable packet padding 16801 viona should handle ipv6eh for csum offload Reviewed by: D... ce489a5
  • 16884 viona TSO should better handle csum offloads Reviewed by: Dan McDonald <[email protected]> Reviewed by: Toomas Soom... 2317519
  • 16892 Update ast feature files Reviewed by: Dan Cross <[email protected]> Reviewed by: Toomas Soome <tsoome@me.... 616c769
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # exception_lists/pack... b7c1a26

View on GitHub

richlowe created a review on a pull request on richlowe/illumos-gate
This looks good. I'm assuming this is all way too early to be asking the actual devinfo device tree these questions in arch_timer?

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
Add a virtio nexus for virtio-mmio support
Introduce a virtio nexus driver for use with the virtio MMIO transport. In devicetree systems we are presented with a number of nodes with compatible set to `virtio,mmio` - we have no idea what ...
richlowe created a comment on a pull request on richlowe/illumos-gate
I merged this, after having to fix a bug in arm64-gate to still be able to be build disks (it turns out the mkisofs we're using seems broken a bit). I've been getting the interrupt-controller st...

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • Add a virtio nexus for virtio-mmio support 0b9bcc0

View on GitHub

richlowe pushed 1 commit to main richlowe/arm64-gate
  • build_image: use `mkisofs -path-list` rather than the command line We don't seem to hit the command line length limi... cdf9c51

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • Remove the Meson GXBB platform (remove tty setup) I thought I'd fixed this up when merging the prior change, but som... a55145b

View on GitHub

richlowe created a review on a pull request on richlowe/illumos-gate
This seems like a great way to do this.

View on GitHub

richlowe created a review on a pull request on richlowe/illumos-gate
This seems like a great way to do this.

View on GitHub

richlowe created a comment on a pull request on richlowe/illumos-gate
It's probably best to leave the version in there for future proofing. Perhaps @pfmooney has input though. I'll look through the code itself shortly. I don't understand what you say here about ...

View on GitHub

richlowe created a comment on a pull request on richlowe/illumos-gate
Done, with an extra dangling reference to the uart removed. Thanks

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
Remove the Meson GXBB platform
Nobody working on the port has this hardware, and it's not BSA-compliant anyway. Remove it so we can focus on things we can run. Did a clean build of the tree with this applied (`rm -f stamps/il...
richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • Remove the Meson GXBB platform Nobody working on the port has this hardware, and it's not BSA-compliant anyway. Remo... 281c72e

View on GitHub

richlowe created a comment on a pull request on richlowe/illumos-gate
I pushed this, with some cstyle fixes because of https://www.illumos.org/issues/16888. Thanks

View on GitHub

richlowe closed a pull request on richlowe/illumos-gate
Simplify boot UART and reset interaction
The boot UART is presently a hardcoded, platform specific chunk of code that is needed very early in boot. This all prevents us from introducing platmods for platform-specifics. Refactor bootsvc...
richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • Simplify boot UART and reset interaction The boot UART is presently a hardcoded, platform specific chunk of code tha... 8475464

View on GitHub

richlowe created a review comment on a pull request on richlowe/illumos-gate
enum? maybe?

View on GitHub

richlowe pushed 4 commits to arm64-gate richlowe/illumos-gate
  • 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
  • 16863 implement C23 stdbit.h 16862 want kernel CHAR_BIT and related definitions Reviewed by: Andy Fiddaman <illumos@f... aaceae9
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/pkg/manifest... 41073cd

View on GitHub

richlowe created a comment on a pull request on richlowe/illumos-gate
I think deleting GXBB is fine. I keep going to do it and then not in my current far-too-large wad of changes toward PCIe. I see the logic of the UART changes. Is this what other systems do to ...

View on GitHub

richlowe pushed 1 commit to arm64-gate richlowe/illumos-gate
  • ddi_impl: arm has no "platform module"s, don't load sad(4D) as one On intel we have none of these platform modules O... 8c6ea50

View on GitHub

richlowe created a comment on a pull request on richlowe/illumos-gate
@r1mikey this is another DDI v. PROM thing, where using untyped DDI to access properties that might come from "PROM" (that is FDT) doesn't byteswap them, and disaster ensues

View on GitHub

richlowe pushed 13 commits to arm64-gate richlowe/illumos-gate
  • 16839 busra comments could expand upon why x86 IRQ 2 is special Reviewed by: Joshua M. Clulow <[email protected]> Revie... 09ded43
  • 16841 in.ndpd sometimes loses interface id on restart Reviewed by: Andy Fiddaman <[email protected]> Approved by: ... ba74e13
  • 16846 ast: update for gcc 14 Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Bill Sommerfeld <sommerfe... 1ff6fc1
  • 16838 libefi: efi_auto_sense should use sector size Reviewed by: Jason King <[email protected]> Appr... 598dbe5
  • 16833 smbsrv: array subscript 12 is above array bounds Reviewed by: Andy Fiddaman <[email protected]> Reviewed by:... 35ae87c
  • 16844 pci_prd: array subscript 0 is outside array bounds Reviewed by: Andy Fiddaman <[email protected]> Approved b... e5ab5ea
  • 16845 loader: array subscript [0, 536870911] is outside array bounds Reviewed by: Andy Fiddaman <[email protected]... c2eb74c
  • 16850 genunix: array subscript [0, 9] is outside array bounds of 'hrtime_t[10]' Reviewed by: Marcel Telka <marcel@tel... 47129be
  • 16852 drop gcc 11 from Makefile.master Reviewed by: Bill Sommerfeld <[email protected]> Approved by: Dan McDonal... d378658
  • 16550 vmm: writing 1 byte into a region of size 0 Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: ... 0e34f8d
  • 16853 cpuid_pass_basic filling in wrong cpi_extd entry for CPUID_LEAF_EXT_21 Reviewed by: Dan McDonald <[email protected]... a8cd71d
  • 16849 const arrays in vmm_gpt.c trigger warnings with newer GCC Reviewed by: Toomas Soome <[email protected]> Reviewed by... a21e12b
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate 82efa37

View on GitHub

richlowe pushed 4 commits to arm64-gate richlowe/illumos-gate
  • 16800 bhyve upstream sync 2024 September Reviewed by: Marco van Wieringen <[email protected]> Revie... 5c4a5fe
  • 16806 Some services unexpectedly start in /root Reviewed by: Marco van Wieringen <[email protected]... 82ae164
  • 16828 Support AMD DFv4+ UMC decoding Reviewed by: Rich Lowe <[email protected]> Reviewed by: C Fraire <cfraire@me... 05ce395
  • Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate # Conflicts: # usr/src/cmd/bhyve/Ma... d5977b3

View on GitHub

richlowe opened 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 created a branch on richlowe/illumos-gate

arm64/typed-ddi - Local changes to the Illumos OS/Net consolidation.

richlowe pushed 1 commit to main richlowe/arm64-gate
  • gdb: use xpg4 termcap, to avoid gcc 14 build errors aa734f0

View on GitHub

Load more