CVS commit: [netbsd-7] src/distrib

2019-08-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 29 16:10:28 UTC 2019

Modified Files:
src/distrib/hpcarm/miniroot [netbsd-7]: list
src/distrib/hpcmips/miniroot [netbsd-7]: list
src/distrib/hpcsh/miniroot [netbsd-7]: list

Log Message:
Pull up following revision(s) (requested by sevan in ticket #1702):

distrib/hpcsh/miniroot/list: revision 1.11
distrib/hpcarm/miniroot/list: revision 1.11
distrib/hpcmips/miniroot/list: revision 1.19

sysctl(8) is useful to have in the install env when debugging


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.4.1 src/distrib/hpcarm/miniroot/list
cvs rdiff -u -r1.18 -r1.18.4.1 src/distrib/hpcmips/miniroot/list
cvs rdiff -u -r1.10 -r1.10.4.1 src/distrib/hpcsh/miniroot/list

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



CVS commit: [netbsd-7] src/distrib

2019-08-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Aug 29 16:10:28 UTC 2019

Modified Files:
src/distrib/hpcarm/miniroot [netbsd-7]: list
src/distrib/hpcmips/miniroot [netbsd-7]: list
src/distrib/hpcsh/miniroot [netbsd-7]: list

Log Message:
Pull up following revision(s) (requested by sevan in ticket #1702):

distrib/hpcsh/miniroot/list: revision 1.11
distrib/hpcarm/miniroot/list: revision 1.11
distrib/hpcmips/miniroot/list: revision 1.19

sysctl(8) is useful to have in the install env when debugging


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.4.1 src/distrib/hpcarm/miniroot/list
cvs rdiff -u -r1.18 -r1.18.4.1 src/distrib/hpcmips/miniroot/list
cvs rdiff -u -r1.10 -r1.10.4.1 src/distrib/hpcsh/miniroot/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/hpcarm/miniroot/list
diff -u src/distrib/hpcarm/miniroot/list:1.10 src/distrib/hpcarm/miniroot/list:1.10.4.1
--- src/distrib/hpcarm/miniroot/list:1.10	Sat Nov 30 08:27:17 2013
+++ src/distrib/hpcarm/miniroot/list	Thu Aug 29 16:10:27 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.10 2013/11/30 08:27:17 nakayama Exp $
+#	$NetBSD: list,v 1.10.4.1 2019/08/29 16:10:27 martin Exp $
 
 # extras in bin
 PROG	bin/csh
@@ -13,6 +13,7 @@ PROG	sbin/fdisk
 PROG	sbin/fsck_msdos
 PROG	sbin/mount_msdos
 PROG	sbin/newfs_msdos
+PROG	sbin/sysctl
 
 # extras in /usr.bin
 PROG	usr/bin/netstat

Index: src/distrib/hpcmips/miniroot/list
diff -u src/distrib/hpcmips/miniroot/list:1.18 src/distrib/hpcmips/miniroot/list:1.18.4.1
--- src/distrib/hpcmips/miniroot/list:1.18	Sat Nov 30 08:27:17 2013
+++ src/distrib/hpcmips/miniroot/list	Thu Aug 29 16:10:27 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.18 2013/11/30 08:27:17 nakayama Exp $
+#	$NetBSD: list,v 1.18.4.1 2019/08/29 16:10:27 martin Exp $
 
 # extras in bin
 PROG	bin/csh
@@ -13,6 +13,7 @@ PROG	sbin/fdisk
 PROG	sbin/fsck_msdos
 PROG	sbin/mount_msdos
 PROG	sbin/newfs_msdos
+PROG	sbin/sysctl
 
 # extras in /usr.bin
 PROG	usr/bin/netstat

Index: src/distrib/hpcsh/miniroot/list
diff -u src/distrib/hpcsh/miniroot/list:1.10 src/distrib/hpcsh/miniroot/list:1.10.4.1
--- src/distrib/hpcsh/miniroot/list:1.10	Sat Nov 30 08:27:18 2013
+++ src/distrib/hpcsh/miniroot/list	Thu Aug 29 16:10:27 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.10 2013/11/30 08:27:18 nakayama Exp $
+#	$NetBSD: list,v 1.10.4.1 2019/08/29 16:10:27 martin Exp $
 
 # extras in bin
 #PROG	bin/csh
@@ -13,6 +13,7 @@ PROG	sbin/fdisk
 PROG	sbin/fsck_msdos
 PROG	sbin/mount_msdos
 PROG	sbin/newfs_msdos
+PROG	sbin/sysctl
 
 # extras in /usr.bin
 #PROG	usr/bin/netstat



Re: CVS commit: [netbsd-7] src/distrib/atari/floppies/common

2015-03-30 Thread Erik Fair
Why doesn’t adding “-m68020=60” to CPUFLAGS work?

curious,

Erik Fair

 On Mar 29, 2015, at 00:44, Soren Jacobsen s...@netbsd.org wrote:
 
 Module Name:  src
 Committed By: snj
 Date: Sun Mar 29 07:44:46 UTC 2015
 
 Modified Files:
   src/distrib/atari/floppies/common [netbsd-7]: Makefile.images
 
 Log Message:
 Pull up following revision(s) (requested by martin in ticket #652):
   distrib/atari/floppies/common/Makefile.images: revision 1.9
 Use -Os -m68020-60 for DBG. It seems to generate smaller objects than -Os.
 gcc48 with -Os:
 -rwxr-xr-x  1 tsutsui  wheel  1319596 Nov 16 20:50 obj.atari/instbin
 gcc48 with -Os -m68020-60
 -rwxr-xr-x  1 tsutsui  wheel  1314516 Nov 16 20:49 obj.atari/instbin
 This allows ever growing sysinst.fs still fit into 1440KB even with gcc48.
 Acually we need a real solution (ustarfs based floppies etc.) soon
 but we can work around at least for NetBSD 7.0.
 Should be pulled up to netbsd-7 (if NetBSD/m68k 7.0 will switch to gcc48).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.8.26.1 \
src/distrib/atari/floppies/common/Makefile.images
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Re: CVS commit: [netbsd-7] src/distrib/sets/lists/debug

2014-12-11 Thread Hisashi T Fujinaka

Whoops. Wrong tree. Let me revert and submit a pullup request.

On Thu, 11 Dec 2014, Hisashi T Fujinaka wrote:


Module Name:src
Committed By:   htodd
Date:   Thu Dec 11 23:44:13 UTC 2014

Modified Files:
src/distrib/sets/lists/debug [netbsd-7]: shl.mi

Log Message:
Fix debug build.


To generate a diff of this commit:
cvs rdiff -u -r1.71.2.2 -r1.71.2.3 src/distrib/sets/lists/debug/shl.mi

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



--
Hisashi T Fujinaka - ht...@twofifty.com
BSEE + BSChem + BAEnglish + MSCS + $2.50 = coffee