summaryrefslogtreecommitdiff
path: root/sys/netccitt
AgeCommit message (Expand)Author
2001-12-04Replace some misuses of "then" with "than".wiz
2001-11-13add RCSIDslukem
2001-10-18Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historicalthorpej
2001-08-20precede, not preceed.wiz
2001-06-19Sprinkle couple of cosmetic changes - use 'extern' in headers, makejdolecek
2001-06-14change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun
2001-05-30use _KERNEL_OPTmrg
2001-05-01remove superfluous ;lukem
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-21Add a protosw flag, PR_ABRTACPTDIS (Abort on Accept of Disconnectedthorpej
2001-01-17pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).itojun
2000-07-08More format checkingsommerfeld
2000-07-02One more file missing multiple-include protection.sommerfeld
2000-07-02Add multiple-include prevention to several headers which were missingsommerfeld
2000-03-30More register removal.augustss
2000-03-13Fix doubled 'the's in comments.soren
2000-02-26don't touch non-AF_CCITT addrs on ctlinput. ctlinput routines can beitojun
2000-02-01First-draft if_detach() implementation, originally from Bill Studnemund,thorpej
2000-02-01Small cleanup.thorpej
2000-02-01Un-obfuscate a small bit of code.thorpej
1999-09-10s/acknowledgment/acknowledgement/simonb
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-01-14Domains are associated with protocol families, not address families.thorpej
1998-09-13Fix copyright mess:christos
1998-09-09Braces for EGCS.thorpej
1998-09-05Assign copyright to TNF.christos
1998-07-28fix to accomodate change in vn_rdwr prototypemjacob
1998-07-25Another printf(%:) down.wrstuden
1998-07-07Declare llcintrq here.thorpej
1998-07-07extern'ize llcintrq.thorpej
1998-07-07Don't conditionalize externs on #if ... LLC ...thorpej
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt ISO TPIP.jonathan
1998-07-05defopt LLCjonathan
1998-07-05defopt HDLC.jonathan
1998-07-05defopt CCITT.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-14Fix variable declarations: register -> register int.kleink
1998-01-28Use offsetof() from libkern.hthorpej
1997-06-24Eliminate use of dtom() from the network code, allowing more flexiblethorpej
1997-05-02Adjust pdu names.christos
1996-10-13backout previous kprintf changechristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-10-10- add missing prototypeschristos
1996-05-23Mostly minor changes.mycroft
1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft
1996-05-09Include <machine/cpu.h> to get setsoftnet().scottr