NetBSD/distrib/common
dsl 3d7f966def The code to pad floppies could sometimes overwrite the end of the kernel
(causing the decompress to generate random data).
I've changed it to pad using:
	dd if=xx.fs of=xx.fs conv=sync conv=notrunc bs=${floppysize}b count=1
which isn't subject to rounding errors!
This might be the fix for PR/25552
2004-06-12 18:39:53 +00:00
..
Makefile.crunch
Makefile.distrib Add a list of files which determine the kernel version as 2004-02-02 18:43:39 +00:00
Makefile.image MAKEVERBOSE support 2004-05-04 02:52:05 +00:00
Makefile.makedev Remove "./dev type=dir" entry from generated devices.spec, as it 2004-05-04 03:02:17 +00:00
Makefile.mdset Remove the .comment and .ident sections when stripping kernels. 2004-06-06 21:44:52 +00:00
Makefile.parselist s/awk/${AWK} 2003-11-14 06:00:34 +00:00
Makefile.tarfloppy MAKEVERBOSE support 2004-05-04 02:52:05 +00:00
buildfloppies.sh The code to pad floppies could sometimes overwrite the end of the kernel 2004-06-12 18:39:53 +00:00
list.makedev Update for MAKEDEV.tmpl changes; use <.OBJDIR-of-etc>/MAKEDEV 2003-10-25 04:29:24 +00:00
list.sysinst Add French, German and Polish sysinstmsgs to all ramdisks that include sysinst 2004-04-18 20:04:26 +00:00
list.sysinst.en Add French, German and Polish sysinstmsgs to all ramdisks that include sysinst 2004-04-18 20:04:26 +00:00
mtree.common Add /targetroot (used by sysinst) so that sysinst can work on sparc (etc) 2004-04-29 19:44:11 +00:00
mtree.dot
parselist.awk
sunbootcd.sh