created | 2019-05-09T10:01:58Z |
---|---|
begin | 2018-01-08T21:00:00Z |
end | 2018-01-09T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2018-01-08T22:33:13Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/kern/sys_futex.c | log | diff | annotate |
message |
Do not pass a userland pointer to ktrabstimespec(). Prevents an infinite pagefault/pmap_enter() loop when ktracing apps doing a lot of futex(2) calls like firefox & chrome. |
date | 2018-01-08T23:05:21Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/if_var.h | log | diff | annotate |
message |
Convert IF_CLONE_INITIALIZER() into C99 initializer. OK mpi@ |
date | 2018-01-08T23:30:11Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
src/sys/dev/ic/bwfmreg.h | log | diff | annotate | |
message |
Initial support for HOSTAP mode. With this bwfm(4) can spawn an access point including WPA2 support. We now have a different event mask per mode, so that events that are only useful for STA mode don't interfere with HOSTAP mode. Power savings is disabled when we act as AP. The connection events generate 802.11 frames for handling auth/assoc and deauth/deassoc so that our stack takes note of the connecting nodes. |
date | 2018-01-08T23:30:36Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/usb/if_bwfm_usb.c | log | diff | annotate |
message | Fix indentation. |