| Age | Commit message (Expand) | Author |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-11-21 | "than" instead of "then". | wiz |
| 2001-11-21 | Presence looks better with a 'c' instead of an 's'. | wiz |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-04 | Eliminate local extern declartion for inetctlerrmap | matt |
| 2001-10-18 | Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historical | thorpej |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-08-20 | "wierd" is weird. | wiz |
| 2001-08-20 | precede, not preceed. | wiz |
| 2001-06-19 | Sprinkle couple of cosmetic changes - use 'extern' in headers, make | jdolecek |
| 2001-06-18 | Fix typo. | wiz |
| 2001-06-18 | Make compilable with -Wall, in hope this could be actually useful | jdolecek |
| 2001-06-14 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | itojun |
| 2001-06-02 | Silent gcc 3.0 warnings that multi-line string literals are deprecated (and | kristerw |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-04-06 | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz |
| 2001-03-21 | Add a protosw flag, PR_ABRTACPTDIS (Abort on Accept of Disconnected | thorpej |
| 2001-02-20 | add IFT_GIF case. from chopps. | itojun |
| 2001-01-18 | constify | jdolecek |
| 2001-01-17 | correct typecast for eonrtrequest 3rd arg. | itojun |
| 2001-01-17 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | itojun |
| 2001-01-17 | Fix a rather annoying problem where the sockaddr_dl which holds | thorpej |
| 2000-10-02 | fix paren/#ifdef match. | itojun |
| 2000-07-28 | Avoid recursion with traditional cpp. | kleink |
| 2000-06-26 | Define sa_family_t, and use it for siso_family. | kleink |
| 2000-06-26 | Define sa_family_t, and use it for seon_family. | kleink |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-01 | introduce m->m_pkthdr.aux to hold random data which needs to be passed | itojun |
| 2000-02-26 | more careful about AF on ctlinput. (saw panic in the past with kame/netbsd141) | itojun |
| 2000-02-25 | clear m_pkthdr for M_PKTHDR mbuf, so that we do not get panic with | itojun |
| 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 |
| 2000-01-08 | allow delivery of routing protocol pdus to `raw' sockets even when the | chopps |
| 1999-12-24 | make sure we do not pass bogus socket pointer to IPv4 IPsec. | itojun |
| 1999-12-04 | CL* discarding. | ragge |
| 1999-07-12 | Back out previous. I was getting bitten by a bug in make(1), which is | thorpej |
| 1999-07-11 | Only include opt_*.h if we're building a kernel. | thorpej |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-07-01 | add PR_LISTEN to protocols which support listen(2) | darrenr |
| 1999-06-30 | add multicast address like everyone else, using if_ioctl | chopps |
| 1999-04-14 | don't check for ether_output, instead use if_type == IFT_ETHER | chopps |
| 1999-04-05 | add note about who uses this code | chopps |
| 1999-04-01 | add back the SIOCxxx_ISO ioctl's that were eroneously removed previously | chopps |
| 1999-03-12 | exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145 | perry |
| 1999-03-04 | adjust format args for compiler changes | mjacob |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1999-01-31 | Fix prototypes for iso_gethostbyname and iso_gethostbyaddr | christos |