Re: CVS commit: src/sys/arch/m68k/m68k

2025-04-22 Thread Izumi Tsutsui
Now that this has been fixed it raises the possibility of supporting all m68k > (even buggy XC68LC040) cpus.AND THATS THE POINT!!! You are ignoring cons of your options. Please ask m68k users first, if it's acceptable or not. --- Izumi TSutsui

Re: CVS commit: src/sys/arch/m68k/m68k

2025-04-12 Thread Izumi Tsutsui
naries IMO, the second option (i.e. "unfortunately we won't support XC68LC040") seems reasonable. On the other hand, I'm afraid "-mlcfix" options won't be accepted by most m68k users because we have very few LC040 users and the LC040 FP problem has been well-known for >30 years. Thanks, --- Izumi Tsutsui

Re: CVS commit: src/sys/arch/m68k/m68k

2025-04-10 Thread Izumi Tsutsui
it. When committing code, it's important to provide a obvious explanation of the technical rationale behind the implementation. Without such rationale, the code can become difficult to maintain in the future, as later contributors may not understand the reasoning behind key decisions. That's what isaki@ pointed out before. Thanks, --- Izumi Tsutsui

Re: CVS commit: src/sys/arch/m68k/m68k

2025-04-09 Thread Izumi Tsutsui
,%d0 14722: 242e fe7c movel %fp@(-388),%d2 14726: 4e5eunlk %fp 14728: 4e75rts --- Izumi Tsutsui

CVS commit: src/tools

2025-03-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Mar 29 23:37:00 UTC 2025 Modified Files: src/tools: Makefile.nbincludes Log Message: Explicitly suppress an error message expected during bootstrap. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tools/Ma

CVS commit: src/usr.bin/elf2ecoff

2025-03-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 30 14:14:00 UTC 2025 Modified Files: src/usr.bin/elf2ecoff: elf2ecoff.c Log Message: Revert "debug" variable to global to override it on debugger etc. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/us

CVS commit: src/usr.bin/elf2ecoff

2025-03-30 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 30 14:14:00 UTC 2025 Modified Files: src/usr.bin/elf2ecoff: elf2ecoff.c Log Message: Revert "debug" variable to global to override it on debugger etc. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/us

CVS commit: src/usr.sbin/installboot/arch

2025-03-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 30 03:03:27 UTC 2025 Modified Files: src/usr.sbin/installboot/arch: hp300.c Log Message: Always read LIF volume/directory from stage1 even on cd9660 stage2 case. mmap(2) against the bootstrap file in the target cd9660 co

CVS commit: src/usr.sbin/installboot/arch

2025-03-29 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Mar 30 03:03:27 UTC 2025 Modified Files: src/usr.sbin/installboot/arch: hp300.c Log Message: Always read LIF volume/directory from stage1 even on cd9660 stage2 case. mmap(2) against the bootstrap file in the target cd9660 co

CVS commit: src/lib/libm

2025-02-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 15 10:47:52 UTC 2025 Modified Files: src/lib/libm: m.hppa.expsym Log Message: libm: Also add fma(3) and variants to expected symbols for hppa. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libm/m.h

CVS commit: src/lib/libm

2025-02-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 15 10:47:52 UTC 2025 Modified Files: src/lib/libm: m.hppa.expsym Log Message: libm: Also add fma(3) and variants to expected symbols for hppa. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libm/m.h

CVS commit: src/lib/libm

2025-02-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 15 09:00:38 UTC 2025 Modified Files: src/lib/libm: Makefile Log Message: libm: Add missing fma(3) and variants for hppa. Fixes a build error on pkgsrc/lang/python312. Ok'ed by skrll@. Should be pulled up to netbsd-10.

CVS commit: src/lib/libm

2025-02-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 15 09:00:38 UTC 2025 Modified Files: src/lib/libm: Makefile Log Message: libm: Add missing fma(3) and variants for hppa. Fixes a build error on pkgsrc/lang/python312. Ok'ed by skrll@. Should be pulled up to netbsd-10.

CVS commit: src/sys/arch/hppa/conf

2025-02-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Feb 10 14:05:07 UTC 2025 Modified Files: src/sys/arch/hppa/conf: GENERIC majors.hppa Log Message: Add virtio(4) devices and ld(4) node for qemu. Ok'ed by skrll@. Tested on qemu 9.1.2. To generate a diff of this commit: cv

CVS commit: src/sys/arch/hppa/conf

2025-02-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Feb 10 14:05:07 UTC 2025 Modified Files: src/sys/arch/hppa/conf: GENERIC majors.hppa Log Message: Add virtio(4) devices and ld(4) node for qemu. Ok'ed by skrll@. Tested on qemu 9.1.2. To generate a diff of this commit: cv

CVS commit: src/sys/arch

2025-02-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 8 23:44:54 UTC 2025 Modified Files: src/sys/arch/cesfic/include: vmparam.h src/sys/arch/luna68k/include: vmparam.h src/sys/arch/mvme68k/include: vmparam.h src/sys/arch/news68k/include: vmparam.h

CVS commit: src/sys/arch

2025-02-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Feb 8 23:44:54 UTC 2025 Modified Files: src/sys/arch/cesfic/include: vmparam.h src/sys/arch/luna68k/include: vmparam.h src/sys/arch/mvme68k/include: vmparam.h src/sys/arch/news68k/include: vmparam.h

CVS commit: src/distrib/sun2/liveimage/emuimage

2025-02-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Feb 7 17:31:45 UTC 2025 Modified Files: src/distrib/sun2/liveimage/emuimage: Makefile Log Message: sun2 doesn't have shared libraries so omit comp etc. to reduce image size. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/sun2/liveimage/emuimage

2025-02-07 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Feb 7 17:31:45 UTC 2025 Modified Files: src/distrib/sun2/liveimage/emuimage: Makefile Log Message: sun2 doesn't have shared libraries so omit comp etc. to reduce image size. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/alpha

2025-02-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 20:11:02 UTC 2025 Modified Files: src/distrib/alpha: Makefile Added Files: src/distrib/alpha/liveimage: Makefile src/distrib/alpha/liveimage/emuimage: Makefile Log Message: Add "build.sh live-image" sup

CVS commit: src/distrib/alpha

2025-02-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 20:11:02 UTC 2025 Modified Files: src/distrib/alpha: Makefile Added Files: src/distrib/alpha/liveimage: Makefile src/distrib/alpha/liveimage/emuimage: Makefile Log Message: Add "build.sh live-image" sup

CVS commit: src/distrib/hppa

2025-02-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 17:04:20 UTC 2025 Modified Files: src/distrib/hppa: Makefile Added Files: src/distrib/hppa/liveimage: Makefile src/distrib/hppa/liveimage/emuimage: Makefile Log Message: Add "build.sh live-image" suppor

CVS commit: src/distrib/hppa

2025-02-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 17:04:20 UTC 2025 Modified Files: src/distrib/hppa: Makefile Added Files: src/distrib/hppa/liveimage: Makefile src/distrib/hppa/liveimage/emuimage: Makefile Log Message: Add "build.sh live-image" suppor

CVS commit: src/distrib/macppc

2025-02-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 10:35:57 UTC 2025 Modified Files: src/distrib/macppc: Makefile Added Files: src/distrib/macppc/liveimage: Makefile src/distrib/macppc/liveimage/emuimage: Makefile Log Message: Add "build.sh live-image"

CVS commit: src/distrib/macppc

2025-02-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 10:35:57 UTC 2025 Modified Files: src/distrib/macppc: Makefile Added Files: src/distrib/macppc/liveimage: Makefile src/distrib/macppc/liveimage/emuimage: Makefile Log Message: Add "build.sh live-image"

CVS commit: src/distrib/macppc

2025-02-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 04:36:27 UTC 2025 Modified Files: src/distrib/macppc: Makefile Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/distrib/macppc/Makefile Please note that diffs are n

CVS commit: src/distrib/macppc

2025-02-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 04:36:27 UTC 2025 Modified Files: src/distrib/macppc: Makefile Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/distrib/macppc/Makefile Please note that diffs are n

CVS commit: src/etc/skel

2025-02-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 03:32:02 UTC 2025 Modified Files: src/etc/skel: dot.cshrc Log Message: Set $ENV in the default skel/dot.cshrc as dot.profile for su(1) etc. Fixes PR/59008. Worth to pullup to netbsd-10. To generate a diff of this co

CVS commit: src/etc/skel

2025-02-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 03:32:02 UTC 2025 Modified Files: src/etc/skel: dot.cshrc Log Message: Set $ENV in the default skel/dot.cshrc as dot.profile for su(1) etc. Fixes PR/59008. Worth to pullup to netbsd-10. To generate a diff of this co

CVS commit: src/distrib

2025-02-01 Thread Izumi Tsutsui
: Makefile.bootimage,v 1.45 2025/02/02 03:19:37 tsutsui Exp $ # # Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved. # @@ -113,6 +113,9 @@ # IMGMAKEFSOPTIONS # options passed to makefs(8) to create root file system # (default: -o bsize=16384,fsize=2048,density=8192) +# IMGFFSVERSION

CVS commit: src/distrib

2025-02-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 03:19:37 UTC 2025 Modified Files: src/distrib/amd64/installimage: installimage.mk src/distrib/amd64/liveimage: Makefile.liveimage src/distrib/common/bootimage: Makefile.bootimage Log Message: Use FFSv2

CVS commit: src/tools

2025-02-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Feb 2 03:08:21 UTC 2025 Modified Files: src/tools: Makefile.nbincludes Log Message: Appease "returned non-zero status" warnings during make obj. Pointed out in PR/58982. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/distrib/virt68k

2025-01-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 19 04:58:43 UTC 2025 Modified Files: src/distrib/virt68k: Makefile Added Files: src/distrib/virt68k/liveimage: Makefile src/distrib/virt68k/liveimage/emuimage: Makefile Log Message: Add "build.sh live-imag

CVS commit: src/distrib/virt68k

2025-01-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 19 04:58:43 UTC 2025 Modified Files: src/distrib/virt68k: Makefile Added Files: src/distrib/virt68k/liveimage: Makefile src/distrib/virt68k/liveimage/emuimage: Makefile Log Message: Add "build.sh live-imag

CVS commit: src/sbin/disklabel

2025-01-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 19 04:37:15 UTC 2025 Modified Files: src/sbin/disklabel: main.c Log Message: Add an entry of (belated) virt68k. Required to build live-image. XXX: should be added to https://www.netbsd.org/developers/new-port.html To

CVS commit: src/sbin/disklabel

2025-01-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 19 04:37:15 UTC 2025 Modified Files: src/sbin/disklabel: main.c Log Message: Add an entry of (belated) virt68k. Required to build live-image. XXX: should be added to https://www.netbsd.org/developers/new-port.html To

Re: CVS commit: src/distrib/common/bootimage

2025-01-18 Thread Izumi Tsutsui
1 GPT part - EFI System 75776 10407936 2 GPT part - NetBSD FFSv1/FFSv2 10483712 2015 Unused 1048572732 Sec GPT table 10485759 1 Sec GPT header qemuarm# --- Izumi Tsutsui

CVS commit: src/distrib/common/bootimage

2025-01-18 Thread Izumi Tsutsui
9:07:14 2025 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.bootimage,v 1.43 2025/01/10 18:11:56 tsutsui Exp $ +# $NetBSD: Makefile.bootimage,v 1.44 2025/01/18 09:07:14 tsutsui Exp $ # # Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved. # @@ -519,7 +519,6 @@ ${WORKEFI}: ${TARGETFS} .endfor

CVS commit: src/distrib/common/bootimage

