cvs commit: src/sys/netinet tcp_hostcache.c

2008-09-01 Thread Brooks Davis
brooks 2008-09-01 19:25:27 UTC FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: SVN rev 182633 on 2008-09-01 19:25:27Z by brooks Wrap an 81 column SYSCTL_NODE decleration. Obtained from: //depot/projects/vimage-commit2/... Revision

cvs commit: src/sys/netinet tcp_hostcache.c

2008-08-28 Thread Rui Paulo
rpaulo 2008-08-28 21:55:40 UTC FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: SVN rev 182411 on 2008-08-28 21:55:40Z by rpaulo Fix typo in comment. Revision ChangesPath 1.21 +1 -1 src/sys/netinet/tcp_hostcache.c __

cvs commit: src/sys/netinet tcp_hostcache.c

2008-07-30 Thread John Baldwin
jhb 2008-07-30 20:52:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet tcp_hostcache.c Log: SVN rev 181015 on 2008-07-30 20:52:12Z by jhb MFC: If we hit the global cache size limit but the bucket row is empty then we won't fin

cvs commit: src/sys/netinet tcp_hostcache.c

2007-07-12 Thread Yar Tikhiy
yar 2007-07-12 20:50:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet tcp_hostcache.c Log: MFC revs. 1.15, 1.16: Add a sysctl for the purge run interval so that it can be tuned along with the rest of hostcache parameters.

cvs commit: src/sys/netinet tcp_hostcache.c

2007-06-08 Thread Yar Tikhiy
yar 2007-06-08 13:43:28 UTC FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: Replace a constant with an already defined symbolic name for it. Tested with: md5(1) Revision ChangesPath 1.16 +1 -1 src/sys/netinet/tcp_hos

cvs commit: src/sys/netinet tcp_hostcache.c

2007-06-08 Thread Yar Tikhiy
yar 2007-06-08 13:35:51 UTC FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: Add a sysctl for the purge run interval so that it can be tuned along with the rest of hostcache parameters. The new sysctl name is `net.inet.tcp.hostcache.prune'.

cvs commit: src/sys/netinet tcp_hostcache.c

2007-06-07 Thread Andre Oppermann
andre 2007-06-07 21:41:51 UTC FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: In tcp_hc_insert() we may have the case where we have hit the global cache size limit but this bucket row is empty. Normally we want to recycle the oldest entry i

cvs commit: src/sys/netinet tcp_hostcache.c

2007-05-27 Thread Robert Watson
rwatson 2007-05-27 19:39:26 UTC FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: Normalize spelling and grammar in TCP hostcache comments. Revision ChangesPath 1.13 +66 -67src/sys/netinet/tcp_hostcache.c ___

cvs commit: src/sys/netinet tcp_hostcache.c

2007-03-21 Thread Andre Oppermann
andre 2007-03-21 19:34:12 UTC FreeBSD src repository Modified files: sys/netinet tcp_hostcache.c Log: Match up SYSCTL declarations in style. Revision ChangesPath 1.12 +8 -8 src/sys/netinet/tcp_hostcache.c __