Source-Changes-HG archive

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

[src/trunk]: src/distrib/ews4800mips/floppies/ramdisk Drop the following feat...



details:   https://anonhg.NetBSD.org/src/rev/e02ba249fd5f
branches:  trunk
changeset: 828661:e02ba249fd5f
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Dec 25 06:15:50 2017 +0000

description:
Drop the following features, which reduces ramdisk.bin about 70KB:
- shutdown, rcmd, rcp
- support for byte-swapped FFS and Apple UFS in fsck_ffs and newfs
- support for byte-swapped label and interactive editor in disklabel
OK tsutsui

diffstat:

 distrib/ews4800mips/floppies/ramdisk/list |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 4e7f730e5190 -r e02ba249fd5f distrib/ews4800mips/floppies/ramdisk/list
--- a/distrib/ews4800mips/floppies/ramdisk/list Mon Dec 25 05:29:27 2017 +0000
+++ b/distrib/ews4800mips/floppies/ramdisk/list Mon Dec 25 06:15:50 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.10 2011/01/14 10:26:32 tsutsui Exp $
+#      $NetBSD: list,v 1.11 2017/12/25 06:15:50 rin Exp $
 
 SRCDIRS        bin sbin usr.bin usr.sbin
 
@@ -15,8 +15,6 @@
 PROG   bin/mv
 PROG   bin/pax         usr/bin/tar
 PROG   bin/pwd
-PROG   bin/rcmd
-PROG   bin/rcp
 PROG   bin/rm
 PROG   bin/sh
 PROG   bin/stty
@@ -42,7 +40,6 @@
 PROG   sbin/reboot     sbin/halt
 PROG   sbin/restore    sbin/rrestore
 PROG   sbin/route
-PROG   sbin/shutdown
 PROG   sbin/swapctl    sbin/swapon
 PROG   sbin/umount
 
@@ -59,10 +56,13 @@
 # init invokes the shell as -sh
 ARGVLN sh      -sh
 
+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