OpenBSD cvs log

created 2019-06-22T11:16:25Z
begin 2019-06-15T00:00:00Z
end 2019-06-16T00:00:00Z
path src/sys
commits 3

date 2019-06-15T14:15:12Z
author kettenis
files src/sys/dev/fdt/imxuart.c log diff annotate
message Fix previous commit and unbreak the tree.

date 2019-06-15T15:28:55Z
author deraadt
files src/sys/kern/vfs_syscalls.c log diff annotate
message Have __realpath() do the pathname==NULL -> EINVAL check itself, eliminating
the need to do this in libc.
btw, it is unfortunate posix went this way, because converting a clearly
illegal condition to not be fatal but instead return an error which is
potentially not checked in the caller, is sadly a large component of the
runaway-train model that makes exploitation of software easy.. illegal
software should crash hard.
ok beck

date 2019-06-15T17:05:21Z
author mpi
files src/sys/net/if.c log diff annotate
message Free sizes for hooks and `if_sadl'.

ok kn@