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