summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2017-08-13strip .SUNW_ctf in the remaining strip invocationsJasper Lievisse Adriaanse
broke amd64/ramdisk_cd as it no longer fit; spotted by jsg@ ok deraadt@ mpi@
2017-08-13mention raw SD card offset for U-Boot on Rockchip RK3xxxJonathan Gray
2017-08-13Avoid raw devices when dd'ing U-Boot. Avoids cases that might requireJonathan Gray
conv=sync. Discussed with kettenis some time ago.
2017-08-13syncJonathan Gray
2017-08-13syncVisa Hankala
2017-08-12always strip the ctf section from ramdisk kernelsJasper Lievisse Adriaanse
discussed with deraadt@ mpi@ ok deraadt@ kettenis@ mpi@
2017-08-12syncTheo de Raadt
2017-08-11syncJonathan Gray
2017-08-11syncJonathan Gray
2017-08-08Fix a bug introduced in r1.1028 while switching enable_network()Robert Peichaer
from _hn to _if. Found by Pontus Lundkvist
2017-08-05syncJonathan Gray
2017-08-01syncVisa Hankala
2017-08-01Disable ksh VI-editing mode on the install media. We need the spaceTheo de Raadt
savings.
2017-07-31Style fix and unused var/label cleanup. From Matthew Martin.mortimer
ok deraadt@
2017-07-30syncVisa Hankala
2017-07-29syncTheo de Raadt
2017-07-29Fix clang warnings in rdsetrootmortimer
ok deraadt@
2017-07-29syncVadim Zhukov
2017-07-28DEFAULTSETS, SANESETS and THESETS are set in the install.md scriptsRobert Peichaer
according to the same logic for all architectures but sgi. Consolidate setting them in one place in install.sub and incorporate the sgi specific MDSETS and MDSANESETS. Introduce MDSANESETS complementing MDSETS which makes the construction of DEFAULTSETS, THESETS and SANESETS clearer in install.sub. While here, adjust the comment about how MDSETS used now. OK deraadt@
2017-07-28syncVisa Hankala
2017-07-26syncTheo de Raadt
2017-07-26man pages into right fileTheo de Raadt
2017-07-25Finally remove backwards compat code to support the 'rtsol' keywordRobert Peichaer
in hostname.if(5) OK mpi@ deraadt@ florian@ OK jmc@ from doc perspective
2017-07-25change -Os to -Oz all around the treeRobert Nagy
clang optimizes better for size with -Oz so use that as a default to avoid overflowing the ramdisk floppies. gcc now accepts -Oz as an alias for -Os. ok kettenis@
2017-07-24syncTheo de Raadt
2017-07-21Rename _hn to AI_HOSTNAME and export it as global variable so it'sRobert Peichaer
visible in the MODE.site scripts too. This is useful for reporting back the autoinstall status at the end of installs or upgrades from within the MODE.site scripts. OK krw@ tb@
2017-07-21Align ifstart() in netstart and install.sub.Robert Peichaer
- in netstart, rename _file to _hn referencing hostname.if files - in install.sub switch ifstart() to be used with _if instead of _hn as parameter ok krw@ tb@
2017-07-21autoinstall(8) related global variables are prefixed with AI_.Robert Peichaer
RESPFILE -> AI_RESPFILE OK krw@ tb@
2017-07-20Move the execution of the {install,upgrade}.site script to the endRobert Peichaer
of the install/upgrade process. OK tb@
2017-07-20Zap space between function name and parens.anton
ok deraadt@ rpe@ tb@
2017-07-17Fix IPv6 default router selectionRobert Peichaer
- adjust to changed ping6 output - tighten sed expression - remove second sed, bsort() prints a unique list reported by Paul de Weerd and others prompted by a diff from Klemens Nanni OK florian@
2017-07-15add commentRobert Peichaer
2017-07-15- remove superfluous blanks from v[46]_info() outputRobert Peichaer
- tweak comments Based on a diff from and discussions with Klemens Nanni.
2017-07-15Rework vlan configuration in the installer, triggered by the vlanRobert Peichaer
releated changes in ifconfig. Put the vlan configuration into its own function vlan_config() which is called from configure_ifs(). NOTE: Depending on how you use autoinstall(8) related to vlans (espcially if you rely on the default answers) you should check that everything still works. Prompted by and OK dlg@ 'looks good' benno@ positive feedback tb@ deraadt@
2017-07-13syncVisa Hankala
2017-07-11use the previous syspatch's fake root for getting the link orderRobert Nagy
instead of using / where the libraries are re-ordered on reboot ok aja@
2017-07-10Set XSRCDIR to /usr/xenocara if it's not defined. Matches whatAntoine Jacoutot
/usr/X11R6/share/mk/bsd.xorg.mk does. ok robert@
2017-07-08Unhook tables.c from Makefile.Kenneth R Westerback
2017-07-08Enable slaacd on the installer and temporarily neuter routerFlorian Obser
advertisement processing and solicitation sending like we already did for the non-install kernels. Next step will be to tedu all that code from the kernel. OK rpe@ for the installer bits move forward deraadt@
2017-07-08hook up slaacd to the installer on media where we have INET6Florian Obser
2017-07-08_slaacd user/group for installerFlorian Obser
move forward deraadt@
2017-07-08slaacd needs libevent on the ramdiskFlorian Obser
move forward deraadt@
2017-07-08Increase size to make slaacd fit.Florian Obser
Size problem noted by me, correct fix from deraadt@
2017-07-07Replace a doubled period and add a blank space in front of a bracket.Theo Buehler
From Klemens Nanni ok rpe
2017-07-06syncTheo Buehler
2017-07-06installer version of slaacd, not hooked up to the build yetFlorian Obser
2017-07-06syncTheo de Raadt
2017-07-02Shorter version of the same.Robert Peichaer
based on a mail from Klemens Nanni on tech@
2017-07-02Tweak commentRobert Peichaer
2017-07-02NIFS is checked inside start_cgiinfo() already.Robert Peichaer
No need to do this check twice. from Klemens Nanni