| Age | Commit message (Expand) | Author |
| 2003-09-30 | Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSD | christos |
| 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 |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-08-08 | audit bitmask test mistake (s/&&/&/). from openbsd | itojun |
| 2002-05-12 | More commons eliminated. | matt |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-18 | Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical | thorpej |
| 2001-06-19 | Sprinkle couple of cosmetic changes - use 'extern' in headers, make | jdolecek |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-02-02 | PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 | thorpej |
| 2000-02-01 | First-draft if_detach() implementation, originally from Bill Studnemund, | thorpej |
| 1999-09-10 | s/acknowledgment/acknowledgement/ | simonb |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-02-14 | Fix variable declarations: register -> register int. | kleink |
| 1997-07-18 | - Be more careful with type sizes (many u_long -> u_int32_t in protocol | thorpej |
| 1997-06-24 | Eliminate use of dtom() from the network code, allowing more flexible | thorpej |
| 1997-03-29 | PR/3408: From Koji Imada: mv_faults on SPP connections. | christos |
| 1996-10-13 | backout previous kprintf change | 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-03-27 | Fix(?) (I have no way to test this) netns crash when receiving PRC_REDIRECT's | christos |
| 1996-02-18 | Fixed bug I introduced in the previous changes. In the ctlinput functions, | christos |
| 1996-02-13 | netns prototypes | christos |
| 1995-08-16 | Allocate PCBs with malloc(), not mgetclr(). | mycroft |
| 1995-08-12 | splnet --> splsoftnet | mycroft |
| 1995-03-08 | cast pointers correctly, ioctl cmds are u_longs, most int != long type bogons | cgd |
| 1994-06-29 | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' | cgd |
| 1994-05-13 | Update to 4.4-Lite networking code, with a few local changes. | mycroft |
| 1993-12-18 | Canonicalize all #includes. | mycroft |
| 1993-05-20 | header cleanup & id string addition | cgd |
| 1993-04-20 | Restore files lost during crash. | mycroft |