summaryrefslogtreecommitdiff
path: root/distrib/mvme68k
AgeCommit message (Collapse)Author
2002-04-17use the very small RAMDISK config; bring this up to modern times. needs a ↵Theo de Raadt
few tests
2002-04-10leave MAKEDEV, it fitsTheo de Raadt
2002-04-01KNF sh ends up saving space; krw okTheo de Raadt
2002-03-31bit of shrinkage, krw okTheo de Raadt
2002-02-09use "ramdisk" MAKEDEV target alwaysTheo de Raadt
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd C. Miller
Alas many of these were introduced by yours truly as necessary just doesn't look right to me for some reason ;-)
2001-12-05remove garbage; miod okTheo de Raadt
2001-10-08arch -ksTheo de Raadt
2001-10-02more gnu/usr.bin before usr.binTheo de Raadt
2001-09-19Fix typo: succesfully -> successfullyKenneth R Westerback
2001-09-17zap kernfsTheo de Raadt
2001-09-17mount -u, not mount_ffs -uTodd C. Miller
2001-09-16Shave a few byte; "mount -u" not "mount -o update"; Theo OK'dTodd C. Miller
2001-08-29Apply recent changes in the i386 comment eradication code to allKenneth 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-08-07suggest CET, not MET, ok deraadt@Markus Friedl
2001-07-26correct pathTheo 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
2001-05-11unify a.out rdsetrootTheo de Raadt
2001-01-25egrep -a to permit working with binary data in dmesgTheo de Raadt
2000-10-25In stty line enable ^T (status) as well.Todd C. Miller
2000-07-14correct ch* things mickey forgotTheo de Raadt
2000-06-09chown/chgrp changesMichael Shalayeff
2000-03-01$OpenBSD$Todd T. Fries
2000-02-25'ie.' -> 'e.g.' or 'i.e.' as appropriateKenneth R Westerback
2000-01-30add dmesg alias to all install mediaTheo de Raadt
2000-01-24Clean up mvme68k install utils and remdisk.Steve Murphree
1999-09-26Fixed installboot_md()Steve Murphree
1999-09-03md_questions() interface allows asking questions before setsTheo de Raadt
1999-08-15Kill md_copy_kernel()Todd C. Miller
1999-04-01disklabel -f use, for fstab tweakingTheo de Raadt
1998-11-03it's -> its where appropriateAaron Campbell
1998-08-14Don't need to explicately link in with -ltermlib now that curses and termlib ↵Todd C. Miller
are merged
1997-12-02repository move of src/bin/pdksh to src/bin/kshTheo de Raadt
1997-11-26msync() has 3 argsTheo de Raadt
1997-10-20Enable history and emacs-stye command editing. A lot of this stuffTodd C. Miller
is not used but who knows what...
1997-10-12-ltermlibTheo de Raadt
1997-10-12use specialTheo de Raadt
1997-10-12proper librariesTheo de Raadt
1997-10-10no, not vimTheo de Raadt
1997-09-30use new fdisk & disklabelTheo de Raadt
1997-09-26Don't specify disktype to newfs when we already have a label.Todd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
1997-09-05make depend (in this case) is a total waste of timeTheo de Raadt
1997-06-04make ramdisk writeableTheo de Raadt
1997-05-24not a raw label; so that you can dd this to start of disk (maybe)Theo de Raadt
1997-05-14Add md_machine_arch()Todd C. Miller
1997-05-14Use svnds and remove ugly cache flushingNiklas Hallqvist
1997-05-12do not build a filesystem containing a bsd containing a ramdisk.Theo de Raadt
instead, build simply a bsd containing a ramdisk. people can netboot this :-)
1997-05-01use pdkshTheo de Raadt
1997-03-02more was causing the console to go 7e1 during installation (should be 8n1)Dale S. Rahn
solution was to remove more because it was not necessary, messsage was < 24 lines. This is what has been holding up mvme68k snapshot.