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

2023-07-24 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Jul 24 08:21:09 UTC 2023

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile list

Log Message:
macppc/floppies: Use x_ variants of disklabel, fsck_ffs, and newfs.
Fix ramdisk overflow with clang.

- For fsck_ffs(8) and newfs(8), Apple UFS is still supported.
- 2.88MB of ramdisk size can be bumped if really required.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/distrib/macppc/floppies/ramdisk/Makefile
cvs rdiff -u -r1.39 -r1.40 src/distrib/macppc/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/macppc/floppies/ramdisk/Makefile
diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.53 src/distrib/macppc/floppies/ramdisk/Makefile:1.54
--- src/distrib/macppc/floppies/ramdisk/Makefile:1.53	Tue May 25 10:58:41 2021
+++ src/distrib/macppc/floppies/ramdisk/Makefile	Mon Jul 24 08:21:09 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.53 2021/05/25 10:58:41 martin Exp $
+#	$NetBSD: Makefile,v 1.54 2023/07/24 08:21:09 rin Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -21,6 +21,8 @@ LDFLAGS+=	-m32 -Wl,-melf32ppc_nbsd
 
 CRUNCHBIN=	ramdiskbin
 CRUNCHENV+=	LDFLAGS=${LDFLAGS:Q}
+# Enable Apple UFS support for x_fsck_ffs and x_newfs
+CRUNCHENV+=	APPLE_UFS=1
 LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
 MTREECONF=	${DISTRIBDIR}/common/mtree.common
 IMAGEENDIAN=	be

Index: src/distrib/macppc/floppies/ramdisk/list
diff -u src/distrib/macppc/floppies/ramdisk/list:1.39 src/distrib/macppc/floppies/ramdisk/list:1.40
--- src/distrib/macppc/floppies/ramdisk/list:1.39	Wed Apr 24 08:04:18 2013
+++ src/distrib/macppc/floppies/ramdisk/list	Mon Jul 24 08:21:09 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.39 2013/04/24 08:04:18 msaitoh Exp $
+#	$NetBSD: list,v 1.40 2023/07/24 08:21:09 rin Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -61,10 +61,13 @@ PROG	usr/sbin/installboot
 # 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	pdisk		srcdir	external/bsd/pdisk/bin
 SPECIAL	ping		srcdir	distrib/utils/x_ping
 SPECIAL	route		srcdir	distrib/utils/x_route



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

2023-07-24 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Jul 24 08:21:09 UTC 2023

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile list

Log Message:
macppc/floppies: Use x_ variants of disklabel, fsck_ffs, and newfs.
Fix ramdisk overflow with clang.

- For fsck_ffs(8) and newfs(8), Apple UFS is still supported.
- 2.88MB of ramdisk size can be bumped if really required.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/distrib/macppc/floppies/ramdisk/Makefile
cvs rdiff -u -r1.39 -r1.40 src/distrib/macppc/floppies/ramdisk/list

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



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

2019-01-06 Thread Sean Cole
Module Name:src
Committed By:   scole
Date:   Mon Jan  7 01:39:26 UTC 2019

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
increase IMAGESIZE slightly to avoid running out of space when doing some 
sysinst options


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/distrib/macppc/floppies/ramdisk/Makefile

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



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

2019-01-06 Thread Sean Cole
Module Name:src
Committed By:   scole
Date:   Mon Jan  7 01:39:26 UTC 2019

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
increase IMAGESIZE slightly to avoid running out of space when doing some 
sysinst options


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/distrib/macppc/floppies/ramdisk/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/macppc/floppies/ramdisk/Makefile
diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.49 src/distrib/macppc/floppies/ramdisk/Makefile:1.50
--- src/distrib/macppc/floppies/ramdisk/Makefile:1.49	Mon Nov 12 20:11:39 2018
+++ src/distrib/macppc/floppies/ramdisk/Makefile	Mon Jan  7 01:39:26 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.49 2018/11/12 20:11:39 scole Exp $
+#	$NetBSD: Makefile,v 1.50 2019/01/07 01:39:26 scole Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@ IMAGE=		ramdisk.fs
 #   src/sys/arch/macppc/conf/INSTALL
 #   src/sys/arch/macppc/conf/INSTALL_601
 #   src/sys/arch/macppc/conf/GENERIC_MD
-IMAGESIZE=	2560k
+IMAGESIZE=	2880k
 MAKEFS_FLAGS+=	-f 15
 
 WARNS=		1



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

2014-08-07 Thread Greg Troxel
Module Name:src
Committed By:   gdt
Date:   Thu Aug  7 15:48:19 UTC 2014

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
I need 2244k for src/distrib/macppc/floppies/ramdisk, rather than
2240k.  My build is normal, with a few uncommitted changes that really
shouldn't change the install situation.  Because 2240k isn't near a
magic boundary, just increase it a hair.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/macppc/floppies/ramdisk/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/macppc/floppies/ramdisk/Makefile
diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.43 src/distrib/macppc/floppies/ramdisk/Makefile:1.44
--- src/distrib/macppc/floppies/ramdisk/Makefile:1.43	Wed Aug  6 13:57:15 2014
+++ src/distrib/macppc/floppies/ramdisk/Makefile	Thu Aug  7 15:48:19 2014
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.43 2014/08/06 13:57:15 martin Exp $
+#	$NetBSD: Makefile,v 1.44 2014/08/07 15:48:19 gdt Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2240k
+IMAGESIZE=	2244k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1



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

