summaryrefslogtreecommitdiffstats
path: root/sys/net/bsd-comp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forclaudio2018-11-091-5/+5
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* When dealing with mbuf pointers passed down as function parameters,bluhm2017-06-191-3/+2
* No need for <net/if_types.h>mpi2015-11-241-2/+1
* one simple free, ok mpideraadt2015-10-071-4/+4
* m_freem() can handle NULL, do not check for this condition beforehands.deraadt2015-07-151-5/+4
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* replace some malloc multiplies with mallocarry. ok deraadt henningtedu2014-12-021-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-4/+4
* malloc sweep:henning2007-09-151-8/+7
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-20/+20
* Minor changes from ppp 2.3.1millert1997-09-051-4/+2
* partial sync with netbsd 960418, more to comederaadt1996-04-211-5/+5
* From NetBSD: 960217 mergeniklas1996-03-031-7/+13
* initial import of NetBSD treederaadt1995-10-181-0/+1116