index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_param.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+2
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+145