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