summaryrefslogtreecommitdiff
path: root/usr.sbin/config/cmd.c
AgeCommit message (Collapse)Author
2013-11-23unsigned char casts for ctypeTheo de Raadt
ok jca
2011-10-02Fix some minor things in config(8):Edd Barrett
* As haesbaert suggests, correctly order include files. * Found some old style function defs. Updated. * Found a prototype inside a function. Moved. OK nicm@
2009-12-10Now that the old SysV SHM size limits global variables are gone, removeMark Kettenis
support for setting them from config(8).
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-06-03change "cachepct" to "bufcachepercent" so it is the sameBob Beck
as the variable and the similar sysctl ok deraadt@
2008-11-22Make enable selected by attribute work.Mats O Jansson
Reported by John Lloyd j at bitminer dot ca. -moj
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
ok deraadt millert
2004-06-08Remove 'nmbuclust' setting of NMBCLUSTERS. They don't exist anymore.Ryan Thomas McBride
ok millert@
2004-01-04knf and lintTheo de Raadt
2004-01-04Wall and spacing, I am hunting bugsTheo de Raadt
2003-06-02remove clause 3 and 4. -mojMats O Jansson
2002-06-01missing return; jason@ackley.netTheo de Raadt
2002-03-23small cleanups:Marc Espie
ansi prototypes, help formating, common code to handle integer parameters. Let SystemV shm parameters be settable.
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
The patch allows you to change the value of NMBCLUSTERS, BUFCACHEPERCENT and NKMEMPAGES using the config command, instead of recompiling the kernel. This is the userland part of the patch. I have compiled it on i386, sparc64, alpha and macppc. -moj ok art@ maja@
2001-12-05more free KNF from maja, though this was hard to doTheo de Raadt
2001-02-04Add support for pseudo devices. This is done by adding more informationMats O Jansson
in ioconf.c. The only thing that can be done with pseudo devices is changing the number of created units. -moj ok deraadt@
2001-01-31Dont write kernel if nothing has changed. ok @deraadt. -mojMats O Jansson
2000-02-27-Wall on alphaTheo de Raadt
2000-01-08Allow UKC to change tz with 'timezone' command.David Leonard
1999-10-04config -e support; ukc from maja@Theo de Raadt