Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-30 | sync | Stuart Henderson | |
2017-05-30 | sync | Frederic Cambus | |
2017-05-30 | sync | Frederic Cambus | |
2017-05-29 | sync | Theo de Raadt | |
2017-05-29 | sync | Theo de Raadt | |
2017-05-29 | sync | Theo de Raadt | |
2017-05-28 | when copying curvy files from ssh, an extra one snuck in. | Ted Unangst | |
signify doesn't do any kex stuff and doesn't need scalarmult. | |||
2017-05-28 | Remove _mode variable and use AI_MODE directly instead. Use the | Robert Peichaer | |
exit code of ftp consistently to determine success of fetching the response file. discussed with and OK tb@ | |||
2017-05-27 | De-duplicate sets selection instructions, and give a short example. | Vadim Zhukov | |
Still one lines shorter. Input and okay from tedu@ and deraadt@; also a "weak" okay from sthen@. | |||
2017-05-26 | sync | Jonathan Gray | |
2017-05-25 | Move the code that runs the installer script in non-interactive | Robert Peichaer | |
mode into a dedicated do_autoinstall() function. OK halex@, krw@ | |||
2017-05-25 | Replace various echo "..."; exit 1 with a new err_exit() function. | Robert Peichaer | |
diskussed with tb@ and halex@ OK krw@ on a similar diff | |||
2017-05-22 | The DISPLAY variable is actually not a global variable as it's used | Robert Peichaer | |
only once in questions(). Use scan_dmesg() output directly to test for wsdisplay* in dmesg.boot instead. Change comment, now that it only refers to setting CONSOLE. no objection tb@ | |||
2017-05-22 | No need to trim a trailling blank, bsort (in scan_dmesg) does not | Robert Peichaer | |
emit one anymore. | |||
2017-05-21 | Ensure a clean initial state (e.g. in case of an installer restart) | Robert Peichaer | |
by moving setting ulimit, unmounting all filesystems and cleaning up the dhcp state upwards to before sourcing install.md. OK tb@ While here, 1>/dev/null -> >/dev/null. | |||
2017-05-18 | sync | Theo de Raadt | |
2017-05-15 | - export EDITOR and COLUMNS on assignment | Robert Peichaer | |
- move EDITOR into the block of global variables and export - break long line in COLUMNS assignment | |||
2017-05-15 | - move NIFS into the block of global variables | Robert Peichaer | |
- sort global variable block alphabetically | |||
2017-05-15 | - Move the dmesg listener code into it's own start_dmesg_listener() function. | Robert Peichaer | |
- Add -f option to rm in unlock() to be able to use it in the new function. OK halex@, krw@, tb@ | |||
2017-05-07 | Increase the offset from the start of the disk to the FAT filesystem | Jonathan Gray | |
from sector 2048/1MB to sector 8192/4MB. This gives enough space for a combined U-Boot and ATF FIT image for the Firefly-RK3399. Requested by and ok kettenis@ | |||
2017-05-07 | sync | Jonathan Gray | |
2017-05-06 | sync | Theo Buehler | |
2017-05-06 | Add build to the list of usernames that are rejected during | Robert Peichaer | |
installation. Noted by crd _at_ crdavies.eu OK tb@ | |||
2017-05-05 | sync | Jonathan Gray | |
2017-05-01 | move some binutils files from gcc sets back to md sets | Jonathan Gray | |
ok deraadt@ | |||
2017-05-01 | Apply same change of defaultroute handling as in r1.179 of netstart. | Robert Peichaer | |
Now that routes are automatically G/C with the address they are attached to there's no reason to duplicate the kernel's job. | |||
2017-05-01 | Remove last remnants of rtsol. IPv6 autoconfiguration of interfaces | Robert Peichaer | |
is now done in ifstart(). Replace rtsolif with a boolean variable V6_AUTOCONF. Replace dhcpif with a boolean variable V4_DHCPCONF. Both are later used to decide whether or not to configre defaultroutes from /etc/mygate. OK krw@ | |||
2017-05-01 | move more gcc files to gcc sets | Jonathan Gray | |
ok deraadt@ | |||
2017-04-30 | sync | Theo de Raadt | |
2017-04-30 | sync | Theo de Raadt | |
2017-04-30 | sync | Theo de Raadt | |
2017-04-29 | put clang headers into clang sets | Jonathan Gray | |
ok deraadt@ | |||
2017-04-29 | sync | Theo de Raadt | |
2017-04-26 | Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenis | Stuart Henderson | |
2017-04-25 | Unbreak multiple interface configurations like trunk or carp. Ensure | Robert Peichaer | |
that the noglob option is disabled at the end of parse_hn_line() and ifstart(). | |||
2017-04-24 | Replace 'rtsol' with 'autoconf' to reflect the change in the installer. | Robert Peichaer | |
2017-04-24 | Introduce a new function parse_hn_line() that replaces the existing | Robert Peichaer | |
hostname.if(5) parsing code in ifstart(). - change v6_config() - replace rtsol with autoconf in "IPv6 addres for <if>" question - write 'inet6 autoconf" to hostname.if file instead of rtsol - add parse_hn_line() function with installer specific changes - skip shell command and bridge config lines - skip inet6 config (incl. dest lines) if there's no inet6 support - skip dhcp config if there's no dhclient - change ifstart() to use parse_hn_line() Discussed with and positive feedback from many 'commit' deraadt@ conditional OK sthen@ (untested) | |||
2017-04-22 | sync | Theo de Raadt | |
2017-04-22 | do not leave temp files after the diffing is done | Robert Nagy | |
2017-04-22 | Add a small shell script to be used by syspatch to diff the fake root | Robert Nagy | |
directories for changes due to the fact that we have to do some "magic" to figure out if things have really changed. | |||
2017-04-22 | rework the syspatch makefile and do complete builds for each errata | Robert Nagy | |
and diff those instead of doing partial builds of affected directories | |||
2017-04-20 | sync | Theo de Raadt | |
2017-04-20 | sync | Theo de Raadt | |
2017-04-19 | sync | Theo de Raadt | |
2017-04-18 | same hack logic as maketars. noticed by landry@/semarie@ | Marc Espie | |
2017-04-18 | add a clang comp list for arm64 | Jonathan Gray | |
2017-04-18 | sort | Theo de Raadt | |
2017-04-18 | put clang binaries into clang set | Theo de Raadt | |
2017-04-17 | create a gross mechanism that can handle gcc-only, clang-only, | Theo de Raadt | |
and gcc+clang architectures with kettenis | |||
2017-04-16 | sync | Theo de Raadt | |