Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
r1mikey created a review comment on a pull request on richlowe/illumos-gate
Tiny nit - "the the".
r1mikey created a review on a pull request on richlowe/illumos-gate
Looks good. Thanks for taking on the hard work of picking apart this mountain of changes.
r1mikey created a review on a pull request on richlowe/illumos-gate
Looks good. Thanks for taking on the hard work of picking apart this mountain of changes.
r1mikey created a comment on a pull request on richlowe/illumos-gate
> This seems right and good. My only questions are (maybe @r1mikey knows): > > * Do we want to just make '5' the default like it used to be? > Or preserve the `get_pil` thing we used to do to...
r1mikey pushed 3 commits to r1mikey/loader-aarch64 r1mikey/illumos-gate
r1mikey pushed 32 commits to r1mikey/loader-aarch64 r1mikey/illumos-gate
- 16981 pbchk should probably bail early on long commit series Reviewed by: Joshua M. Clulow <[email protected]> Approved... cbbc171
- 16982 pbchk could have a better user agent Reviewed by: Joshua M. Clulow <[email protected]> Approved by: Patrick Moone... e2e21e6
- 16977 t4nex should be cstyle clean Reviewed by: Marco van Wieringen <[email protected]> Approved by... e9f1d7c
- 16760 Source code contains man page cross-reference errata Reviewed by: Peter Tribble <[email protected]> Appro... 4b9db4f
- 16674 dev_err(9f) doesn't do anything useful with CE_PANIC Reviewed by: Andy Fiddaman <[email protected]> Reviewed... be40b82
- 17008 ZTS: left over file /var/tmp/file.pidnum Reviewed by: Andy Fiddaman <[email protected]> Approved by: Robert ... c185c6f
- 17042 cxgbe leaks tx_dhdl array Reviewed by: Toomas Soome <[email protected]> Reviewed by: Marco van Wieringen <marco.van... e7745dd
- 17062 kernel thinks lwp0 has a usable FPU save area when it doesn't Reviewed by: Robert Mustacchi <rm+illumos@fingolf... 7c63221
- 16939 SCM_UCRED lost in transit Reviewed by: Bill Sommerfeld <[email protected]> Reviewed by: C Fraire <cfraire@... 53bd5f8
- 14549 cxgbe is a touch logorrheic Reviewed by: Ryan Zezeski <[email protected]> Approved by: Joshua M. Clulow <josh@s... ba52565
- 10270 Convert ptree(1) to mandoc Reviewed by: Toomas Soome <[email protected]> Reviewed by: Bill Sommerfeld <sommerfeld@h... e1cf2bf
- 17014 i86pc: C-states should be able to tolerate not using mwait Reviewed by: Hans Rosenfeld <[email protected]... c77fb39
- 17032 viona should discard too-large rx pkts Reviewed by: Patrick Mooney <[email protected]> Reviewed by: Dan McDo... 7037363
- Merge branch 'master' of https://github.com/illumos/illumos-gate into arm64-gate db6b188
- avintr: Treat autovec like a hashtable (fix i386 build) 566df24
- Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking 9a38ecd
- Move ACPI headers from intel to common 94cdf30
- Add aarch64 support to ACPI headers 5e1abeb
- Move framebuffer from i86pc to common 1f2ede2
- Define a UEFI framebuffer 105287d
- and 12 more ...
r1mikey pushed 2 commits to r1mikey/loader-aarch64 r1mikey/illumos-gate
r1mikey pushed 2 commits to r1mikey/loader-aarch64 r1mikey/illumos-gate
r1mikey pushed 2 commits to r1mikey/loader-aarch64 r1mikey/illumos-gate
r1mikey pushed 20 commits to r1mikey/loader-aarch64 r1mikey/illumos-gate
- genet: fix rgmii detection 6a78cfa
- avintr: Treat autovec like a hashtable The avintr functionality looks like it does what we need for aarch64, but it ... 05cfd4e
- ddi: assert the locking protocol in the arm implementation This is somewhat, but not very, pessimistic, for a couple... c8225d9
- Merge branch 'arm64-gate' of https://github.com/richlowe/illumos-gate into arm64/pci-hacking # Conflicts: # usr/src/... 18dafe5
- Move ACPI headers from intel to common 6f41a31
- Add aarch64 support to ACPI headers 7e03179
- Move framebuffer from i86pc to common 860fa68
- Define a UEFI framebuffer 0f353a3
- boot: Set toolchain flags for aarch64 8fd9c4d
- boot: Add aarch64 support to libficl f7d6f69
- HACK: boot: Add aarch64 support to forth 82c6a8e
- boot: Add aarch64 support to libsa fa70c43
- boot: Add aarch64 support to stdarg.h 2b82e60
- boot: Add aarch64 support to common fb972a0
- boot: Add aarch64 support to libefi cd7e35c
- boot: Add aarch64 arch support for EFI loader 97d55c8
- boot: Initial EFI loader support for aarch64 676b3be
- boot: Add MMIO UART scaffolding and pl011 suport d3125c2
- boot: Discover consoles from FDT 51a270b
- boot: Deliver loader for aarch64 1697542
r1mikey pushed 1 commit to r1mikey/loader-aarch64 r1mikey/illumos-gate
- boot: Discover consoles from FDT 1892dd5
r1mikey pushed 46 commits to r1mikey/loader-aarch64 r1mikey/illumos-gate
- 16964 ptrconf: potential memory corrupting cast 4 vs 1 bytes Reviewed by: Andy Fiddaman <[email protected]> Approv... 0fd70fa
- 16953 sfe: possible memory leak Reviewed by: Andy Fiddaman <[email protected]> Reviewed by: Andrew Stormont <andyj... 6582179
- 16954 ib: possible memory leak of 'comm_svcp' Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McDo... 14bb8d4
- 16957 dprov: possible memory leak of 'object' Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McDo... 5016ae8
- 16958 usbgem: possible memory leak of 'dp' Reviewed by: Andrew Stormont <[email protected]> Reviewed by: Andy F... 92cb840
- 17007 ZTS: zfs_mount_all_fail leaves /var/tmp/testrootPIDNUM directory around Reviewed by: Andy Fiddaman <illumos@fid... 7bf2416
- 16999 ZTS: history_007_pos mkdir should use -p Reviewed by: Andy Fiddaman <[email protected]> Approved by: Dan McD... 1271d3a
- 17009 ZTS: enospc_002_pos can fail because of enospc_001_pos Reviewed by: Andy Fiddaman <[email protected]> Approv... 8245458
- 16959 audioixp: possible memory leak of 'port' Reviewed by: Andrew Stormont <[email protected]> Reviewed by: An... faed977
- 16972 asy detach races with interrupt 16990 asy attach races with interrupt Reviewed by: Dan Cross <cross@oxidecomput... bd237d3
- 16971 More debug output could use common hexdump routine Reviewed by: Robert Mustacchi <[email protected]> Rev... 80b758d
- 17017 zfs: rename get_temporary_prop to zfs_get_temporary_prop Reviewed by: Andy Fiddaman <[email protected]> Appr... 767007d
- 17031 ddi_intr_add_handler(9f): several issues Reviewed by: Toomas Soome <[email protected]> Reviewed by: Hans Rosenfeld ... 17b868e
- 17012 ZTS: add new_fs Reviewed by: C Fraire <[email protected]> Approved by: Patrick Mooney <[email protected]> 4127839
- 16835 mkfs_pcfs: allow sector sizes other than 512B Reviewed by: Robert Mustacchi <[email protected]> Reviewed by: Dan... fdc43e9
- 9633 cxgbe should not reinvent the bool 16975 cxgbe: clean up osdep header 16976 cxgbe: shared header should be just ... 77983a8
- 17002 want wcslcat(3C) and wcslcpy(3C) Reviewed by: C Fraire <[email protected]> Reviewed by: Toomas Soome <[email protected]... 71f3ceb
- 17003 fix wcsdup(3C) synopsis Reviewed by: Toomas Soome <[email protected]> Reviewed by: Bill Sommerfeld <sommerfeld@hama... 0c53478
- 17037 PCI headers missing dependencies 17038 Want PCIe constants for RX and TX Presets Reviewed by: Toomas Soome <tso... 845df49
- plat: clean up dead code Many of the `platmod` functions are unused, or only implemented as stubs. Clean these up a... a5bf102
- and 26 more ...
r1mikey pushed 1 commit to r1mikey/loader-aarch64 r1mikey/illumos-gate
- boot: Add MMIO UART scaffolding and pl011 suport 9d00265
r1mikey pushed 2 commits to r1mikey/loader-aarch64 r1mikey/illumos-gate
r1mikey pushed 10 commits to r1mikey/loader-aarch64 r1mikey/illumos-gate
- boot: Set toolchain flags for aarch64 ef40f4f
- boot: Add aarch64 support to libficl eaff391
- HACK: boot: Add aarch64 support to forth 3d260e8
- boot: Add aarch64 support to libsa bf38b4c
- boot: Add aarch64 support to stdarg.h 5579620
- boot: Add aarch64 support to common 5321a73
- boot: Add aarch64 support to libefi 8150641
- boot: Add aarch64 arch support for EFI loader 5569a2b
- boot: Initial EFI loader support for aarch64 9be685d
- boot: Deliver loader 359ccd2
r1mikey created a branch on r1mikey/illumos-gate
r1mikey/loader-aarch64 - An open-source Unix operating system
r1mikey created a review comment on a pull request on richlowe/illumos-gate
Oh wow, I think you're right, and right because of what looks like a simple mistake. Here's the calcite that kicks off the lookup of the CPU clock frequency through the VC: https://github.com/ri...
r1mikey created a review comment on a pull request on richlowe/illumos-gate
In qemu-virt it cannot succeed, because even if it found the CPU device node the node never has the `clock-frequency` property.
r1mikey pushed 1 commit to r1mikey/stubs-cleanup r1mikey/illumos-gate
- plat: clean up dead code Many of the `platmod` functions are unused, or only implemented as stubs. Clean these up a... cb50edc
r1mikey created a review comment on a pull request on richlowe/illumos-gate
An extra word - fixed.
r1mikey opened a pull request on richlowe/illumos-gate
plat: clean up dead code
Many of the `platmod` functions are unused, or only implemented as stubs. Clean these up and document where the remaining functions are used. Built and tested on qemu-virt.r1mikey created a branch on r1mikey/illumos-gate
r1mikey/stubs-cleanup - An open-source Unix operating system