| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow the kern.maxusers boot tuneable to be set to 0 (previously only | dillon | 2002-02-06 | 1 | -2/+3 |
* | Make the 'maxusers 0' auto-sizing code slightly more conservative. Change | dillon | 2002-01-25 | 1 | -3/+3 |
* | Proper fix for old config setting maxusers to 8. | peter | 2001-12-14 | 1 | -1/+1 |
* | Too many people are compiling kernels with maxusers set to 0 without the new | dillon | 2001-12-14 | 1 | -1/+1 |
* | Limit maxprocperuid to 9/10 maxproc, and limit maxfilesperproc to 9/10 | silby | 2001-12-13 | 1 | -2/+2 |
* | Allow maxusers to be specified as 0 in the kernel config, which will | dillon | 2001-12-09 | 1 | -18/+40 |
* | Create a mutex pool API for short term leaf mutexes. | dillon | 2001-11-13 | 1 | -8/+0 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -0/+21 |
* | Conditionalize VM_SWZONE_SIZE_MAX and VM_BCACHE_SIZE_MAX so MD sections | dillon | 2001-08-20 | 1 | -0/+4 |
* | Limit the amount of KVM reserved for the buffer cache and for swap-meta | dillon | 2001-08-20 | 1 | -0/+6 |
* | Move param.c out of the conf directory and make it fully dynamic. | peter | 2001-07-26 | 1 | -27/+49 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 1 | -10/+3 |
* | Remove unneeded <stddef.h> #includes. | phk | 2000-10-29 | 1 | -2/+0 |
* | For lockmgr mutex protection, use an array of mutexes that are allocated | jasone | 2000-10-12 | 1 | -0/+8 |
* | Move the MSG* and SEM* options to opt_sysvipc.h | peter | 2000-05-01 | 1 | -45/+0 |
* | Make sysv-style shared memory tuneable params fully runtime adjustable | peter | 2000-03-30 | 1 | -33/+0 |
* | This is Bosko Milekic's mbuf allocation waiting code. Basically, this | green | 1999-12-12 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Move the initialisation/tuning of nmbclusters from param.c/machdep.c | msmith | 1999-07-05 | 1 | -17/+1 |
* | Allow setting MAXFILES in the kernel config. | des | 1999-04-09 | 1 | -1/+3 |
* | Fixed problems with kernel config file overrides of sysv semaphore | dillon | 1998-12-14 | 1 | -1/+3 |
* | Implemented zero-copy TCP/IP extensions via sendfile(2) - send a | dg | 1998-11-05 | 1 | -1/+7 |
* | Moved definition of fscale from param.c to kern_synch.c where it | bde | 1998-07-11 | 1 | -6/+1 |
* | Add 3 sysctl variables for future use by ps)1_ | phk | 1998-06-30 | 1 | -1/+4 |
* | Round tickadj up. This prevents tickadj from being 0 when HZ > 500, | bde | 1998-06-21 | 1 | -2/+2 |
* | Convert socket structures to be type-stable and add a version number. | wollman | 1998-05-15 | 1 | -1/+8 |
* | Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This shold | guido | 1998-02-27 | 1 | -4/+5 |
* | Removed unused #includes. | bde | 1997-06-14 | 1 | -12/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctl | bde | 1997-01-16 | 1 | -5/+0 |
* | Fix bug related to map entry allocations where a sleep might be attempted | dg | 1997-01-15 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Add an option "EXTRA_VNODES" to cause an extra number of vnode structures | peter | 1996-05-31 | 1 | -1/+6 |
* | Allocate mbufs from a separate submap so that NMBCLUSTERS works as | wollman | 1996-05-10 | 1 | -4/+6 |
* | removed: | phk | 1996-05-02 | 1 | -2/+2 |
* | First pass at cleaning up macros relating to pages, clusters and all that. | phk | 1996-05-02 | 1 | -2/+2 |
* | Merge in Lite2: proc LIST changes. | hsu | 1996-03-11 | 1 | -27/+2 |
* | Add more options into the conf/options and i386/conf/options.i386 files | peter | 1996-03-02 | 1 | -1/+2 |
* | Convert SYSV IPC to new-style options. (I hope I got everything...) | wollman | 1996-01-04 | 1 | -3/+5 |
* | Last commit this round: Staticize. | phk | 1995-12-10 | 1 | -3/+1 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 1 | -6/+11 |
* | Removed "GATEWAY" consideration when calculating number of mbuf clusters. | dg | 1995-06-29 | 1 | -5/+1 |
* | Killed "TIMEZONE" and "DST" options. They have been forced to 0 by config | dg | 1995-06-29 | 1 | -3/+2 |
* | Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS" | dg | 1995-05-25 | 1 | -2/+13 |
* | Implement maxprocperuid and maxfilesperproc. They are tunable | guido | 1995-02-20 | 1 | -1/+3 |
* | Alow overriding of the various SHM* options. | joerg | 1995-02-16 | 1 | -1/+11 |
* | Increase maxfiles to NPROC*2. This makes the per-process open file limit | dg | 1995-01-12 | 1 | -2/+2 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -9/+4 |
* | Added SYSV ipcs. | dfr | 1994-09-13 | 1 | -1/+44 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |