Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining instances of the register keyword. | 2015-11-16 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -2/+1 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | No use for <netinet/in_systm.h> nor <netinet/tcpip.h>. | 2014-08-14 | 1 | -2/+1 | |
| | |||||
* | Add support for IEEE "slow protocols" LACP, MARKER as per 802.3ad. | 2008-10-16 | 1 | -0/+269 | |
Code from tcpdump.org with cleanup and shrinkage by me. Help and ideas for extra sanity checks from canacar@ OK canacar@ |