CVS commit: src/distrib/evbppc/ramdisk

2020-11-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Nov  6 18:36:20 UTC 2020

Modified Files:
src/distrib/evbppc/ramdisk: Makefile

Log Message:
Bump ramdisk size slightly


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.24 src/distrib/evbppc/ramdisk/Makefile:1.25
--- src/distrib/evbppc/ramdisk/Makefile:1.24	Sun Dec 29 18:26:17 2019
+++ src/distrib/evbppc/ramdisk/Makefile	Fri Nov  6 18:36:20 2020
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.24 2019/12/29 18:26:17 christos Exp $
+#	$NetBSD: Makefile,v 1.25 2020/11/06 18:36:20 martin Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	3280k
+IMAGESIZE=	3536k
 MAKEFS_FLAGS+=	-f 15
 
 WARNS=		1



CVS commit: src/distrib/evbppc/ramdisk

2017-07-23 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sun Jul 23 20:59:00 UTC 2017

Modified Files:
src/distrib/evbppc/ramdisk: Makefile

Log Message:
Don't build unwind data for the ramdisk, use more aggressive size
optimization for clang.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.22 src/distrib/evbppc/ramdisk/Makefile:1.23
--- src/distrib/evbppc/ramdisk/Makefile:1.22	Thu Feb  9 15:24:08 2017
+++ src/distrib/evbppc/ramdisk/Makefile	Sun Jul 23 20:59:00 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.22 2017/02/09 15:24:08 joerg Exp $
+#	$NetBSD: Makefile,v 1.23 2017/07/23 20:59:00 joerg Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@ IMAGESIZE=	3280k
 MAKEFS_FLAGS+=	-f 15
 
 WARNS=		1
-DBG=		-Os
+DBG=		${${ACTIVE_CC} == "clang":? -Oz -fomit-frame-pointer : -Os } -fno-unwind-tables
 
 CRUNCHBIN=	ramdiskbin
 CRUNCHGEN_FLAGS=-d "${DBG}"



CVS commit: src/distrib/evbppc/ramdisk

2016-07-07 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Jul  7 06:28:57 UTC 2016

Modified Files:
src/distrib/evbppc/ramdisk: list

Log Message:
Add sbin/sysctl


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/evbppc/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/evbppc/ramdisk/list
diff -u src/distrib/evbppc/ramdisk/list:1.20 src/distrib/evbppc/ramdisk/list:1.21
--- src/distrib/evbppc/ramdisk/list:1.20	Tue Jul 24 20:50:14 2012
+++ src/distrib/evbppc/ramdisk/list	Thu Jul  7 06:28:57 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.20 2012/07/24 20:50:14 matt Exp $
+#	$NetBSD: list,v 1.21 2016/07/07 06:28:57 matt Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -54,6 +54,7 @@ PROG	sbin/restore	sbin/rrestore
 PROG	sbin/route
 PROG	sbin/shutdown
 PROG	sbin/swapctl
+PROG	sbin/sysctl
 PROG	sbin/umount
 
 PROG	usr/bin/cksum	usr/bin/md5	usr/bin/sha1	usr/bin/sum



CVS commit: src/distrib/evbppc/ramdisk

2015-01-16 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Jan 16 22:37:58 UTC 2015

Modified Files:
src/distrib/evbppc/ramdisk: Makefile

Log Message:
Include /dev/bpf for dhcpcd.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.18 src/distrib/evbppc/ramdisk/Makefile:1.19
--- src/distrib/evbppc/ramdisk/Makefile:1.18	Wed Aug 13 20:52:05 2014
+++ src/distrib/evbppc/ramdisk/Makefile	Fri Jan 16 22:37:58 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.18 2014/08/13 20:52:05 joerg Exp $
+#	$NetBSD: Makefile,v 1.19 2015/01/16 22:37:58 joerg Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
@@ -22,7 +22,7 @@ IMAGEDEPENDS=	${CRUNCHBIN} \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services
 MAKEDEVTARGETS=	std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 ipty
