summaryrefslogtreecommitdiff
path: root/sys/conf/param.c
AgeCommit message (Collapse)Author
2002-03-23Add variables for config(8) -e time tweak of systemV shared memoryMarc Espie
parameters. Ok millert@, miod@, maja@
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the kernel part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@
2001-11-09nswbuf hasn't been used for ages. gc.Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-12seminfo.semmap and SEMMAP are not used; kill themTodd C. Miller
Solaris doesn't have these either...
2001-07-05Get rid of REAL_CLISTS. It was never implemented and the tentacles areArtur Grabowski
everywhhere.
2001-06-27Remove old vm.Artur Grabowski
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
okay art@ miod@
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
2000-03-27no vm_cache_max in uvm; ok art@Michael Shalayeff
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
makes it the callers responsibility to allocate resources for the timeouts. This is a KISS implementation and does _not_ solve the problems of slow handling of a large number of pending timeouts (this will be solved in future work) (although hardclock is now guarateed to take constant time for handling of timeouts). Old timeout() and untimeout() are implemented as wrappers around the new API and kept for compatibility. They will be removed as soon as all subsystems are converted to use the new API.
2000-03-21double ncallout, until art fixes this furtherTheo de Raadt
1999-11-26Update comment to reflect reality.Artur Grabowski
1998-08-27Undo changes which were not discussed.Theo de Raadt
1998-08-27defopt TIMEZONEMichael Shalayeff
1998-05-20Increase NVNODE.Jason Downs
1997-05-28move vm_cache_max into param.cMichael Shalayeff
make it maxusers adaptive note, that NTEXT approximation is probably not the best idea
1996-04-19Make kernel config again.Michael Shalayeff
at least isa,eisa,pci ocnfigs were affected.
1995-10-18initial import of NetBSD treeTheo de Raadt