summaryrefslogtreecommitdiff
path: root/distrib
AgeCommit message (Collapse)Author
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.
2001-08-24syncTheo de Raadt
2001-08-24syncTheo de Raadt
2001-08-23syncTheo de Raadt
2001-08-23Expand regular expressions used in sed invocations in SPECIAL lines toKenneth R Westerback
find and delete more comments from scripts put on floppy images. Now, leading whitespace and no trailing characters are both detected and either cause the comment line to be deleted. Fix list2sh.awk so that the tabs in the sed statements are not lost during script creation. Previously the remainder of the SPECIAL line, i.e. the shell statement to write, was recreated from the fields, but awk treated the <blank><tab> in the sed expression as a field separator and discarded the blank and tab. The blank was then added back in the recreation process, but the tab was lost. These changes cause the scripts to shrink by a total of 6596 characters. This handles the i386 cases, other architectures can probably be fixed the same way.
2001-08-23syncTheo de Raadt
2001-08-22Summer distribution notes cleanup: provide the correct number of setsMiod Vallat
to the DistributionDescription macro. On vme platforms, fix the x sets description. On mac68k, clarify the kernel stuff. The whole ok fries@
2001-08-22Summer distribution notes cleanup: change the DistributionDescriptionMiod Vallat
macro to take the number of sets as argument; this will help us correct the i386, mvme68k, sun3 and vax installation notes...
2001-08-22Summer distribution notes cleanup: get rid of donations files, nicerMiod Vallat
Makefile. ok fries@
2001-08-22Summer distribution notes round of fixes: remove these.Miod Vallat