Age | Commit message (Expand) | Author |
2004-10-02 | Minor code cleanup and shrinkage. No functional change. | Kenneth R Westerback |
2004-09-29 | Code cleanup and shrinkage (~2K). | Kenneth R Westerback |
2004-09-16 | Set the console device speed before instead of after selecting it as the | Ryan Thomas McBride |
2004-08-09 | move to 3.6-beta | Theo de Raadt |
2004-07-25 | Don't need to specify 9600 as the default speed, since it is first on the | Kenneth R Westerback |
2004-07-18 | Make bsd.rd a default set. | Kenneth R Westerback |
2004-07-18 | spaces | Theo de Raadt |
2004-07-18 | For set installation via URL or NFS, assume the network has been configured | Kenneth R Westerback |
2004-07-17 | Delete unused local vars. | Kenneth R Westerback |
2004-07-17 | Add 'stty <tty> <speed>' line to boot.conf if serial console is | Kenneth R Westerback |
2004-07-17 | Don't add '/'s to timezone path when null input entered | Kenneth R Westerback |
2004-06-26 | Allow change of default console to first serial device during install. Used in | Kenneth R Westerback |
2004-06-22 | Don't make xetc a default install set. | Kenneth R Westerback |
2004-06-22 | introduce the new xetc set. ok deraadt@, miod@, krw@. | Matthieu Herrb |
2004-06-20 | If all default sets have been successfully installed, make [done] the | Kenneth R Westerback |
2004-06-13 | if bsd.mp exists... let a user install it | Theo de Raadt |
2004-04-12 | Refactor network initialization code into explicit v4 routines to | Kenneth R Westerback |
2004-03-23 | Update copyrights to 2004. | Kenneth R Westerback |
2004-03-18 | Don't ask for timezone info during an upgrade. | Kenneth R Westerback |
2004-03-16 | save 2 bytes due to tabs | Theo de Raadt |
2004-03-14 | Fix sane_install() tests to use relevant directories/files. Tighten | Kenneth R Westerback |
2004-03-09 | URL-encode all usercode/password characters between 0x20 and 0x7e so that | Kenneth R Westerback |
2004-02-28 | Revert v1.314 changes adding '~' to user supplied relative ftp paths, | Kenneth R Westerback |
2004-02-27 | move to 3.5-beta | Theo de Raadt |
2004-02-08 | Shave a few more characters. | Kenneth R Westerback |
2004-02-08 | Replace 'localhost' with '127.0.0.1' and add -q to route invocations | Kenneth R Westerback |
2004-02-08 | Add loopback routes late during upgrades, as /etc/netstart does now. | Kenneth R Westerback |
2004-02-08 | Fix typo: 2>&2 -> 2>&1. | Kenneth R Westerback |
2004-02-07 | Simplify inet line processing in inet_info(). | Kenneth R Westerback |
2004-01-11 | With wonderful new dhclient there is no need to try to kill a running | Kenneth R Westerback |
2003-12-21 | Bowing to the relentless pressure from Nick Holland, change the default answer | Kenneth R Westerback |
2003-12-04 | shorten a teeny bit more | Theo de Raadt |
2003-12-04 | ask if sshd should be on by default (default to yes, still); tested by nick | Theo de Raadt |
2003-09-22 | Introduce a function ask_yn() to use when asking 'yes or no' | Kenneth R Westerback |
2003-08-23 | If any interface has been configured using DHCP, assume the default route | Kenneth R Westerback |
2003-08-17 | 'Security' fix/cleanup/shrinkage. | Kenneth R Westerback |
2003-08-17 | Message clarification & cleanup. | Kenneth R Westerback |
2003-08-16 | Minor cosmetic cleanup. | Kenneth R Westerback |
2003-08-11 | move to 3.4-beta | Theo de Raadt |
2003-08-07 | spaces | Theo de Raadt |
2003-07-10 | Try to ensure that ftp gets install sets from the same directory it | Kenneth R Westerback |
2003-07-10 | Ensure that the install/upgrade process is not troubled by any ulimit | Kenneth R Westerback |
2003-07-03 | Use numeric comparison operators when testing numeric values. | Kenneth R Westerback |
2003-07-03 | Clarify and shrink. | Kenneth R Westerback |
2003-07-02 | Eliminate cutword(), replacing it with specific code: 'set --' in two | Kenneth R Westerback |
2003-06-30 | Cleanup ask_which() logic. | Kenneth R Westerback |
2003-06-30 | Use built in pattern matching rather than cutlast() when extracting | Kenneth R Westerback |
2003-06-27 | Improve swap partition handling during install/upgrade. | Kenneth R Westerback |
2003-06-23 | Minor cleanups. | Kenneth R Westerback |
2003-06-21 | Make file selection more resistant to unexpected user input. | Kenneth R Westerback |