Module Name:    src
Committed By:   rin
Date:           Mon Dec 25 06:15:50 UTC 2017

Modified Files:
        src/distrib/ews4800mips/floppies/ramdisk: list

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/ews4800mips/floppies/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/ews4800mips/floppies/ramdisk/list
diff -u src/distrib/ews4800mips/floppies/ramdisk/list:1.10 src/distrib/ews4800mips/floppies/ramdisk/list:1.11
--- src/distrib/ews4800mips/floppies/ramdisk/list:1.10	Fri Jan 14 10:26:32 2011
+++ src/distrib/ews4800mips/floppies/ramdisk/list	Mon Dec 25 06:15:50 2017
@@ -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/mt
 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/ping
 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 @@ PROG	usr/sbin/chroot
 # 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

Reply via email to