aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_sockbuf.c
Commit message (Expand)AuthorAgeFilesLines
* Port NetBSD's 19990120-accept bug fix. This works around the race conditionBill Fenner1999-01-251-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+1
* We can't call fsetown() from sonewconn() because sonewconn() is be calledDon Lewis1998-11-231-2/+1
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-9/+5
* Fix sbcheck() to check all packets on socket buffer.Bill Fenner1998-11-041-9/+11
* Fixed recently perpetrated printf format errors.Bruce Evans1998-09-051-3/+2
* make sbflush panic messages more descriptiveAndrey A. Chernov1998-09-041-3/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Have the wakeup routine do the upcall if needed.Peter Wemm1998-05-311-1/+3
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-2/+2
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-4/+55
* Added kern.ipc.nmbclustersDavid Greenman1998-04-241-1/+2
* Time changes mark 2:Poul-Henning Kamp1998-04-041-5/+6
* Make sure that you can only bind a more specific address when it isGuido van Rooij1998-03-011-1/+2
* Removed trailing semicolons from the definitions of the sysctlBruce Evans1997-09-071-2/+2
* sonewconn no longer passes curproc to the protocol attach methodTor Egge1997-09-041-2/+2
* Removed unused #includes.Bruce Evans1997-09-021-3/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-144/+21
* Remove sonewconn() macro kludge, introduced in 4.3-Reno to catch argumentBill Fenner1997-07-191-5/+2
* Attempt to convert the ip_divert code to use the new-style protocol requestPeter Wemm1997-05-241-1/+7
* The long-awaited mega-massive-network-code- cleanup. Part I.Garrett Wollman1997-04-271-3/+10
* In accept1(), falloc() is called after the process has awoken, but priorDavid Greenman1997-03-311-3/+3
* Create a new branch of the kernel MIB, kern.ipc, to storeGarrett Wollman1997-02-241-4/+15
* Make the operation of sonewconn1() a bit clearer by callingGarrett Wollman1997-02-191-12/+7
* uipc_mbuf.c: do a better job of counting how often we have to waitGarrett Wollman1997-02-181-0/+35
* For large values of sb_max or MCLBYTES, it was possible for the expressionGarrett Wollman1997-02-131-2/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfaceBill Fenner1996-11-111-1/+27
* Fix two bugs I accidently put into the syn code at the last minutePaul Traina1996-10-111-9/+11
* Increase robustness of FreeBSD against high-rate connection attemptPaul Traina1996-10-071-6/+46
* Add a new sysctl variable kern.sominqueue to override the MINIMUM queuePaul Traina1996-09-191-2/+6
* for kern_conf.c, start allocating dynamic major numbersJulian Elischer1996-08-191-2/+2
* Modify the kernel to use the new pr_usrreqs interface rather than the oldGarrett Wollman1996-07-111-95/+27
* This is a proposal-in-code for a substantial modification of the wayGarrett Wollman1996-07-091-1/+219
* Clean up -Wunused warnings.Gary Palmer1996-06-121-2/+1
* Changed socket code to use 4.4BSD queue macros. This includes removingDavid Greenman1996-03-111-57/+22
* Eliminate the dramatic TCP performance decrease observed for writes inGarrett Wollman1996-01-051-2/+6
* Nuked ambiguous sleep message strings:Bruce Evans1995-12-141-8/+3
* Make somaxconn (maximum backlog in a listen(2) request) and sb_maxGarrett Wollman1995-11-031-2/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-021-18/+20
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-0/+32
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+755