summaryrefslogtreecommitdiff
path: root/distrib/mvmeppc
AgeCommit message (Collapse)Author
2001-09-19Fix typo: succesfully -> successfullyKenneth R Westerback
2001-09-17more missing dmesgTheo de Raadt
2001-09-17zap kernfsTheo de Raadt
2001-09-17mount -u, not mount_ffs -uTodd C. Miller
2001-09-16bye byeTheo de Raadt
2001-09-16Shave a few byte; "mount -u" not "mount -o update"; Theo OK'dTodd C. Miller
2001-09-04MB == megabytes, Mb == megabitsTheo de Raadt
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-06-26Initial import of mvmeppc.Steve Murphree