aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_param.c
Commit message (Expand)AuthorAgeFilesLines
* Partially revert revision 1.66, which contained a change that did notKris Kennaway2005-10-141-4/+4
* Increase default HZ for sparc64 to 1000.Marius Strobl2005-04-161-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Fix the build.Bruce M Simpson2004-11-301-2/+2
* Switch from 1024hz to 1000hz on amd64 to match i386. 1024 is a badPeter Wemm2004-11-301-3/+1
* #include <vm/vm_param.h> instead of <machine/vmparam.h> (the formerDag-Erling Smørgrav2004-11-081-17/+17
* Increase default HZ for ia64 to 1000.Marcel Moolenaar2004-11-081-1/+1
* Increase default HZ for i386 to 1000Poul-Henning Kamp2004-11-061-4/+6
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* White space and wording changes to init_param3().Alan Cox2004-03-301-5/+3
* Revise the direct or optimized case to use uiomove_fromphys() by the readerAlan Cox2004-03-271-6/+1
* Set default HZ to 1024 for amd64. The comment in kern/tty.c doesn'tPeter Wemm2004-03-141-0/+4
* More pipe changes:Mike Silbersack2003-08-111-10/+8
* Add init_param3() to subr_param. This function is calledMike Silbersack2003-07-111-26/+16
* Pull in the entire kmem_map size calculation from kern_malloc, ratherMike Silbersack2003-07-081-3/+11
* Put some concrete limits on pipe memory consumption:Mike Silbersack2003-07-081-0/+29
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Change hw.physmem and hw.usermem to unsigned long like they used to bePeter Wemm2002-08-301-1/+1
* Improve the implementation of adjtime(2).Poul-Henning Kamp2002-04-151-2/+0
* Unconditionally limit maxproc so that it is not possibleMike Silbersack2002-03-071-0/+6
* Allow the kern.maxusers boot tuneable to be set to 0 (previously onlyMatthew Dillon2002-02-061-2/+3
* Make the 'maxusers 0' auto-sizing code slightly more conservative. ChangeMatthew Dillon2002-01-251-3/+3
* Proper fix for old config setting maxusers to 8.Peter Wemm2001-12-141-1/+1
* Too many people are compiling kernels with maxusers set to 0 without the newMatthew Dillon2001-12-141-1/+1
* Limit maxprocperuid to 9/10 maxproc, and limit maxfilesperproc to 9/10Mike Silbersack2001-12-131-2/+2
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-091-18/+40
* Create a mutex pool API for short term leaf mutexes.Matthew Dillon2001-11-131-8/+0
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderPaul Saab2001-10-101-0/+21
* Conditionalize VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX so MD sectionsMatthew Dillon2001-08-201-0/+4
* Limit the amount of KVM reserved for the buffer cache and for swap-metaMatthew Dillon2001-08-201-0/+6
* Move param.c out of the conf directory and make it fully dynamic.Peter Wemm2001-07-261-27/+49
* Introduce numerous SMP friendly changes to the mbuf allocator. Namely,Bosko Milekic2001-06-221-10/+3
* Remove unneeded <stddef.h> #includes.Poul-Henning Kamp2000-10-291-2/+0
* For lockmgr mutex protection, use an array of mutexes that are allocatedJason Evans2000-10-121-0/+8
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-011-45/+0
* Make sysv-style shared memory tuneable params fully runtime adjustablePeter Wemm2000-03-301-33/+0
* This is Bosko Milekic's mbuf allocation waiting code. Basically, thisBrian Feldman1999-12-121-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Move the initialisation/tuning of nmbclusters from param.c/machdep.cMike Smith1999-07-051-17/+1
* Allow setting MAXFILES in the kernel config.Dag-Erling Smørgrav1999-04-091-1/+3
* Fixed problems with kernel config file overrides of sysv semaphoreMatthew Dillon1998-12-141-1/+3
* Implemented zero-copy TCP/IP extensions via sendfile(2) - send aDavid Greenman1998-11-051-1/+7
* Moved definition of fscale from param.c to kern_synch.c where itBruce Evans1998-07-111-6/+1
* Add 3 sysctl variables for future use by ps)1_Poul-Henning Kamp1998-06-301-1/+4
* Round tickadj up. This prevents tickadj from being 0 when HZ > 500,Bruce Evans1998-06-211-2/+2
* Convert socket structures to be type-stable and add a version number.Garrett Wollman1998-05-151-1/+8
* Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This sholdGuido van Rooij1998-02-271-4/+5
* Removed unused #includes.Bruce Evans1997-06-141-12/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctlBruce Evans1997-01-161-5/+0