created | 2022-01-02T02:54:38Z |
---|---|
begin | 2021-12-31T00:00:00Z |
end | 2022-01-01T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2021-12-31T08:15:47Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/usb/if_uaq.c | log | diff | annotate |
message |
Fix up handling of IFF_ALLMULTI and call uaq_iff() from uaq_init(). from Brad |
date | 2021-12-31T09:24:18Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/pci/if_bwfm_pci.c | log | diff | annotate |
src/sys/dev/pci/if_bwfm_pci.h | log | diff | annotate | |
message |
Newer Apple firmware on chipsets without a hardware RNG require the host to provide a buffer of random bytes to the device on initialization. |
date | 2021-12-31T10:40:30Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/amd64/locore.S | log | diff | annotate |
message | specifed -> specified |
date | 2021-12-31T10:44:05Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/amd64/locore0.S | log | diff | annotate |
src/sys/arch/i386/i386/locore0.S | log | diff | annotate | |
message | avaialble -> available |
date | 2021-12-31T11:21:45Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/pmap.c | log | diff | annotate |
message |
Add missing locking to pmap_extract(9) and pmap_unwire(9). ok patrick@, mpi@ |
date | 2021-12-31T11:24:24Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/pcireg.h | log | diff | annotate |
message | Interrups -> Interrupts |
date | 2021-12-31T23:19:50Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/usb/uaudio.c | log | diff | annotate |
message |
spelling ok ratchov@ |