aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/param.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug related to map entry allocations where a sleep might be attemptedDavid Greenman1997-01-151-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add an option "EXTRA_VNODES" to cause an extra number of vnode structuresPeter Wemm1996-05-311-1/+6
* Allocate mbufs from a separate submap so that NMBCLUSTERS works asGarrett Wollman1996-05-101-4/+6
* removed:Poul-Henning Kamp1996-05-021-2/+2
* First pass at cleaning up macros relating to pages, clusters and all that.Poul-Henning Kamp1996-05-021-2/+2
* Merge in Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-27/+2
* Add more options into the conf/options and i386/conf/options.i386 filesPeter Wemm1996-03-021-1/+2
* Convert SYSV IPC to new-style options. (I hope I got everything...)Garrett Wollman1996-01-041-3/+5
* Last commit this round: Staticize.Poul-Henning Kamp1995-12-101-3/+1
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-6/+11
* Removed "GATEWAY" consideration when calculating number of mbuf clusters.David Greenman1995-06-291-5/+1
* Killed "TIMEZONE" and "DST" options. They have been forced to 0 by configDavid Greenman1995-06-291-3/+2
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"David Greenman1995-05-251-2/+13
* Implement maxprocperuid and maxfilesperproc. They are tunableGuido van Rooij1995-02-201-1/+3
* Alow overriding of the various SHM* options.Joerg Wunsch1995-02-161-1/+11
* Increase maxfiles to NPROC*2. This makes the per-process open file limitDavid Greenman1995-01-121-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-9/+4
* Added SYSV ipcs.Doug Rabson1994-09-131-1/+44
* Added $Id$David Greenman1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-1/+2
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+145