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

2020-06-13 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Jun 14 05:10:33 UTC 2020

Modified Files:
src/distrib/ews4800mips/floppies/instkernel: Makefile

Log Message:
Put a message in build error logs to notify what this target builds.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/ews4800mips/floppies/instkernel/Makefile

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/instkernel/Makefile
diff -u src/distrib/ews4800mips/floppies/instkernel/Makefile:1.8 src/distrib/ews4800mips/floppies/instkernel/Makefile:1.9
--- src/distrib/ews4800mips/floppies/instkernel/Makefile:1.8	Tue Jan  1 19:09:12 2019
+++ src/distrib/ews4800mips/floppies/instkernel/Makefile	Sun Jun 14 05:10:33 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2019/01/01 19:09:12 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2020/06/14 05:10:33 tsutsui Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -18,6 +18,7 @@ BOOT_RELEASEDIR=	installation/boot
 all realall:	${BOOT_RAMDISK}.gz
 
 ${BOOT_RAMDISK}.gz:	netbsd-RAMDISK.gz ${DESTDIR}/usr/mdec/boot_kernel.gz
+	@echo "Creating a bootloader binary with embedded RAMDISK kernel"
 	gunzip -c ${DESTDIR}/usr/mdec/boot_kernel.gz > ${BOOT_RAMDISK}.tmp
 	${TOOL_MDSETIMAGE} -v ${BOOT_RAMDISK}.tmp netbsd-RAMDISK.gz
 	${MIPS_ELF2ECOFF} ${BOOT_RAMDISK}.tmp ${BOOT_RAMDISK}.coff



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



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

2016-09-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 20 20:55:11 UTC 2016

Modified Files:
src/distrib/ews4800mips/floppies/instkernel: Makefile

Log Message:
Strip more sections, and verbose printing.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/ews4800mips/floppies/instkernel/Makefile

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/instkernel/Makefile
diff -u src/distrib/ews4800mips/floppies/instkernel/Makefile:1.6 src/distrib/ews4800mips/floppies/instkernel/Makefile:1.7
--- src/distrib/ews4800mips/floppies/instkernel/Makefile:1.6	Tue Aug  5 11:40:58 2014
+++ src/distrib/ews4800mips/floppies/instkernel/Makefile	Tue Sep 20 16:55:11 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2014/08/05 15:40:58 apb Exp $
+#	$NetBSD: Makefile,v 1.7 2016/09/20 20:55:11 christos Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,6 +8,7 @@ RAMDISK=	${RAMDISKDIR}/ramdisk.fs
 
 MDSETTARGETS=		RAMDISK ${RAMDISK} -
 MDSET_RELEASEDIR=	binary/kernel
+MDSET_STRIPSECTIONS=	-R .MIPS.abiflags -R .gnu.attributes -R .pdr -R .reginfo
 
 .include "${DISTRIBDIR}/common/Makefile.mdset"
 
@@ -18,7 +19,7 @@ all realall:	${BOOT_RAMDISK}.gz
 
 ${BOOT_RAMDISK}.gz:	netbsd-RAMDISK.gz ${DESTDIR}/usr/mdec/boot_kernel.gz
 	gunzip -c ${DESTDIR}/usr/mdec/boot_kernel.gz > ${BOOT_RAMDISK}.tmp
-	${TOOL_MDSETIMAGE} ${BOOT_RAMDISK}.tmp netbsd-RAMDISK.gz
+	${TOOL_MDSETIMAGE} -v ${BOOT_RAMDISK}.tmp netbsd-RAMDISK.gz
 	${ELF2ECOFF} ${BOOT_RAMDISK}.tmp ${BOOT_RAMDISK}.coff
 	${TOOL_GZIP_N} -9c ${BOOT_RAMDISK}.coff > ${.TARGET}
 



CVS commit: src/distrib/ews4800mips

2014-01-06 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Mon Jan  6 11:03:25 UTC 2014

Modified Files:
src/distrib/ews4800mips: Makefile

Log Message:
Add "cdroms" to the SUBDIR list for src/distrib/ews4800mips.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/ews4800mips/Makefile

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/Makefile
diff -u src/distrib/ews4800mips/Makefile:1.2 src/distrib/ews4800mips/Makefile:1.3
--- src/distrib/ews4800mips/Makefile:1.2	Tue Mar  6 21:57:00 2007
+++ src/distrib/ews4800mips/Makefile	Mon Jan  6 11:03:25 2014
@@ -1,6 +1,6 @@
-#	$NetBSD: Makefile,v 1.2 2007/03/06 21:57:00 bouyer Exp $
+#	$NetBSD: Makefile,v 1.3 2014/01/06 11:03:25 apb Exp $
 
-SUBDIR=		floppies
+SUBDIR=		floppies cdroms
 TARGETS+=	release
 
 iso_image:



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

2011-09-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Sep 21 16:13:51 UTC 2011

Modified Files:
src/distrib/ews4800mips/floppies/bootfloppy: Makefile

Log Message:
buildfloppies.sh: Image is 29012 bytes (28 KB) too big to fit on 2 disks
So make it 3 floppes until someone finds a way to conserve space. The
build has been broken for months.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/ews4800mips/floppies/bootfloppy/Makefile

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/bootfloppy/Makefile
diff -u src/distrib/ews4800mips/floppies/bootfloppy/Makefile:1.1 src/distrib/ews4800mips/floppies/bootfloppy/Makefile:1.2
--- src/distrib/ews4800mips/floppies/bootfloppy/Makefile:1.1	Thu Dec 29 11:01:30 2005
+++ src/distrib/ews4800mips/floppies/bootfloppy/Makefile	Wed Sep 21 12:13:51 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2005/12/29 16:01:30 tsutsui Exp $
+#	$NetBSD: Makefile,v 1.2 2011/09/21 16:13:51 christos Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -6,7 +6,7 @@
 FLOPPYBASE=	boot
 FLOPPYSIZE=	1989	# 2D excluding cylinder 0 side 0
 FLOPPYFILES=	boot netbsd
-FLOPPYMAX=	2
+FLOPPYMAX=	3
 FLOPPYSUFFIX=	.fs
 
 FLOPPY_RELEASEDIR=	installation/floppy