summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_sockbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-144/+21
* Remove sonewconn() macro kludge, introduced in 4.3-Reno to catch argumentfenner1997-07-191-5/+2
* Attempt to convert the ip_divert code to use the new-style protocol requestpeter1997-05-241-1/+7
* The long-awaited mega-massive-network-code- cleanup. Part I.wollman1997-04-271-3/+10
* In accept1(), falloc() is called after the process has awoken, but priordg1997-03-311-3/+3
* Create a new branch of the kernel MIB, kern.ipc, to storewollman1997-02-241-4/+15
* Make the operation of sonewconn1() a bit clearer by callingwollman1997-02-191-12/+7
* uipc_mbuf.c: do a better job of counting how often we have to waitwollman1997-02-181-0/+35
* For large values of sb_max or MCLBYTES, it was possible for the expressionwollman1997-02-131-2/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-111-1/+27
* Fix two bugs I accidently put into the syn code at the last minutepst1996-10-111-9/+11
* Increase robustness of FreeBSD against high-rate connection attemptpst1996-10-071-6/+46
* Add a new sysctl variable kern.sominqueue to override the MINIMUM queuepst1996-09-191-2/+6
* for kern_conf.c, start allocating dynamic major numbersjulian1996-08-191-2/+2
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-95/+27
* This is a proposal-in-code for a substantial modification of the waywollman1996-07-091-1/+219
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+1
* Changed socket code to use 4.4BSD queue macros. This includes removingdg1996-03-111-57/+22
* Eliminate the dramatic TCP performance decrease observed for writes inwollman1996-01-051-2/+6
* Nuked ambiguous sleep message strings:bde1995-12-141-8/+3
* Make somaxconn (maximum backlog in a listen(2) request) and sb_maxwollman1995-11-031-2/+5
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* All of this is cosmetic. prototypes, #includes, printfs and so on. Makesphk1994-10-021-18/+20
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-0/+32
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+755
OpenPOWER on IntegriCloud