Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-16 | sync | Theo de Raadt | |
2002-05-16 | sync | Theo de Raadt | |
2002-05-16 | sync | Theo de Raadt | |
2002-05-15 | Insert entry for /var/tmp to /etc/fstab like /tmp one,i.e. nosuid and nodev | Mike Pechkin | |
Idea from form@. millert@, krw@ ok | |||
2002-05-15 | sync | Theo de Raadt | |
2002-05-14 | sync | Theo de Raadt | |
2002-05-14 | sync | Theo de Raadt | |
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-14 | sync | Theo de Raadt | |
2002-05-12 | sync | Theo de Raadt | |
2002-05-10 | STRIP is a binary install target | Theo de Raadt | |
2002-05-10 | sync | Theo de Raadt | |
2002-05-10 | sync | Theo de Raadt | |
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-09 | sync | Theo de Raadt | |
2002-05-08 | (Oops. Missed this one first time around) | Kenneth R Westerback | |
Abstract out common md_set_term() code into set_term() in install.sub, 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-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-08 | kill extraneous duplicated commands. | Marc Espie | |
okay miod@ | |||
2002-05-07 | sync | Theo de Raadt | |
2002-05-07 | /usr/include/arch and /usr/include/machine should be in comp, not base; | Miod Vallat | |
and the /usr/include/readline contents are mi. deraadt@ ok | |||
2002-05-07 | fix conf file generation | Theo de Raadt | |
2002-05-07 | grep is right start | Theo de Raadt | |
2002-05-07 | All architectures now use miniroot, so eliminate last few getresp() | Kenneth R Westerback | |
calls in favour of ask(). Fix the erroneous advice I gave to Hugh in vax getresp() -> ask(). ok deraadt@ | |||
2002-05-07 | sync | Theo de Raadt | |
2002-05-06 | sync | Theo de Raadt | |
2002-05-06 | Convert a getresp that seems to have escaped the sieve. | Hugh Graham | |
Spotted by grange. | |||
2002-05-04 | Clean up the logic in install_url(): | Kenneth R Westerback | |
a) Eliminate extraneous cat invocations that are piped to grep by simply calling grep with the file name. b) Eliminate the only use of isnumeric() by using a ksh'ism left exposed in sh: '+([0-9])'. Eliminate isnumeric(). c) Test for a http/ftp list index of '0' and treat as an out of range error rather than an IP address. d) Reorganize to make smaller and more clear. Add documentation to sh(1) for ksh patterns that are available. ok millert@, miod@ | |||
2002-05-04 | add some Netra servers | Brad Smith | |
2002-05-02 | Update TURBOchannel machines status. | Miod Vallat | |
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 | Clean up configure_all_interfaces() a bit. | Kenneth R Westerback | |
Always make the default answer the first unconfigured interface, and when there are no unconfigured interfaces make the default answer 'done'. As a result _reprompt would always be set to 1, so eliminate it and the if statement testing it. | |||
2002-04-30 | Swap sbin/fsck and sbin/fsck_ffs in the LINK line. Now that we use | Todd C. Miller | |
makeconf.awk, order matters here. With the previous order only the fsck wrapper was included and fsck_ffs was linked to it. This resulted in fsck fork bombing until the proc table was full. | |||
2002-04-30 | Parital sync to i386 common/Makefile.inc, enough to build ramdisk at least. | Dale Rahn | |
2002-04-30 | use makeconf.awk throughout, delete instbin in Makefile | Theo de Raadt | |
2002-04-30 | ahc back on floppyB. | Miod Vallat | |
2002-04-30 | remove instbin in Makefile, not in list | Theo de Raadt | |
2002-04-30 | instbin removal was not done; do in Makefile | Theo de Raadt | |
2002-04-30 | instbin removal now done in a Makefile | Theo de Raadt | |
2002-04-30 | spacing | Theo de Raadt | |
2002-04-30 | first pass of instbin removal movement | Theo de Raadt | |
2002-04-30 | use makeconf.awk, and cleanup instbin removal | Theo de Raadt | |
2002-04-30 | oops, typo | Theo de Raadt | |
2002-04-30 | Tighten up installed options on /tmp by adding nosuid,nodev. | Kenneth R Westerback | |
Suggested by Ian McWilliam. ok deraadt@. | |||
2002-04-30 | tset bye bye | Theo de Raadt | |
2002-04-30 | this is not run by hand, no need for #!/bin/sh; krw ok | Theo de Raadt | |
2002-04-30 | use makeconf.awk, and also simplify list management | Theo de Raadt | |
2002-04-30 | make use of makeconf.awk | Theo de Raadt | |
2002-04-30 | use leaner libraries; like most already did | Theo de Raadt | |
2002-04-30 | use SCRIPT command | Theo de Raadt | |