| Age | Commit message (Expand) | Author |
| 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 |
| 1999-01-14 | Domains are associated with protocol families, not address families. | thorpej |
| 1998-10-20 | vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) | matt |
| 1998-09-13 | Fix ' ' -> '\t' | christos |
| 1998-09-05 | Assign copyright to TNF. | christos |
| 1998-08-25 | Add some braces to make egcs happy. | thorpej |
| 1998-07-05 | defopt ISO TPIP. | jonathan |
| 1998-07-05 | defopt CCITT. | jonathan |
| 1998-07-05 | defopt EON. | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-06-12 | Rework the way kernel include files are installed. In the new method, | cgd |
| 1998-05-11 | Nuke TUBA per my note to tech-net; there's no reason to keep it around. | thorpej |
| 1998-05-06 | Use macros from tcp_timer.h to manipulate TCP timers, so that their | thorpej |
| 1998-04-17 | fix egcs warning | drochner |
| 1998-03-01 | Remove extraneous files from Lite2 merge. | fvdl |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1998-03-01 | Import 4.4BSD-Lite for reference | fvdl |
| 1998-02-14 | Fix variable declarations: register -> register int. | kleink |
| 1998-01-28 | Use offsetof() from libkern.h | thorpej |
| 1998-01-16 | return an error if given an ioctl which isn't recognized. (Fixes | cgd |
| 1998-01-09 | Make this compile in light of recent socket queue data structure change. | thorpej |
| 1997-11-03 | Make these structures packed, so that at least with our compiler, fixed | is |
| 1997-10-26 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-10 | Add hooks to use the kernel random system to generate TCP sequence numbers. | explorer |
| 1997-09-08 | eliminate non-comment text after #endifs; from Dave Sainty in PR kern/4091 | mikel |
| 1997-07-28 | Add variable `hdroptlen'. See file `netinet/tcp_input.c', Rev. 1.30 | hannken |
| 1997-07-23 | Pull SYN_cache_branch down to the main line. | thorpej |