Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-01 | when filtering termcap selecet vt220, not vt200, since that's what we gonna ↵ | Michael Shalayeff | |
use later, plus a few rcsid vicinity cleanups; millert@ ok | |||
2002-05-01 | We only need fsck_ffs, not the fsck front end. | Todd C. Miller | |
Make all fsck list file entries simply be: LINK instbin sbin/fsck_ffs sbin/fsck | |||
2002-04-30 | use makeconf.awk, and also simplify list management | Theo de Raadt | |
2002-04-30 | use SCRIPT command | Theo de Raadt | |
2002-04-29 | generate termcap file using a list2sh.awk directrive; distrib becomes a lot ↵ | Theo de Raadt | |
smaller again | |||
2002-04-28 | remove confusion about disktab | Theo de Raadt | |
2002-04-28 | use single shared mtree.conf | Theo de Raadt | |
2002-04-28 | Change getresp() into ask(). | Kenneth R Westerback | |
ask() takes 2 parameters. The first one is the question to ask the user, and the 2nd is the default answer. Shrinks and makes the code clearer. From espie@ with some tweaking, ok deraadt@. | |||
2002-04-25 | runlist.sh & list2sh.awk unification | Theo de Raadt | |
2002-04-25 | no longer needed | Theo de Raadt | |
2002-04-22 | use one common dot.profile for all | Theo de Raadt | |
2002-04-21 | simpleroot no longer used | Theo de Raadt | |
2002-04-21 | strip more carefully; guess what -- upgrade fits now | Theo de Raadt | |
2002-04-21 | remove MD terminal crud; done elsewhere now | Theo de Raadt | |
2002-04-19 | prune alpha | Theo de Raadt | |
2002-04-18 | no chroot | Theo de Raadt | |
2002-04-13 | last rev forgot to handle the "swap on" types; drahn | Theo de Raadt | |
2002-04-13 | Use a grizzly sed script to ensure that the rootdev is determined out of | Theo de Raadt | |
the last possible dmesg block in the buffer; clubbed together by espie | |||
2002-04-10 | MAKEDEV can stay | Theo de Raadt | |
2002-04-09 | miniroots may have suprising rootdevs. Cope. | Theo de Raadt | |
2002-04-01 | KNF sh ends up saving space; krw ok | Theo de Raadt | |
2002-03-31 | bit of shrinkage, krw ok | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-09 | use "ramdisk" MAKEDEV target always | Theo de Raadt | |
2002-02-06 | Unbreak - use the right MAKEDEV target. | Artur Grabowski | |
2001-12-23 | Remove extra blank line displayed before the paragraph 'As with | Kenneth R Westerback | |
anything ...' during install and/or upgrade on some archs. On sparc, sparc64, sun3 and vax fix a typo ('echo Welcome' -> 'Welcome') in here-document displayed in md_welcome_banner(). | |||
2001-12-05 | remove garbage; miod ok | Theo de Raadt | |
2001-10-20 | oops, bsd.rd needs mount_cd9660 | 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-26 | Add hostname to the alpha ramdisk. | Dale Rahn | |
2001-09-18 | remove elfrdsetroot from here and use the one in distrib/common | Jason Wright | |
2001-09-17 | more missing dmesg | Theo de Raadt | |
2001-09-17 | zap kernfs | Theo de Raadt | |
2001-09-04 | MB == megabytes, Mb == megabits | 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-05-11 | MAP_FAILED, not -1 | Artur Grabowski | |
2001-03-03 | default to vt220 | Theo de Raadt | |
2001-03-03 | same as i386 & powerpc | Theo de Raadt | |
2001-02-08 | get the common list too | Theo de Raadt | |
2001-02-08 | Squeeze a bit more to make it fit. | Artur Grabowski | |
o Reduce the number of inodes on the ramdisk image. o Use dd instead of cp ro copy the kernel onto the floppy. | |||
2001-02-04 | find ramdisk.conf in the right place | Theo de Raadt | |
2001-01-29 | three floppies, and a bsd.rd for the CD | Theo de Raadt | |
2001-01-23 | Cleanup a lot to make the floppy fit. | Artur Grabowski | |
dhclient, rsh, expr, upgrade and a few obsolete things removed. some build options improved. | |||
2001-01-22 | rdsetroot for elf. | Artur Grabowski | |
XXX - we might want to eventually make this a common file for all archs. | |||
2000-10-25 | In stty line enable ^T (status) as well. | Todd C. Miller | |
2000-07-03 | Better ramdisk size from Jay Bolton. | Niklas Hallqvist | |
2000-06-12 | fix ch* links | Theo de Raadt | |
2000-06-09 | chown/chgrp changes | Michael Shalayeff | |
2000-04-24 | Treat the beginning of the current dmesg output as starting at | Todd C. Miller | |
/^OpenBSD /, not /^Copyright / (the latter doesn't show up in dmesg). |