summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2015-11-21syncTheo de Raadt
2015-11-21syncTheo de Raadt
2015-11-20syncTheo de Raadt
2015-11-20syncTheo de Raadt
2015-11-20don't auto-skip X sets on systems without wscons, you can remove them easilyStuart Henderson
with -x*, and "no wscons" doesn't cover all of the systems where one might intentionally want to skip them anyway. ok bmercer deraadt espie rpe
2015-11-19syncTheo de Raadt
2015-11-19syncTheo de Raadt
2015-11-18Now that the transition is over, have the installer set 'prohibit-password'Stuart Henderson
in sshd_config instead of 'without-password'. "it is time" deraadt@
2015-11-18syncTheo de Raadt
2015-11-17sync to mvTheo de Raadt
2015-11-17syncTheo de Raadt
2015-11-17syncVisa Hankala
2015-11-16syncTheo de Raadt
2015-11-15KNF, de-register, fix other minor grumblesTheo de Raadt
2015-11-15syncTheo de Raadt
2015-11-14no longer need -locurses, since more is selfcontainedTheo de Raadt
2015-11-14Copy the parts of libocurses that are needed directly to here. WeTheo de Raadt
continue using the libocurses varient, since it is smaller. tested by guenther, ok millert
2015-11-14Copy the parts of libocurses that are needed directly to here. WeTheo de Raadt
continue using the libocurses varient, since it is smaller. tested by guenther, ok millert
2015-11-14The install media version does not need -lcurses; spotted by krwTheo de Raadt
2015-11-14syncTheo de Raadt
2015-11-14syncTheo de Raadt
2015-11-14syncTheo de Raadt
2015-11-13syncTheo de Raadt
2015-11-13syncTheo de Raadt
2015-11-12syncTheo de Raadt
2015-11-12syncTheo de Raadt
2015-11-11the ramdisk more(1) works with pledge "stdio rpath tty"Theo de Raadt
2015-11-10syncTheo de Raadt
2015-11-10syncTheo de Raadt
2015-11-09Fix commas in "Use (W)hole disk MBR..." question.Robert Peichaer
OK jmc@ krw@
2015-11-09syncTheo de Raadt
2015-11-06syncTheo de Raadt
2015-11-05newfs the ext2fs partition containing the boot blocks with -O 1 when runningMiod Vallat
on the eBenton EBT700, for the PMON flavour found on these systems won't recognize the filesystem correctly otherwise; researched and reported by Ban Keong Yee.
2015-11-03syncJonathan Gray
2015-11-01Remove NUMBOOT remnants that were overlooked when vax andKenneth R Westerback
landisk moved to installboot(8). ok deraadt@ miod@
2015-10-31syncTheo de Raadt
2015-10-30need -lmTheo de Raadt
2015-10-30syncTheo de Raadt
2015-10-26syncTheo de Raadt
2015-10-25syncTheo de Raadt
2015-10-25Use 'fdisk -i', instead of 'fdisk -e' with a here document ofKenneth R Westerback
'reinit;update;write;quit'. They've done the same thing for some time now. Tweaks & test from rpe@. ok rpe@ deraadt@
2015-10-25syncMiod Vallat
2015-10-24syncTheo de Raadt
2015-10-23syncTheo de Raadt
2015-10-20... but keep the previous logic for sparc, which is the other user of thisMiod Vallat
Makefile, until it switches to MI installboot, too.
2015-10-20Missing commit of vax switch to MI installboot(8), forgotten when it went in.Miod Vallat
2015-10-20syncTheo de Raadt
2015-10-18Tadpole/Sun Voyager IIi reported to work via dmesg@Jonathan Gray
2015-10-17Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapperPhilip Guenther
and eliminate the now superfluous -D option ok kettenis@ millert@
2015-10-17Cleanup a bit.Robert Peichaer
OK krw@ halex@