summaryrefslogtreecommitdiff
path: root/sys/conf/param.c
AgeCommit message (Expand)Author
2022-07-23make MAXLWP a real option that triggers rebuilds properly.mrg
2020-11-12Set a better default for MAXFILES on larger RAM machines if notsimonb
2019-04-09defparam all of the config variables associated with SYSV IPC stuff.pgoyette
2015-11-09Whether or not the semaphore code is loaded as a module or built-in, itspgoyette
2015-08-24to garnish, dust with _KERNEL_OPTpooka
2015-05-13Create a new sysv_ipc module to contain the SYSVSHM, SYSVSEM, andpgoyette
2012-06-09Add a new resource to limit the number of lwps per user, RLIMIT_NTHR. Therechristos
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2009-05-03Move dovfsusermount to secmodel_bsd44, where it really belongs.elad
2009-05-02Move dovfsusermount from vfs_syscalls.c to param.c: secmodel bsd44pooka
2009-03-06Remove SHMMAXPGS from all kernel configs. Dynamically compute thejoerg
2008-11-12Allow the POSIX semaphore code to be loaded as a module.ad
2008-07-12Disable INCLUDE_CONFIG_FILE if compiling with PCC, since PCC cannotgmcgarry
2008-07-02Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@.ad
2008-03-27ALIGNBYTES + 1, not ALIGNBYTES in previous.ad
2008-03-27Introduce COHERENCY_UNIT/coherency_unit as proposed on tech-kern.ad
2008-03-15Add a 'maxcpus' global.ad
2007-12-26Merge more changes from vmlocking2, mainly:ad
2007-05-17merge yamt-idlelwp branch. asked by core@. some ports still needs work.yamt
2007-01-20Remove long unused 'ncallout'.ad
2005-12-21defparam NMBCLUSTERS.yamt
2005-12-11merge ktrace-lwp.christos
2004-09-27Disable autonicetime. As discusses in tech-kern.christos
2004-07-01avoid divide-by-zero in adjtime1() in the case of HZ > 6000.yamt
2004-07-01defparam HZ.yamt
2003-12-31s/NBPG/PAGE_SIZE/ in a comment.martin
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-10-30there is no SHMMMNIdrochner
2003-10-21Cache the "adjusted" value of sb_max when sb_max is changed, in orderthorpej
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2001-12-17Provide hooks to include the config file(s) in the kernel binary.atatat
2001-11-08add RCSIDlukem
2001-08-20allow SHMMAX, SHMMIN, SHMMNI and SHMSEG to be specified in the kernel config ...mrg
2000-11-11Make SHMSEG much larger to accomodate GNOME and imlib.mycroft
2000-09-24defopt SHMMAXPGS, SEMMNI, SEMMNS, SEMUME and SEMMNUjdolecek
2000-04-15Remove shmsegs declaration from conf/param.c - it doesn't belong here.simonb
2000-03-28Declare the SysV IPC *info structures and shmsegs pointer as extern.simonb
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-12-04CL* discarding.ragge
1999-05-20remove nbuf, nswbuf. cleanup def of AUTONICE(TIME|VAL)lukem
1999-05-20g.c. now-unneeded variable declarations (cfree, swbuf, utsnamecgd
1999-04-26Add `mblowat' and `mcllowat' low water mark variables for mbufs and mbufthorpej
1999-04-25Const msize & mclbytes.simonb
1999-04-25g/c REAL_CLISTS.simonb
1999-04-22Move inclusion of "opt_sb_max.h" from sys/socketvar.h tosimonb
1998-10-23Compute compile-time value of old-VM parameter MAX_KMAPENT from NPROCjonathan
1998-10-19Defopt SYSVMSG, SYSVSEM and SYSVSHM.tron
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg
1997-09-20Convert RTC_OFFSET, DEVPAGER, SWAPPAGER and VNODEPAGER to be declaredenami
1997-02-28Add compiled-in MCLBYTES and MSIZE to conf/param.c, as 'mclbytes" and "msize".jonathan