index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
netstat
/
net80211.c
Age
Commit message (
Expand
)
Author
2021-12-05
sys/select.h is not needed, if howmany/NBBY are needed they will arrive
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-04-26
Use <fcntl.h> instead of <sys/file.h> for open() and friends.
Philip Guenther
2016-08-27
Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h
Philip Guenther
2016-06-05
In netstat, display correct counter for 'no basic MCS set' error.
Stefan Sperling
2016-04-28
Display block ack window slide counter.
Stefan Sperling
2016-04-27
Make netstat -W show new 802.11n counters. Requires a new kernel.
Stefan Sperling
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-11-21
remove pointless if_var.h and socketvar.h includes; ok deraadt
Mike Belopuhov
2014-08-14
No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.
Martin Pieuchot
2013-11-21
split kernel parts of the if.h into a separate header file if_var.h
Mike Belopuhov
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-07-13
Label node allocation failures as such in netstat -W output.
Stefan Sperling
2011-03-04
kill is_rx_elem_unknown.
Federico G. Schwindt
2008-12-17
add some newly created stats that are defined in ieee80211_ioctl.h
joshua stein
2007-08-14
Prevent sneaking in unencrypted packets into WEP traffic.
Alexander Bluhm
2007-06-19
err(3) was being called but was missing an include, and end: was
Ray Lai
2005-12-18
Update my e-mail address in the copyright statement, no binary changes.
Reyk Floeter
2005-05-15
simple error message cleanup
Reyk Floeter
2005-04-12
add '-W interface' for 802.11 wireless statistics of the net80211 stack.
Reyk Floeter