Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-10-16 | Improved config(8) man page; deraadt@ ok | Aaron Campbell | |
1999-10-12 | document config -e. -moj | Mats O Jansson | |
1999-10-05 | compile | Theo de Raadt | |
1999-10-04 | config -e support; ukc from maja@ | Theo de Raadt | |
1999-10-02 | extraloc[] support; maja | Theo de Raadt | |
1999-07-22 | document kernel building; stolen from afterboot.8 | Theo de Raadt | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-04-18 | Make -W -Wall happier. | Marc Espie | |
Classical modern C type-checking, signed vs. unsigned. | |||
1999-03-17 | i386, sparc, hp300 not vax, tahoe, hp300 | Todd C. Miller | |
1999-02-24 | We are OpenBSD | Artur Grabowski | |
1999-01-19 | Retry sane probe ordering, i.e. ordered like the attachments | Niklas Hallqvist | |
found in the various config files. | |||
1998-11-08 | usr.sbin/ man page repairs, a-i | Aaron Campbell | |
1998-06-27 | No way, not yet. You did not even test, did you, david | Theo de Raadt | |
1998-06-12 | warn when ../../../ appears in include directive, since includes are ↵ | David Leonard | |
relative to srcdir and kludge code is still active. | |||
1998-05-25 | missing :; tv | Theo de Raadt | |
1998-05-18 | understand makeoption as makeoptions | Artur Grabowski | |
1998-05-14 | more careful scanf | Theo de Raadt | |
1998-05-11 | Formerly reuse of unit numbers of detached devices was impossible, with | Niklas 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-11 | set max field width of %s correctly | Theo de Raadt | |
1998-03-16 | Xr options 4 | Theo de Raadt | |
1997-11-13 | from 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-07 | jason is tired. this is not needed. our locator table stuff uses less | Theo de Raadt | |
memory too. | |||
1997-08-07 | cf_locnames support, from NetBSD (jtk, according to the RCSids). | Jason Downs | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-06 | -Wall happiness | Jason Downs | |
1997-07-06 | Add defopt support, from NetBSD; thorpej (I think, I don't have the commit | Jason Downs | |
message). | |||
1997-06-05 | take out self-reference from "SEE ALSO" | kstailey | |
1997-04-14 | do not whine about new directories; reported by briggs | Theo de Raadt | |
1997-04-04 | with small quantities of beer and pizza i produce fewer bugs. really. | Theo de Raadt | |
1997-04-04 | if the user changes an option, spit out a warning telling them they need | Theo 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-03 | Added some code lost in last rev. Now BOOT_CONFIG might work again. -moj | Mats O Jansson | |
1997-01-18 | Sync. with current NetBSD--keeping local changes. | briggs | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-12 | Revert sane attach ordering for the time being | Niklas Hallqvist | |
1996-12-11 | Remove dups from cfdata via marking algorithm | Niklas Hallqvist | |
1996-12-11 | Sane attach ordering | Niklas Hallqvist | |
1996-11-12 | *mountroot protos is in systm.h now | Niklas Hallqvist | |
1996-11-10 | Fix the fucking typo. | Jason Downs | |
1996-11-06 | use dk_mountroot | Theo de Raadt | |
1996-10-23 | Merge of NetBSD 961020. Includes flexible build/source dir specs | Niklas Hallqvist | |
1996-09-13 | remove mapartitions default. | Michael Shalayeff | |
1996-09-12 | set maxpartitions to machine default. | Michael Shalayeff | |
fix shift/reduce conflicts in grammar (i'm ukrainian, not else ;) | |||
1996-09-06 | Added 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-01 | zap emalloc mem | Theo de Raadt | |
1996-08-29 | fix some warnings and errors | Theo de Raadt | |