summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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
2017-07-02Fix the set of octmmc.4.Visa Hankala
2017-07-02syncVisa Hankala
2017-06-30Create 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-27throw strip into base, until we consider a solution for theTheo de Raadt
linkkit bsd.gdb strip gongshow
2017-06-26Add 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. UponTheo de Raadt
install or upgrade, set it correctly. diff from rpe, also thanks tb for comments and review
2017-06-21syncTheo de Raadt
2017-06-20Set SRCDIR according to build type and s/X11SRC/XSRCDIRAntoine Jacoutot
ok robert@
2017-06-20syncJonathan Gray
2017-06-19syncTheo de Raadt
2017-06-14syncTheo de Raadt
2017-06-14Grow sgi iso, to account for base containing compile.tgz.Theo de Raadt
SGI has 8 kernels, so the file is 113MB!
2017-06-13sortTheo de Raadt
2017-06-13syncTheo de Raadt
2017-06-13The KARL compile.tgz linkkit adds some growth to the base set.Theo de Raadt
Prepare the install*.fs files for this growth.
2017-06-12destroy lint remnants.Marc Espie
okay millert@ deraadt@
2017-06-08Add a missing header file.Kenji Aoyama
ok deraadt@
2017-06-06Don'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-05a kernel errata requires a full build as well in case some headersRobert Nagy
change so let's do a full build all the time
2017-06-05set BUILDUSER to build by default, this can be overwritten from the environmentRobert Nagy
2017-06-05do not add ./ to the path of the files in the tarballRobert Nagy
2017-06-05do not remove used files from the fakerootRobert Nagy
2017-06-03After 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-03kernels in compile dirs are readonly, and the bsd.rd we created hasTheo de Raadt
tracked that permission. Make the copy in $RELEASEDIR a+r
2017-06-03syncFlorian Obser
2017-06-01crtbegin and crtend files need to be in comp, to support relink ofTheo de Raadt
libraries other than crt0 noticed by mikeb, solution from kettenis
2017-05-31syncTheo Buehler
2017-05-31syncStuart Henderson
2017-05-31whitespace nitTheo Buehler
2017-05-31Change cp -pR to pax copy mode with -k when copying /etc/skel. This wayTheo 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-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.