summaryrefslogtreecommitdiff
path: root/usr.sbin/config
AgeCommit message (Collapse)Author
1999-11-27re-enable config without arguments; fix usageDavid Leonard
1999-10-17Remove some redundant .Pp.Aaron Campbell
1999-10-16Fix typo.Aaron Campbell
1999-10-16Improved config(8) man page; deraadt@ okAaron Campbell
1999-10-12document config -e. -mojMats O Jansson
1999-10-05compileTheo de Raadt
1999-10-04config -e support; ukc from maja@Theo de Raadt
1999-10-02extraloc[] support; majaTheo de Raadt
1999-07-22document kernel building; stolen from afterboot.8Theo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-04-18Make -W -Wall happier.Marc Espie
Classical modern C type-checking, signed vs. unsigned.
1999-03-17i386, sparc, hp300 not vax, tahoe, hp300Todd C. Miller
1999-02-24We are OpenBSDArtur Grabowski
1999-01-19Retry sane probe ordering, i.e. ordered like the attachmentsNiklas Hallqvist
found in the various config files.
1998-11-08usr.sbin/ man page repairs, a-iAaron Campbell
1998-06-27No way, not yet. You did not even test, did you, davidTheo de Raadt
1998-06-12warn when ../../../ appears in include directive, since includes are ↵David Leonard
relative to srcdir and kludge code is still active.
1998-05-25missing :; tvTheo de Raadt
1998-05-18understand makeoption as makeoptionsArtur Grabowski
1998-05-14more careful scanfTheo de Raadt
1998-05-11Formerly reuse of unit numbers of detached devices was impossible, withNiklas Hallqvist
this change starred devices will search from the first allowed unit for such devices and up for free units when attaching. This means you have to rerun config(8) before yopu compile current kernels. FYI, this is a necessity when doing PCMCIA flashcard reading, otherwise you soon run out of unit numbers. I have also added a way to detach all children of a certain device, used in a new PCMCIA framework to come, so you detach all functions on a single PCMCIA card when pulling it out. A few bugs wrt starred devices fixed in the autoconfig_verbose code too. Last and least, fixed some panic messages.
1998-05-11set max field width of %s correctlyTheo de Raadt
1998-03-16Xr options 4Theo de Raadt
1997-11-13from mycroft;Theo de Raadt
Allow options and makeoptions to take an empty string as a value. Add `object' and `library' keywords to pull in precompiled .o and .a files. Syntax is like the `file' keyword; e.g.: object arch/i386/i386/mumble.o [mumble] [needs-flag] Largely from Michael Richardson in PR 3833, with some changes by me.
1997-09-21$OpenBSD$Theo de Raadt
1997-08-07jason is tired. this is not needed. our locator table stuff uses lessTheo de Raadt
memory too.
1997-08-07cf_locnames support, from NetBSD (jtk, according to the RCSids).Jason Downs
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-06-Wall happinessJason Downs
1997-07-06Add defopt support, from NetBSD; thorpej (I think, I don't have the commitJason Downs
message).
1997-06-05take out self-reference from "SEE ALSO"kstailey
1997-04-14do not whine about new directories; reported by briggsTheo de Raadt
1997-04-04with small quantities of beer and pizza i produce fewer bugs. really.Theo de Raadt
1997-04-04if the user changes an option, spit out a warning telling them they needTheo de Raadt
to make clean. i expect i will get compliments for this change, but i'd really rather receive beer and pizza.
1997-02-03Added some code lost in last rev. Now BOOT_CONFIG might work again. -mojMats O Jansson
1997-01-18Sync. with current NetBSD--keeping local changes.briggs
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-12Revert sane attach ordering for the time beingNiklas Hallqvist
1996-12-11Remove dups from cfdata via marking algorithmNiklas Hallqvist
1996-12-11Sane attach orderingNiklas Hallqvist
1996-11-12*mountroot protos is in systm.h nowNiklas Hallqvist
1996-11-10Fix the fucking typo.Jason Downs
1996-11-06use dk_mountrootTheo de Raadt
1996-10-23Merge of NetBSD 961020. Includes flexible build/source dir specsNiklas Hallqvist
1996-09-13remove mapartitions default.Michael Shalayeff
1996-09-12set maxpartitions to machine default.Michael Shalayeff
fix shift/reduce conflicts in grammar (i'm ukrainian, not else ;)
1996-09-06Added support for add device in subr_userconf. Not perfect but a good start.Mats O Jansson
This needed changes in config, so if your kernel uses BOOT_CONFIG you need to rebuild config before a new kernel can be built. -moj
1996-09-01zap emalloc memTheo de Raadt
1996-08-29fix some warnings and errorsTheo de Raadt