created | 2019-12-26T17:55:56Z |
---|---|
begin | 2019-12-24T00:00:00Z |
end | 2019-12-25T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2019-12-24T04:23:43Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/syscalls.master | log | diff | annotate |
message |
Unlock nanosleep(2). OK cheloha@, anton@, mpi@ |
date | 2019-12-24T04:24:38Z | |||
---|---|---|---|---|
author | visa | |||
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 | |
src/sys/sys/syscallargs.h | log | diff | annotate | |
message | regen |
date | 2019-12-24T12:56:07Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/kern/subr_log.c | log | diff | annotate |
message |
The console buffer is allocated during startup. initconsbuf() is only called from main(). There allocation must not fail, so better use M_WAITOK and remove error handling. As it is not a temporary buffer, M_TTYS is more appropriate. OK deraadt@ mpi@ |
date | 2019-12-24T13:13:54Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/sys/sysctl.h | log | diff | annotate |
message |
Fill in names for consbufsize and consbuf sysctl for nicer kdump(1) output. |