created | 2021-10-16T15:20:28Z |
---|---|
begin | 2021-10-09T00:00:00Z |
end | 2021-10-10T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2021-10-09T01:01:09Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/armv7/conf/RAMDISK | log | diff | annotate |
message | grow media for additional firmwares |
date | 2021-10-09T08:38:13Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_aq_pci.c | log | diff | annotate |
message |
No need to enable bus mastering, it's already done for us. from Brad |
date | 2021-10-09T14:47:02Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/dev/vnd.c | log | diff | annotate |
message |
placing the same vnd underneath a vnd (with VNDIOCSET) is a lock violation, but other circumstances are also bad, so let's block all vnd on top of vnd. While here, fix some toctou multiple-copyin of the path, and restructure the ioctl defer all softc updates to the end. ok mpi |