Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbppc/ramdisk Add ext2/msdos support, allow mount f...



details:   https://anonhg.NetBSD.org/src/rev/14e73d642680
branches:  trunk
changeset: 773426:14e73d642680
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Feb 01 22:25:46 2012 +0000

description:
Add ext2/msdos support, allow mount from udf, add flashctl.

diffstat:

 distrib/evbppc/ramdisk/list |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 0bba30802e5c -r 14e73d642680 distrib/evbppc/ramdisk/list
--- a/distrib/evbppc/ramdisk/list       Wed Feb 01 21:57:13 2012 +0000
+++ b/distrib/evbppc/ramdisk/list       Wed Feb 01 22:25:46 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.17 2011/08/11 08:39:42 matt Exp $
+#      $NetBSD: list,v 1.18 2012/02/01 22:25:46 matt Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin
 
@@ -30,15 +30,22 @@
 PROG   sbin/fdisk
 PROG   sbin/fsck
 PROG   sbin/fsck_ffs
+PROG   sbin/fsck_ext2fs
+PROG   sbin/fsck_msdos
 PROG   sbin/ifconfig
 PROG   sbin/init
 PROG   sbin/mknod
 PROG   sbin/mount
 PROG   sbin/mount_cd9660
+PROG   sbin/mount_ext2fs
 PROG   sbin/mount_ffs
+PROG   sbin/mount_msdos
+PROG   sbin/mount_nfs
 PROG   sbin/mount_tmpfs
-PROG   sbin/mount_nfs
+PROG   sbin/mount_udf
 PROG   sbin/newfs      sbin/mount_mfs
+PROG   sbin/newfs_ext2fs
+PROG   sbin/newfs_msdos
 PROG   sbin/ping
 PROG   sbin/reboot     sbin/halt
 PROG   sbin/restore    sbin/rrestore
@@ -56,6 +63,7 @@
 PROG   usr/bin/netstat
 
 PROG   usr/sbin/chroot
+PROG   usr/sbin/flashctl
 
 # init invokes the shell as -sh
 ARGVLN sh      -sh



Home | Main Index | Thread Index | Old Index