summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
2001-09-20syncTheo de Raadt
2001-09-20Get this closer to working (mostly borrowed from macppc).Jason Wright
Still dies with: warning: /dev/console error 20 panic: init died (signal 6, exit 0)
2001-09-19initial sets for sparc64Jason Wright
2001-09-19syncTheo de Raadt
2001-09-19cat2 & cat3 go into comp/* not man/*Theo de Raadt
2001-09-19stolen verbatim from sparc and only slightly modified from there... thisJason Wright
is going to need a LOT of work (any volunteers?)
2001-09-19no cd{REV}.fs here yetJason Wright
2001-09-19Fix typo: succesfully -> successfullyKenneth R Westerback
2001-09-18make this better for sparc64Jason Wright
2001-09-18Remove rdsetroot from here and use the one in distrib/common (elf version)Dale Rahn
2001-09-18remove elfrdsetroot from here and use the one in distrib/commonJason Wright
2001-09-18use elfrdsetrootJason Wright
2001-09-18sparc64 is 64 bit tooJason Wright
2001-09-18copy the alpha/elfrdsetroot to common (for more general use: macppc, ↵Jason Wright
sparc64, etc)
2001-09-18recurse into sparc64Jason Wright
2001-09-18initial cut at building ramdisk... will no doubt need tweakingJason Wright
2001-09-18Sync. ok deraadtPeter Valchev
2001-09-17Clean up the cd-dir directory and the cdxx.fs file.Dale Rahn
2001-09-17syncTheo de Raadt
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-14syncTheo de Raadt
2001-09-11syncTheo de Raadt
2001-09-11move to 3.0-betaTheo de Raadt
2001-09-11syncTheo de Raadt
2001-09-11remove acd references; millert@ ok.Federico G. Schwindt
2001-09-09syncTheo de Raadt
2001-09-08syncTheo de Raadt
2001-09-07syncTheo de Raadt
2001-09-07show that feisty ./etc/wsconsctl.conf it's place. yes. deraadt@ okMichael Shalayeff
2001-09-07syncTheo de Raadt
2001-09-05syncTheo de Raadt
2001-09-05syncTheo de Raadt
2001-09-04MB == megabytes, Mb == megabitsTheo de Raadt
2001-09-04crank miniroot size to 6MBTheo de Raadt
2001-09-03syncTheo de Raadt
2001-09-03syncTheo de Raadt
2001-09-02Don't hardcode machine name. Use MACHINE define instead.Miod Vallat
2001-09-02Fix up macppc specific filesets.Dale Rahn
2001-09-02powerpc -> macppc changes which were missed previously.Dale Rahn
2001-09-01distrib Makefile change for the powerpc -> macppc port rename.Dale Rahn
2001-09-01Rename powerpc set files to macppc with the port rename.Dale Rahn
2001-09-01Move powerpc install notes to macppc with the port rename.Dale Rahn
2001-09-01Move the powerpc ramdisk building support from powerpc to macppc.Dale Rahn
2001-08-30syncTheo 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-26Final tweak to i386 list2sh.awk SPECIAL handling - consolidate printKenneth R Westerback
statements. Use as base for other architectures to improve comment eradication/space reclamation in scripts on boot floppies.