created | 2019-10-19T03:21:38Z |
---|---|
begin | 2019-08-04T06:00:00Z |
end | 2019-08-04T09:00:00Z |
path | src/sys |
commits | 3 |
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. |