CVS commit: src/distrib/ews4800mips/floppies/ramdisk

2020-04-07 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr  7 10:22:00 UTC 2020

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

Log Message:
Ooops, editor mishap in previous


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/distrib/ews4800mips/floppies/ramdisk/list:1.13
--- src/distrib/ews4800mips/floppies/ramdisk/list:1.12	Sun Apr  5 11:19:01 2020
+++ src/distrib/ews4800mips/floppies/ramdisk/list	Tue Apr  7 10:22:00 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.12 2020/04/05 11:19:01 martin Exp $
+#	$NetBSD: list,v 1.13 2020/04/07 10:22:00 martin Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -67,7 +67,7 @@ SPECIAL	ping		srcdir	distrib/utils/x_pin
 SPECIAL	route		srcdir	distrib/utils/x_route
 SPECIAL	umount		srcdir	distrib/utils/x_umount
 
-LIBS	libhack.o -ledit -lutil-lrmt -ll -lm -lz -lprop
+LIBS	libhack.o -ledit -lutil -lrmt -ll -lm -lz -lprop
 
 COPY	${DESTDIR}/usr/mdec/bootxx_ustarfs	usr/mdec/bootxx_ustarfs
 COPY	${DESTDIR}/usr/mdec/bootxx_bfs		usr/mdec/bootxx_bfs



CVS commit: src/distrib/ews4800mips/floppies/ramdisk

2017-12-24 Thread Rin Okuyama
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