aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_hostcache.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+1
| | | | | | | Found by: -Wunused Notes: svn path=/head/; revision=31016
* Add for public examination the beginnings of the per-host cache supportGarrett Wollman1997-06-181-0/+158
which will for the basis of RTF_PRCLONING's more efficient, better- designed replacement. Notes: svn path=/head/; revision=26706