OpenBSD cvs log

created 2019-11-16T14:46:49Z
begin 2019-11-10T00:00:00Z
end 2019-11-11T00:00:00Z
path src/sys
commits 7

date 2019-11-10T05:00:36Z
author beck
files src/sys/kern/vfs_vnops.c log diff annotate
message Change the EINVAL return code to a KASSERT if the namei structure is
initialized incorrectly for vn_open

ok visa@ anton@

date 2019-11-10T08:36:44Z
author anton
files src/sys/kern/sys_pipe.c log diff annotate
message Invert a conditional in pipe_write() for reduced indent and in
preparation for further refactoring.

ok cheloha@ mpi@ visa@

date 2019-11-10T09:09:02Z
author stsp
files src/sys/net80211/ieee80211_node.c log diff annotate
message Stop connecting to available open wifi networks when the interface is put up.
From now on, this behaviour must be explicitly enabled with ifconfig join "".
ok sthen jcs deraadt

date 2019-11-10T10:03:28Z
author dlg
files src/sys/net/if_tpmr.c log diff annotate
message whitespace tweaks, no functional change.

date 2019-11-10T10:03:33Z
author mpi
files src/sys/arch/amd64/amd64/db_disasm.c log diff annotate
src/sys/arch/amd64/amd64/db_trace.c log diff annotate
src/sys/arch/hppa/hppa/db_interface.c log diff annotate
src/sys/arch/m88k/m88k/db_disasm.c log diff annotate
src/sys/arch/m88k/m88k/db_interface.c log diff annotate
message TRUE/FALSE conversions missed in previous.

date 2019-11-10T11:44:10Z
author dlg
files src/sys/net/if_gre.c log diff annotate
message whitespace fixes, no functional change

date 2019-11-10T17:55:57Z
author patrick
files src/sys/scsi/Attic/scsi_scanner.h log diff annotate
message Tedu scsi_scanner.h as krw@ intended to do