2014-08-07 Thread Greg Troxel
Module Name:src
Committed By:   gdt
Date:   Thu Aug  7 15:48:19 UTC 2014

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
I need 2244k for src/distrib/macppc/floppies/ramdisk, rather than
2240k.  My build is normal, with a few uncommitted changes that really
shouldn't change the install situation.  Because 2240k isn't near a
magic boundary, just increase it a hair.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/distrib/macppc/floppies/ramdisk/Makefile

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



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

2014-08-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  6 13:57:15 UTC 2014

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
Bump ramdisksize even slightly more


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/distrib/macppc/floppies/ramdisk/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/macppc/floppies/ramdisk/Makefile
diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.42 src/distrib/macppc/floppies/ramdisk/Makefile:1.43
--- src/distrib/macppc/floppies/ramdisk/Makefile:1.42	Tue Aug  5 16:18:16 2014
+++ src/distrib/macppc/floppies/ramdisk/Makefile	Wed Aug  6 13:57:15 2014
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.42 2014/08/05 16:18:16 martin Exp $
+#	$NetBSD: Makefile,v 1.43 2014/08/06 13:57:15 martin Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2236k
+IMAGESIZE=	2240k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1



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

2014-08-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Wed Aug  6 13:57:15 UTC 2014

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
Bump ramdisksize even slightly more


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/distrib/macppc/floppies/ramdisk/Makefile

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



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

2014-08-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug  5 16:18:16 UTC 2014

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
Bump ramdisk size


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/distrib/macppc/floppies/ramdisk/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/macppc/floppies/ramdisk/Makefile
diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.41 src/distrib/macppc/floppies/ramdisk/Makefile:1.42
--- src/distrib/macppc/floppies/ramdisk/Makefile:1.41	Mon Aug  4 11:30:35 2014
+++ src/distrib/macppc/floppies/ramdisk/Makefile	Tue Aug  5 16:18:16 2014
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.41 2014/08/04 11:30:35 martin Exp $
+#	$NetBSD: Makefile,v 1.42 2014/08/05 16:18:16 martin Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2218k
+IMAGESIZE=	2236k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1



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

2014-08-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Aug  5 16:18:16 UTC 2014

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
Bump ramdisk size


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/distrib/macppc/floppies/ramdisk/Makefile

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



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

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 11:30:35 UTC 2014

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
Slightly extend ramdisk size


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/distrib/macppc/floppies/ramdisk/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/macppc/floppies/ramdisk/Makefile
diff -u src/distrib/macppc/floppies/ramdisk/Makefile:1.40 src/distrib/macppc/floppies/ramdisk/Makefile:1.41
--- src/distrib/macppc/floppies/ramdisk/Makefile:1.40	Fri Mar 23 18:37:42 2012
+++ src/distrib/macppc/floppies/ramdisk/Makefile	Mon Aug  4 11:30:35 2014
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.40 2012/03/23 18:37:42 he Exp $
+#	$NetBSD: Makefile,v 1.41 2014/08/04 11:30:35 martin Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2212k
+IMAGESIZE=	2218k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1



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

2014-08-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Aug  4 11:30:35 UTC 2014

Modified Files:
src/distrib/macppc/floppies/ramdisk: Makefile

Log Message:
Slightly extend ramdisk size


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/distrib/macppc/floppies/ramdisk/Makefile

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



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

2013-04-24 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Apr 24 08:04:18 UTC 2013

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

Log Message:
sbin/pdisk - external/bsd/pdisk change. Fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/macppc/floppies/ramdisk/list

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



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

2009-11-27 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Nov 27 10:23:16 UTC 2009

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

Log Message:
Remove unnecessary and never used usr/mdec/mbr from install ramdisk.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/distrib/macppc/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/macppc/floppies/ramdisk/list
diff -u src/distrib/macppc/floppies/ramdisk/list:1.34 src/distrib/macppc/floppies/ramdisk/list:1.35
--- src/distrib/macppc/floppies/ramdisk/list:1.34	Sun Sep 20 23:19:54 2009
+++ src/distrib/macppc/floppies/ramdisk/list	Fri Nov 27 10:23:16 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.34 2009/09/20 23:19:54 abs Exp $
+#	$NetBSD: list,v 1.35 2009/11/27 10:23:16 tsutsui Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -72,7 +72,6 @@
 LIBS	libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz -lprop
 
 COPY	${DESTDIR}/usr/mdec/bootxx	usr/mdec/bootxx
-COPY	${DESTDIR}/usr/mdec/mbr		usr/mdec/mbr
 COPY	${DESTDIR}/usr/mdec/ofwboot	usr/mdec/ofwboot
 
 # various files that we need in /etc for the install