| Age | Commit message (Expand) | Author |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-18 | Nuke "ummmm" quality macro. It's outside __NetBSD__, so not | pooka |
| 2009-04-15 | Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive | elad |
| 2009-03-15 | ansify function definitions | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-04-14 | Coverity CID 1542: Off by one in test. | christos |
| 2006-03-16 | include if_ether.h if you want to use ether_sprintf() | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-30 | - add missing const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-11-02 | Fix some typos. From Tom Cosgrove via jmc@openbsd. | wiz |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2002-02-11 | "doesn't" should have an 's'. | wiz |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-09-28 | don't depend on other headers to include sys/proc.h for us. | chs |
| 2001-07-07 | bzero -> memset | thorpej |
| 2001-07-07 | bcopy -> memcpy, strcpy, memmove | thorpej |
| 2001-07-07 | bcmp -> memcmp | thorpej |
| 2001-07-05 | Fix typo. s/extention/extension/ | toshii |
| 2001-04-12 | splimp -> splnet | thorpej |
| 2000-12-18 | Adapt to ALTQ-related API changes (driver is not fully ALTQ'ified yet). | thorpej |
| 2000-12-12 | Adapt to bpfattach() changes, and further centralize the bpfattach() | thorpej |
| 2000-10-10 | make it work right on non-32bit arch. from kjc@csl.sony.co.jp | itojun |
| 2000-09-06 | Cast the arg to vtophys() to vaddr_t. | thorpej |
| 2000-08-09 | %b -> bitmask_snprintf() | tv |
| 2000-07-20 | don't define LIST_FOREACH, it's in sys/queue.h now. | deberg |
| 2000-07-06 | Use device_lookup(). | thorpej |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |