Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-01 | when filtering termcap selecet vt220, not vt200, since that's what we gonna ↵ | Michael Shalayeff | |
use later, plus a few rcsid vicinity cleanups; millert@ ok | |||
2002-05-01 | We only need fsck_ffs, not the fsck front end. | Todd C. Miller | |
Make all fsck list file entries simply be: LINK instbin sbin/fsck_ffs sbin/fsck | |||
2002-04-30 | use makeconf.awk throughout, delete instbin in Makefile | Theo de Raadt | |
2002-04-30 | instbin removal was not done; do in Makefile | Theo de Raadt | |
2002-04-30 | use SCRIPT command | Theo de Raadt | |
2002-04-29 | generate termcap file using a list2sh.awk directrive; distrib becomes a lot ↵ | Theo de Raadt | |
smaller again | |||
2002-04-28 | remove confusion about disktab | Theo de Raadt | |
2002-04-28 | use single shared mtree.conf | Theo de Raadt | |
2002-04-28 | Change getresp() into ask(). | Kenneth R Westerback | |
ask() takes 2 parameters. The first one is the question to ask the user, and the 2nd is the default answer. Shrinks and makes the code clearer. From espie@ with some tweaking, ok deraadt@. | |||
2002-04-28 | use the shared elfsetroot | Theo de Raadt | |
2002-04-28 | modernize | Theo de Raadt | |
2002-04-28 | i intended to remove this before | Theo de Raadt | |
2002-04-25 | runlist.sh & list2sh.awk unification | Theo de Raadt | |
2002-04-25 | - fix a few texts | Miod Vallat | |
- remove dead hp300 stuff ok millert@, espie@ | |||
2002-04-22 | use one common dot.profile for all | Theo de Raadt | |
2002-04-21 | minor cleanups, i think | Theo de Raadt | |
2002-04-01 | KNF sh ends up saving space; krw ok | Theo de Raadt | |
2002-03-31 | bit of shrinkage, krw ok | Theo de Raadt | |
2002-02-14 | mg? ridiculous. for now, anyways | Theo de Raadt | |
2002-02-14 | typo | Theo de Raadt | |
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd C. Miller | |
Alas many of these were introduced by yours truly as necessary just doesn't look right to me for some reason ;-) | |||
2001-12-23 | Remove extra blank line displayed before the paragraph 'As with | Kenneth R Westerback | |
anything ...' during install and/or upgrade on some archs. On sparc, sparc64, sun3 and vax fix a typo ('echo Welcome' -> 'Welcome') in here-document displayed in md_welcome_banner(). | |||
2001-12-05 | remove garbage; miod ok | Theo de Raadt | |
2001-10-02 | more gnu/usr.bin before usr.bin | Theo de Raadt | |
2001-10-02 | because usr.bin/grep now exists, crunch goes wrong, and we need to put ↵ | Theo de Raadt | |
gnu/usr.bin before usr.bin, until our grep replaces gnu grep | |||
2001-09-19 | Fix typo: succesfully -> successfully | Kenneth R Westerback | |
2001-09-17 | more missing dmesg | Theo de Raadt | |
2001-09-17 | zap kernfs | Theo de Raadt | |
2001-09-17 | mount -u, not mount_ffs -u | Todd C. Miller | |
2001-09-16 | bye bye | Theo de Raadt | |
2001-09-16 | Shave a few byte; "mount -u" not "mount -o update"; Theo OK'd | Todd C. Miller | |
2001-09-04 | MB == megabytes, Mb == megabits | Theo de Raadt | |
2001-08-29 | Apply recent changes in the i386 comment eradication code to all | Kenneth R Westerback | |
architectures using a list2sh.awk and related 'list' files (alpha, hp300, mac68k, mvme68k, mvme88k, mvmeppc, powerpc and vax). list2sh.awk is modified so that in handling SPECIAL lines the tabs in regular expressions are not lost to awk field parsing. Any 'list' file trying to eliminate comments, using SPECIAL lines and sed, now eliminates lines that a) have '#' as the first non-blank, non-tab character, with at least one blank or tab following the '#'. b) have '#' as the first non-blank, non-tab character, with a newline immediately following the '#'. Previous b) was not being done, and only leading/following blanks were being looked for due to the loss of tab characters in list2sh.awk. | |||
2001-08-07 | suggest CET, not MET, ok deraadt@ | Markus Friedl | |
2001-06-26 | Initial import of mvmeppc. | Steve Murphree | |