summaryrefslogtreecommitdiff
path: root/usr.sbin/config
AgeCommit message (Collapse)Author
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
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-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
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.
2002-02-07device -> decide; fixes PR#2382.Aaron Campbell
2001-12-11Make Makefile.boot produce a working config(8) again, at least on 4.4BSD.Miod Vallat
2001-12-10handle "q" input better; bug reported in 2244Theo de Raadt
2001-12-05more free KNF from maja, though this was hard to doTheo de Raadt
2001-11-10Move extraloc to data segment. This fixes save of new locators for cloned ↵Mats O Jansson
devices. -moj ok @deraadt
2001-09-07leftover pmax cruft.Brad Smith
2001-09-07-DELF_SUPPORT for sparc64Jason Wright
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-08-05Make manual match source string.Hugh Graham
Spotted by Heikki Korpela.
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-07-11remove mips leftovers; ok bradPeter Valchev
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
2001-01-25alpha is (will be) ELF.Artur Grabowski
2001-01-25Make this elf-size independent.Artur Grabowski
config -e works on my alpha.
2001-01-24Include err.h for warnx.Artur Grabowski
2001-01-24NULL-terminate the nlistArtur Grabowski
2001-01-23KNF stuff which angelos is too much of a baby to get rightTheo de Raadt
2001-01-23Allow entries like "foo at bar enable", which override previousAngelos D. Keromytis
entries like "foo bar bar disable"; useful for kernel config lamers like myself who don't like to use 'config -e' or 'bsd -c' to manually enable USB. Tested with uhci/ohci on i386.
2001-01-15Fix bug that sometime ignored first command in -e mode. -mojMats O Jansson
2001-01-05Generate Makefiles that don't get confused if the source layout (withAngelos D. Keromytis
regards to depth and symbolic links) is not what's expected.
2000-12-06Add a 'saving modified kernel' message. (deraadt@ ok)Hakan Olsson
2000-11-15Last commit introduced extra space (lame)Angelos D. Keromytis
2000-11-15Fix bug introduced with overriding of pseudo-devices.Angelos D. Keromytis
2000-10-29Eek, typo in my last commit; noticed by huynh.29@osu.eduAaron Campbell
2000-10-28Close PR 1419, use modified patch (original from peter.galbavy@knowledge.com)Angelos D. Keromytis
2000-09-30Some format string problems that were missed during initial audit; deraadt@ andAaron Campbell
millert@ ok
2000-08-08permit changing flagsTheo de Raadt
2000-07-07document timezone command, as in boot_config(8)Theo de Raadt
2000-05-31Remove hard sentence breaks.Aaron Campbell
2000-05-29More text about config file format, some of it unfortunately at theAngelos D. Keromytis
expense of Theo's artistic expression.
2000-05-29start to describe config file formatTheo de Raadt
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-04more details, and a UKC(8) linkTheo de Raadt
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-02-27-Wall on alphaTheo de Raadt
2000-01-08Allow UKC to change tz with 'timezone' command.David Leonard
2000-01-04Add rmoption/rmoptions; useful for people who want a slightlyAngelos D. Keromytis
modified version of GENERIC.
2000-01-03Use warnx() instead of the error() kludgeAngelos D. Keromytis
2000-01-03Allow for duplicate maxusers definitions (so one can include a GENERICAngelos D. Keromytis
and use a different value). config will print a warning that there has been a duplicate entry, and will use the second definition. More generally, config will end up using the last maxusers definition in the config file.
1999-11-27re-enable config without arguments; fix usageDavid Leonard
1999-10-17Remove some redundant .Pp.Aaron Campbell
1999-10-16Fix typo.Aaron Campbell