created | 2022-04-05T09:47:55Z |
---|---|
begin | 2022-03-31T00:00:00Z |
end | 2022-04-01T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2022-03-31T01:41:22Z | |||
---|---|---|---|---|
author | millert | |||
files | src/sys/kern/kern_event.c | log | diff | annotate |
src/sys/kern/kern_exit.c | log | diff | annotate | |
src/sys/sys/event.h | log | diff | annotate | |
message |
Move knote_processexit() call from exit1() to the reaper(). This fixes a problem where NOTE_EXIT could be received before the process was officially a zombie and thus not immediately waitable. OK deraadt@ visa@ |
date | 2022-03-31T14:44:49Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message |
Remove duplicate scsi devices. ok miod@ deraadt@ |
date | 2022-03-31T17:27:24Z | |||
---|---|---|---|---|
author | naddy | |||
files | src/sys/arch/amd64/stand/biosboot/biosboot.8 | log | diff | annotate |
src/sys/arch/i386/stand/biosboot/biosboot.8 | log | diff | annotate | |
src/sys/arch/landisk/stand/xxboot/xxboot.8 | log | diff | annotate | |
message |
man pages: add missing commas between subordinate and main clauses jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@ |
date | 2022-03-31T18:47:04Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/aplintc.c | log | diff | annotate |
message |
Implement support for multiple dies. This should make OpenBSD work on the M1 Ultra. ok patrick@ |
date | 2022-03-31T21:41:17Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/files.pci | log | diff | annotate |
src/sys/dev/pci/if_aq_pci.c | log | diff | annotate | |
message |
If we've created multiple queues, set up an RSS key and indirection table to distribute received packets across the queues. ok dlg@ |