summaryrefslogtreecommitdiff
path: root/sys/conf/param.c
AgeCommit message (Expand)Author
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
1997-01-30fix a large number of braindead unconditional #definestls
1997-01-15Eliminate obsolete TIMEZONE and DST options.perry
1996-10-02Fix p_nice vs. NZERO code.ws
1996-07-17Add compile-time and run-time control over automatic niceingexplorer
1996-03-12default DST and TIMEZONE to 0, if not already definedmrg
1995-03-08don't do things that should only be necessary for 'real' clists.cgd
1994-12-05Minor style cleanup.mycroft
1994-08-30Convert process, file, and namei lists and hash tables to use queue.h.mycroft
1994-08-22initialize shmmax to `# of pages' at compile time; multiply by NBPG atderaadt
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-27new standard, minimally intrusive ID formatcgd
1994-06-08Update for 4.4 fs code.mycroft
1994-05-21maxfdescs checks outcgd
1994-05-17copyright foocgd
1993-12-18Canonicalize all #includes.mycroft
1993-11-14Add the System V message queue and semaphore facilities. Implementedcgd
1993-05-20fixed rcsids and cleaned up headerscgd
1993-05-06diffs for uname (posix!) system call, provided by John Brezak <brezak@osf.org>cgd
1993-04-04added maxfdescs definitioncgd
1993-03-21initial import of 386bsd-0.1 sourcescgd