created | 2019-10-19T02:35:25Z |
---|---|
begin | 2019-08-02T06:00:00Z |
end | 2019-08-02T09:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-08-02T07:41:13Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/mips64/trap.c | log | diff | annotate |
message |
Call refreshcreds() from ast() on mips64. This ensures that credentials get updated when handling an AST after an interrupt. OK deraadt@ |
date | 2019-08-02T07:41:57Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/mips64/sendsig.c | log | diff | annotate |
message | Avoid repeated invocation of curcpu(). |
date | 2019-08-02T08:12:35Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/kern_unveil.c | log | diff | annotate |
src/sys/kern/vfs_syscalls.c | log | diff | annotate | |
src/sys/sys/namei.h | log | diff | annotate | |
message |
Move prototypes of unveil(2) functions which are used in separate C files into the common namei.h header. OK deraadt@ |