created | 2019-08-17T05:51:45Z |
---|---|
begin | 2019-08-12T00:00:00Z |
end | 2019-08-13T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2019-08-12T08:17:05Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/syscalls.master | log | diff | annotate |
src/sys/kern/vfs_vnops.c | log | diff | annotate | |
message |
Unlock lseek(2) since the file offset is MP-safe by now. Calling VOP_GETATTR() must still be serialized using the kernel lock since the underlying file system implementation is not MP-safe. no objection from deraadt@ and ok mpi@ visa@ |
date | 2019-08-12T08:19:08Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/init_sysent.c | log | diff | annotate |
src/sys/kern/syscalls.c | log | diff | annotate | |
src/sys/sys/syscall.h | log | diff | annotate | |
message | regen |
date | 2019-08-12T08:19:09Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/sys/syscallargs.h | log | diff | annotate |
message | regen |
date | 2019-08-12T09:56:47Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ipmi.c | log | diff | annotate |
src/sys/dev/ipmivar.h | log | diff | annotate | |
message |
Remlve command mutex. It is unnecessary since commands are already serialized by the use of a taskq and it prevents sendmsg/endmsg from being able to sleep. This hurts when implementing SSIF since some i2c controllers sleep while waiting for transactions on the i2c bus to complete. ok jmatthew@, deraadt@ |
date | 2019-08-12T19:17:35Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/stand/efiboot/Makefile | log | diff | annotate |
src/sys/arch/arm64/stand/efiboot/conf.c | log | diff | annotate | |
src/sys/arch/arm64/stand/efiboot/efiboot.c | log | diff | annotate | |
src/sys/arch/arm64/stand/efiboot/efiboot.h | log | diff | annotate | |
message |
Make it possible to switch to framebuffer "glass" console in case it isn't the default already. ok patrick@ |
date | 2019-08-12T20:04:31Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/stand/efiboot/efiboot.c | log | diff | annotate |
message | Remove spurious newline. Spotted by patrick@ |
date | 2019-08-12T20:06:02Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/axppmic.c | log | diff | annotate |
message | Fix typo; spotted by Krystian Lewandowski. |