created | 2020-07-28T20:56:15Z |
---|---|
begin | 2020-05-10T00:00:00Z |
end | 2020-05-11T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2020-05-10T00:56:06Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/sys/disklabel.h | log | diff | annotate |
src/sys/sys/event.h | log | diff | annotate | |
src/sys/sys/exec.h | log | diff | annotate | |
src/sys/sys/signalvar.h | log | diff | annotate | |
src/sys/sys/sysctl.h | log | diff | annotate | |
message |
Use a double-underscore prefix for local variables declared in macros that have arguments. Document this requirement/recommendation in style(9) prompted by mpi@ ok deraadt@ |
date | 2020-05-10T11:51:58Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/stand/efiboot/efiboot.c | log | diff | annotate |
src/sys/arch/armv7/stand/efiboot/efiboot.h | log | diff | annotate | |
src/sys/arch/armv7/stand/efiboot/exec.c | log | diff | annotate | |
message |
Pass boothowto from the bootloader to the kernel by adding a openbsd,boothowto property under /chosen. ok patrick@ |
date | 2020-05-10T11:55:42Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/stand/efiboot/efiboot.c | log | diff | annotate |
src/sys/arch/arm64/stand/efiboot/efiboot.h | log | diff | annotate | |
src/sys/arch/arm64/stand/efiboot/exec.c | log | diff | annotate | |
message |
Pass boothowto from the bootloader to the kernel by adding a openbsd,boothowto property under /chosen. ok patrick@ |
date | 2020-05-10T20:50:55Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/wscons/wsdisplay.c | log | diff | annotate |
src/sys/dev/wscons/wsemulconf.c | log | diff | annotate | |
message |
Fix two out-of-bounds array accesses in ioctl code pats. One found by [email protected] and another one spotted by matthieu@. ok benno@, matthieu@, deraadt@ |