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