created | 2022-03-12T21:49:05Z |
---|---|
begin | 2022-03-08T00:00:00Z |
end | 2022-03-09T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2022-03-08T00:13:19Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/conf/files | log | diff | annotate |
src/sys/dev/ic/Attic/lm700x.c | log | diff | annotate | |
src/sys/dev/ic/Attic/lm700x.h | log | diff | annotate | |
src/sys/dev/ic/Attic/pt2254a.c | log | diff | annotate | |
src/sys/dev/ic/Attic/pt2254a.h | log | diff | annotate | |
src/sys/dev/ic/Attic/tc921x.c | log | diff | annotate | |
src/sys/dev/ic/Attic/tc921x.h | log | diff | annotate | |
message |
remove files used by isa radio drivers removed in 2016 lm700x: az, rt tc921x: sfr pt2254a: sfr, sf2r |
date | 2022-03-08T06:05:58Z | |||
---|---|---|---|---|
author | hastings | |||
files | src/sys/dev/usb/if_mtw.c | log | diff | annotate |
message |
Add missing byteswap to mtw_write_cfg(). Fixes loading firmware on big-endian machines. ok stsp@, jmatthew@ |
date | 2022-03-08T06:56:14Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_aq_pci.c | log | diff | annotate |
message |
Handle rxrinfo ioctl. ok dlg@ |
date | 2022-03-08T12:47:33Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/usb/ucc.c | log | diff | annotate |
message | use the device name in debug output |
date | 2022-03-08T15:08:01Z | |||
---|---|---|---|---|
author | hastings | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
src/sys/arch/amd64/conf/RAMDISK_CD | log | diff | annotate | |
message |
Enable mtw(4) in the build for amd64. Firmware is available via fw_update(8). ok stsp@ |
date | 2022-03-08T16:13:08Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/dev/fdt/if_cad.c | log | diff | annotate |
message | Make cad(4) handle rxr ioctl. |
date | 2022-03-08T19:32:41Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/usb/ucc.c | log | diff | annotate |
message | also use the device name in ucc_intr() debug output |
date | 2022-03-08T20:46:01Z | |||
---|---|---|---|---|
author | sashan | |||
files | src/sys/net/if_pfsync.c | log | diff | annotate |
message |
merge iack_mtx, upd_c_mtx, del_mtx, ins_mtx and upd_mtx mutexes into single mutex st_mtx. This simplifies pf(4) state handling in pfsync(4). It also makes it more reliable. OK bluhm@ |
date | 2022-03-08T22:30:38Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pfkeyv2.c | log | diff | annotate |
src/sys/netinet/ip_ipsp.h | log | diff | annotate | |
src/sys/netinet/ip_spd.c | log | diff | annotate | |
message |
In IPsec policy replace integer refcount with atomic refcount. OK tobhe@ mvs@ |