OpenBSD cvs log

created 2018-12-19T11:10:33Z
begin 2018-04-25T06:00:00Z
end 2018-04-25T12:00:00Z
path src/sys
commits 4

date 2018-04-25T10:29:16Z
author mpi
files src/sys/kern/kern_descrip.c log diff annotate
src/sys/kern/kern_sysctl.c log diff annotate
src/sys/sys/file.h log diff annotate
message Introduce fd_iterfile() a new helper function to iterate over `filehead'.

This turns `filehead' into a local variable, that will make it easier
to protect it.

ok visa@

date 2018-04-25T10:29:17Z
author mpi
files src/sys/sys/filedesc.h log diff annotate
message Introduce fd_iterfile() a new helper function to iterate over `filehead'.

This turns `filehead' into a local variable, that will make it easier
to protect it.

ok visa@

date 2018-04-25T10:30:41Z
author mpi
files src/sys/kern/kern_lock.c log diff annotate
message Teach mtx_enter_try(9) to avoid deadlocks after a panic.

ok deraadt@

date 2018-04-25T11:15:58Z
author dlg
files src/sys/lib/libkern/getsn.c log diff annotate
src/sys/lib/libkern/libkern.h log diff annotate
message use size_t for the size of buffers and strings, not int.

sprinkle some bounded attributes while here.

ok deraadt@