OpenBSD cvs log

created 2019-07-20T01:15:38Z
begin 2019-07-12T00:00:00Z
end 2019-07-13T00:00:00Z
path src/sys
commits 6

date 2019-07-12T00:04:59Z
author cheloha
files src/sys/kern/kern_sysctl.c log diff annotate
src/sys/kern/kern_timeout.c log diff annotate
src/sys/sys/sysctl.h log diff annotate
src/sys/sys/timeout.h log diff annotate
message sysctl(2): add KERN_TIMEOUT_STATS: timeout(9) status and statistics.

With these totals one can track the throughput of the timeout(9) layer
from userspace.

With input from mpi@.

ok mpi@

date 2019-07-12T03:03:48Z
author visa
files src/sys/arch/octeon/include/autoconf.h log diff annotate
src/sys/arch/octeon/octeon/autoconf.c log diff annotate
src/sys/arch/octeon/octeon/machdep.c log diff annotate
message Make rootdev parsing a little saner. The "rootdev=" prefix can be
removed already in process_bootargs(). Pass the value as a parameter
to parse_uboot_root(). Set uboot_rootdev only if parsing succeeds.

date 2019-07-12T03:09:23Z
author visa
files src/sys/arch/octeon/octeon/machdep.c log diff annotate
message Remove unnecessary extern declarations.

date 2019-07-12T13:56:27Z
author solene
files src/sys/dev/pci/drm/drm_linux.c log diff annotate
src/sys/isofs/cd9660/cd9660_vnops.c log diff annotate
src/sys/kern/kern_descrip.c log diff annotate
src/sys/kern/kern_sysctl.c log diff annotate
src/sys/kern/vfs_syscalls.c log diff annotate
src/sys/kern/vfs_vnops.c log diff annotate
src/sys/miscfs/fuse/fuse_vnops.c log diff annotate
src/sys/msdosfs/msdosfs_vnops.c log diff annotate
src/sys/nfs/nfs_kq.c log diff annotate
message Revert anton@ changes about read/write unlocking
https://marc.info/?l=openbsd-cvs&m=156277704122293&w=2

ok anton@

date 2019-07-12T13:56:28Z
author solene
files src/sys/sys/file.h log diff annotate
src/sys/tmpfs/tmpfs_vnops.c log diff annotate
src/sys/ufs/ufs/ufs_vnops.c log diff annotate
message Revert anton@ changes about read/write unlocking
https://marc.info/?l=openbsd-cvs&m=156277704122293&w=2

ok anton@

date 2019-07-12T19:43:51Z
author bluhm
files src/sys/netinet/tcp_input.c log diff annotate
src/sys/netinet/tcp_usrreq.c log diff annotate
src/sys/netinet/tcp_var.h log diff annotate
message Count the number of TCP SACK options that were dropped due to the
sack hole list length or pool limit.
OK claudio@