aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_param.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move default HZ from 100 to 1000 on powerpc.Nathan Whitehorn2010-06-231-1/+1
* Document the VM detection type and sysctl a bit better.Ivan Voras2010-03-021-1/+1
* When running as a guest operating system, the FreeBSD kernel must assumeAlan Cox2010-02-271-4/+4
* Don't inforce an upper bound on kern.ngroups. The INT_MAX-1 limit wasBrooks Davis2010-02-241-2/+0
* Replace the static NGROUPS=NGROUPS_MAX+1=1024 with a dynamicBrooks Davis2010-01-121-0/+14
* Increase HZ_VM from 10 to 100. While 10 hz saves cpu timeMike Silbersack2009-07-081-1/+1
* Improve the description of a few sysctls.John Baldwin2009-03-231-10/+11
* Change the sysctls for maxbcache and maxswzone from int to long. I missedJohn Baldwin2009-03-121-2/+2
* Export the current values of nbuf, ncallout, and nswbuf via read-onlyJohn Baldwin2009-03-121-0/+6
* - Make maxpipekva a signed long rather than an unsigned long as overflowJohn Baldwin2009-03-101-2/+2
* Adjust some variables (mostly related to the buffer cache) that holdJohn Baldwin2009-03-091-6/+6
* Document the relationship between enum VM_GUEST and the vm_guest_sysctl_namesIvan Voras2008-12-301-1/+3
* Hide detect_virtual() along with the accompanying stringBjoern A. Zeeb2008-12-271-7/+9
* By popular request, stringify kern.vm_guest sysctl. Now it returns aIvan Voras2008-12-181-3/+27
* Introduce a sysctl kern.vm_guest that reflects what the kernel knows aboutIvan Voras2008-12-171-6/+15
* - Detect Bochs BIOS variants and use HZ_VM as well.Jung-uk Kim2008-12-081-12/+25
* vm_pnames should be "const char *const[]".Maxim Sobolev2008-10-271-1/+1
* vm_pnames has no reason to be global.Maxim Sobolev2008-10-271-1/+1
* Default HZ value (1,000) on i386/amd64 is not very virtual machine friendly.Maxim Sobolev2008-10-271-1/+39
* Correct an error in the comments for init_param3().Alan Cox2008-07-041-2/+2
* - Export HZ value via kern.hz sysctl (this is the same name as for thePawel Jakub Dawidek2008-05-091-8/+17
* Export maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz, dflssiz, maxssiz,Alfred Perlstein2007-10-161-0/+10
* 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