Age | Commit message (Expand) | Author |
2009-04-24 | Remove magic 'bsd.mp -> bsd' linking for the moment as it confuses | Kenneth R Westerback |
2009-04-24 | Don't display network interface and route info during upgrades. If | Kenneth R Westerback |
2009-04-24 | Move bsd.mp juggling into relevant MD files. Make bsd.mp a default | Kenneth R Westerback |
2009-04-24 | use correct parenthesis; Alexander Hall | Stuart Henderson |
2009-04-23 | configure the network unconditionally. You have an opportunity to bail | Theo de Raadt |
2009-04-23 | The active mode ftp stuff is archaic, so delete it. People who still | Theo de Raadt |
2009-04-23 | simplify mount -v sed; from guenther | Theo de Raadt |
2009-04-23 | Cut the ctime= message strings out of the mount -v output to make this | Theo de Raadt |
2009-04-23 | Give the user a copy of root's (install time) mail | Theo de Raadt |
2009-04-23 | Near the end of the installation, prompt for the setup of an initial | Theo de Raadt |
2009-04-23 | sync | Theo de Raadt |
2009-04-21 | sync | Theo de Raadt |
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 |