summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* More closely preserve the original operation of rresvport() when usingpeter1996-05-311-2/+3
* Move or add #include <queue.h> in preparation for upcoming struct socketdg1996-03-111-2/+2
* Make the default behavior of local port assignment match traditionalpeter1996-02-221-14/+68
* Change the default local address range for IP from 1024 through 5000peter1996-01-191-4/+18
* New style sysctl & staticize alot of stuff.phk1995-11-141-3/+6
* Second batch of cleanup changes.phk1995-10-291-2/+1
* Merge 4.4-Lite-2: use M_NOWAIT in in_pcballoc(), and return EACCES ratherwollman1995-09-211-4/+4
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Changed in_pcblookuphash() to not automatically call in_pcblookup() ifdg1995-05-031-15/+5
* Added splnet protections for PCB list manipulations and traversals.dg1995-04-101-2/+24
* Implemented PCB hashing. Includes new functions in_pcbinshash, in_pcbrehash,dg1995-04-091-32/+105
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-2/+1
* pcb allocations are not always done on behalf of a process; it is notdg1995-03-141-2/+2
* Move exact match pcb's to the head of the list to improve lookupdg1995-03-021-3/+8
* Transaction TCP support now standard. Hack away!wollman1995-02-161-21/+1
* T/TCP changes to generic IP code. This is all ifdefed TTCP so shouldwollman1995-02-081-1/+58
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-7/+7
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+497
OpenPOWER on IntegriCloud