Age | Commit message (Expand) | Author |
2002-07-28 | New feature request by (most recently) drahn@: | Kenneth R Westerback |
2002-07-27 | Fix two problems. | Kenneth R Westerback |
2002-07-22 | Undo a cvs botch in the last commit that reverted a few lines. | Kenneth R Westerback |
2002-07-18 | Rework upgrade's fstab handling so | Kenneth R Westerback |
2002-07-13 | Cleanup/Shrinkage. | Kenneth R Westerback |
2002-07-13 | More cleanup/simplification/shrinkage. | Kenneth R Westerback |
2002-07-12 | Eliminate list_has_sets() by eliminating its only use. Instead of | Kenneth R Westerback |
2002-07-12 | Consolidate repeated logic to get non-empty $resp into a | Kenneth R Westerback |
2002-07-09 | Fix typo (get_sets_list -> get_sets) that caused ftp installs to fail. | Kenneth R Westerback |
2002-07-07 | More cleanup/shrinkage/clarification. | Kenneth R Westerback |
2002-07-06 | Fix typo in get_get_files_list() that prevented sets from | Kenneth R Westerback |
2002-07-04 | More cleanup/shrinkage/clarification. | Kenneth R Westerback |
2002-07-04 | Eliminate the separate display_* functions. A little more | Kenneth R Westerback |
2002-07-04 | Since the directory /var/run is now present during install/upgrade, | Kenneth R Westerback |
2002-07-04 | Fix set selection list logic so that when extracting more sets | Kenneth R Westerback |
2002-06-29 | Some cleanup/simplification: | Kenneth R Westerback |
2002-06-25 | Complete yet more of the c2k2 initiated changes. In this round: | Kenneth R Westerback |
2002-06-15 | rename install_from_mounted_fs to install_mounted_fs here as well; krw@ ok. | Federico G. Schwindt |
2002-06-11 | Rework get_localdir() so that | Kenneth R Westerback |
2002-06-11 | Delete an extraneous 'mkdir /mnt2' in install_nfs(). | Kenneth R Westerback |
2002-06-10 | Be more paranoid about option fiddling in munge_fs, in case someone | Kenneth R Westerback |
2002-06-10 | Eliminate unused _installed_via_${_url_type} variables. | Kenneth R Westerback |
2002-06-10 | Move '[ "$_didnet" ] || donetconfig' lines into install_url and | Kenneth R Westerback |
2002-06-10 | Pass 'ftp' or 'http' to install_url, rather than '-ftp' or '-http' and | Kenneth R Westerback |
2002-06-09 | knf | Todd T. Fries |
2002-06-08 | Add FQDN to contents of /etc/myname during install. | Kenneth R Westerback |
2002-05-22 | Fix quoting botch in earlier commit. Make sure MDDISKDEVS and | Kenneth R Westerback |
2002-05-20 | Eliminate md_questions(). It was used only to control the setting of | Kenneth R Westerback |
2002-05-20 | Move verbiage about '!' and '!foo' at prompts to welcome_banner() from | Kenneth R Westerback |
2002-05-18 | Eliminate md_get_diskdevs() and md_get_cddevs() by | Kenneth R Westerback |
2002-05-14 | Eliminate md_native_fstype() and md_native_fsopts(). Both functions | Kenneth R Westerback |
2002-05-09 | Elminate md_welcome_banner() and md_not_going_to_install() as the | Kenneth R Westerback |
2002-05-08 | Abstract out common md_set_term() code into set_term() in install.sub, | Kenneth R Westerback |
2002-05-04 | Clean up the logic in install_url(): | Kenneth R Westerback |
2002-04-30 | Clean up configure_all_interfaces() a bit. | Kenneth R Westerback |
2002-04-30 | this is not run by hand, no need for #!/bin/sh; krw ok | Theo de Raadt |
2002-04-29 | Expose a few more comments to stripping: must be on separate line, and | Kenneth R Westerback |
2002-04-29 | Eliminate basename(). Just use parameter expansion syntax to remove | Kenneth R Westerback |
2002-04-29 | Rely on [] evaluating empty string as false, non-empty string as true | Kenneth R Westerback |
2002-04-28 | Remove superfluous '{}' in variable references that are all alone in a | Kenneth R Westerback |
2002-04-28 | Change getresp() into ask(). | Kenneth R Westerback |
2002-04-27 | Fix typo ('remel' -> 'rmel') in glob_selection. | Kenneth R Westerback |
2002-04-26 | Rework glob_selection() to eliminate 'Major hack' and a 'Eww' by | Kenneth R Westerback |
2002-04-26 | Change 'while $1; shift' loops to 'for _b;' loops. | Kenneth R Westerback |
2002-04-26 | Improve use of sed in various places, eliminating unnecessary | Kenneth R Westerback |
2002-04-20 | Split out a new function askpass() and as a result | Kenneth R Westerback |
2002-04-13 | allow todd to do very weird things at the timezone prompt; fix from krw | Theo de Raadt |
2002-04-13 | only fsck root once in upgrade; from krw | Theo de Raadt |
2002-04-13 | do not check filesystems; krw ok | Theo de Raadt |
2002-04-10 | If disk device nodes are missing, and MAKEDEV can be found on the media, | Theo de Raadt |