summaryrefslogtreecommitdiffstats
path: root/sys/net/raw_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless local variable from raw_input().kbyanc2002-12-281-3/+0
* Back out some style changes. They are not urgent,luigi2002-11-201-16/+24
* Replace m_copy() with m_copypacket() where applicable.luigi2002-11-171-24/+16
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-10/+0
* Lock down a socket, milestone 1.tanimura2002-05-201-0/+10
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-1/+4
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Give struct socket structures a ref counting interface similar todillon2001-11-171-2/+2
* KSE Milestone 2julian2001-09-121-5/+5
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* Update network code to use poll support.peter1997-09-141-2/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-13/+9
* Removed unused #includes.bde1997-08-021-7/+1
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-154/+152
* Use LIST macros instead of insque/remquephk1997-04-141-4/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* Uniformized pr_ctlinput protosw functions. The third arg is now `voidbde1995-12-161-2/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Attempting to bind() or connect() a routing socket, while meaningless,wollman1995-02-161-3/+7
* Cosmetics: to silence gcc -wall.phk1994-10-081-2/+3
* Fix up some sloppy coding practices:wollman1994-08-181-1/+2
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+306
OpenPOWER on IntegriCloud