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

2022-02-04 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Feb  4 17:21:56 UTC 2022

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

Log Message:
Use more shrinked tools in src/distrib/utils.

Saves ~24KB.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/distrib/x68k/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/x68k/floppies/ramdisk/list
diff -u src/distrib/x68k/floppies/ramdisk/list:1.34 src/distrib/x68k/floppies/ramdisk/list:1.35
--- src/distrib/x68k/floppies/ramdisk/list:1.34	Sun May 26 12:15:51 2013
+++ src/distrib/x68k/floppies/ramdisk/list	Fri Feb  4 17:21:56 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.34 2013/05/26 12:15:51 isaki Exp $
+#	$NetBSD: list,v 1.35 2022/02/04 17:21:56 tsutsui Exp $
 
 SRCDIRS bin sbin usr.bin usr.sbin sys/arch/x68k/stand
 
@@ -54,12 +54,17 @@ PROG	usr/sbin/memswitch
 
 ARGVLN	sh -sh
 
+SPECIAL	disklabel	srcdir	distrib/utils/x_disklabel
 #SPECIAL ed		srcdir	distrib/utils/x_ed
-SPECIAL gzip		srcdir	distrib/utils/x_gzip
-SPECIAL ifconfig	srcdir	distrib/utils/x_ifconfig
-SPECIAL more		srcdir	distrib/utils/more
-SPECIAL ping		srcdir	distrib/utils/x_ping
-SPECIAL route		srcdir	distrib/utils/x_route
+SPECIAL	gzip		srcdir	distrib/utils/x_gzip
+SPECIAL	fsck_ffs	srcdir	distrib/utils/x_fsck_ffs
+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
+
 SPECIAL	installboot	srcdir	sys/arch/x68k/stand/installboot
 
 # libhack.o is built by Makefile & included Makefile.inc



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

2022-02-04 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Feb  4 17:21:56 UTC 2022

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

Log Message:
Use more shrinked tools in src/distrib/utils.

Saves ~24KB.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/distrib/x68k/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/x68k/floppies/ramdisk

2022-02-04 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Feb  4 17:19:52 UTC 2022

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

Log Message:
Specify -fno-unwind-tables to shring ramdisk binaries.

Saves ~8KB.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/distrib/x68k/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/x68k/floppies/ramdisk/Makefile
diff -u src/distrib/x68k/floppies/ramdisk/Makefile:1.48 src/distrib/x68k/floppies/ramdisk/Makefile:1.49
--- src/distrib/x68k/floppies/ramdisk/Makefile:1.48	Tue Jan 24 18:04:05 2017
+++ src/distrib/x68k/floppies/ramdisk/Makefile	Fri Feb  4 17:19:52 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.48 2017/01/24 18:04:05 christos Exp $
+#	$NetBSD: Makefile,v 1.49 2022/02/04 17:19:52 tsutsui Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -10,7 +10,7 @@ IMAGESIZE=		1800k
 
 MAKEFS_FLAGS+=	-f 10
 WARNS=		1
-DBG=		-Os
+DBG=		-Os -fno-unwind-tables
 
 CRUNCHBIN=	ramdiskbin
 LISTS=		${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst.en



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

2022-02-04 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri Feb  4 17:19:52 UTC 2022

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

Log Message:
Specify -fno-unwind-tables to shring ramdisk binaries.

Saves ~8KB.


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

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



Re: CVS commit: src/distrib/x68k/floppies/ramdisk

2013-05-26 Thread Tetsuya Isaki
At Fri, 24 May 2013 22:48:12 + (UTC),
Christos Zoulas wrote:
> >> Module Name:   src
> >> Committed By:  christos
> >> Date:  Fri May 24 21:33:00 UTC 2013
> >> 
> >> Modified Files:
> >>src/distrib/x68k/floppies/ramdisk: Makefile list
> >> 
> >> Log Message:
> >> kill ping6,rtsol,df,dmesg,sync,pwd to make things fit.
> >
> >Why don't you simply bump ramdisk size (or ask x68k guys)?
> >At least dmesg(8) is mandatory for many developers.
> >
> >Anyway, I guess the overflow was caused by recent disklabel(8) changes,
> >so I wonder if we can have SMALLPROG version of disklabel(8),
> >which supports only one $MACHINE (or $MACHINE_ARCH) like installboot(8).
> 
> From the amount of stuff that I had to fix in order to get to the point
> to build in -current it seems that nobody has bothered to look at the
> port for a while. I'll look into fixing disklabel, thanks for the idea.
> Plus I am sure that the portmasters can read :-)

