| Age | Commit message (Expand) | Author |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-05-11 | Use memcpy, memcmp, and memset instead of Bcopy, Bcmp, and Bzero, | dyoung |
| 2008-04-28 | Set in a lock on new sockets. I don't know how this was missed before. | ad |
| 2007-12-04 | Use IFADDR_FOREACH(). | dyoung |
| 2007-08-29 | Constify: LLADDR() -> CLLADDR(). | dyoung |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 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-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2007-02-17 | Cosmetic: don't open-code TAILQ_FOREACH. | dyoung |
| 2006-11-24 | Check parameters to avoid potential panic root user. | is |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-25 | Kill some KAUTH_GENERIC_ISSUSER. | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-30 | add missing initializers | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - sprinkle const | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-04-19 | ANSI'fy, de-__P(), and constify some read-only data. | matt |
| 2004-04-18 | Use M_ZERO when appropriate | matt |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2002-05-12 | Eliminate commons. | matt |
| 2001-11-13 | add RCSIDs | lukem |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-02-26 | more careful about AF on ctlinput. (saw panic in the past with kame/netbsd141) | itojun |
| 2000-01-08 | allow delivery of routing protocol pdus to `raw' sockets even when the | chopps |
| 1999-04-14 | don't check for ether_output, instead use if_type == IFT_ETHER | chopps |
| 1998-07-05 | defopt ISO TPIP. | jonathan |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-08 | Make sure the control mbufs are freed in all cases. | mycroft |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-05-07 | Changed struct ifnet to have a pointer to the softc of the underlying | thorpej |
| 1996-04-13 | fix screw-up in the prototyping changes: print pointers with %p, NOT | cgd |
| 1996-02-13 | netiso prototypes and fixes to get -DTUBA to compile. | christos |
| 1995-08-17 | so_pcb should be a void *. | mycroft |
| 1995-06-13 | Change llinfo_llc to use queue.h. | mycroft |
| 1995-06-13 | Touch this up so it compiles again. | mycroft |