Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-07-02 | Fix the set of octmmc.4. | Visa Hankala | |
2017-07-02 | sync | Visa Hankala | |
2017-06-30 | Create a unique kernel to boot from during install and upgrade. | Robert Peichaer | |
- update the linkkit directory - chroot and relink/install new kernel using the linkkit Makefile Idea from and OK deraadt@ OK tb@ | |||
2017-06-27 | throw strip into base, until we consider a solution for the | Theo de Raadt | |
linkkit bsd.gdb strip gongshow | |||
2017-06-26 | Add a MDKERNEL variable that contains the name of the boot kernel. | Robert Peichaer | |
This will be used by the installer in an upcoming change. OK deraadt@ | |||
2017-06-21 | /var/db/kernel.SHA256 contains the hash of the /bsd kernel. Upon | Theo de Raadt | |
install or upgrade, set it correctly. diff from rpe, also thanks tb for comments and review | |||
2017-06-21 | sync | Theo de Raadt | |
2017-06-20 | Set SRCDIR according to build type and s/X11SRC/XSRCDIR | Antoine Jacoutot | |
ok robert@ | |||
2017-06-20 | sync | Jonathan Gray | |
2017-06-19 | sync | Theo de Raadt | |
2017-06-14 | sync | Theo de Raadt | |
2017-06-14 | Grow sgi iso, to account for base containing compile.tgz. | Theo de Raadt | |
SGI has 8 kernels, so the file is 113MB! | |||
2017-06-13 | sort | Theo de Raadt | |
2017-06-13 | sync | Theo de Raadt | |
2017-06-13 | The KARL compile.tgz linkkit adds some growth to the base set. | Theo de Raadt | |
Prepare the install*.fs files for this growth. | |||
2017-06-12 | destroy lint remnants. | Marc Espie | |
okay millert@ deraadt@ | |||
2017-06-08 | Add a missing header file. | Kenji Aoyama | |
ok deraadt@ | |||
2017-06-06 | Don't patch(1) as the 'build' user; it has no right over the src tree. | Antoine Jacoutot | |
That bug was hidden because patch(1) returns '0' on that particular case. To be fixed... ok robert@ | |||
2017-06-05 | a kernel errata requires a full build as well in case some headers | Robert Nagy | |
change so let's do a full build all the time | |||
2017-06-05 | set BUILDUSER to build by default, this can be overwritten from the environment | Robert Nagy | |
2017-06-05 | do not add ./ to the path of the files in the tarball | Robert Nagy | |
2017-06-05 | do not remove used files from the fakeroot | Robert Nagy | |
2017-06-03 | After installing, chmod og-rwx {/bsd bsd.mp bsd.sp bsd.rd } | Theo de Raadt | |
(Should we make them kmem readable? Let's ignore that for now and see if any issues surface). ok tb rpe | |||
2017-06-03 | kernels in compile dirs are readonly, and the bsd.rd we created has | Theo de Raadt | |
tracked that permission. Make the copy in $RELEASEDIR a+r | |||
2017-06-03 | sync | Florian Obser | |
2017-06-01 | crtbegin and crtend files need to be in comp, to support relink of | Theo de Raadt | |
libraries other than crt0 noticed by mikeb, solution from kettenis | |||
2017-05-31 | sync | Theo Buehler | |
2017-05-31 | sync | Stuart Henderson | |
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 | |
we keep existing files in the user's home directory that might have been installed from siteXX.tgz. Found the hard way by Erling Westenvik. Thanks to trondd for helpful analysis. "If that's what it does, I'm all for it" halex | |||
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. |