Age | Commit message (Expand) | Author |
2017-12-01 | arm64 is now also a _syspatch_arch | Theo Buehler |
2017-11-05 | Fix http server selection from the list of mirrors. This broke in | Robert Peichaer |
2017-11-05 | Consolidate lib.so.*.a, ld.so.a and the kernel relink kit into | Robert Peichaer |
2017-11-02 | Fix this test by adding _http_proto to INSTALL_MIRROR. | Robert Peichaer |
2017-10-22 | On systems without dhclient, ask IPv4 question again if 'dhcp' was choosen. | Robert Peichaer |
2017-10-21 | Change v4_config() and v6_config() | Robert Peichaer |
2017-10-13 | Move extraction of rootdisk information into the DONEPROFILE if-block. | Robert Peichaer |
2017-10-13 | Comment trap handlers | Robert Peichaer |
2017-10-13 | Tweak comments | Robert Peichaer |
2017-10-13 | Add a comment for slaacd(8) start and replace the if-then-fi block | Robert Peichaer |
2017-10-11 | If $MODE.site fails, store random.seed and error out. Based on a diff | Theo Buehler |
2017-10-10 | Allow to boot into the existing bsd.rd and to download, verify | Robert Peichaer |
2017-10-05 | When installing sets from disk, change the default answer for the question | Christian Weisgerber |
2017-10-04 | Only print "done." after successful "syspatch -c". | Theo Buehler |
2017-08-25 | Combine the commands to fetch and extract set files with the | Robert Peichaer |
2017-08-24 | On release installs of architectures supported by syspatch, run syspatch -c | Theo Buehler |
2017-08-18 | RFC2606 gives us example.com, show that instead of another private | Joshua Stein |
2017-08-08 | Fix a bug introduced in r1.1028 while switching enable_network() | Robert Peichaer |
2017-07-28 | DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts | Robert Peichaer |
2017-07-25 | Finally remove backwards compat code to support the 'rtsol' keyword | Robert Peichaer |
2017-07-21 | Rename _hn to AI_HOSTNAME and export it as global variable so it's | Robert Peichaer |
2017-07-21 | Align ifstart() in netstart and install.sub. | Robert Peichaer |
2017-07-21 | autoinstall(8) related global variables are prefixed with AI_. | Robert Peichaer |
2017-07-20 | Move the execution of the {install,upgrade}.site script to the end | Robert Peichaer |
2017-07-20 | Zap space between function name and parens. | anton |
2017-07-17 | Fix IPv6 default router selection | Robert Peichaer |
2017-07-15 | add comment | Robert Peichaer |
2017-07-15 | - remove superfluous blanks from v[46]_info() output | Robert Peichaer |
2017-07-15 | Rework vlan configuration in the installer, triggered by the vlan | Robert Peichaer |
2017-07-08 | Enable slaacd on the installer and temporarily neuter router | Florian Obser |
2017-07-08 | _slaacd user/group for installer | Florian Obser |
2017-07-08 | slaacd needs libevent on the ramdisk | Florian Obser |
2017-07-07 | Replace a doubled period and add a blank space in front of a bracket. | Theo Buehler |
2017-07-02 | Shorter version of the same. | Robert Peichaer |
2017-07-02 | Tweak comment | Robert Peichaer |
2017-07-02 | NIFS is checked inside start_cgiinfo() already. | Robert Peichaer |
2017-06-30 | Create a unique kernel to boot from during install and upgrade. | Robert Peichaer |
2017-06-21 | /var/db/kernel.SHA256 contains the hash of the /bsd kernel. Upon | Theo de Raadt |
2017-06-03 | After installing, chmod og-rwx {/bsd bsd.mp bsd.sp bsd.rd } | Theo de Raadt |
2017-05-31 | whitespace nit | Theo Buehler |
2017-05-31 | Change cp -pR to pax copy mode with -k when copying /etc/skel. This way | Theo Buehler |
2017-05-28 | Remove _mode variable and use AI_MODE directly instead. Use the | Robert Peichaer |
2017-05-27 | De-duplicate sets selection instructions, and give a short example. | Vadim Zhukov |
2017-05-25 | Move the code that runs the installer script in non-interactive | Robert Peichaer |
2017-05-25 | Replace various echo "..."; exit 1 with a new err_exit() function. | Robert Peichaer |
2017-05-22 | The DISPLAY variable is actually not a global variable as it's used | Robert Peichaer |
2017-05-22 | No need to trim a trailling blank, bsort (in scan_dmesg) does not | Robert Peichaer |
2017-05-21 | Ensure a clean initial state (e.g. in case of an installer restart) | Robert Peichaer |
2017-05-15 | - export EDITOR and COLUMNS on assignment | Robert Peichaer |
2017-05-15 | - move NIFS into the block of global variables | Robert Peichaer |