summaryrefslogtreecommitdiffstats
path: root/sys/net/bsd-comp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* one simple free, ok mpideraadt2015-10-071-4/+4
| | | | another not so simple free, repaired by mpi
* m_freem() can handle NULL, do not check for this condition beforehands.deraadt2015-07-151-5/+4
| | | | ok stsp mpi
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
| | | | ok mikeb@, krw@, bluhm@, tedu@
* 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
| | | | after discussions with beck deraadt kettenis.
* malloc sweep:henning2007-09-151-8/+7
| | | | | | | -remove useless casts -MALLOC/FREE -> malloc/free -use M_ZERO where appropriate instead of seperate bzero feedback & ok krw, hshoexer
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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