| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | fix read-one-beyond-of-array errors; ok sthen jsg | 2009-11-12 | 1 | -2/+2 | |
| | | |||||
| * | Fix alignment issues on sparc64. Fixes pr 5608. | 2007-10-26 | 1 | -5/+6 | |
| | | | | | ok canacar@ | ||||
| * | correct order of include files | 2006-08-20 | 1 | -2/+2 | |
| | | |||||
| * | better way to print the management address, add support for ipv6 addresses. | 2006-03-28 | 1 | -2/+21 | |
| | | | | | ok deraadt@ | ||||
| * | it doesn't need full words, shorter output | 2006-03-28 | 1 | -10/+10 | |
| | | | | | suggested by deraadt@ | ||||
| * | Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discovery | 2006-03-28 | 1 | -0/+287 | |
| Protocol. LLDP is used by some switch vendors as a replacement for the non-free Cizzco Discovery Protocol (CDP) due to some Cisco patentry... ok brad@ | |||||