-MAKEDEVTARGETS+= ld0 ld1
+MAKEDEVTARGETS+= ld0 ld1 bpf
 MAKEDEVTARGETS+= drvctl dk0 dk1 dk2 dk3
 MAKEDEVTARGETS+= flash0 flash1 flash2 flash3 flash4 flash5 flash6 flash7
 



CVS commit: src/distrib/evbppc/ramdisk

2014-08-13 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed Aug 13 20:52:05 UTC 2014

Modified Files:
src/distrib/evbppc/ramdisk: Makefile

Log Message:
Bump ramdisk size to 3.2MB and include dhcpcd.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.17 src/distrib/evbppc/ramdisk/Makefile:1.18
--- src/distrib/evbppc/ramdisk/Makefile:1.17	Fri Aug  8 16:56:30 2014
+++ src/distrib/evbppc/ramdisk/Makefile	Wed Aug 13 20:52:05 2014
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.17 2014/08/08 16:56:30 joerg Exp $
+#	$NetBSD: Makefile,v 1.18 2014/08/13 20:52:05 joerg Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2880k
+IMAGESIZE=	3200k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1
@@ -32,6 +32,7 @@ HACKSRC=	${DISTRIBDIR}/utils/libhack
 ${CRUNCHBIN}:	libhack.o
 
 .include ${DISTRIBDIR}/common/Makefile.crunch
+.include ${DISTRIBDIR}/common/Makefile.dhcpcd
 .include ${DISTRIBDIR}/common/Makefile.makedev
 .include ${DISTRIBDIR}/common/Makefile.image
 



CVS commit: src/distrib/evbppc/ramdisk

2012-07-27 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jul 27 22:40:48 UTC 2012

Modified Files:
src/distrib/evbppc/ramdisk: Makefile

Log Message:
Increase ramdisk size.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.14 src/distrib/evbppc/ramdisk/Makefile:1.15
--- src/distrib/evbppc/ramdisk/Makefile:1.14	Tue Jul 24 20:50:14 2012
+++ src/distrib/evbppc/ramdisk/Makefile	Fri Jul 27 22:40:48 2012
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.14 2012/07/24 20:50:14 matt Exp $
+#	$NetBSD: Makefile,v 1.15 2012/07/27 22:40:48 matt Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2304k
+IMAGESIZE=	2880k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1



CVS commit: src/distrib/evbppc/ramdisk

2012-07-24 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Jul 24 20:50:14 UTC 2012

Modified Files:
src/distrib/evbppc/ramdisk: Makefile list

Log Message:
Add dkctl / drvctl support.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/evbppc/ramdisk/Makefile
cvs rdiff -u -r1.19 -r1.20 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.13 src/distrib/evbppc/ramdisk/Makefile:1.14
--- src/distrib/evbppc/ramdisk/Makefile:1.13	Mon Jul 23 04:25:03 2012
+++ src/distrib/evbppc/ramdisk/Makefile	Tue Jul 24 20:50:14 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2012/07/23 04:25:03 matt Exp $
+#	$NetBSD: Makefile,v 1.14 2012/07/24 20:50:14 matt Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
@@ -23,7 +23,7 @@ IMAGEDEPENDS=	${CRUNCHBIN} \
 		${DISTRIBDIR}/common/services
 MAKEDEVTARGETS=	std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0
 MAKEDEVTARGETS+= ld0 ld1
-MAKEDEVTARGETS+= dk0 dk1 dk2 dk3
+MAKEDEVTARGETS+= drvctl dk0 dk1 dk2 dk3
 MAKEDEVTARGETS+= flash0 flash1 flash2 flash3 flash4 flash5 flash6 flash7
 
 # Use stubs to eliminate some large stuff from libc

