summaryrefslogtreecommitdiff
path: root/sys/netns/spp_usrreq.c
AgeCommit message (Expand)Author
2003-09-30Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSDchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-08-08audit bitmask test mistake (s/&&/&/). from openbsditojun
2002-05-12More commons eliminated.matt
2001-11-13add RCSIDslukem
2001-10-18Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historicalthorpej
2001-06-19Sprinkle couple of cosmetic changes - use 'extern' in headers, makejdolecek
2000-03-30Remove register declarations.augustss
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
1999-09-10s/acknowledgment/acknowledgement/simonb
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-14Fix variable declarations: register -> register int.kleink
1997-07-18- Be more careful with type sizes (many u_long -> u_int32_t in protocolthorpej
1997-06-24Eliminate use of dtom() from the network code, allowing more flexiblethorpej
1997-03-29PR/3408: From Koji Imada: mv_faults on SPP connections.christos
1996-10-13backout previous kprintf changechristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-08Make sure the control mbufs are freed in all cases.mycroft
1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft
1996-03-27Fix(?) (I have no way to test this) netns crash when receiving PRC_REDIRECT'schristos
1996-02-18Fixed bug I introduced in the previous changes. In the ctlinput functions,christos
1996-02-13netns prototypeschristos
1995-08-16Allocate PCBs with malloc(), not mgetclr().mycroft
1995-08-12splnet --> splsoftnetmycroft
1995-03-08cast pointers correctly, ioctl cmds are u_longs, most int != long type bogonscgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1993-12-18Canonicalize all #includes.mycroft
1993-05-20header cleanup & id string additioncgd
1993-04-20Restore files lost during crash.mycroft