summaryrefslogtreecommitdiff
path: root/distrib/ramdisk/list
AgeCommit message (Collapse)Author
2003-06-11The upgrade script depends upon that, if mount_foo is present on the ramdiskMiod 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-03Save a few more bytes on install media by stripping comments fromKenneth R Westerback
dhclient-script and disktab files in architectures where this wasn't already being done. OK deraadt@.
2002-04-30use SCRIPT commandTheo de Raadt
2002-04-22use one common dot.profile for allTheo de Raadt
2002-04-21remove some crudTheo de Raadt
2002-04-05use hardlinks to instbin, so that instbin can be deleted atthe endTheo de Raadt
2002-04-04de-comment install.* and upgradeTheo de Raadt
2001-12-17Use actual files for short versions of /etc/protocols andKenneth R Westerback
/etc/services used during installations. This way it is not necessary to run the install script before using commands requiring these files. Requested by deraadt@.
2001-12-13Remove /etc/protocols and /etc/services from install mediaKenneth R Westerback
that use the miniroot install scripts. During an install, donetconfig() in miniroot/install.sub now creates a minimal /etc/protocols and /etc/services. During an upgrade, enable_network() now copies the existing protocols and services files into /etc. Saves approximately 13K on floppy/cd images.
2001-10-02more gnu/usr.bin before usr.binTheo de Raadt
2001-09-17zap kernfsTheo de Raadt
2001-06-23argh. stop using kernfs, using dmesg using sysctl. encode ARCH intoTheo de Raadt
install.md at build time. remove some crud. and the icing on the cake: skip testing all this until next week
2000-06-12fix ch* linksTheo de Raadt
2000-06-09chown/chgrp changesMichael Shalayeff
2000-04-25kill, test and pwd are ksh builtins--no need to include standalone binaries.Todd C. Miller
1998-10-09no need for dhclient.conf anymore; created by scriptTheo de Raadt
1998-09-21alpha ramdisk has dhcp support now tooTheo de Raadt
1997-12-02repository move of src/bin/pdksh to src/bin/kshTheo de Raadt
1997-09-17generalize Todd's work for ftp/pppd/rsh to ramdisks and miniroots on allTheo de Raadt
architectures.
1997-05-15do not need chrootTheo de Raadt
1997-05-15fit vi onto sparc ramdiskTheo de Raadt
1997-05-14working bsd.rd; without vi for nowTheo de Raadt
1997-05-14shareable ramdisk creation; in part by grrTheo de Raadt