aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.1.7_cvsrelease/2.1.7_cvscvs2svn1997-03-111-1/+1
* Brought in changes from rev 1.13: return correct error code an permissionDavid Greenman1995-10-071-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifDavid Greenman1995-05-031-15/+5
* Added splnet protections for PCB list manipulations and traversals.David Greenman1995-04-101-2/+24
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,David Greenman1995-04-091-32/+105
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-2/+1
* pcb allocations are not always done on behalf of a process; it is notDavid Greenman1995-03-141-2/+2
* Move exact match pcb's to the head of the list to improve lookupDavid Greenman1995-03-021-3/+8
* Transaction TCP support now standard. Hack away!Garrett Wollman1995-02-161-21/+1
* T/TCP changes to generic IP code. This is all ifdefed TTCP so shouldGarrett Wollman1995-02-081-1/+58
* 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-7/+7
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+497