Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/dreamcast/ramdisk Fix miniroot overflow by switching...



details:   https://anonhg.NetBSD.org/src/rev/c6e9e2ad42c2
branches:  trunk
changeset: 940127:c6e9e2ad42c2
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Oct 04 09:34:18 2020 +0000

description:
Fix miniroot overflow by switching to x_fsck_ffs and x_newfs
(drop byte-swapped and Apple UFS support).

diffstat:

 distrib/dreamcast/ramdisk/list |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r b9a7a95428a1 -r c6e9e2ad42c2 distrib/dreamcast/ramdisk/list
--- a/distrib/dreamcast/ramdisk/list    Sun Oct 04 08:32:52 2020 +0000
+++ b/distrib/dreamcast/ramdisk/list    Sun Oct 04 09:34:18 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.17 2016/10/04 14:00:27 christos Exp $
+#      $NetBSD: list,v 1.18 2020/10/04 09:34:18 rin Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin
 
@@ -51,9 +51,11 @@
 
 SPECIAL        disklabel       srcdir  distrib/utils/x_disklabel
 SPECIAL        ed              srcdir  distrib/utils/x_ed
+SPECIAL        fsck_ffs        srcdir  distrib/utils/x_fsck_ffs
 SPECIAL        gzip            srcdir  distrib/utils/x_gzip
 SPECIAL        ifconfig        srcdir  distrib/utils/x_ifconfig
 SPECIAL        more            srcdir  distrib/utils/more
+SPECIAL        newfs           srcdir  distrib/utils/x_newfs
 SPECIAL        ping            srcdir  distrib/utils/x_ping
 SPECIAL        route           srcdir  distrib/utils/x_route
 SPECIAL        umount          srcdir  distrib/utils/x_umount



Home | Main Index | Thread Index | Old Index