Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | 2018-11-09 | 1 | -5/+5 | |
| | | | | | | m_leadingspace() and m_trailingspace(). Convert all callers to call directly the functions and remove the defines. OK krw@, mpi@ | ||||
* | If you use sys/param.h, you don't need sys/types.h | 2017-09-08 | 1 | -2/+1 | |
| | |||||
* | When dealing with mbuf pointers passed down as function parameters, | 2017-06-19 | 1 | -3/+2 | |
| | | | | | | | bugs could easily result in use-after-free or double free. Introduce m_freemp() which automatically resets the pointer before freeing it. So we have less dangling pointers in the kernel. OK krw@ mpi@ claudio@ | ||||
* | No need for <net/if_types.h> | 2015-11-24 | 1 | -2/+1 | |
| | | | | As a bonus this removes a "#if NCARP > 0", say yeah! | ||||
* | one simple free, ok mpi | 2015-10-07 | 1 | -4/+4 | |
| | | | | another not so simple free, repaired by mpi | ||||
* | m_freem() can handle NULL, do not check for this condition beforehands. | 2015-07-15 | 1 | -5/+4 | |
| | | | | ok stsp mpi | ||||
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | 2014-12-05 | 1 | -1/+2 | |
| | | | | ok mikeb@, krw@, bluhm@, tedu@ | ||||
* | replace some malloc multiplies with mallocarry. ok deraadt henning | 2014-12-02 | 1 | -2/+2 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -4/+4 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | malloc sweep: | 2007-09-15 | 1 | -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 Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -20/+20 | |
| | |||||
* | Minor changes from ppp 2.3.1 | 1997-09-05 | 1 | -4/+2 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -5/+5 | |
| | |||||
* | From NetBSD: 960217 merge | 1996-03-03 | 1 | -7/+13 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+1116 | |