Index: src/distrib/evbppc/ramdisk/list
diff -u src/distrib/evbppc/ramdisk/list:1.19 src/distrib/evbppc/ramdisk/list:1.20
--- src/distrib/evbppc/ramdisk/list:1.19	Fri Jul 20 11:20:37 2012
+++ src/distrib/evbppc/ramdisk/list	Tue Jul 24 20:50:14 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.19 2012/07/20 11:20:37 matt Exp $
+#	$NetBSD: list,v 1.20 2012/07/24 20:50:14 matt Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -26,6 +26,7 @@ PROG	bin/sync
 
 PROG	sbin/chown	bin/chgrp
 PROG	sbin/disklabel
+PROG	sbin/dkctl
 PROG	sbin/dmesg
 PROG	sbin/fdisk
 PROG	sbin/fsck



CVS commit: src/distrib/evbppc/ramdisk

2012-07-22 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Jul 23 04:25:03 UTC 2012

Modified Files:
src/distrib/evbppc/ramdisk: Makefile

Log Message:
Add dk and flash depends.
Make ramdiskbin dependent on Makefile.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.12 src/distrib/evbppc/ramdisk/Makefile:1.13
--- src/distrib/evbppc/ramdisk/Makefile:1.12	Thu Feb 23 00:22:08 2012
+++ src/distrib/evbppc/ramdisk/Makefile	Mon Jul 23 04:25:03 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2012/02/23 00:22:08 kiyohara Exp $
+#	$NetBSD: Makefile,v 1.13 2012/07/23 04:25:03 matt Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
@@ -17,11 +17,14 @@ MTREECONF=	${DISTRIBDIR}/common/mtree.co
 IMAGEENDIAN=	be
 IMAGEDEPENDS=	${CRUNCHBIN} \
 		dot.profile \