2025-01-18 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 18 09:07:14 UTC 2025 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: FAT (for ESP) is always LE so "-B endian" for makefs(8) is not necessary. (not sure if there is any "EFI on big endian CP

CVS commit: src/sys/arch/macppc/stand/ofwboot

2025-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 13 17:33:10 UTC 2025 Modified Files: src/sys/arch/macppc/stand/ofwboot: boot.c version Log Message: Tweak bootpath strings in ofwboot for OpenBIOS used on qemu-system-ppc. Bump version to denote the visible change. This

CVS commit: src/sys/arch/macppc/stand/ofwboot

2025-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jan 13 17:33:10 UTC 2025 Modified Files: src/sys/arch/macppc/stand/ofwboot: boot.c version Log Message: Tweak bootpath strings in ofwboot for OpenBIOS used on qemu-system-ppc. Bump version to denote the visible change. This

CVS commit: src/etc/root

2025-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 06:43:28 UTC 2025 Modified Files: src/etc/root: dot.cshrc Log Message: Use https:// for (commented out) PKG_PATH as dot.profile. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/etc/root/dot.cshrc P

CVS commit: src/etc/root

2025-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 11 06:43:28 UTC 2025 Modified Files: src/etc/root: dot.cshrc Log Message: Use https:// for (commented out) PKG_PATH as dot.profile. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/etc/root/dot.cshrc P

CVS commit: src/distrib/common/bootimage

2025-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jan 10 18:11:56 UTC 2025 Modified Files: src/distrib/common/bootimage: Makefile.bootimage Log Message: Remove "(untested)" comment from INSTALLBOOT_AFTER_DISKLABEL. Also note vax requires it. To generate a diff of this com

CVS commit: src/distrib/common/bootimage

2025-01-10 Thread Izumi Tsutsui
42 2024/12/31 06:58:00 jmmv Exp $ +# $NetBSD: Makefile.bootimage,v 1.43 2025/01/10 18:11:56 tsutsui Exp $ # # Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved. # @@ -54,9 +54,9 @@ # USE_SUNLABEL # set yes if target disk image requires Sun's label

CVS commit: src/distrib/vax/liveimage/emuimage

2025-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jan 10 18:10:11 UTC 2025 Modified Files: src/distrib/vax/liveimage/emuimage: Makefile Log Message: It turns out vax liveimage requires INSTALLBOOT_AFTER_DISKLABEL. It looks tools disklabel(8) doesn't preserve installed bootb

CVS commit: src/distrib/vax/liveimage/emuimage

2025-01-10 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Jan 10 18:10:11 UTC 2025 Modified Files: src/distrib/vax/liveimage/emuimage: Makefile Log Message: It turns out vax liveimage requires INSTALLBOOT_AFTER_DISKLABEL. It looks tools disklabel(8) doesn't preserve installed bootb

CVS commit: src/sys/dev/qbus

2025-01-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 8 18:36:08 UTC 2025 Modified Files: src/sys/dev/qbus: if_qt.c Log Message: Use ETHER_CRC_LEN where appropriate. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/qbus/if_qt.c Please note that d

CVS commit: src/sys/dev/qbus

2025-01-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 8 18:36:08 UTC 2025 Modified Files: src/sys/dev/qbus: if_qt.c Log Message: Use ETHER_CRC_LEN where appropriate. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/qbus/if_qt.c Please note that d

CVS commit: src/sys/dev/qbus

2025-01-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 8 18:31:15 UTC 2025 Modified Files: src/sys/dev/qbus: if_qt.c Log Message: Fix misc style, especially weird indent, per KNF. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/qbus/if_qt.c Pleas

CVS commit: src/sys/dev/qbus

2025-01-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 8 18:31:15 UTC 2025 Modified Files: src/sys/dev/qbus: if_qt.c Log Message: Fix misc style, especially weird indent, per KNF. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/qbus/if_qt.c Pleas

CVS commit: src/external/gpl2/mkhybrid

2024-12-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 29 06:49:59 UTC 2024 Modified Files: src/external/gpl2/mkhybrid: README.md Log Message: Remove reference to now removed src/distrib/cdrom/README. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/

CVS commit: src/external/gpl2/mkhybrid

2024-12-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Dec 29 06:49:59 UTC 2024 Modified Files: src/external/gpl2/mkhybrid: README.md Log Message: Remove reference to now removed src/distrib/cdrom/README. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/

CVS commit: src/distrib/cdrom

2024-12-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 28 18:37:40 UTC 2024 Removed Files: src/distrib/cdrom: 1.6.1.conf 1.6.2.conf 2.0.conf 2.1.conf 3.0.1.conf 3.0.2.conf 3.0.3.conf 3.0.conf 3.1.1.conf 3.1.conf 4.0.1.conf 4.0.conf 5.0.1.conf 5.0.conf M

CVS commit: src/distrib/cdrom

2024-12-28 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 28 18:37:40 UTC 2024 Removed Files: src/distrib/cdrom: 1.6.1.conf 1.6.2.conf 2.0.conf 2.1.conf 3.0.1.conf 3.0.2.conf 3.0.3.conf 3.0.conf 3.1.1.conf 3.1.conf 4.0.1.conf 4.0.conf 5.0.1.conf 5.0.conf M

Re: CVS commit: src/sys/arch/sun3/dev

2024-12-23 Thread Izumi Tsutsui
ype_cnpollc(n) void n(dev_t, int) #define dev_type_cnbell(n) void n(dev_t, u_int, u_int, u_int) #define dev_type_cnhalt(n) void n(dev_t) #define dev_type_cnflush(n) void n(dev_t) --- Izumi Tsutsui

CVS commit: src/sys/arch/hp300/hp300

2024-12-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 21 17:53:21 UTC 2024 Modified Files: src/sys/arch/hp300/hp300: machdep.c Log Message: Unifdef __ELF__. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/sys/arch/hp300/hp300/machdep.c Please note that

CVS commit: src/sys/arch/hp300/hp300

2024-12-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 21 17:53:21 UTC 2024 Modified Files: src/sys/arch/hp300/hp300: machdep.c Log Message: Unifdef __ELF__. To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/sys/arch/hp300/hp300/machdep.c Please note that

CVS commit: src/sys/arch/sun3/dev

2024-12-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 21 17:40:11 UTC 2024 Modified Files: src/sys/arch/sun3/dev: bw2.c cg2.c cg4.c fb.c fd.c kd.c xd.c xy.c Log Message: Make local dev_type_*() functions static. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/arch/sun3/dev

2024-12-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 21 17:40:11 UTC 2024 Modified Files: src/sys/arch/sun3/dev: bw2.c cg2.c cg4.c fb.c fd.c kd.c xd.c xy.c Log Message: Make local dev_type_*() functions static. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/arch/sun3/sun3

2024-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 20 23:49:32 UTC 2024 Modified Files: src/sys/arch/sun3/sun3: pmap.c Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/sys/arch/sun3/sun3/pmap.c Please note tha

CVS commit: src/sys/arch/sun3/dev

2024-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 20 23:52:00 UTC 2024 Modified Files: src/sys/arch/sun3/dev: am9516.h bt_subr.c bw2.c cg2.c cg4.c dma.c eeprom.c esp.c fb.c fd.c if_ie_obio.c if_ie_sebuf.c if_ie_vme.c if_le.c kd.c memerr.c sebuf.c s

CVS commit: src/sys/arch/sun3/dev

2024-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 20 23:52:00 UTC 2024 Modified Files: src/sys/arch/sun3/dev: am9516.h bt_subr.c bw2.c cg2.c cg4.c dma.c eeprom.c esp.c fb.c fd.c if_ie_obio.c if_ie_sebuf.c if_ie_vme.c if_le.c kd.c memerr.c sebuf.c s

CVS commit: src/sys/arch/sun3/include

2024-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 20 23:50:00 UTC 2024 Modified Files: src/sys/arch/sun3/include: mc68851.h pmap3x.h pte3x.h Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sun3/include/m

CVS commit: src/sys/arch/sun3/include

2024-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 20 23:50:00 UTC 2024 Modified Files: src/sys/arch/sun3/include: mc68851.h pmap3x.h pte3x.h Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sun3/include/m

CVS commit: src/sys/arch/sun3/sun3

2024-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 20 23:49:32 UTC 2024 Modified Files: src/sys/arch/sun3/sun3: pmap.c Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/sys/arch/sun3/sun3/pmap.c Please note tha

CVS commit: src/sys/arch/hp300/hp300

2024-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 20 22:43:26 UTC 2024 Modified Files: src/sys/arch/hp300/hp300: autoconf.c Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/hp300/hp300/autoconf.c Ple

CVS commit: src/sys/arch/hp300/hp300

2024-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 20 22:43:26 UTC 2024 Modified Files: src/sys/arch/hp300/hp300: autoconf.c Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/hp300/hp300/autoconf.c Ple

CVS commit: src/sys/arch/hp300/dev

2024-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 20 22:42:58 UTC 2024 Modified Files: src/sys/arch/hp300/dev: topcat.c Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/dev/topcat.c Please note t

CVS commit: src/sys/arch/hp300/dev

2024-12-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Dec 20 22:42:58 UTC 2024 Modified Files: src/sys/arch/hp300/dev: topcat.c Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/dev/topcat.c Please note t

CVS commit: src/sys/arch/hp300/conf

2024-12-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 7 00:13:14 UTC 2024 Modified Files: src/sys/arch/hp300/conf: GENERIC Log Message: Specify -fno-unwind-tables to shrink kernel binary size. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/arch/hp

CVS commit: src/sys/arch/hp300/conf

2024-12-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Dec 7 00:13:14 UTC 2024 Modified Files: src/sys/arch/hp300/conf: GENERIC Log Message: Specify -fno-unwind-tables to shrink kernel binary size. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/arch/hp

CVS commit: src/distrib/notes/hp300

2024-12-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 4 15:45:01 UTC 2024 Modified Files: src/distrib/notes/hp300: hardware Log Message: Use https:// links for www.NetBSD.org port pages. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/distrib/notes/hp300

CVS commit: src/distrib/notes/hp300

2024-12-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 4 15:43:10 UTC 2024 Modified Files: src/distrib/notes/hp300: hardware Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/distrib/notes/hp300/hardware Please note that diffs are no

CVS commit: src/distrib/notes/hp300

2024-12-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 4 15:45:01 UTC 2024 Modified Files: src/distrib/notes/hp300: hardware Log Message: Use https:// links for www.NetBSD.org port pages. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/distrib/notes/hp300

CVS commit: src/distrib/notes/hp300

2024-12-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Dec 4 15:43:10 UTC 2024 Modified Files: src/distrib/notes/hp300: hardware Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/distrib/notes/hp300/hardware Please note that diffs are no

Re: CVS commit: src/lib/libm

2024-10-29 Thread Izumi Tsutsui
but it has been in my deep todo list.. > Maybe we should have an m68k MKSOFTFLOAT=yes autobuild? We can do it, but IIRC there were several discussions if we provide softfloat m68k binaries maybe we should define a differnt MACHINE_ARCH. --- Izumi Tsutsui

CVS commit: src/sys/dev/usb

2024-10-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Oct 2 17:22:45 UTC 2024 Modified Files: src/sys/dev/usb: udl.c Log Message: Add support for SANWA SUPPLY 500-KC002N USB to VGA Adapter. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/usb/udl.c P

CVS commit: src/sys/dev/usb

2024-10-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Oct 2 17:22:45 UTC 2024 Modified Files: src/sys/dev/usb: udl.c Log Message: Add support for SANWA SUPPLY 500-KC002N USB to VGA Adapter. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/usb/udl.c P

CVS commit: src/sys/dev/usb

2024-10-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Oct 2 17:17:26 UTC 2024 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Regen from usbdevs rev 1.817: > Add SANWA SUPPLY 500-KC002N USB to VGA Adapter. To generate a diff of this commit: cvs rdiff -

CVS commit: src/sys/dev/usb

2024-10-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Oct 2 17:15:10 UTC 2024 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add SANWA SUPPLY 500-KC002N USB to VGA Adapter. To generate a diff of this commit: cvs rdiff -u -r1.816 -r1.817 src/sys/dev/usb/usbdevs Please

CVS commit: src/sys/dev/usb

2024-10-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Oct 2 17:15:10 UTC 2024 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add SANWA SUPPLY 500-KC002N USB to VGA Adapter. To generate a diff of this commit: cvs rdiff -u -r1.816 -r1.817 src/sys/dev/usb/usbdevs Please

CVS commit: src/sys/arch/macppc/stand/installboot

2024-09-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Sep 15 04:05:32 UTC 2024 Modified Files: src/sys/arch/macppc/stand/installboot: Makefile Log Message: Add a comment this MD installboot(8) should be merged into MI one. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/sys/arch/macppc/stand/installboot

2024-09-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Sep 15 04:05:32 UTC 2024 Modified Files: src/sys/arch/macppc/stand/installboot: Makefile Log Message: Add a comment this MD installboot(8) should be merged into MI one. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/distrib/cdrom

2024-09-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Sep 15 04:04:40 UTC 2024 Removed Files: src/distrib/cdrom: boothfs.uue Log Message: Remove generated boothfs binary for macppc bootable installcd. It's now built and installed into /usr/mdec. To generate a diff of this com

CVS commit: src/distrib/cdrom

2024-09-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Sep 15 04:04:40 UTC 2024 Removed Files: src/distrib/cdrom: boothfs.uue Log Message: Remove generated boothfs binary for macppc bootable installcd. It's now built and installed into /usr/mdec. To generate a diff of this com

CVS commit: src

2024-09-14 Thread Izumi Tsutsui
/sys/fs/cd9660/cd9660_extern.h fs/cd9660 +.endif + +cleandir distclean: cleaninc + +cleaninc: + -rm -rf fs +.endif # !defined(HOSTPROGNAME) + +.include Index: src/sys/arch/macppc/stand/installboot/installboot.c diff -u /dev/null src/sys/arch/macppc/stand/installboot/installboot.c:1.9 --- /dev/null Sun

CVS commit: src

2024-09-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Sep 15 03:56:58 UTC 2024 Modified Files: src/distrib/sets/lists/base: md.macppc src/etc/etc.macppc: Makefile.inc src/share/mk: bsd.own.mk src/sys/arch/macppc/stand: Makefile src/tools: Makefile

CVS commit: src/external/gpl2/mkhybrid/dist/libfile

2024-06-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jun 19 10:30:53 UTC 2024 Modified Files: src/external/gpl2/mkhybrid/dist/libfile: file.h Log Message: No need to check and redefine C89 strerror(3) and strtoul(3). Fixes build error on MacOS 10.4 with Xcode 2.5. To generat

CVS commit: src/external/gpl2/mkhybrid/dist/libfile

2024-06-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jun 19 10:30:53 UTC 2024 Modified Files: src/external/gpl2/mkhybrid/dist/libfile: file.h Log Message: No need to check and redefine C89 strerror(3) and strtoul(3). Fixes build error on MacOS 10.4 with Xcode 2.5. To generat

CVS commit: src/share/man/man8/man8.macppc

2024-06-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 9 05:42:59 UTC 2024 Modified Files: src/share/man/man8/man8.macppc: ofwboot.8 Log Message: Update misc ofwboot(8) descriptions. - add examples how to boot USB flash containing bootable CD ISO - also add notes how to che

CVS commit: src/share/man/man8/man8.macppc

2024-06-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jun 9 05:42:59 UTC 2024 Modified Files: src/share/man/man8/man8.macppc: ofwboot.8 Log Message: Update misc ofwboot(8) descriptions. - add examples how to boot USB flash containing bootable CD ISO - also add notes how to che

CVS commit: src

2024-06-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 8 13:07:48 UTC 2024 Modified Files: src/distrib/macppc: Makefile src/etc/etc.macppc: Makefile.inc Log Message: Build macppc iso with TOOL_MKHYBRID via "iso-image" target in src/etc. To generate a diff of this c

CVS commit: src

2024-06-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 8 13:07:48 UTC 2024 Modified Files: src/distrib/macppc: Makefile src/etc/etc.macppc: Makefile.inc Log Message: Build macppc iso with TOOL_MKHYBRID via "iso-image" target in src/etc. To generate a diff of this c

CVS commit: src/distrib/cdrom

2024-06-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 8 13:05:33 UTC 2024 Modified Files: src/distrib/cdrom: boothfs.uue src/distrib/cdrom/macppc_mkboothfs: mkboothfs.c Log Message: Make sure NetBSD_BootBlock partition has 32KB to avoid extra padding. It looks at l

CVS commit: src/distrib/cdrom

2024-06-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 8 13:05:33 UTC 2024 Modified Files: src/distrib/cdrom: boothfs.uue src/distrib/cdrom/macppc_mkboothfs: mkboothfs.c Log Message: Make sure NetBSD_BootBlock partition has 32KB to avoid extra padding. It looks at l

CVS commit: src

2024-06-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 8 13:03:41 UTC 2024 Modified Files: src/distrib/cdrom: Makefile src/distrib/cdrom/macppc_installboot: Makefile src/share/mk: bsd.own.mk src/tools: Makefile Added Files: src/tools/macppc_ins

CVS commit: src

2024-06-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jun 8 13:03:41 UTC 2024 Modified Files: src/distrib/cdrom: Makefile src/distrib/cdrom/macppc_installboot: Makefile src/share/mk: bsd.own.mk src/tools: Makefile Added Files: src/tools/macppc_ins

CVS commit: src/etc

2024-06-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jun 5 17:20:18 UTC 2024 Modified Files: src/etc: Makefile Log Message: Drop -T (for non-Rock Ridge capable systems) from ${MKISOFS_FLAGS}. Even old mac68k and macppc don't require it, and somehow TRANS.TBL files are shown o

CVS commit: src/etc

2024-06-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jun 5 17:20:18 UTC 2024 Modified Files: src/etc: Makefile Log Message: Drop -T (for non-Rock Ridge capable systems) from ${MKISOFS_FLAGS}. Even old mac68k and macppc don't require it, and somehow TRANS.TBL files are shown o

  1   2   3   4   5   6   7   8   9   10   >