aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/uipc_socket2.c
Commit message (Expand)AuthorAgeFilesLines
* 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