summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-23/+138
* In the words of the submitter:msmith1998-05-071-2/+4
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* Fixed duplicate definitions of M_FILE (one static).bde1997-11-231-4/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Various select -> poll changespeter1997-09-141-2/+2
* Removed unused #includes.bde1997-09-021-3/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-1/+2
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-57/+55
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-217/+300
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Add support to sendmsg()/recvmsg() for passing credentials betweenwpaul1997-03-211-3/+25
* Create a new branch of the kernel MIB, kern.ipc, to storewollman1997-02-241-9/+20
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-7/+7
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add comments to hard-to-follow File descriptor handling codejulian1996-12-051-1/+68
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-1/+2
* Merge in Lite2: LIST replacement for f_filef, f_fileb, and filehead.hsu1996-03-111-5/+6
* Another mega commit to staticize things.phk1995-12-141-21/+35
* Increase the size of the pipe buffer as denoted by PIPSIZ fromdyson1995-08-311-2/+4
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-2/+1
* Move mbuf frees to after call to sorflush().dg1995-08-081-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Make networking domains drop-ins, through the magic of GNU ld. (Some day,wollman1995-05-111-5/+5
* Fixed bug caused by attempting a connect with a null 'nam'.dg1995-02-151-6/+13
* Merge in the socket-level support for Transaction TCP.wollman1995-02-071-1/+19
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-14/+10
* A potential panic, found by adding declarations.phk1994-09-281-2/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-4/+28
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+823
OpenPOWER on IntegriCloud