created | 2019-06-12T22:47:12Z |
---|---|
begin | 2019-05-05T00:00:00Z |
end | 2019-05-06T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2019-05-05T09:09:59Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/azalia.c | log | diff | annotate |
src/sys/dev/pci/ccp_pci.c | log | diff | annotate | |
src/sys/dev/pci/pcidevs | log | diff | annotate | |
message |
Harmonize AMD CPU/APU devices. ok jsg@ |
date | 2019-05-05T09:11:00Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/pcidevs.h | log | diff | annotate |
src/sys/dev/pci/pcidevs_data.h | log | diff | annotate | |
message | regen |
date | 2019-05-05T13:28:14Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/include/cpu.h | log | diff | annotate |
src/sys/arch/mips64/mips64/cpu.c | log | diff | annotate | |
src/sys/arch/mips64/mips64/sendsig.c | log | diff | annotate | |
message | Turn need_resched() and signotify() into proper functions on mips64. |
date | 2019-05-05T13:36:28Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/mips64/cpu.c | log | diff | annotate |
message |
Call cpu_unidle() from need_resched() on mips64 like most other architectures. |
date | 2019-05-05T15:43:24Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/octeon/locore.S | log | diff | annotate |
src/sys/arch/octeon/octeon/machdep.c | log | diff | annotate | |
message |
Use the .bss for the bootstrap stack of mips_init(). This way the memory region is properly allocated by the firmware. Move the .bss clearing to locore.S because the section has to be ready when the stack is taken into use. This additionally makes the C environment more consistent at the start of mips_init(). |
date | 2019-05-05T19:17:03Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/amd64/stand/efiboot/Makefile.common | log | diff | annotate |
src/sys/arch/amd64/stand/efiboot/conf.c | log | diff | annotate | |
src/sys/arch/amd64/stand/efiboot/efirng.c | log | diff | annotate | |
message |
Add support for the EFI Random Number Generator Protocol and use it to XOR random data into the buffer that we feed the kernel. ok deraadt@, mlarkin@ |
date | 2019-05-05T20:11:12Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/i386/conf/RAMDISK | log | diff | annotate |
message | Getting too tight. Surrender a little |