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