| Age | Commit message (Expand) | Author |
| 2011-09-23 | Change obsolete CBSIZE constant (48), to a power of two constant (64) that | christos |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-05-07 | Introduce actions/requests to handle authorization for ppp(4), sl(4), | elad |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-06-15 | - add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD) | christos |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-02-20 | s/u_\(int[0-9]*_t\)/u\1/g | matt |
| 2007-11-10 | Call ttyflush() with tty_lock held. | ad |
| 2007-10-08 | Use the softint API. | ad |
| 2007-09-29 | s/NPBFILTER/NBPFILTER/ | scw |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-08-27 | Remove dead code. | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-08-07 | Use satocsdl() instead of SDL(). | dyoung |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 2007-07-14 | Generic soft interrupts are mandatory. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-18 | Use satocsin to cast to const struct sockaddr_in *. | dyoung |
| 2007-02-18 | constify struct sockaddr. | dogcow |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | ANSI function decls and application of static. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-27 | Overhaul how TTY line disciplines are handled: | thorpej |
| 2005-08-18 | - introduce M_MOVE_PKTHDR and use it where appropriate. | yamt |
| 2005-05-29 | - sprinkle const | christos |
| 2005-03-31 | factor out the interface queueing code into two functions. One used by | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-12-06 | Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. | christos |
| 2004-12-05 | Don't forget to call bpfdetach in the clone destroy function. | peter |
| 2004-12-05 | fix compilation issues. my kernel did not have strip... | christos |
| 2004-12-05 | clonify strip and sl. | christos |
| 2004-08-19 | Factor out the hand-crafting of mbufs from the interface files. Reviewed by | christos |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2004-01-19 | Remove redundant prototypes | atatat |
| 2003-09-05 | u_short -> u_int16_t | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-01 | bpf_mtap() does not care about M_PKTHDR at the top. M_COPY_PKTHDR has some | itojun |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |