| Age | Commit message (Expand) | Author |
| 2006-04-15 | m_freem takes one arg. | christos |
| 2006-04-15 | s/mfree/m_freem/ | christos |
| 2006-04-15 | Don't leak mbufs on error. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | - sprinkle const | christos |
| 2004-05-22 | Eliminate several uses of `curproc' from the socket-layer code and from NFS. | jonathan |
| 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-22 | <sys/conf.h> and <sys/device.h> are not needed here | jdolecek |
| 2001-11-10 | add RCSIDs | lukem |
| 2001-10-13 | Remove so variables that are only ever set and never referenced. | simonb |
| 2000-10-03 | include opt_inet.h, needed by previous check-in. | chs |
| 2000-10-02 | perform reverse ARP only if INET is compiled into the kernel | itojun |
| 1999-07-26 | Don't use the result of inet_ntoa after calling the another inet_ntoa, | enami |
| 1999-05-07 | -print diskless boot related IP addresses in dot notation | drochner |
| 1999-04-12 | libkern just got an inet_addr(), but it won't compile, no prototype. Cleanup... | ross |
| 1999-04-11 | Enable the code that gets our gateway+netmask from the | gwr |
| 1999-02-21 | restructure the diskless NFS boot code to keep track of the used | drochner |
| 1998-09-13 | Fix copyright spacing. | christos |
| 1998-08-09 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-06-13 | Fix boogered gcc warning workaround the right way. | tv |
| 1998-03-01 | Add two includes for the 'struct nfs_args' so it compiles again. | veego |
| 1998-01-12 | Consolidate NFS_BOOT_* options into opt_nfs_boot.h | scottr |
| 1998-01-09 | Conditionalize call to RARP, check interface type. | drochner |
| 1997-12-12 | Temporarily disable the bootparam "gateway" support. | gwr |
| 1997-12-10 | Change the format of the bootparam "gateway" parameter string to | gwr |
| 1997-09-09 | Circumvent the lack of a reliable gateway/netmask value in the | gwr |
| 1997-08-29 | Support for RARP,RPC/bootparam moved from nfs_boot.c to here. | gwr |