created | 2019-08-17T05:49:33Z |
---|---|
begin | 2019-08-04T00:00:00Z |
end | 2019-08-05T00:00:00Z |
path | src/sys |
commits | 12 |
date | 2019-08-04T08:42:29Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/vfs_syscalls.c | log | diff | annotate |
message |
Calling unveil(2) with the current directory leaked a vnode. Even if the parent and the lookup vnode are equal, namei(9) reference counts both. So release the parent vnode uncoditionally. OK visa@ |
date | 2019-08-04T08:53:14Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/stand/Makefile | log | diff | annotate |
src/sys/arch/octeon/stand/boot/Makefile | log | diff | annotate | |
src/sys/arch/octeon/stand/rdboot/Makefile | log | diff | annotate | |
message |
Revise the way how the octeon bootloader is built. The original approach was not right, and there is still room for improvement. OK deraadt@ |
date | 2019-08-04T08:56:15Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/stand/boot/Attic/Makefile.inc | log | diff | annotate |
src/sys/arch/octeon/stand/boot/Attic/clock.c | log | diff | annotate | |
src/sys/arch/octeon/stand/boot/Attic/conf.c | log | diff | annotate | |
src/sys/arch/octeon/stand/boot/Attic/devopen.c | log | diff | annotate | |
src/sys/arch/octeon/stand/boot/Attic/exec.c | log | diff | annotate | |
src/sys/arch/octeon/stand/boot/Attic/libsa.h | log | diff | annotate | |
src/sys/arch/octeon/stand/boot/Attic/machdep.c | log | diff | annotate | |
src/sys/arch/octeon/stand/boot/Attic/start.S | log | diff | annotate | |
src/sys/arch/octeon/stand/boot/Attic/uart.c | log | diff | annotate | |
message | Remove the old, unfinished octeon bootloader. |
date | 2019-08-04T09:27:09Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/files.arm64 | log | diff | annotate | |
src/sys/arch/arm64/dev/efi.c | log | diff | annotate | |
src/sys/arch/arm64/dev/smbios.c | log | diff | annotate | |
src/sys/arch/arm64/include/smbiosvar.h | log | diff | annotate | |
src/sys/dev/acpi/efi.h | log | diff | annotate | |
message |
Implement smbios support on arm64. ok deraadt@, jsg@ |
date | 2019-08-04T10:00:37Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/smbios.c | log | diff | annotate |
message | Unmap tables once we're done with them. |
date | 2019-08-04T13:45:14Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/amd64/stand/cdboot/conf.c | log | diff | annotate |
src/sys/arch/amd64/stand/efi32/conf.c | log | diff | annotate | |
src/sys/arch/amd64/stand/efi64/conf.c | log | diff | annotate | |
src/sys/arch/amd64/stand/efiboot/conf.c | log | diff | annotate | |
src/sys/arch/amd64/stand/pxeboot/conf.c | log | diff | annotate | |
src/sys/arch/arm64/stand/efiboot/conf.c | log | diff | annotate | |
message | crank version, following fchmod change |
date | 2019-08-04T13:45:15Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/armv7/stand/efiboot/conf.c | log | diff | annotate |
src/sys/arch/hppa/stand/boot/conf.c | log | diff | annotate | |
src/sys/arch/i386/stand/boot/conf.c | log | diff | annotate | |
src/sys/arch/i386/stand/cdboot/conf.c | log | diff | annotate | |
src/sys/arch/i386/stand/pxeboot/conf.c | log | diff | annotate | |
src/sys/arch/landisk/stand/boot/conf.c | log | diff | annotate | |
src/sys/arch/loongson/stand/boot/conf.c | log | diff | annotate | |
src/sys/arch/macppc/stand/conf.c | log | diff | annotate | |
src/sys/arch/sparc64/stand/ofwboot/vers.c | log | diff | annotate | |
message | crank version, following fchmod change |
date | 2019-08-04T14:28:58Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/amd64/amd64/bios.c | log | diff | annotate |
src/sys/arch/amd64/include/biosvar.h | log | diff | annotate | |
src/sys/arch/amd64/include/smbiosvar.h | log | diff | annotate | |
src/sys/arch/arm64/dev/smbios.c | log | diff | annotate | |
src/sys/arch/arm64/include/smbiosvar.h | log | diff | annotate | |
src/sys/arch/i386/i386/bios.c | log | diff | annotate | |
src/sys/arch/i386/include/biosvar.h | log | diff | annotate | |
src/sys/arch/i386/include/smbiosvar.h | log | diff | annotate | |
message |
Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce differences between the i386 and amd64 versions of the code and switch to using the standard C integer exact width integer types. ok deraadt@ |
date | 2019-08-04T15:44:17Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/dev/acpi/dwiic_acpi.c | log | diff | annotate | |
message | Add support for X-Gene/eMAG variant. |
date | 2019-08-04T15:44:34Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/octcit.c | log | diff | annotate |
message |
Ensure that a posted write completes when re-enabling interrupts or sending an IPI. |
date | 2019-08-04T16:15:57Z | |||
---|---|---|---|---|
author | kmos | |||
files | src/sys/arch/amd64/include/smbiosvar.h | log | diff | annotate |
message |
Fix a typo I noticed reviewing the smbios code cleanup diff. (stirng -> string) ok kettenis@ who pointed out I should fix the new arm64 smbiosvar.h too |
date | 2019-08-04T16:15:58Z | |||
---|---|---|---|---|
author | kmos | |||
files | src/sys/arch/arm64/include/smbiosvar.h | log | diff | annotate |
src/sys/arch/i386/include/smbiosvar.h | log | diff | annotate | |
message |
Fix a typo I noticed reviewing the smbios code cleanup diff. (stirng -> string) ok kettenis@ who pointed out I should fix the new arm64 smbiosvar.h too |