+		Makefile \
 		${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services
 MAKEDEVTARGETS=	std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0
 MAKEDEVTARGETS+= ld0 ld1
+MAKEDEVTARGETS+= dk0 dk1 dk2 dk3
+MAKEDEVTARGETS+= flash0 flash1 flash2 flash3 flash4 flash5 flash6 flash7
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=	${DISTRIBDIR}/utils/libhack



CVS commit: src/distrib/evbppc/ramdisk

2012-07-20 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jul 20 11:19:51 UTC 2012

Modified Files:
src/distrib/evbppc/ramdisk: dot.profile

Log Message:
Change erase from ^H to ^? (delete).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/evbppc/ramdisk/dot.profile

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

Modified files:

Index: src/distrib/evbppc/ramdisk/dot.profile
diff -u src/distrib/evbppc/ramdisk/dot.profile:1.3 src/distrib/evbppc/ramdisk/dot.profile:1.4
--- src/distrib/evbppc/ramdisk/dot.profile:1.3	Tue Jan 18 01:27:16 2011
+++ src/distrib/evbppc/ramdisk/dot.profile	Fri Jul 20 11:19:51 2012
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.3 2011/01/18 01:27:16 matt Exp $
+# $NetBSD: dot.profile,v 1.4 2012/07/20 11:19:51 matt Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -47,8 +47,8 @@ if [ X${DONEPROFILE} = X ]; then
 	export DONEPROFILE
 
 	# set up some sane defaults
-	echo 'erase ^H, werase ^W, kill ^U, intr ^C, status ^T'
-	stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T
+	echo 'erase ^?, werase ^W, kill ^U, intr ^C, status ^T'
+	stty newcrt werase ^W intr ^C kill ^U erase ^? status ^T
 
 	# mount root read-write
 	mount -u /dev/md0a /



CVS commit: src/distrib/evbppc/ramdisk

2012-07-20 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Fri Jul 20 11:20:37 UTC 2012

Modified Files:
src/distrib/evbppc/ramdisk: list

Log Message:
Add gpt and cksum(md5/sha1/sum)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/evbppc/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/evbppc/ramdisk/list
diff -u src/distrib/evbppc/ramdisk/list:1.18 src/distrib/evbppc/ramdisk/list:1.19
--- src/distrib/evbppc/ramdisk/list:1.18	Wed Feb  1 22:25:46 2012
+++ src/distrib/evbppc/ramdisk/list	Fri Jul 20 11:20:37 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.18 2012/02/01 22:25:46 matt Exp $
+#	$NetBSD: list,v 1.19 2012/07/20 11:20:37 matt Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -32,6 +32,7 @@ PROG	sbin/fsck
 PROG	sbin/fsck_ffs
 PROG	sbin/fsck_ext2fs
 PROG	sbin/fsck_msdos
+PROG	sbin/gpt
 PROG	sbin/ifconfig
 PROG	sbin/init
 PROG	sbin/mknod
@@ -54,6 +55,7 @@ PROG	sbin/shutdown
 PROG	sbin/swapctl
 PROG	sbin/umount
 
+PROG	usr/bin/cksum	usr/bin/md5	usr/bin/sha1	usr/bin/sum
 PROG	usr/bin/ftp
 PROG	usr/bin/gzip	usr/bin/gzcat	usr/bin/gunzip
 PROG	usr/bin/more



CVS commit: src/distrib/evbppc/ramdisk

2012-02-01 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb  1 21:57:14 UTC 2012

Modified Files:
src/distrib/evbppc/ramdisk: Makefile

Log Message:
Put ld0/ld1 on the ramdisk (for sdmmc).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.10 src/distrib/evbppc/ramdisk/Makefile:1.11
--- src/distrib/evbppc/ramdisk/Makefile:1.10	Mon Jun 20 21:39:18 2011
+++ src/distrib/evbppc/ramdisk/Makefile	Wed Feb  1 21:57:13 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2011/06/20 21:39:18 matt Exp $
+#	$NetBSD: Makefile,v 1.11 2012/02/01 21:57:13 matt Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
@@ -21,6 +21,7 @@ IMAGEDEPENDS=	${CRUNCHBIN} \
 		${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
 		${DISTRIBDIR}/common/services
 MAKEDEVTARGETS=	std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0 ttyv0
+MAKEDEVTARGETS+= ld0 ld1
 
 # Use stubs to eliminate some large stuff from libc
 HACKSRC=	${DISTRIBDIR}/utils/libhack



CVS commit: src/distrib/evbppc/ramdisk

2012-02-01 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Feb  1 22:25:47 UTC 2012

Modified Files:
src/distrib/evbppc/ramdisk: list

Log Message:
Add ext2/msdos support, allow mount from udf, add flashctl.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/evbppc/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/evbppc/ramdisk/list
diff -u src/distrib/evbppc/ramdisk/list:1.17 src/distrib/evbppc/ramdisk/list:1.18
--- src/distrib/evbppc/ramdisk/list:1.17	Thu Aug 11 08:39:42 2011
+++ src/distrib/evbppc/ramdisk/list	Wed Feb  1 22:25:46 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.17 2011/08/11 08:39:42 matt Exp $
+#	$NetBSD: list,v 1.18 2012/02/01 22:25:46 matt Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -30,15 +30,22 @@ PROG	sbin/dmesg
 PROG	sbin/fdisk
 PROG	sbin/fsck
 PROG	sbin/fsck_ffs
+PROG	sbin/fsck_ext2fs
+PROG	sbin/fsck_msdos
 PROG	sbin/ifconfig
 PROG	sbin/init
 PROG	sbin/mknod
 PROG	sbin/mount
 PROG	sbin/mount_cd9660
+PROG	sbin/mount_ext2fs
 PROG	sbin/mount_ffs
-PROG	sbin/mount_tmpfs
+PROG	sbin/mount_msdos
 PROG	sbin/mount_nfs
+PROG	sbin/mount_tmpfs
+PROG	sbin/mount_udf
 PROG	sbin/newfs	sbin/mount_mfs
+PROG	sbin/newfs_ext2fs
+PROG	sbin/newfs_msdos
 PROG	sbin/ping
 PROG	sbin/reboot	sbin/halt
 PROG	sbin/restore	sbin/rrestore
@@ -56,6 +63,7 @@ PROG	usr/bin/vmstat
 PROG	usr/bin/netstat
 
 PROG	usr/sbin/chroot
+PROG	usr/sbin/flashctl
 
 # init invokes the shell as -sh
 ARGVLN	sh	-sh



CVS commit: src/distrib/evbppc/ramdisk

2011-08-11 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Aug 11 08:39:42 UTC 2011

Modified Files:
src/distrib/evbppc/ramdisk: list

Log Message:
Add fdisk


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/evbppc/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/evbppc/ramdisk/list
diff -u src/distrib/evbppc/ramdisk/list:1.16 src/distrib/evbppc/ramdisk/list:1.17
--- src/distrib/evbppc/ramdisk/list:1.16	Tue Jan 18 01:27:16 2011
+++ src/distrib/evbppc/ramdisk/list	Thu Aug 11 08:39:42 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.16 2011/01/18 01:27:16 matt Exp $
+#	$NetBSD: list,v 1.17 2011/08/11 08:39:42 matt Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -27,6 +27,7 @@
 PROG	sbin/chown	bin/chgrp
 PROG	sbin/disklabel
 PROG	sbin/dmesg
+PROG	sbin/fdisk
 PROG	sbin/fsck
 PROG	sbin/fsck_ffs
 PROG	sbin/ifconfig



CVS commit: src/distrib/evbppc/ramdisk

2011-06-20 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Jun 20 21:39:19 UTC 2011

Modified Files:
src/distrib/evbppc/ramdisk: Makefile

Log Message:
Make sure to build -fno-pie -fno-pic in case MKPIE=yes


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.9 src/distrib/evbppc/ramdisk/Makefile:1.10
--- src/distrib/evbppc/ramdisk/Makefile:1.9	Tue Jan 18 01:25:29 2011
+++ src/distrib/evbppc/ramdisk/Makefile	Mon Jun 20 21:39:18 2011
@@ -1,14 +1,14 @@
-#	$NetBSD: Makefile,v 1.9 2011/01/18 01:25:29 matt Exp $
+#	$NetBSD: Makefile,v 1.10 2011/06/20 21:39:18 matt Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	2048k
+IMAGESIZE=	2304k
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1
-DBG=		-Os -mmultiple -mno-string
+DBG=		-Os -mmultiple -mno-string -fno-pie -fno-pic
 
 CRUNCHBIN=	ramdiskbin
 CRUNCHGEN_FLAGS=-d ${DBG}



CVS commit: src/distrib/evbppc/ramdisk

2011-01-17 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Jan 18 01:25:29 UTC 2011

Modified Files:
src/distrib/evbppc/ramdisk: Makefile

Log Message:
Don't use string instructions (not on mpc85xx)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/evbppc/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/evbppc/ramdisk/Makefile
diff -u src/distrib/evbppc/ramdisk/Makefile:1.8 src/distrib/evbppc/ramdisk/Makefile:1.9
--- src/distrib/evbppc/ramdisk/Makefile:1.8	Thu Feb 11 09:06:48 2010
+++ src/distrib/evbppc/ramdisk/Makefile	Tue Jan 18 01:25:29 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2010/02/11 09:06:48 roy Exp $
+#	$NetBSD: Makefile,v 1.9 2011/01/18 01:25:29 matt Exp $
 
 .include bsd.own.mk
 .include ${NETBSDSRCDIR}/distrib/common/Makefile.distrib
@@ -8,7 +8,7 @@
 MAKEFS_FLAGS=	-f 15
 
 WARNS=		1
-DBG=		-Os -mmultiple -mstring
+DBG=		-Os -mmultiple -mno-string
 
 CRUNCHBIN=	ramdiskbin
 CRUNCHGEN_FLAGS=-d ${DBG}



CVS commit: src/distrib/evbppc/ramdisk

2011-01-17 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Tue Jan 18 01:27:16 UTC 2011

Modified Files:
src/distrib/evbppc/ramdisk: dot.profile list

Log Message:
Switch to using tmpfs.
Add mount_tmpfs, ps, netstat, vmstat, and date to ramdisk image.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/evbppc/ramdisk/dot.profile
cvs rdiff -u -r1.15 -r1.16 src/distrib/evbppc/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/evbppc/ramdisk/dot.profile
diff -u src/distrib/evbppc/ramdisk/dot.profile:1.2 src/distrib/evbppc/ramdisk/dot.profile:1.3
--- src/distrib/evbppc/ramdisk/dot.profile:1.2	Sat Jul 26 17:06:41 2003
+++ src/distrib/evbppc/ramdisk/dot.profile	Tue Jan 18 01:27:16 2011
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.2 2003/07/26 17:06:41 salo Exp $
+# $NetBSD: dot.profile,v 1.3 2011/01/18 01:27:16 matt Exp $
 #
 # Copyright (c) 1995 Jason R. Thorpe
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -53,8 +53,8 @@
 	# mount root read-write
 	mount -u /dev/md0a /
 
-	# mount a /tmp on mfs, to avoid filling the md
-	mount -t mfs swap /tmp
+	# mount a /tmp on tmpfs, to avoid filling the md
+	mount_tmpfs tmpfs /tmp
 
 	# get the terminal type
 	_forceloop=

Index: src/distrib/evbppc/ramdisk/list
diff -u src/distrib/evbppc/ramdisk/list:1.15 src/distrib/evbppc/ramdisk/list:1.16
--- src/distrib/evbppc/ramdisk/list:1.15	Fri Jan 14 10:26:31 2011
+++ src/distrib/evbppc/ramdisk/list	Tue Jan 18 01:27:16 2011
@@ -1,10 +1,11 @@
-#	$NetBSD: list,v 1.15 2011/01/14 10:26:31 tsutsui Exp $
+#	$NetBSD: list,v 1.16 2011/01/18 01:27:16 matt Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
 PROG	bin/cat
 PROG	bin/chmod
 PROG	bin/cp
+PROG	bin/date
 PROG	bin/dd
 PROG	bin/df
 PROG	bin/ed
@@ -15,6 +16,7 @@
 PROG	bin/mv
 PROG	bin/pax		usr/bin/tar
 PROG	bin/pwd
+PROG	bin/ps
 PROG	bin/rcmd
 PROG	bin/rcp
 PROG	bin/rm
@@ -33,7 +35,7 @@
 PROG	sbin/mount
 PROG	sbin/mount_cd9660
 PROG	sbin/mount_ffs
-PROG	sbin/mount_msdos
+PROG	sbin/mount_tmpfs
 PROG	sbin/mount_nfs
 PROG	sbin/newfs	sbin/mount_mfs
 PROG	sbin/ping
@@ -49,6 +51,8 @@
 PROG	usr/bin/more
 PROG	usr/bin/sed
 PROG	usr/bin/tset
+PROG	usr/bin/vmstat
+PROG	usr/bin/netstat
 
 PROG	usr/sbin/chroot
 
@@ -63,7 +67,7 @@
 SPECIAL	route		srcdir	distrib/utils/x_route
 SPECIAL	umount		srcdir	distrib/utils/x_umount
 
-LIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -ll -lm -lz -lprop
+LIBS	libhack.o -ledit -lutil -lcurses -lterminfo -lkvm -lrmt -ll -lm -lz -lprop
 
 # various files that we need in /etc for the install
 COPY	${NETBSDSRCDIR}/etc/group		etc/group