summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Expand)Author
2009-04-20syncTheo de Raadt
2009-04-20- add missing header for strcmp() .Jasper Lievisse Adriaanse
2009-04-20syncTheo de Raadt
2009-04-19When configuring the network assume the user means to assignKenneth R Westerback
2009-04-19If hw.ncpufound > 1, have the install script automatically prefer to useTheo de Raadt
2009-04-19optimize for size (3k). "makes sense" millert@Martynas Venckus
2009-04-19sort listTheo de Raadt
2009-04-19Use sysctl -n hw.disknames instead of the custom disknames programTheo de Raadt
2009-04-19A mini sysctl(8) that only knows a few variables we need to know inTheo de Raadt
2009-04-19Be consistant and make 'none' the last selection option presented.Kenneth R Westerback
2009-04-18remove some obvious text; ok krwTheo de Raadt
2009-04-18Get rid of the final "Are you ready to install sets?" question by addingTheo de Raadt
2009-04-1818 characters per column is better, since xshareXX.tgz is a long name.Theo de Raadt
2009-04-18Don't bother trying to handle network interface media modificationsKenneth R Westerback
2009-04-18If people want to edit their hosts file, they can do it in the next stepTheo de Raadt
2009-04-18Always enable DNS in the installer, without asking, since everyone justTheo de Raadt
2009-04-17cannot create a hash for bsd.rd, obviously. well, some media could sinceTheo de Raadt
2009-04-17silence delete of hash output fileTheo de Raadt
2009-04-17further minor unificationTheo de Raadt
2009-04-17bpf0 can be created by MAKEDEV; ok krwTheo de Raadt
2009-04-17further steps towards unificationTheo de Raadt
2009-04-17er, wrong pathTheo de Raadt
2009-04-17more syncronization steps..Theo de Raadt
2009-04-17unify some more piecesTheo de Raadt
2009-04-17undesireable tabs (waste space on the media)Theo de Raadt
2009-04-17bye bye md5Theo de Raadt
2009-04-17For SHA256 hashes to be ready to go onto the install media, we mustTheo de Raadt
2009-04-17Put bin/sha256 and build a hash directory onto the media that can fitTheo de Raadt
2009-04-17we now ship SHA256 files, not MD5 filesTheo de Raadt
2009-04-17all the install media now have a /var/hash directoryTheo de Raadt
2009-04-17A new directive HASH, which fills a a hash directory (on the media)Theo de Raadt
2009-04-17A very small sha256 program for the base media. Use it by piping dataTheo de Raadt
2009-04-17Pull sha2.c from libc into libstubs, but compile it with -DSHA256_ONLYTheo de Raadt
2009-04-16syncTheo de Raadt
2009-04-15syncTheo de Raadt
2009-04-15syncTheo de Raadt
2009-04-14syncTheo de Raadt
2009-04-13Don't try to read or remove a non-existant /tmp/hosts file. This canKenneth R Westerback
2009-04-13krw says comments only stripped when alone on a lineTheo de Raadt
2009-04-13Print the sets list in 3 columns. Some pathological case handling forTheo de Raadt
2009-04-13use the new ftp -T title mode to compress the install script outputTheo de Raadt
2009-04-12run make depend for kernel, too; ok miodTheo de Raadt
2009-04-12Tweak pattern used to select partition lines for display so theKenneth R Westerback
2009-04-12Run make depend before trying to build a RAMDISK kernel.Joel Sing
2009-04-12No longer need '-f' or '-p' when displaying layout. A few patternsKenneth R Westerback
2009-04-10Where appropriate display the auto-allocation layout of the rootKenneth R Westerback
2009-04-10If the md_prep_disklabel routine sets AUTOROOT=y, then don't ask theKenneth R Westerback
2009-04-10'rm hosts' -> 'rm -f hosts', since we may have not configured anyKenneth R Westerback
2009-04-10syncTheo de Raadt
2009-04-09Don't try to keep in sync with the man page device lists forJonathan Gray