Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-02 | more -> less; not less -> more | Theo de Raadt | |
2015-03-11 | adjust for removal of expr (and while here, sort all these lists, with the | Theo de Raadt | |
goal of eventually refactoring them) | |||
2015-02-23 | expr no longer needed on media, thanks to halex and todd and rpe | Theo de Raadt | |
2014-12-28 | Build special/encrypt into instbin, to prepare for dropping use of the | Theo de Raadt | |
version in just installed base. | |||
2014-12-27 | SRCDIRS must now always come from distrib/special. A few systems | Theo de Raadt | |
still MD installboot, and we will need to repair those before release, or force them pure -static use by both base and instbin. | |||
2014-12-03 | rtsol(8) is no longer needed on the ramdisks. | Florian Obser | |
OK deraadt@ | |||
2014-07-20 | arch was in wrong bin dir; Jean-Philippe Ouellet | Theo de Raadt | |
2014-03-03 | use official 5.5 key | Theo de Raadt | |
2014-01-19 | we no long use the /var/hash files, but rely on the SHA256.sig file. | Theo de Raadt | |
We can remove the hashing support. | |||
2014-01-11 | No need for a bin/cpio link on the media, because the pax|tar binary does | Theo de Raadt | |
not support cpio anymore. | |||
2014-01-10 | remove md5 after installing it (with the links to the sha256/512 commands). | Theo de Raadt | |
this is because the md5/sha256/sha512 are in the same binary, found in the md5 directory, but the version on the media lacks md5 support. Understand? | |||
2014-01-09 | copy the relevant key for the release onto the media | Theo de Raadt | |
2014-01-08 | Switch to using the base sha256 command, rather than some customized | Theo de Raadt | |
abomination. install.sub chunk tested by rpe | |||
2014-01-07 | SRCDRS usr.bin usr.sbin is a bad idea (because of PIE). The places we | Theo de Raadt | |
pick binaries up must be compiled -static or at least in some safe model for reuse. Since we now use distrib/special for those, we can safely remove usr.bin and usr.sbin from this list. | |||
2013-10-18 | cleanup elfrdsetroot references; ok miod | Theo de Raadt | |
2013-10-14 | Turn on the distrib lib bits in crunchgen by setting SRCLIBDIR. | Philip Guenther | |
Add the new files to the clean target's rm list. "why not get it tested?" deraadt@ | |||
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat | |
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth R Westerback | |
interface and route configuration via ioctl's and routing sockets. This will break configurations using local enhancements of dhclient-script, which will now require alternate arrangements. Committing early to allow time to identify and develop required alternatives. Several proddings by deraadt@. | |||
2011-07-10 | better dependencies for rdsetroot | Theo de Raadt | |
2011-07-09 | conditionally include extra source files on elf archs. | Dale Rahn | |
'will work for now' deraadt@ | |||
2011-04-18 | Deprecate vnds in favour of svnds. | Thordur I. Bjornsson | |
In effect, this removes the "old" vndX nodes, and renames the svndX nodes to vndX. Old svndX nodes will still continue to work though, for now. Cleanup accordingly. ok deraadt@, todd@ comments and ok on the man page bits from jmc@ | |||
2010-10-18 | Place a smaller spwd.db onto the install media. Be consistant with the naming | Theo de Raadt | |
of the "additional" list files (for architectures which split the list) Then... cleanup some TZ which it is clear should not have been placed onto certain media which don't have the space for them. | |||
2010-03-31 | put date(1) onto the media, it fits | Theo de Raadt | |
2010-03-20 | move arch(1) to the right directory on the ramdisks; while here, | Igor Sobrado | |
put the link to sbin/sysctl in the right place to let entries being alphabetically sorted again. change reminded by deraadt@ | |||
2010-01-01 | add arch(1) to the ramdisk, it is tiny and we will soon need it | Theo de Raadt | |
2009-05-06 | Put the tzdir onto some of the media we think it will fit onto | Theo de Raadt | |
2009-05-03 | We will need bin/sleep on all ramdisks. | Theo de Raadt | |
2009-04-19 | Use sysctl -n hw.disknames instead of the custom disknames program | Theo de Raadt | |
2009-04-17 | further minor unification | 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-12 | run make depend for kernel, too; ok miod | Theo de Raadt | |
2008-12-02 | commit with rdsetroot now accepting the filesystem as a 2nd arg | Theo de Raadt | |
2008-01-11 | cleanup: make -> ${MAKE} consistenly. | Marc Espie | |
zap extra subshells. okay miod@ | |||
2007-06-17 | Stop using disklabel -r. The disklabel code does not know all the semantics | Theo de Raadt | |
for pushing disklabels onto the disk (and besides that, it is buggy and unreadable crap); thanks for help from krw | |||
2007-06-08 | increase the % of space given to inodes | Theo de Raadt | |
2007-04-13 | Update install media generation to the new semantics of the -c flag. | Todd C. Miller | |
Also replace "newfs -O" with "newfs -O 0" now that -O takes an option. | |||
2007-02-16 | s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip's | Marc Aurele La France | |
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@ | |||
2007-02-14 | put the disknames command on all install media (hope i did not miss any) ok krw@ | Theo de Raadt | |
2006-12-25 | remove some junk | Theo de Raadt | |
2006-03-06 | eject -> mt (except on alpha where size tests are needed) | Theo de Raadt | |
2005-01-12 | remove some differences | Theo de Raadt | |
2005-01-11 | put a seperate and real fsck on the media | Theo de Raadt | |
2004-12-29 | nothing uses a SRCDIR of gnu anymore, proposed by mickey, tested by me | Theo de Raadt | |
2004-10-02 | Last use of sleep(1) in install scripts was eliminated by recent | Kenneth R Westerback | |
re-write of install_cd() so remove sleep(1) from install media. "sure!" deraadt@ | |||
2004-02-28 | makeing->making | Jolan Luff | |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt | |
which begin to enable use of this will follow at a later time. | |||
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-06-11 | The upgrade script depends upon that, if mount_foo is present on the ramdisk | Miod Vallat | |
filesystem, option FOO is in the kernel. Ensure this for mount_mfs/option MFS as well, to prevent failing upgrades on some architectures. ok krw@ millert@ | |||
2003-01-03 | Save a few more bytes on install media by stripping comments from | Kenneth R Westerback | |
dhclient-script and disktab files in architectures where this wasn't already being done. OK deraadt@. |