created | 2020-08-30T08:49:39Z |
---|---|
begin | 2020-08-28T00:00:00Z |
end | 2020-08-29T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2020-08-28T08:31:19Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/kcov.c | log | diff | annotate |
message | free the correct object when a remote subsystem already is present |
date | 2020-08-28T12:01:48Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/net/if_gre.c | log | diff | annotate |
src/sys/net/if_pflog.c | log | diff | annotate | |
src/sys/net/if_switch.c | log | diff | annotate | |
src/sys/net/if_vether.c | log | diff | annotate | |
src/sys/net/switchofp.c | log | diff | annotate | |
src/sys/net80211/ieee80211_input.c | log | diff | annotate | |
message |
Add missing #if's to fix build without bpf(4). ok deraadt@ |
date | 2020-08-28T12:43:59Z | |||
---|---|---|---|---|
author | tobhe | |||
files | src/sys/net/pfkeyv2.c | log | diff | annotate |
message |
Make sure not to pass NULL to explicit_bzero(). Fixes CID 1496732. ok patrick@ |
date | 2020-08-28T15:07:55Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/octeon/dev/mainbus.c | log | diff | annotate |
message | Make fdt root node's model property readable through sysctl hw.product |
date | 2020-08-28T15:18:14Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/cd.c | log | diff | annotate |
src/sys/scsi/scsi_base.c | log | diff | annotate | |
src/sys/scsi/scsiconf.h | log | diff | annotate | |
src/sys/scsi/sd.c | log | diff | annotate | |
src/sys/scsi/sdvar.h | log | diff | annotate | |
message |
Nuke CDF_ANCIENT, SDF_ANCIENT SDEV_ONLYBIG and bogus check of SID_RelAdr in favour of simply using the device's claimed SCSI level of support. Except of course for ATAPI/USB devices which often don't claim anything. Keep assuming they are at least SCSI-2. Use consistant tests in sdminphys/cdminphys/sdstart/cdstart. |
date | 2020-08-28T18:57:16Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/cd.c | log | diff | annotate |
message | Abstract cd_cmd_rw6() and cd_cmd_rw10() a la sd_cmd_rw6() and sd_cmd_rw10(). |
date | 2020-08-28T21:01:54Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/scsi/cd.c | log | diff | annotate |
src/sys/scsi/sd.c | log | diff | annotate | |
message |
Shuffle [cd|sd]start code into closer alignment. Move the initialization of the xs fields to a more convenient location, shrinking upcoming diffs. Nuke some Captain Obvious comments. |