[BACK]Return to sysctl.3 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libc/gen/sysctl.3 between version 1.140 and 1.141

version 1.140, 2004/10/15 08:49:28 version 1.141, 2004/10/15 15:19:02
Line 531  If
Line 531  If
 .Xr fork 2  .Xr fork 2
 system call fails due to limit on number of processes (either  system call fails due to limit on number of processes (either
 the global maxproc limit or user's one), wait for this many  the global maxproc limit or user's one), wait for this many
 miliseconds before returning  milliseconds before returning
 .Er EAGAIN  .Er EAGAIN
 error to process.  error to process.
 Useful to keep heavily forking runaway processes in bay.  Useful to keep heavily forking runaway processes in bay.
Line 1074  Returns the default TCP send buffer size
Line 1074  Returns the default TCP send buffer size
 .It Li tcp.recvspace  .It Li tcp.recvspace
 Returns the default TCP receive buffer size.  Returns the default TCP receive buffer size.
 .It Li tcp.mssdflt  .It Li tcp.mssdflt
 Returns the default maximum segment size both advertized to the peer  Returns the default maximum segment size both advertised to the peer
 and to use when either the peer does not advertize a maximum segment size to  and to use when either the peer does not advertise a maximum segment size to
 us during connection setup or Path MTU Discovery  us during connection setup or Path MTU Discovery
 .Li ( ip.mtudisc )  .Li ( ip.mtudisc )
 is disabled.  is disabled.
Line 1698  at any one time.
Line 1698  at any one time.
 The minimum maximum number of types supported for the name of a  The minimum maximum number of types supported for the name of a
 timezone.  timezone.
 .It Li USER_ATEXIT_MAX  .It Li USER_ATEXIT_MAX
 The maximum namber of functions that may be registered with  The maximum number of functions that may be registered with
 .Xr atexit 3 .  .Xr atexit 3 .
 .El  .El
 .Sh CTL_VM  .Sh CTL_VM
Line 1743  The amount of kernel memory that is bein
Line 1743  The amount of kernel memory that is bein
 The minimum amount of kernel memory to reserve for the  The minimum amount of kernel memory to reserve for the
 buffer cache.  buffer cache.
 .It Li VM_BUFMEM_HIWATER  .It Li VM_BUFMEM_HIWATER
 The maximum amount of kernel memort to be used for the  The maximum amount of kernel memory to be used for the
 buffer cache.  buffer cache.
 .It Li VM_EXECMAX  .It Li VM_EXECMAX
 The percentage of physical memory which will be reclaimed  The percentage of physical memory which will be reclaimed
Line 2142  desc.sysctl_desc = "audio debug control 
Line 2142  desc.sysctl_desc = "audio debug control 
 sysctl(mib, 2, NULL, NULL, \*[Am]desc, sizeof(desc));  sysctl(mib, 2, NULL, NULL, \*[Am]desc, sizeof(desc));
 .Ed  .Ed
 .Pp  .Pp
 Upon successully setting a description, the new description will be  Upon successfully setting a description, the new description will be
 returned in the space indicated by the  returned in the space indicated by the
 .Fa oldp  .Fa oldp
 and  and

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141

CVSweb <webmaster@jp.NetBSD.org>