summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2017-05-30syncStuart Henderson
2017-05-30syncFrederic Cambus
2017-05-30syncFrederic Cambus
2017-05-29syncTheo de Raadt
2017-05-29syncTheo de Raadt
2017-05-29syncTheo de Raadt
2017-05-28when 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-28Remove _mode variable and use AI_MODE directly instead. Use theRobert Peichaer
exit code of ftp consistently to determine success of fetching the response file. discussed with and OK tb@
2017-05-27De-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-26syncJonathan Gray
2017-05-25Move the code that runs the installer script in non-interactiveRobert Peichaer
mode into a dedicated do_autoinstall() function. OK halex@, krw@
2017-05-25Replace 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-22The DISPLAY variable is actually not a global variable as it's usedRobert 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-22No need to trim a trailling blank, bsort (in scan_dmesg) does notRobert Peichaer
emit one anymore.
2017-05-21Ensure 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-18syncTheo de Raadt
2017-05-15- export EDITOR and COLUMNS on assignmentRobert 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 variablesRobert 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-07Increase the offset from the start of the disk to the FAT filesystemJonathan 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-07syncJonathan Gray
2017-05-06syncTheo Buehler
2017-05-06Add build to the list of usernames that are rejected duringRobert Peichaer
installation. Noted by crd _at_ crdavies.eu OK tb@
2017-05-05syncJonathan Gray
2017-05-01move some binutils files from gcc sets back to md setsJonathan Gray
ok deraadt@
2017-05-01Apply 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-01Remove last remnants of rtsol. IPv6 autoconfiguration of interfacesRobert 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-01move more gcc files to gcc setsJonathan Gray
ok deraadt@
2017-04-30syncTheo de Raadt
2017-04-30syncTheo de Raadt
2017-04-30syncTheo de Raadt
2017-04-29put clang headers into clang setsJonathan Gray
ok deraadt@
2017-04-29syncTheo de Raadt
2017-04-26Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenisStuart Henderson
2017-04-25Unbreak multiple interface configurations like trunk or carp. EnsureRobert Peichaer
that the noglob option is disabled at the end of parse_hn_line() and ifstart().
2017-04-24Replace 'rtsol' with 'autoconf' to reflect the change in the installer.Robert Peichaer
2017-04-24Introduce a new function parse_hn_line() that replaces the existingRobert 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-22syncTheo de Raadt
2017-04-22do not leave temp files after the diffing is doneRobert Nagy
2017-04-22Add a small shell script to be used by syspatch to diff the fake rootRobert 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-22rework the syspatch makefile and do complete builds for each errataRobert Nagy
and diff those instead of doing partial builds of affected directories
2017-04-20syncTheo de Raadt
2017-04-20syncTheo de Raadt
2017-04-19syncTheo de Raadt
2017-04-18same hack logic as maketars. noticed by landry@/semarie@Marc Espie
2017-04-18add a clang comp list for arm64Jonathan Gray
2017-04-18sortTheo de Raadt
2017-04-18put clang binaries into clang setTheo de Raadt
2017-04-17create a gross mechanism that can handle gcc-only, clang-only,Theo de Raadt
and gcc+clang architectures with kettenis
2017-04-16syncTheo de Raadt