created | 2019-02-23T16:24:11Z |
---|---|
begin | 2019-02-19T00:00:00Z |
end | 2019-02-20T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2019-02-19T07:01:02Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/wscons/wskbd.c | log | diff | annotate |
src/sys/dev/wscons/wsmouse.c | log | diff | annotate | |
src/sys/dev/wscons/wsmux.c | log | diff | annotate | |
message | favor C99 initializers for improved grepability; ok mpi@ |
date | 2019-02-19T07:03:29Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/dev/wscons/wsmux.c | log | diff | annotate |
message | whitespace nits |
date | 2019-02-19T08:12:30Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
src/sys/net80211/ieee80211.c | log | diff | annotate | |
src/sys/net80211/ieee80211.h | log | diff | annotate | |
src/sys/net80211/ieee80211_ioctl.c | log | diff | annotate | |
src/sys/net80211/ieee80211_ioctl.h | log | diff | annotate | |
src/sys/net80211/ieee80211_node.h | log | diff | annotate | |
src/sys/net80211/ieee80211_radiotap.h | log | diff | annotate | |
src/sys/net80211/ieee80211_var.h | log | diff | annotate | |
message |
Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. ok patrick@ mpi@ |
date | 2019-02-19T10:17:09Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/ar5008.c | log | diff | annotate |
src/sys/dev/ic/ar9003.c | log | diff | annotate | |
message |
Fix a cosmetic issue in athn(4)'s bpf(4) tap. tcpdump -i athn0 -y IEEE802_11_RADIO was showing a SHORTPRE flag on most frames because a PHY type check was missing from the bpf tap code path. Short preamble only applies to 2, 5.5, and 11 MBit/s CCK frames. |
date | 2019-02-19T22:42:41Z | |||
---|---|---|---|---|
author | tedu | |||
files | src/sys/kern/kern_sig.c | log | diff | annotate |
message |
open the coredump file non-blocking. cheloha found it blocks with a fifo. ok cheloha deraadt |