created | 2021-11-28T19:58:21Z |
---|---|
begin | 2021-11-21T00:00:00Z |
end | 2021-11-22T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2021-11-21T02:54:56Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/ip_ipsp.c | log | diff | annotate |
src/sys/netinet/ipsec_input.c | log | diff | annotate | |
message | Fix whitespace and long lines. |
date | 2021-11-21T11:00:40Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/bcm2835_bsc.c | log | diff | annotate |
message |
Register i2c bus. ok jsg@ |
date | 2021-11-21T11:02:21Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/files.fdt | log | diff | annotate |
src/sys/dev/fdt/iicmux.c | log | diff | annotate | |
message |
Add iicmux(4), a driver that switches between I2C busses connected to a single I2C controller by using the pin muxing facilities of an SoC. ok visa@ |
date | 2021-11-21T16:17:48Z | |||
---|---|---|---|---|
author | mvs | |||
files | src/sys/netinet/ip_ah.c | log | diff | annotate |
src/sys/netinet/ip_esp.c | log | diff | annotate | |
src/sys/netinet/ip_ipcomp.c | log | diff | annotate | |
src/sys/netinet/ip_ipsp.c | log | diff | annotate | |
src/sys/netinet/ip_ipsp.h | log | diff | annotate | |
message |
Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to the userland the TDBs which exceeded hard limit. Also the `ipsec_notdb' counter description in header doesn't math to netstat(1) description. We never count `ipsec_notdb' and the netstat(1) description looks more appropriate so it's used to avoid confusion with the new counter. ok bluhm@ |
date | 2021-11-21T23:07:11Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/dev/vnd.c | log | diff | annotate |
message |
correct the vnd-on-vnd dev_t test, and avoid leaking a cred in an obscure condition ok tb |