Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | quarterly rescan of the tree: remove unneccessary sys/param.h, and | 2017-08-29 | 1 | -2/+2 | |
| | | | | annotate the ones which are needed. | ||||
* | Add sys/queue.h where it's needed. Unbreak userland following recent | 2016-04-04 | 1 | -1/+2 | |
| | | | | removal from mbuf.h. ok mpi@ | ||||
* | Adjust <sys/param.h> comments regarding use of use of MSIZE, or | 2015-01-20 | 1 | -2/+2 | |
| | | | | | delete <sys/param.h> if now possible ok guenther | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -2/+2 | |
| | | | | | | | | | 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 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -6/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | trash $Header goo which is just annoying; 5595 | 2007-10-07 | 1 | -2/+2 | |
| | |||||
* | register is so 1980, plus knf | 2007-02-23 | 1 | -10/+8 | |
| | |||||
* | print ipv6 on enc0, too; ok otto, tests by fries | 2004-11-17 | 1 | -6/+14 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -4/+2 | |
| | |||||
* | Add $OpenBSD$. (jakob@ ok) | 2000-10-03 | 1 | -1/+3 | |
| | |||||
* | Print a parenthesis in front of security flags. | 2000-04-18 | 1 | -1/+5 | |
| | |||||
* | Just comment out the M_TUNNEL case... | 1999-12-08 | 1 | -6/+2 | |
| | |||||
* | avoid build breakage. (mbuf flag M_TUNNEL passed to userland???) | 1999-12-08 | 1 | -1/+5 | |
| | |||||
* | Add missing include file, system/957 (evanc@concer.to). | 1999-10-30 | 1 | -1/+2 | |
| | |||||
* | handle IPSec processed packets (DLT_ENC) in libpcap, display them with | 1998-06-11 | 1 | -0/+99 | |
tcpdump + additional info (SPI + which type of transforms where passed). |