OpenBSD cvs log

created 2018-12-30T11:20:01Z
begin 2018-12-23T00:00:00Z
end 2018-12-24T00:00:00Z
path src/sys
commits 2

date 2018-12-23T10:46:51Z
author natano
files src/sys/kern/vfs_subr.c log diff annotate
src/sys/kern/vfs_syscalls.c log diff annotate
src/sys/sys/vnode.h log diff annotate
src/sys/ufs/ffs/ffs_vnops.c log diff annotate
src/sys/ufs/ufs/ufs_lookup.c log diff annotate
src/sys/ufs/ufs/ufs_vnops.c log diff annotate
message Rectify some issues with the noperm mount flag; the root vnode was not
protected properly and files without any x bit set were accidentaly considered
executable when checked with access(2).

Issues found and reported by deraadt, halex, reyk, tb
ok deraadt

date 2018-12-23T22:48:19Z
author patrick
files src/sys/dev/fdt/imxiic.c log diff annotate
message Add support for generating a REPEATED START on operations where we first
write the register address and then read the register data in one go.

ok kettenis@