Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-13 | strip .SUNW_ctf in the remaining strip invocations | Jasper Lievisse Adriaanse | |
broke amd64/ramdisk_cd as it no longer fit; spotted by jsg@ ok deraadt@ mpi@ | |||
2017-08-13 | mention raw SD card offset for U-Boot on Rockchip RK3xxx | Jonathan Gray | |
2017-08-13 | Avoid raw devices when dd'ing U-Boot. Avoids cases that might require | Jonathan Gray | |
conv=sync. Discussed with kettenis some time ago. | |||
2017-08-13 | sync | Jonathan Gray | |
2017-08-13 | sync | Visa Hankala | |
2017-08-12 | always strip the ctf section from ramdisk kernels | Jasper Lievisse Adriaanse | |
discussed with deraadt@ mpi@ ok deraadt@ kettenis@ mpi@ | |||
2017-08-12 | sync | Theo de Raadt | |
2017-08-11 | sync | Jonathan Gray | |
2017-08-11 | sync | Jonathan Gray | |
2017-08-08 | Fix a bug introduced in r1.1028 while switching enable_network() | Robert Peichaer | |
from _hn to _if. Found by Pontus Lundkvist | |||
2017-08-05 | sync | Jonathan Gray | |
2017-08-01 | sync | Visa Hankala | |
2017-08-01 | Disable ksh VI-editing mode on the install media. We need the space | Theo de Raadt | |
savings. | |||
2017-07-31 | Style fix and unused var/label cleanup. From Matthew Martin. | mortimer | |
ok deraadt@ | |||
2017-07-30 | sync | Visa Hankala | |
2017-07-29 | sync | Theo de Raadt | |
2017-07-29 | Fix clang warnings in rdsetroot | mortimer | |
ok deraadt@ | |||
2017-07-29 | sync | Vadim Zhukov | |
2017-07-28 | DEFAULTSETS, SANESETS and THESETS are set in the install.md scripts | Robert 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-28 | sync | Visa Hankala | |
2017-07-26 | sync | Theo de Raadt | |
2017-07-26 | man pages into right file | Theo de Raadt | |
2017-07-25 | Finally remove backwards compat code to support the 'rtsol' keyword | Robert Peichaer | |
in hostname.if(5) OK mpi@ deraadt@ florian@ OK jmc@ from doc perspective | |||
2017-07-25 | change -Os to -Oz all around the tree | Robert 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-24 | sync | Theo de Raadt | |
2017-07-21 | Rename _hn to AI_HOSTNAME and export it as global variable so it's | Robert 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-21 | Align 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-21 | autoinstall(8) related global variables are prefixed with AI_. | Robert Peichaer | |
RESPFILE -> AI_RESPFILE OK krw@ tb@ | |||
2017-07-20 | Move the execution of the {install,upgrade}.site script to the end | Robert Peichaer | |
of the install/upgrade process. OK tb@ | |||
2017-07-20 | Zap space between function name and parens. | anton | |
ok deraadt@ rpe@ tb@ | |||
2017-07-17 | Fix IPv6 default router selection | Robert 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-15 | add comment | Robert Peichaer | |
2017-07-15 | - remove superfluous blanks from v[46]_info() output | Robert Peichaer | |
- tweak comments Based on a diff from and discussions with Klemens Nanni. | |||
2017-07-15 | Rework vlan configuration in the installer, triggered by the vlan | Robert 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-13 | sync | Visa Hankala | |
2017-07-11 | use the previous syspatch's fake root for getting the link order | Robert Nagy | |
instead of using / where the libraries are re-ordered on reboot ok aja@ | |||
2017-07-10 | Set XSRCDIR to /usr/xenocara if it's not defined. Matches what | Antoine Jacoutot | |
/usr/X11R6/share/mk/bsd.xorg.mk does. ok robert@ | |||
2017-07-08 | Unhook tables.c from Makefile. | Kenneth R Westerback | |
2017-07-08 | Enable slaacd on the installer and temporarily neuter router | Florian 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-08 | hook up slaacd to the installer on media where we have INET6 | Florian Obser | |
2017-07-08 | _slaacd user/group for installer | Florian Obser | |
move forward deraadt@ | |||
2017-07-08 | slaacd needs libevent on the ramdisk | Florian Obser | |
move forward deraadt@ | |||
2017-07-08 | Increase size to make slaacd fit. | Florian Obser | |
Size problem noted by me, correct fix from deraadt@ | |||
2017-07-07 | Replace a doubled period and add a blank space in front of a bracket. | Theo Buehler | |
From Klemens Nanni ok rpe | |||
2017-07-06 | sync | Theo Buehler | |
2017-07-06 | installer version of slaacd, not hooked up to the build yet | Florian Obser | |
2017-07-06 | sync | Theo de Raadt | |
2017-07-02 | Shorter version of the same. | Robert Peichaer | |
based on a mail from Klemens Nanni on tech@ | |||
2017-07-02 | Tweak comment | Robert Peichaer | |
2017-07-02 | NIFS is checked inside start_cgiinfo() already. | Robert Peichaer | |
No need to do this check twice. from Klemens Nanni |