summaryrefslogtreecommitdiff
path: root/usr.sbin/config/cmd.h
AgeCommit message (Collapse)Author
2003-06-03Nuke terms 3 & 4 on my code.Tobias Weingartner
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@
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2000-01-08Allow UKC to change tz with 'timezone' command.David Leonard
1999-10-04config -e support; ukc from maja@Theo de Raadt