Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-17 | cannot create a hash for bsd.rd, obviously. well, some media could since | Theo de Raadt | |
they have their own bsd.rd, but not not bsd.rd or installXX.iso, so punt on this. | |||
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 | |
build the sets before we build the media. While there we can get rid of DESTDIR/snapshot too, and simply install straight into RELEASEDIR. (This also ends up saving an astounding amount of traffic/latency in a nfs environment) | |||
2009-04-17 | Put bin/sha256 and build a hash directory onto the media that can fit | Theo de Raadt | |
them | |||
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 | |
with the SHA256 hashes of the various install sets | |||
2009-04-17 | A very small sha256 program for the base media. Use it by piping data | Theo de Raadt | |
through it... input | sha256 outfile | output, then check the contents of outfile after. | |||
2009-04-17 | Pull sha2.c from libc into libstubs, but compile it with -DSHA256_ONLY | Theo de Raadt | |
so that it is a lot smaller. | |||
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 | |
happen if no interfaces are configured during an install. Noticed by jsing@. Diff from jsing@, only slightly tweaked. | |||
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 | |
extremely siteXX-stupidlonghostname.tgz files worked out with krw The shell script output is now substantially shorter than it was before and blind people will appreciate this in our next release. | |||
2009-04-13 | use the new ftp -T title mode to compress the install script output | Theo de Raadt | |
a bit more (and it is a lot prettier, too) ok krw | |||
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 | |
'# /dev/r...' line is not selected. Noticed by deraadt@ | |||
2009-04-12 | Run make depend before trying to build a RAMDISK kernel. | Joel Sing | |
ok deraadt@ | |||
2009-04-12 | No longer need '-f' or '-p' when displaying layout. A few patterns | Kenneth R Westerback | |
missed the '# size offset ...' line at the top of the partition list. | |||
2009-04-10 | Where appropriate display the auto-allocation layout of the root | Kenneth R Westerback | |
disk and ask if the installee wants to use it, edit it, or create their own custom disklabel. Most one-disk installs will not need to see fdisk or disklabel. i386 and macppc by me, adapted for others by deraadt@. ok deraadt@ | |||
2009-04-10 | If the md_prep_disklabel routine sets AUTOROOT=y, then don't ask the | Kenneth R Westerback | |
user for input. Just plow ahead. ok deraadt@ | |||
2009-04-10 | 'rm hosts' -> 'rm -f hosts', since we may have not configured any | Kenneth R Westerback | |
interfaces and thus not have a hosts file to remove. Should eliminate annoying error messages noticed by jsing@. | |||
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 | |
802.11 wireless as chipsets used and products change rapidly, but rather display just a list of the supported chipsets like we do in www. Discussed with jmc and deraadt | |||
2009-04-08 | sync | Theo de Raadt | |
2009-04-06 | sync | Theo de Raadt | |
2009-03-28 | Use vnconfig's -t capability to avoid specifying geometry info to | Kenneth R Westerback | |
fdisk while building media. ok deraadt@ | |||
2009-03-28 | sync the rum(4) and run(4) lists; | Jason McIntyre | |
2009-03-27 | update the lists of wireless devices; | Jason McIntyre | |
2009-03-26 | +CACE AirPcap Nx otus(4) | Jason McIntyre | |
2009-03-26 | sync | Theo de Raadt | |
2009-03-24 | +otus(4) | Jason McIntyre | |
2009-03-24 | sync | Theo de Raadt | |
2009-03-22 | sync | Theo de Raadt | |
2009-03-18 | sync | Jacek Masiulaniec | |
ok todd@ | |||
2009-03-14 | run devices, harvested from run.4; | Jason McIntyre | |
2009-03-14 | Installed dhclient.conf is now all comments. Installed hosts is | Kenneth R Westerback | |
now correct as is, since we don't add info to localhost lines. So ditch comment-preserving dance through /tmp and just append our new info to installed files. Shrinks scripts without changing behaviour. | |||
2009-03-14 | There should only be one ::1 and one 127.0.0.1 entry in the hosts | Kenneth R Westerback | |
file. And 'localhost' don't need no stinkin' domain names. Insert line(s) with the address(es) of last interface defined instead of duplicate ::1 and 127.0.0.1 entries, Thus dhcp configured interfaces may eventually drift away from the value in hosts file. Much discussed just before tree lock. Time to see what happens. ok deraadt@ | |||
2009-03-13 | Add tab's to the whitespace pattern used to eliminate existing entries | Kenneth R Westerback | |
when adding a host line via addhost_entry(). Thus preventing the duplicate entries for 127.0.0.1 we started inserting when we switched to using tabs in the initial hosts file. | |||
2009-03-07 | GENERIC.MP is now stable on MVME197DP. | Miod Vallat | |