summaryrefslogtreecommitdiffstats
path: root/sys/conf/param.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel, sysctl(8): remove dead variable: tickadjcheloha2021-01-131-2/+1
* Remove tz, the kernel timezone.cheloha2019-09-071-9/+2
* sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha2019-08-211-1/+2
* per-process itimers: itimerval -> itimerspeccheloha2019-08-021-1/+2
* Prevent integer overflow in kernel and userland when checking mbufbluhm2019-07-161-2/+2
* Remove trailing whitespace from a macromlarkin2019-07-081-2/+2
* the bufcachepercent=80 experiment has exposed a few problems...deraadt2019-04-281-2/+2
* as discussed with beck, crank dma-range bufcache to a high numberderaadt2019-04-201-2/+2
* work around config(8) modifying bss, using __attribute__ ((section(".data"))).deraadt2017-10-031-2/+2
* Revert the previous commit. There still are bad interactions between thekettenis2016-05-061-2/+2
* Bump the default of cachepercent to 90 to see if we can find problems beforebeck2016-04-181-2/+2
* rename desiredvnodes to initialvnodes. less of a lie. ok beck deraadttedu2015-01-091-2/+2
* Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitguenther2012-04-101-6/+7
* Ship 5.0 with bufcachepercent=20deraadt2011-08-081-2/+2
* Move the bufcachepercent setting code to MI locations -- set it to 42%deraadt2011-06-051-1/+10
* Remove old SysV SHM size limits global variables, they are no longer neededmiod2009-12-081-3/+1
* Rototill system V message queues.blambert2009-08-091-16/+1
* we now have a higher count of kernel threads on many machines, so crankderaadt2008-03-201-2/+2
* crank maxfiles; OK deraadt@millert2007-11-021-2/+2
* NFSv2 cannot cope with a big number of vnodes, so revert to NPROC-basedpedro2007-05-311-1/+4
* Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@pedro2007-05-261-5/+2
* better desiredvnodes not based on maxusers; pedro@ deraadt@ okmickey2007-03-121-4/+1
* recycle swbuf that had been long gone (w/ old vm)mickey2007-02-141-2/+2
* Crank SHMMNI from 32 -> 128 and SHMSEG from 8 -> 128. OK deraadt@millert2004-01-011-3/+3
* knfderaadt2003-07-241-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* nbuf doesn't belong here. It's declared on all architectures instead.art2002-10-061-7/+1
* Add variables for config(8) -e time tweak of systemV shared memoryespie2002-03-231-1/+3
* Patch from Daniel Lucq <daniel@lucq.org>maja2002-02-171-2/+2
* nswbuf hasn't been used for ages. gc.art2001-11-091-2/+2
* Remove even more old timeout tentacles.art2001-08-231-3/+1
* seminfo.semmap and SEMMAP are not used; kill themmillert2001-08-121-2/+1
* Get rid of REAL_CLISTS. It was never implemented and the tentacles areart2001-07-051-8/+1
* Remove old vm.art2001-06-271-4/+1
* convert mbuf and cluster allocation to pool, mostly from NetBSDprovos2001-05-171-1/+13
* Get rid of CLSIZE and all related stuff.art2001-05-051-2/+2
* no vm_cache_max in uvm; ok art@mickey2000-03-271-1/+3
* New API for timeouts. Replaces the old timeout()/untimeout() API andart2000-03-231-4/+4
* double ncallout, until art fixes this furtherderaadt2000-03-211-2/+2
* Update comment to reflect reality.art1999-11-261-2/+2
* Undo changes which were not discussed.deraadt1998-08-271-3/+1
* defopt TIMEZONEmickey1998-08-271-1/+3
* Increase NVNODE.downsj1998-05-201-2/+2
* move vm_cache_max into param.cmickey1997-05-281-2/+3
* Make kernel config again.mickey1996-04-191-1/+8
* initial import of NetBSD treederaadt1995-10-181-0/+166