Age | Commit message (Expand) | Author |
2013-01-02 | Sync hostname.if parsing with /etc/netstart. Toss in a ipv6 | Kenneth R Westerback |
2012-12-16 | use grep -q instead of redirecting to /dev/null | Robert Peichaer |
2012-11-22 | Stop saying "please", people needs to run sysmerge(8) after an upgrade. | Antoine Jacoutot |
2012-11-06 | Always setup lo0 with 127.0.0.1/8 when configuring the network, | Kenneth R Westerback |
2012-10-21 | remove some backwards compat for 5.0 -> 5.1/5.2 upgrades | Theo de Raadt |
2012-10-20 | waitftplist: | Alexander Hall |
2012-10-01 | remove check for negative numbers in resp | Robert Peichaer |
2012-09-29 | use ++ operator for increments | Robert Peichaer |
2012-09-29 | use (()) for arithmetic tests | Robert Peichaer |
2012-09-28 | consistently use [[ ]] for tests | Robert Peichaer |
2012-09-28 | remove unnecessary quotes within [[ ]] | Robert Peichaer |
2012-09-28 | replace the last remaining backticks with $() for consistency | Robert Peichaer |
2012-09-28 | remove a comment that does not make sense any more | Robert Peichaer |
2012-09-28 | replace _fsent array with a simple concatenated list | Robert Peichaer |
2012-09-10 | turn sparc miniroot into a proper ramdisk (thereby removing the last | Theo de Raadt |
2012-09-03 | compress arguments to the ftp command; ok halex | Theo de Raadt |
2012-09-03 | roll a comment to a new line, so that the comment-stripper can remove it | Theo de Raadt |
2012-09-03 | we CAPITALIZE variables used in multiple sh functions | Theo de Raadt |
2012-07-20 | Replace some leading blanks before comments with leading tab. Noticed | Kenneth R Westerback |
2012-07-14 | as _resp is being localized by typeset -l, no need to localize it twice | Alexander Hall |
2012-07-12 | ksh does not properly separate the arguments in "$@" if IFS is an | Alexander Hall |
2012-07-09 | when being asked which disk to install on, give the user the chance to | Alexander Hall |
2012-07-08 | Move functionality from ask() to _ask() to make the latter more useful | Alexander Hall |
2012-04-21 | remove the "Do you want to do any manual network configuration?" question. | Henning Brauer |
2012-04-20 | As noted by Kent R. Spillner this file is unused, so move it to the attic. | Alexander Hall |
2012-03-19 | Add a comment about harmless warning emitted by tic with -r to the | Nicholas Marriott |
2012-03-12 | more cleanup of the bad style of closing fd 0-2 | Alexander Hall |
2012-01-31 | redirect stdout to /dev/null instead of closing it | Alexander Hall |
2011-11-22 | MAKEDEV never reports failure, always returning 0. So check for | Kenneth R Westerback |
2011-11-08 | Now that the code is well tested, don't ask the firmware question | Theo de Raadt |
2011-10-18 | Fix xkb mistake: remove symbols/srvr_ctrl directory that is now a file | Matthieu Herrb |
2011-08-17 | make sure to set two rtsol sysctls, not just the last one | Todd T. Fries |
2011-08-08 | revert the last commit and do the right thing instead. | Alexander Hall |
2011-08-07 | Check that timezones provided by the user do not include spaces. | Kenneth R Westerback |
2011-08-02 | Disable upgrade-time sysmerge for the 5.0 release. Between 4.9 and 5.0 | Theo de Raadt |
2011-08-02 | Say "firmware files" instead of "firmwares". It is so hard to be clear | Theo de Raadt |
2011-07-28 | remove unneeded echo in rc.firsttime, since fw_update became more verbose | Alexander Hall |
2011-07-24 | use the right sysctl, doh! | Federico G. Schwindt |
2011-07-23 | uncomment net.inet6.ip6.rediraccept from /etc/sysctl.conf as well if the | Federico G. Schwindt |
2011-07-14 | Fix a bug reported by "Remco" on misc@ where sysmerge(8) would fail to | Antoine Jacoutot |
2011-07-09 | move the 'updating firmwares' message into rc.firsttime rather than having | Alexander Hall |
2011-07-09 | delete the ld.so.hints file on the ramdisk, because I am worried about | Theo de Raadt |
2011-07-09 | Unbreak sysmerge(8) with 'disk' install media. | Antoine Jacoutot |
2011-07-09 | Ask to install non-free firmwares at first boot | Alexander Hall |
2011-07-08 | make exiting the shell take you back to the inital prompt | Alexander Hall |
2011-07-06 | "Tweak previous", aka | Alexander Hall |
2011-07-06 | Remove the verbiage about manually merging 'etc' on upgrade. You get | Antoine Jacoutot |
2011-07-06 | As non-mp install.md's neither set NCPU, nor will have a bsd.mp, | Alexander Hall |
2011-07-06 | Add a new question to run sysmerge(8) at the end of an upgrade; defaults | Antoine Jacoutot |
2011-07-04 | there is no need to do the rtsol check (whether to enable | Alexander Hall |