Age | Commit message (Expand) | Author |
2010-04-06 | Try a more detailed message about the time | Theo de Raadt |
2010-04-04 | If the system time is off by more than 120 seconds from the TIME=nnn | Alexander Hall |
2009-07-10 | We should be using the $SERVERLISTALL (not the url-only $SERVERLIST) to | Theo de Raadt |
2009-07-02 | Do *not* newfs non-ffs partitions while installing. Even if someone | Kenneth R Westerback |
2009-06-27 | Add initial user to the 'staff' class. | Antoine Jacoutot |
2009-06-11 | No need to show the filename the duplicate mount point was detected | Kenneth R Westerback |
2009-06-09 | Update the user input routines to (re-evaluate and) redraw the | Alexander Hall |
2009-06-03 | Only need to umount once on restarting. Force umounts in case of | Kenneth R Westerback |
2009-06-02 | Nuke sissy verbiage about losing data. No more special casing for | Kenneth R Westerback |
2009-06-01 | Test the return value of md_prep_disklabel() to detect failed | Kenneth R Westerback |
2009-05-31 | push the dmesg and $SERVERLIST into the random pool to enhance the | Theo de Raadt |
2009-05-31 | Ask the cgi to remember the install method too, and as a result, this | Theo de Raadt |
2009-05-31 | Change the order of the installer questions again, because it is better. | Theo de Raadt |
2009-05-30 | Defer talking to the ftpinstall cgi until a fair bit later, so that we can | Theo de Raadt |
2009-05-30 | silly comment is wrong | Theo de Raadt |
2009-05-30 | these scripts should use tabs because 4 spaces wastes 3 chars of media space | Theo de Raadt |
2009-05-30 | install.sh already knows that MODE == install | Theo de Raadt |
2009-05-28 | Get the list of disks or cds whenever required rather than once at | Kenneth R Westerback |
2009-05-17 | Use sed to directly create swap entries in fstab rather than dancing | Kenneth R Westerback |
2009-05-17 | Move comment to correct spot. | Kenneth R Westerback |
2009-05-11 | Clean up and shrink code. Don't newfs paritions without a mount | Kenneth R Westerback |
2009-05-07 | o use 'ls -C' to speed and simplify both sets viewing and timezone selection | Todd T. Fries |
2009-05-06 | whoa, we were assuming that $_password was still the user password. we | Theo de Raadt |
2009-05-06 | Split the collection of many questions from the appplication of their | Theo de Raadt |
2009-05-06 | De-uglify disk configuration in the non-auto layout cases. Trust | Kenneth R Westerback |
2009-05-05 | spaces to tabs | Theo de Raadt |
2009-05-03 | Oops. Untested over-optimization slipped in, breaking installs. | Kenneth R Westerback |
2009-05-03 | A few long standing sh'isms -> ksh'isms. | Kenneth R Westerback |
2009-05-03 | Simplify and shrink fstab creation code by putting mount point and | Kenneth R Westerback |
2009-05-03 | Simplify things by putting extra swap partitions in the fstab as | Kenneth R Westerback |
2009-04-30 | Do not allow the root password to be empty; ok krw after he told me | Theo de Raadt |
2009-04-30 | quotes around ? matches; Alexander Hall | Theo de Raadt |
2009-04-29 | only encrypt passwords if they are set | Theo de Raadt |
2009-04-29 | Ask for the root password before sshd, because I have caught myself | Theo de Raadt |
2009-04-28 | We have no choice but to ask for the timezone information later, so | Theo de Raadt |
2009-04-25 | We are able to handle the timezone question a few steps earlier, along | Theo de Raadt |
2009-04-24 | Move bsd.mp juggling into relevant MD files. Make bsd.mp a default | Kenneth R Westerback |
2009-04-23 | configure the network unconditionally. You have an opportunity to bail | Theo de Raadt |
2009-04-23 | Near the end of the installation, prompt for the setup of an initial | Theo de Raadt |
2009-04-19 | If hw.ncpufound > 1, have the install script automatically prefer to use | Theo de Raadt |
2009-04-13 | Don't try to read or remove a non-existant /tmp/hosts file. This can | Kenneth R Westerback |
2009-04-10 | If the md_prep_disklabel routine sets AUTOROOT=y, then don't ask the | Kenneth R Westerback |
2009-04-10 | 'rm hosts' -> 'rm -f hosts', since we may have not configured any | Kenneth R Westerback |
2009-03-14 | Installed dhclient.conf is now all comments. Installed hosts is | Kenneth R Westerback |
2009-03-14 | There should only be one ::1 and one 127.0.0.1 entry in the hosts | Kenneth R Westerback |
2009-02-21 | Pretty up installed hosts file by using tabs between address and | Kenneth R Westerback |
2009-02-19 | Third time lucky. Proper use of quotes when comparing the first and | Kenneth R Westerback |
2009-02-15 | Build install media with disktab.shadow already in /tmp, rather | Kenneth R Westerback |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-13 | ksh's arithmetic is 32 bit signed so we can no longer rely on | Kenneth R Westerback |