Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-13 | Remove /etc/protocols and /etc/services from install media | Kenneth 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-12-05 | remove garbage; miod ok | Theo de Raadt | |
2001-10-20 | missing /bin/hostname | Todd C. Miller | |
2001-10-08 | arch -ks | Theo de Raadt | |
2001-10-02 | because usr.bin/grep now exists, crunch goes wrong, and we need to put ↵ | Theo de Raadt | |
gnu/usr.bin before usr.bin, until our grep replaces gnu grep | |||
2001-09-17 | more missing dmesg | Theo de Raadt | |
2001-09-17 | zap kernfs | Theo de Raadt | |
2001-08-29 | Apply recent changes in the i386 comment eradication code to all | Kenneth R Westerback | |
architectures using a list2sh.awk and related 'list' files (alpha, hp300, mac68k, mvme68k, mvme88k, mvmeppc, powerpc and vax). list2sh.awk is modified so that in handling SPECIAL lines the tabs in regular expressions are not lost to awk field parsing. Any 'list' file trying to eliminate comments, using SPECIAL lines and sed, now eliminates lines that a) have '#' as the first non-blank, non-tab character, with at least one blank or tab following the '#'. b) have '#' as the first non-blank, non-tab character, with a newline immediately following the '#'. Previous b) was not being done, and only leading/following blanks were being looked for due to the loss of tab characters in list2sh.awk. | |||
2001-06-23 | argh. stop using kernfs, using dmesg using sysctl. encode ARCH into | Theo de Raadt | |
install.md at build time. remove some crud. and the icing on the cake: skip testing all this until next week | |||
2001-01-25 | egrep -a to permit working with binary data in dmesg | Theo de Raadt | |
2000-10-31 | Make space by removing hostname (just use /kern), slip, and ppp. | Todd C. Miller | |
2000-10-25 | In stty line enable ^T (status) as well. | Todd C. Miller | |
2000-06-12 | fix ch* links | Theo de Raadt | |
2000-06-09 | chown/chgrp changes | Michael Shalayeff | |
2000-05-07 | Kill rd.group, rd.master.passwd, rd.disktab; use DESTDIR ones instead. | Todd C. Miller | |
Also copy in protocols and services Remove links to kill, pwd, test, and [ to match raminst.conf Add link for dhclient as it was added to raminst.conf | |||
2000-05-07 | Add distrib/special to srcdirs for dhclient | Todd C. Miller | |
2000-05-03 | Add: dhclient | Todd C. Miller | |
Remove: kill pwd shutdown strings test We need dhclient for dhcp support and the others are either ksh builtins or simply unused. | |||
2000-01-30 | add dmesg alias to all install media | Theo de Raadt | |
1999-09-27 | Update files, fix pwd_mkdb call. | Jason Downs | |
1999-09-03 | md_questions() interface allows asking questions before sets | Theo de Raadt | |
1999-08-16 | bsd.rd is uncompressed, bsd.rd.gz is compressed. | Jason Downs | |
1999-08-15 | Kill md_copy_kernel() | Todd C. Miller | |
1999-06-22 | smaller ramdisk | Theo de Raadt | |
1999-04-02 | Don't delete bsd when we make bsd.rd. Kernel compiles on hp300 take | Todd C. Miller | |
a llllooonnnngggg time so we really don't want to do one when we don't have to do we? I didn't think so. | |||
1999-04-01 | Remove awk and cut due to space limitations, use cutword function instead | Todd C. Miller | |
1999-04-01 | Write a /tmp/fstab.DISK file with mountpoint info if the user enters it. ↵ | Todd C. Miller | |
Other ports should do the same. | |||
1999-04-01 | strip comments, hp300 ramdisk is getting full | Todd C. Miller | |
1998-11-09 | md_labeldisk is not used any more | Todd C. Miller | |
1998-11-03 | seperating -> separating | Aaron Campbell | |
1998-10-28 | call check_kernel instead of having the same code in all the .md files | Todd C. Miller | |
1998-09-11 | kill md_get_ifdevs, miniroot/install.sub uses mi version now | Todd C. Miller | |
1998-08-23 | s/alpha/hp300/ | kstailey | |
1998-08-14 | Don't need to explicately link in with -ltermlib now that curses and termlib ↵ | Todd C. Miller | |
are merged | |||
1998-06-27 | s/23/${OSrev}/ | Todd T. Fries | |
1998-04-28 | copy the upgrade program to the ramdisk. Damn this should have been in 2.3 | Todd C. Miller | |
1998-04-14 | add symlink to resolv.conf so DNS can work | Todd C. Miller | |
1998-04-14 | Add install/upgrade/shell prompt | Todd C. Miller | |
1998-03-29 | Support $MODE in welcome message. | Todd C. Miller | |
1998-03-28 | make erase ^H as that is more convenient on an hp300 hil keyboard. | Todd C. Miller | |
1998-03-28 | Use miniroot install.{sh,sub}. | Todd C. Miller | |
1998-03-27 | Make more like other install.md's | Todd C. Miller | |
1998-03-27 | now that we have fictious disklabels, this becomes more like the | Todd C. Miller | |
other ports. | |||
1998-03-27 | Sync from miniroot version. Should really go away at some point and | Todd C. Miller | |
we can just use the miniroot one. | |||
1998-03-27 | Sync with miniroot version (currently there are no differences). | Todd C. Miller | |
1998-03-08 | moving to 2.3 | Theo de Raadt | |
1998-03-01 | Remove an extra "-o -" so the kernel doesn't go to stdout. Noted by pefo. | Todd C. Miller | |
1998-02-18 | Merge in changes from miniroot/install.sub | Todd C. Miller | |
1998-02-13 | make depend | Theo de Raadt | |
1997-12-02 | repository move of src/bin/pdksh to src/bin/ksh | Theo de Raadt | |
1997-10-31 | Final pass through the ramdisk installer. Seems to work correctly. | Jason Downs | |