summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Convert socket structures to be type-stable and add a version number.wollman1998-05-151-8/+46
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Make sure that you can only bind a more specific address when it isguido1998-03-011-1/+2
* Revert sosend() to its behavior from 4.3-Tahoe and before: iffenner1998-02-191-3/+7
* Back out DIAGNOSTIC changes.eivind1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-1/+3
* MF22: MSG_EOR bug fix.jkh1997-11-091-3/+9
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+5
* While booting diskless we have no proc pointer.phk1997-10-041-2/+3
* Extend select backend for sockets to work with a poll interface (morepeter1997-09-141-26/+24
* Removed unused #includes.bde1997-09-021-2/+1
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-22/+16
* Don't accept insane values for SO_(SND|RCV)BUF, and the low water marks.peter1997-06-271-4/+27
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-26/+57
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Create a new branch of the kernel MIB, kern.ipc, to storewollman1997-02-241-2/+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
* Check for error return from uiomove to prevent looping endlessly indg1996-11-291-1/+3
* Increase robustness of FreeBSD against high-rate connection attemptpst1996-10-071-1/+2
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-36/+18
* Make it possible to return more than one piece of control informationwollman1996-05-091-1/+3
* Fix for PR #1146: the "next" pointer must be cached before calling soabortdg1996-04-161-4/+8
* Changed socket code to use 4.4BSD queue macros. This includes removingdg1996-03-111-10/+23
* Kill XNS.wollman1996-02-131-2/+2
* Define a new socket option, SO_PRIVSTATE. Getting it returns the statewollman1996-02-071-1/+10
* Nuked ambiguous sleep message strings:bde1995-12-141-2/+2
* Make somaxconn (maximum backlog in a listen(2) request) and sb_maxwollman1995-11-031-4/+8
* Remove extra arg from one of the calls to (*pr_usrreq)().bde1995-08-251-3/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* getsockopt(s, SOL_SOCKET, SO_SNDTIMEO, ...) would construct the returnedwollman1995-02-161-2/+2
* Merge in the socket-level support for Transaction TCP.wollman1995-02-071-4/+21
* Use M_NOWAIT instead of M_KERNEL for socket allocations; it is apparantlydg1995-02-061-2/+2
* Calling semantics for kmem_malloc() have been changed...and the thirddg1995-02-021-2/+2
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-13/+16
* Added $Id$dg1994-08-021-0/+1
* Changed mbuf allocation policy to get a cluster if size > MINCLSIZE. Makesdg1994-05-291-12/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-1/+21
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1024
OpenPOWER on IntegriCloud