Sorry for your incovenience.
and I reworked it.

I will check it too, but could you tell us(port-x68k@) it
as tsutsui-san says if you notice build failure, please?

Thanks,
---
Tetsuya Isaki 


Re: CVS commit: src/distrib/x68k/floppies/ramdisk

2013-05-26 Thread Christos Zoulas
On May 26,  9:42pm, is...@pastel-flower.jp (Tetsuya Isaki) wrote:
-- Subject: Re: CVS commit: src/distrib/x68k/floppies/ramdisk

| At Fri, 24 May 2013 22:48:12 + (UTC),
| Christos Zoulas wrote:
| > >> Module Name: src
| > >> Committed By:christos
| > >> Date:Fri May 24 21:33:00 UTC 2013
| > >> 
| > >> Modified Files:
| > >>  src/distrib/x68k/floppies/ramdisk: Makefile list
| > >> 
| > >> Log Message:
| > >> kill ping6,rtsol,df,dmesg,sync,pwd to make things fit.
| > >
| > >Why don't you simply bump ramdisk size (or ask x68k guys)?
| > >At least dmesg(8) is mandatory for many developers.
| > >
| > >Anyway, I guess the overflow was caused by recent disklabel(8) changes,
| > >so I wonder if we can have SMALLPROG version of disklabel(8),
| > >which supports only one $MACHINE (or $MACHINE_ARCH) like installboot(8).
| > 
| > From the amount of stuff that I had to fix in order to get to the point
| > to build in -current it seems that nobody has bothered to look at the
| > port for a while. I'll look into fixing disklabel, thanks for the idea.
| > Plus I am sure that the portmasters can read :-)
| 
| Sorry for your incovenience.
| and I reworked it.
| 
| I will check it too, but could you tell us(port-x68k@) it
| as tsutsui-san says if you notice build failure, please?
| 

Thank you very much! I will let you know next time.

christos


Re: CVS commit: src/distrib/x68k/floppies/ramdisk

2013-05-24 Thread Izumi Tsutsui
christos@ wrote:

> From the amount of stuff that I had to fix in order to get to the point
> to build in -current it seems that nobody has bothered to look at the
> port for a while.

Someone[tm] should write a dumb script to post autobuild failure
messages (weekly?) to port-foo@ lists...

---
Izumi Tsutsui


Re: CVS commit: src/distrib/x68k/floppies/ramdisk

2013-05-24 Thread Christos Zoulas
In article <130525070156.m0108...@mirage.ceres.dti.ne.jp>,
Izumi Tsutsui   wrote:
>christos@ wrote:
>
>> Module Name: src
>> Committed By:christos
>> Date:Fri May 24 21:33:00 UTC 2013
>> 
>> Modified Files:
>>  src/distrib/x68k/floppies/ramdisk: Makefile list
>> 
>> Log Message:
>> kill ping6,rtsol,df,dmesg,sync,pwd to make things fit.
>
>Why don't you simply bump ramdisk size (or ask x68k guys)?
>At least dmesg(8) is mandatory for many developers.
>
>Anyway, I guess the overflow was caused by recent disklabel(8) changes,
>so I wonder if we can have SMALLPROG version of disklabel(8),
>which supports only one $MACHINE (or $MACHINE_ARCH) like installboot(8).

>From the amount of stuff that I had to fix in order to get to the point
to build in -current it seems that nobody has bothered to look at the
port for a while. I'll look into fixing disklabel, thanks for the idea.
Plus I am sure that the portmasters can read :-)

christos



Re: CVS commit: src/distrib/x68k/floppies/ramdisk

2013-05-24 Thread Izumi Tsutsui
christos@ wrote:

> Module Name:  src
> Committed By: christos
> Date: Fri May 24 21:33:00 UTC 2013
> 
> Modified Files:
>   src/distrib/x68k/floppies/ramdisk: Makefile list
> 
> Log Message:
> kill ping6,rtsol,df,dmesg,sync,pwd to make things fit.

Why don't you simply bump ramdisk size (or ask x68k guys)?
At least dmesg(8) is mandatory for many developers.

Anyway, I guess the overflow was caused by recent disklabel(8) changes,
so I wonder if we can have SMALLPROG version of disklabel(8),
which supports only one $MACHINE (or $MACHINE_ARCH) like installboot(8).

---
Izumi Tsutsui