summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.jasone2000-01-141-0/+1
* Correct an uninitialized variable use, which, unlike most times, isgreen1999-12-271-4/+2
* This is Bosko Milekic's mbuf allocation waiting code. Basically, thisgreen1999-12-121-0/+12
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-1/+112
* This is a partial commit of the patch from PR 14914:phk1999-11-161-5/+6
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalgreen1999-10-091-4/+10
* Change so_cred's type to a ucred, not a pcred. THis makes more sense, actually.green1999-09-191-8/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Reviewed by: the cast of thousandsgreen1999-06-171-4/+11
* Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expectedpeter1999-06-041-1/+10
* Realy fix overflow on SO_*TIMEOache1999-05-211-4/+12
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-3/+3
* Lite2 bugfixes merge:ache1999-04-241-3/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+3
* Fix the port of the NetBSD 19990120-accept fix. I misread a piece offenner1999-02-021-2/+7
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Port NetBSD's 19990120-accept bug fix. This works around the race conditionfenner1999-01-251-3/+15
* Also consider the space left in the socket buffer when deciding whetherfenner1999-01-201-2/+2
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. Thisfenner1999-01-201-2/+4
* KNFize, by bde.eivind1999-01-101-2/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-081-13/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+1
* Installed the second patch attached to kern/7899 with some changes suggestedtruckman1998-11-111-5/+4
* Bow to tradition and correctly implement the bogus-but-hallowed semanticswollman1998-08-311-5/+6
* Correctly set the return length regardless of the relative size of thewollman1998-08-311-6/+3
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-97/+148
* Undo rev 1.41 until we get more details about why it makes some systemsfenner1998-07-181-2/+1
* Introduce (fairly hacky) workaround for odd TCP behavior with applicationfenner1998-07-061-1/+2
* 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
OpenPOWER on IntegriCloud