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