OpenBSD cvs log

created 2019-10-20T12:14:02Z
begin 2019-10-19T00:00:00Z
end 2019-10-20T00:00:00Z
path src/sys
commits 6

date 2019-10-19T06:56:18Z
author visa
files src/sys/miscfs/deadfs/dead_vnops.c log diff annotate
message Unlock the vnode in vop_inactive of deadfs. The unlock operation is
a no-op at the moment, but future work will introduce an actual lock
that has to be released.

OK mpi@ anton@

date 2019-10-19T13:49:17Z
author krw
files src/sys/scsi/sd.c log diff annotate
message Resolve mix of '|=' and SET() usage in favour of SET().

date 2019-10-19T14:01:31Z
author krw
files src/sys/scsi/sd.c log diff annotate
message Resolve mix of '&=' and CLR() usage in favour of CLR().

date 2019-10-19T14:13:18Z
author krw
files src/sys/scsi/sd.c log diff annotate
message Fix typo in previous, link->flag is link->flags.

date 2019-10-19T16:01:41Z
author krw
files src/sys/scsi/sd.c log diff annotate
message Use ISSET() for the easier flag checks.

date 2019-10-19T17:30:43Z
author krw
files src/sys/scsi/sd.c log diff annotate
message Use !ISSET() for unset flag checks.