/[base]
ViewVC logotype

Revision 252790


Jump to revision: Previous Next
Author: andre
Date: Fri Jul 5 15:18:54 2013 UTC (11 years ago)
Changed paths: 4
Log Message:
MFC r242253:

 Simplify implementation of net.inet.tcp.reass.maxsegments and
 net.inet.tcp.reass.cursegments.

MFC r242254:

 Change the syncache count reporting the current number of entries
 from an unprotected u_int that reports garbage on SMP to a function
 based sysctl obtaining the current value from UMA.

 Also read back the actual cache_limit after page size rounding by UMA.
 PR:		kern/165879

MFC r244680:

 Fix sysctl_handle_int() usage. Either arg1 or arg2 should be supplied,
 and arg2 doesn't pass size of arg1.

MFC r246208:

 uma_zone_set_max() directly returns the rounded effective zone
 limit.  Use the return value directly instead of doing a second
 uma_zone_set_max() step.


Changed paths

Path Details
Directorystable/9/sys/ modified , props changed
Directorystable/9/sys/netinet/tcp_reass.c modified , text changed
Directorystable/9/sys/netinet/tcp_syncache.c modified , text changed
Directorystable/9/sys/netinet/tcp_syncache.h modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27