Garrett Wollman 98271db4d5 Convert socket structures to be type-stable and add a version number.
Define a parameter which indicates the maximum number of sockets in a
system, and use this to size the zone allocators used for sockets and
for certain PCBs.

Convert PF_LOCAL PCB structures to be type-stable and add a version number.

Define an external format for infomation about socket structures and use
it in several places.

Define a mechanism to get all PF_LOCAL and PF_INET PCB lists through
sysctl(3) without blocking network interrupts for an unreasonable
length of time.  This probably still has some bugs and/or race
conditions, but it seems to work well enough on my machines.

It is now possible for `netstat' to get almost all of its information
via the sysctl(3) interface rather than reading kmem (changes to follow).
1998-05-15 20:11:40 +00:00
..
1998-05-07 04:58:58 +00:00
1998-05-07 04:58:58 +00:00
1998-05-01 18:30:02 +00:00
1998-04-06 05:11:42 +00:00
1998-05-07 04:58:58 +00:00
1998-05-12 05:11:51 +00:00
1998-05-11 21:41:13 +00:00