Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-09 | knf | Todd T. Fries | |
2002-05-20 | Eliminate md_questions(). It was used only to control the setting of | Kenneth R Westerback | |
machdep.allowaperture. Remove the setting of machdep.allowaperture from md_installboot(). Add MDXAPERTURE variable to relevant architectures. Add a new function set_machdep_allowaperture(). It is called *after* install_sets() (which changes when the X Window question is asked), and if MDXAPERTURE is present modifies sysctl.conf. Shrinks overall size for i386, macppc, sparc64 (which used md_questions for machdep.allowaperture) but increases size a bit for other architectures since set_machep_allowaperture is in install.sub. | |||
2002-05-19 | Do not use `' pairs inside here documents. Errors will occur | Kenneth R Westerback | |
if the ` is not individually escaped and the here document as a whole is not escaped. (i.e. cat << \__EOT). | |||
2002-05-18 | Eliminate md_get_diskdevs() and md_get_cddevs() by | Kenneth R Westerback | |
1) Saving one boot's worth of dmesg in /tmp/dmesg.boot 2) Using sed to scan for devices and pull out names in new get_diskdevs() and get_cddevs() in install.sub 3) Saving any md disk/cd sed patterns in MDDISKDEVS and MDCDDEVS variables. | |||
2002-05-14 | Eliminate md_native_fstype() and md_native_fsopts(). Both functions | Kenneth R Westerback | |
simply echo'd a single word if present at all. Replace with variables MDFSTYPE and MDFSOPTS if required. Rework logic in install.sub's mount_a_disk() to always include 'ro' as an option to the mount command. This allows even those arch's with MDFSTYPE to usually get by without MDFSOPTS. ok deraadt@ | |||
2002-05-09 | Elminate md_welcome_banner() and md_not_going_to_install() as the | Kenneth R Westerback | |
output of both was essentially identical on all architectures. Replace with welcome_banner() and not_going_to_install() in install.sub. Abstract common verbiage from md_congrats() into congrats() which calls md_congrats() for any architecture specific additional verbiage. Reword things so ${MODE} can be plausibly used in more places. Remove extraneous #!/bin/sh in hp300 install.md. ok deraadt@ espie@ | |||
2002-05-08 | Abstract out common md_set_term() code into set_term() in install.sub, | Kenneth R Westerback | |
calling md_set_term() from set_term() to do machine dependent stuff. Currently only i386 does anything - keyboard mappings. Add MDTERM variable to allow install.md to set proper default terminal type. Default to vt220. Eliminate md_get_partition_range() as useless since every architecture returned '[a-p]'. Make default term for all mvme* architectures vt100 as requested by miod@. ok deraadt@ millert@ miod@ | |||
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 | 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-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-17 | use the very small RAMDISK config; bring this up to modern times. needs a ↵ | Theo de Raadt | |
few tests | |||
2002-04-10 | leave MAKEDEV, it fits | 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-09 | use "ramdisk" MAKEDEV target always | 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-05 | remove garbage; miod ok | Theo de Raadt | |
2001-10-08 | arch -ks | Theo de Raadt | |
2001-10-02 | more gnu/usr.bin before usr.bin | Theo de Raadt | |
2001-09-19 | Fix typo: succesfully -> successfully | Kenneth R Westerback | |
2001-09-17 | zap kernfs | Theo de Raadt | |
2001-09-17 | mount -u, not mount_ffs -u | Todd C. Miller | |
2001-09-16 | Shave a few byte; "mount -u" not "mount -o update"; Theo OK'd | Todd C. Miller | |
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-07-26 | correct path | Theo de Raadt | |
2001-06-23 | argh. stop using kernfs, using dmesg using sysctl. encode ARCH into | Theo de Raadt | |
install.md at build time. remove some crud. and the icing on the cake: skip testing all this until next week | |||
2001-05-11 | unify a.out rdsetroot | Theo de Raadt | |
2001-01-25 | egrep -a to permit working with binary data in dmesg | Theo de Raadt | |
2000-10-25 | In stty line enable ^T (status) as well. | Todd C. Miller | |
2000-07-14 | correct ch* things mickey forgot | Theo de Raadt | |
2000-06-09 | chown/chgrp changes | Michael Shalayeff | |
2000-03-01 | $OpenBSD$ | Todd T. Fries | |
2000-02-25 | 'ie.' -> 'e.g.' or 'i.e.' as appropriate | Kenneth R Westerback | |
2000-01-30 | add dmesg alias to all install media | Theo de Raadt | |
2000-01-24 | Clean up mvme68k install utils and remdisk. | Steve Murphree | |
1999-09-26 | Fixed installboot_md() | Steve Murphree | |
1999-09-03 | md_questions() interface allows asking questions before sets | Theo de Raadt | |
1999-08-15 | Kill md_copy_kernel() | Todd C. Miller | |
1999-04-01 | disklabel -f use, for fstab tweaking | Theo de Raadt | |
1998-11-03 | it's -> its where appropriate | Aaron Campbell | |
1998-08-14 | Don't need to explicately link in with -ltermlib now that curses and termlib ↵ | Todd C. Miller | |
are merged |