CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2012/04/10 09:50:52

Modified files:
        sys/arch/alpha/alpha: pmap.c 
        sys/arch/arm/arm: pmap.c 
        sys/arch/m68k/m68k: pmap_motorola.c 
        sys/arch/vax/vax: pmap.c 
        sys/compat/linux: linux_misc.c 
        sys/conf       : param.c 
        sys/kern       : kern_exit.c kern_fork.c kern_proc.c kern_prot.c 
                         kern_resource.c kern_sysctl.c 
        sys/miscfs/procfs: procfs_vfsops.c 
        sys/sys        : proc.h sysctl.h 

Log message:
Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit
count processes instead of threads.  New sysctl()s KERN_NTHREADS and
KERN_MAXTHREAD count and limit threads.  The nprocs and maxproc kernel
variables are replaced by nprocess, maxprocess, nthreads, and maxthread.

ok tedu@ mikeb@

Reply via email to