OpenBSD cvs log

created 2019-07-27T12:29:13Z
begin 2019-07-23T00:00:00Z
end 2019-07-24T00:00:00Z
path src/sys
commits 3

date 2019-07-23T11:01:32Z
author stsp
files src/sys/kern/vfs_syscalls.c log diff annotate
message Fix realpath(3) errno code for an empty input path string.
It should return ENOENT in this case, but was returning EINVAL.
ok bluhm@ deraadt@

date 2019-07-23T18:56:23Z
author stsp
files src/sys/net80211/ieee80211_node.c log diff annotate
message In 11n hostap mode, properly disable HT protection when needed
by actually overwriting the relevant bits in ni_htop1.
ok tedu@ phessler@ kettenis@

date 2019-07-23T19:07:31Z
author anton
files src/sys/kern/vfs_vnops.c log diff annotate
message Grab the vnode lock earlier in vn_read() since it could end up sleeping,
allowing the file offset to change. This is part of the ongoing effort
to protect the file offset using the vnode lock.

ok mpi@ visa@