CVS commit: src/sys/dev/rasops

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 9 11:08:20 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c Log Message: When legacy Apple 4-bpp color palette is used, make green dark so that kernel messages are printed nicely on white background. To generate a dif

CVS commit: src/sys/dev/rasops

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 9 11:42:03 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c Log Message: Fix color range overflow; we cannot make bright colors more brighter. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/de

CVS commit: src/sys/dev/rasops

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 9 11:42:03 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c Log Message: Fix color range overflow; we cannot make bright colors more brighter. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/sys/de

CVS commit: src/sys/dev/rasops

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 9 12:05:52 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c rasops1-4_putchar.h rasops1.c rasops1_putchar_width.h rasops_putchar.h rasops_putchar_width.h Log Message: Correctly check whether character is in

CVS commit: src/sys/dev/rasops

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 9 12:05:52 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c rasops1-4_putchar.h rasops1.c rasops1_putchar_width.h rasops_putchar.h rasops_putchar_width.h Log Message: Correctly check whether character is in

CVS commit: src/sys/dev/wsfb

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 9 17:22:02 UTC 2019 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Fix bug introduced in rev. 1.69: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/wsfb/genfb.c#rev1.69 is_bgr should be initialized to false. Otherwi

CVS commit: src/sys/dev/wsfb

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Aug 9 17:22:02 UTC 2019 Modified Files: src/sys/dev/wsfb: genfb.c Log Message: Fix bug introduced in rev. 1.69: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/wsfb/genfb.c#rev1.69 is_bgr should be initialized to false. Otherwi

CVS commit: src/sys/dev/rasops

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 10 01:20:47 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c Log Message: Set 4-bpp devcmap in a similar manner to non-RGB case of 8-bpp. No functional changes since this is not in use (4-bpp is monochrome). To generat

CVS commit: src/sys/dev/rasops

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 10 01:20:47 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c Log Message: Set 4-bpp devcmap in a similar manner to non-RGB case of 8-bpp. No functional changes since this is not in use (4-bpp is monochrome). To generat

CVS commit: src/sys/dev/rasops

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 10 01:24:17 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c rasops.h rasops1-4_putchar.h rasops1.c rasops15.c rasops1_putchar_width.h rasops2.c rasops24.c rasops32.c rasops4.c rasops8.c rasops_bit

CVS commit: src/sys/dev/rasops

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 10 01:24:17 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.c rasops.h rasops1-4_putchar.h rasops1.c rasops15.c rasops1_putchar_width.h rasops2.c rasops24.c rasops32.c rasops4.c rasops8.c rasops_bit

CVS commit: src/doc

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 10 03:38:36 UTC 2019 Modified Files: src/doc: CHANGES Log Message: My work for rasops(9) was finished (hopefully). I will send pull-up request for netbsd-9, if there are no new failures reported within few days. To generat

CVS commit: src/doc

2019-08-09 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 10 03:38:36 UTC 2019 Modified Files: src/doc: CHANGES Log Message: My work for rasops(9) was finished (hopefully). I will send pull-up request for netbsd-9, if there are no new failures reported within few days. To generat

CVS commit: src/doc

2019-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 10 08:46:09 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Fix format in order not to confuse changes2html script. Minor improvements of wording for my entry. To generate a diff of this commit: cvs rdiff -u -r1.2566

CVS commit: src/doc

2019-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Aug 10 08:46:09 UTC 2019 Modified Files: src/doc: CHANGES Log Message: Fix format in order not to confuse changes2html script. Minor improvements of wording for my entry. To generate a diff of this commit: cvs rdiff -u -r1.2566

CVS commit: src/sys/dev/acpi

2019-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 11 06:46:35 UTC 2019 Modified Files: src/sys/dev/acpi: pckbc_acpi.c Log Message: Appease GCC maybe-uninitialized for optimization level -Os on amd64. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev

CVS commit: src/sys/dev/acpi

2019-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 11 06:46:35 UTC 2019 Modified Files: src/sys/dev/acpi: pckbc_acpi.c Log Message: Appease GCC maybe-uninitialized for optimization level -Os on amd64. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev

CVS commit: src/sys/dev/rasops

2019-08-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Aug 14 00:51:11 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.h rasops15.c rasops2.c rasops24.c rasops32.c rasops4.c rasops8.c rasops_putchar_width.h Log Message: When using stamp, drop attributions other than b

CVS commit: src/sys/dev/rasops

2019-08-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Aug 14 00:51:11 UTC 2019 Modified Files: src/sys/dev/rasops: rasops.h rasops15.c rasops2.c rasops24.c rasops32.c rasops4.c rasops8.c rasops_putchar_width.h Log Message: When using stamp, drop attributions other than b

CVS commit: src/sys/external/bsd/drm2/i915drm

2019-08-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 15 00:27:47 UTC 2019 Modified Files: src/sys/external/bsd/drm2/i915drm: intelfb.c Log Message: kern/52229 Correct linebytes (stride) for intelfb(4), which fixes screen corruption on the following machines: - MacBookAir5,2 (

CVS commit: src/sys/external/bsd/drm2/i915drm

2019-08-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 15 00:27:47 UTC 2019 Modified Files: src/sys/external/bsd/drm2/i915drm: intelfb.c Log Message: kern/52229 Correct linebytes (stride) for intelfb(4), which fixes screen corruption on the following machines: - MacBookAir5,2 (

CVS commit: src/sys/dev/pci

2019-08-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 15 00:50:11 UTC 2019 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: Support bitmap fonts with stride 4 (i.e., width 17 to 32). To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/dev/pci/radeon

CVS commit: src/sys/dev/pci

2019-08-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 15 00:50:11 UTC 2019 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: Support bitmap fonts with stride 4 (i.e., width 17 to 32). To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/sys/dev/pci/radeon

CVS commit: src/doc

2019-08-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 15 13:33:15 UTC 2019 Modified Files: src/doc: CHANGES CHANGES.prev Log Message: Recent rasops(9) changes have been pulled up to netbsd-9. To generate a diff of this commit: cvs rdiff -u -r1.2568 -r1.2569 src/doc/CHANGES cvs

CVS commit: src/doc

2019-08-15 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 15 13:33:15 UTC 2019 Modified Files: src/doc: CHANGES CHANGES.prev Log Message: Recent rasops(9) changes have been pulled up to netbsd-9. To generate a diff of this commit: cvs rdiff -u -r1.2568 -r1.2569 src/doc/CHANGES cvs

CVS commit: src/sys/arch/mac68k/mac68k

2019-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 07:03:55 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: We've switched to 8KB page. XXX pullup to netbsd-9 To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/sys/arch/mac68k

CVS commit: src/sys/arch/mac68k/mac68k

2019-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 07:03:55 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c Log Message: We've switched to 8KB page. XXX pullup to netbsd-9 To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/sys/arch/mac68k

CVS commit: src/sys/arch/mac68k/mac68k

2019-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 07:05:16 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c pmap_bootstrap.c Log Message: 0x%p ---> %p To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355 src/sys/arch/mac68k/mac68k/machdep.c cvs

CVS commit: src/sys/arch/mac68k/mac68k

2019-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 07:05:16 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: machdep.c pmap_bootstrap.c Log Message: 0x%p ---> %p To generate a diff of this commit: cvs rdiff -u -r1.354 -r1.355 src/sys/arch/mac68k/mac68k/machdep.c cvs

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k

2019-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 09:51:06 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k: aes-m68k.S Log Message: Fix copy-paste. Pointed out by Takehiko NOZAKI. To generate a diff of this commit: cvs rdiff -u -r1.3 -r

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k

2019-08-18 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Aug 18 09:51:06 UTC 2019 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/m68k: aes-m68k.S Log Message: Fix copy-paste. Pointed out by Takehiko NOZAKI. To generate a diff of this commit: cvs rdiff -u -r1.3 -r

CVS commit: src/sys/arch/mac68k/mac68k

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 12:47:57 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: clock.c Log Message: Adjust GMT bias automatically by using data obtained from Mac OS, unless RTC_OFFSET is set explicitly. To generate a diff of this commit:

CVS commit: src/sys/arch/mac68k/mac68k

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 12:47:57 UTC 2019 Modified Files: src/sys/arch/mac68k/mac68k: clock.c Log Message: Adjust GMT bias automatically by using data obtained from Mac OS, unless RTC_OFFSET is set explicitly. To generate a diff of this commit:

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

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 14:52:58 UTC 2019 Modified Files: src/sys/arch/mac68k/conf: files.mac68k Log Message: G/C obsoleted To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/arch/mac68k/conf/files.mac68k Please note that

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

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 14:52:58 UTC 2019 Modified Files: src/sys/arch/mac68k/conf: files.mac68k Log Message: G/C obsoleted To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/arch/mac68k/conf/files.mac68k Please note that

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

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 14:57:00 UTC 2019 Removed Files: src/sys/arch/mac68k/dev: adbsys.c Log Message: Remove adbsys.c, which has been unused since 1998! To generate a diff of this commit: cvs rdiff -u -r1.48 -r0 src/sys/arch/mac68k/dev/adbsys

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

2019-08-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Aug 22 14:57:00 UTC 2019 Removed Files: src/sys/arch/mac68k/dev: adbsys.c Log Message: Remove adbsys.c, which has been unused since 1998! To generate a diff of this commit: cvs rdiff -u -r1.48 -r0 src/sys/arch/mac68k/dev/adbsys

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

2019-08-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 26 17:18:42 UTC 2019 Modified Files: src/sys/arch/arm/conf: Makefile.arm Log Message: PR kern/54486 Workaround for alignment faults on ARMv6+, at least occur with axe(4) and athn(4) drivers. For ARMv6+, unaligned access is

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

2019-08-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 26 17:18:42 UTC 2019 Modified Files: src/sys/arch/arm/conf: Makefile.arm Log Message: PR kern/54486 Workaround for alignment faults on ARMv6+, at least occur with axe(4) and athn(4) drivers. For ARMv6+, unaligned access is

CVS commit: src/sys/dev/usb

2019-08-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 26 17:26:33 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c Log Message: PR kern/54486 Revert workaround introduced in rev 1.94: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/usb/if_axe.c#rev1.94 This is a problem spec

CVS commit: src/sys/dev/usb

2019-08-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 26 17:26:33 UTC 2019 Modified Files: src/sys/dev/usb: if_axe.c Log Message: PR kern/54486 Revert workaround introduced in rev 1.94: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/usb/if_axe.c#rev1.94 This is a problem spec

Re: CVS commit: src

2019-09-03 Thread Rin Okuyama
On 2019/09/03 20:35, Sevan Janiyan wrote: On 03/09/2019 12:32, Robert Elz wrote: but doesn't macos have the ability to turn that off? Nope, it's set when you create the filesystem. :/ To make matters worse, some third party softwares cannot handle case sensitive filesystems. At least, Adobe

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

2019-09-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Sep 7 11:57:08 UTC 2019 Modified Files: src/sys/arch/amiga/dev: aucc.c Log Message: The device does not support recording. Fix diagnostic assertion failure in aucc_set_format(). OK isaki XXX pullup to netbsd-9 To generate a

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

2019-09-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Sep 7 11:57:08 UTC 2019 Modified Files: src/sys/arch/amiga/dev: aucc.c Log Message: The device does not support recording. Fix diagnostic assertion failure in aucc_set_format(). OK isaki XXX pullup to netbsd-9 To generate a

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

2019-09-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 22 05:49:16 UTC 2019 Modified Files: src/sys/arch/luna68k/dev: omrasopsvar.h Log Message: Spell out "Hitachi" correctly in comment. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch

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

2019-09-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 22 05:49:16 UTC 2019 Modified Files: src/sys/arch/luna68k/dev: omrasopsvar.h Log Message: Spell out "Hitachi" correctly in comment. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch

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

2019-09-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 22 06:06:01 UTC 2019 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Correct size of framebuffer; page offset appears only once, not every color depths. Pointed out by Araki Ken. Thanks! To generate a diff

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

2019-09-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Sep 22 06:06:01 UTC 2019 Modified Files: src/sys/arch/luna68k/dev: lunafb.c Log Message: Correct size of framebuffer; page offset appears only once, not every color depths. Pointed out by Araki Ken. Thanks! To generate a diff

Re: CVS commit: src/sys/net

2019-09-22 Thread Rin Okuyama
Hi, On 2019/09/22 18:30, Kamil Rytarowski wrote: On 12.04.2018 06:38, Ryota Ozaki wrote: Module Name:src Committed By: ozaki-r Date: Thu Apr 12 04:38:13 UTC 2018 Modified Files: src/sys/net: if.h route.c route.h rtsock.c Log Message: Resolve tangled lock dependencies i

CVS commit: src/sys/net

2019-09-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 05:00:20 UTC 2019 Modified Files: src/sys/net: route.c Log Message: Stop passing a large const structure by value, in order to avoid possible kernel stack overflow; const pointer is suffice here. Pointed out by the lgtm b

CVS commit: src/sys/net

2019-09-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Sep 23 05:00:20 UTC 2019 Modified Files: src/sys/net: route.c Log Message: Stop passing a large const structure by value, in order to avoid possible kernel stack overflow; const pointer is suffice here. Pointed out by the lgtm b

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 13:43:50 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: chksum.c chksum.h elf2bb.c Log Message: u_intN_t --> uintN_t No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 sr

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 13:43:50 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: chksum.c chksum.h elf2bb.c Log Message: u_intN_t --> uintN_t No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 sr

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:03:15 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: chksum.c elf2bb.c Log Message: Use htobe{16,32}(9) instead of be{16,32}toh(9) where appropriate. No binary changes both for little and big endia

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:03:15 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: chksum.c elf2bb.c Log Message: Use htobe{16,32}(9) instead of be{16,32}toh(9) where appropriate. No binary changes both for little and big endia

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:10:15 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: - static-ify usage(), intcmp(), and eval() - remove prototype declaration for main() NFCI; no binary changes observed for

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:10:15 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: - static-ify usage(), intcmp(), and eval() - remove prototype declaration for main() NFCI; no binary changes observed for

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:36:47 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Do not cast return value from malloc(3). No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.2

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:36:47 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Do not cast return value from malloc(3). No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.2

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:39:30 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: chksum.c elf2bb.c Log Message: Wrap looong lines, and misc style/cosmetic fixes. No binary changes. To generate a diff of this commit: cvs rdi

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:39:30 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: chksum.c elf2bb.c Log Message: Wrap looong lines, and misc style/cosmetic fixes. No binary changes. To generate a diff of this commit: cvs rdi

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:45:26 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: chksum.c Log Message: One more style... No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amiga/stand

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:45:26 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: chksum.c Log Message: One more style... No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amiga/stand

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:46:38 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: static-ify function bodies of usage() and eval(). No binary changes. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 14:46:38 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: static-ify function bodies of usage() and eval(). No binary changes. To generate a diff of this commit: cvs rdiff -u -r1

Re: CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
On 2022/04/25 23:03, Rin Okuyama wrote: Module Name:src Committed By: rin Date: Mon Apr 25 14:03:15 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: chksum.c elf2bb.c Log Message: Use htobe{16,32}(9) instead of be{16,32}toh(9) where appropriate. No

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 15:48:57 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: One more style. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amiga/stand

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Apr 25 15:48:57 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: One more style. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amiga/stand

CVS commit: src/sys/lib/libsa

2022-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 27 11:48:26 UTC 2022 Modified Files: src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c Log Message: Introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is used instead of secsize obtained by SAIOSECSIZE ioctl

CVS commit: src/sys/lib/libsa

2022-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 27 11:48:26 UTC 2022 Modified Files: src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c Log Message: Introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is used instead of secsize obtained by SAIOSECSIZE ioctl

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 27 12:10:47 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Sprinkle SA_HARDCODED_SECSIZE; now everything fits into +/-32KB range visible for PC relative addressing mode. To generate

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 27 12:10:47 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Sprinkle SA_HARDCODED_SECSIZE; now everything fits into +/-32KB range visible for PC relative addressing mode. To generate

CVS commit: src/sys/lib/libsa

2022-04-27 Thread Rin Okuyama
for PC relative addressing (via "fully extension addressing mode" with null index register). I've still not figured out what goes wrong with amiga/boot(8) when compiled without -l option for gas(1)... On 2022/04/27 20:48, Rin Okuyama wrote: > Module Name: src > Com

CVS commit: src/sys/lib/libsa

2022-04-27 Thread Rin Okuyama
for PC relative addressing (via "fully extension addressing mode" with null index register). I've still not figured out what goes wrong with amiga/boot(8) when compiled without -l option for gas(1)... On 2022/04/27 20:48, Rin Okuyama wrote: > Module Name: src > Com

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 27 14:50:35 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Revert previous. On 2022/04/27 21:10, Rin Okuyama wrote: > Module Name: src > Committed By: rin > Date: W

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Apr 27 14:50:35 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Revert previous. On 2022/04/27 21:10, Rin Okuyama wrote: > Module Name: src > Committed By: rin > Date: W

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:42:58 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: bbstart.s Log Message: Fix boot.amiga when relocation table is located beyond 0x8000. In this case, we cannot load reltab directly into %a2 by mov

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:42:58 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: bbstart.s Log Message: Fix boot.amiga when relocation table is located beyond 0x8000. In this case, we cannot load reltab directly into %a2 by mov

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:48:22 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Compile boot.amiga without -l option for gas(1). Fix build failure due to relocation overflows for R_68K_PC16. To generate

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:48:22 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Compile boot.amiga without -l option for gas(1). Fix build failure due to relocation overflows for R_68K_PC16. To generate

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:56:56 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Now, cread.c can be built with -Os. It was not a compiler bug actually; object code generated with "-Os -Wa,-l" contains R_6

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:56:56 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: Now, cread.c can be built with -Os. It was not a compiler bug actually; object code generated with "-Os -Wa,-l" contains R_6

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:59:29 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Comment that (buffer + 14) stands for reltab in bbstart.s. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/arch/amiga/stand/bootblock/elf2bb

2022-04-28 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 06:59:29 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Comment that (buffer + 14) stands for reltab in bbstart.s. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/arch/amiga/stand/bootblock

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 07:12:42 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: bbstart.s src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Simplify relocation rules. Now, both single- and triple-byte en

CVS commit: src/sys/arch/amiga/stand/bootblock

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 07:12:42 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: bbstart.s src/sys/arch/amiga/stand/bootblock/elf2bb: elf2bb.c Log Message: Simplify relocation rules. Now, both single- and triple-byte en

CVS commit: src/sys/arch/amiga/stand/bootblock/bootxx_ffs

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 07:18:17 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile main.c Log Message: Stop twiddling when loading boot.amiga; it is small enough. Slightly reduce insn's for primary loaders, and sto

CVS commit: src/sys/arch/amiga/stand/bootblock/bootxx_ffs

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 07:18:17 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile main.c Log Message: Stop twiddling when loading boot.amiga; it is small enough. Slightly reduce insn's for primary loaders, and sto

CVS commit: src/sys/arch/amiga/stand/bootblock/installboot

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 07:19:33 UTC 2022 Removed Files: src/sys/arch/amiga/stand/bootblock/installboot: Makefile installboot.c Log Message: Remove unused; switched to usr.sbin/installboot/arch/amiga.c long ago. To generate a diff of this commi

CVS commit: src/sys/arch/amiga/stand/bootblock/installboot

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 07:19:33 UTC 2022 Removed Files: src/sys/arch/amiga/stand/bootblock/installboot: Makefile installboot.c Log Message: Remove unused; switched to usr.sbin/installboot/arch/amiga.c long ago. To generate a diff of this commi

Re: CVS commit: src/sys/lib/libsa

2022-04-29 Thread Rin Okuyama
On 2022/04/28 3:29, Christos Zoulas wrote: In article <20220427144850.61383f...@cvs.netbsd.org>, Rin Okuyama wrote: -=-=-=-=-=- Module Name:src Committed By: rin Date: Wed Apr 27 14:48:50 UTC 2022 Modified Files: src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h

CVS commit: src/sys/lib/libsa

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 07:42:07 UTC 2022 Modified Files: src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c Log Message: Re-introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is used instead of secsize obtained by SAIOSECSIZE io

CVS commit: src/sys/lib/libsa

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 07:42:07 UTC 2022 Modified Files: src/sys/lib/libsa: ext2fs.c minixfs3.c stand.h ufs.c Log Message: Re-introduce SA_HARDCODED_SECSIZE hack, by which hardcoded DEV_BSIZE is used instead of secsize obtained by SAIOSECSIZE io

CVS commit: src/sys/arch/amiga/stand/bootblock

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 07:45:20 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile Log Message: Enable SA_HARDCODED_SECSIZE to shrink loaders slightly. To

CVS commit: src/sys/arch/amiga/stand/bootblock

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 07:45:20 UTC 2022 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile Log Message: Enable SA_HARDCODED_SECSIZE to shrink loaders slightly. To

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

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 20:24:02 UTC 2022 Modified Files: src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c Log Message: Fix fallout from libsa change; stand.h includes now. - Stop redefining roundup2(). - Compare kvamap->start (uint64_t) wi

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

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 20:24:02 UTC 2022 Modified Files: src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c Log Message: Fix fallout from libsa change; stand.h includes now. - Stop redefining roundup2(). - Compare kvamap->start (uint64_t) wi

CVS commit: src/sys/arch/bebox/stand/boot

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 20:48:27 UTC 2022 Modified Files: src/sys/arch/bebox/stand/boot: tgets.c Log Message: Fix fallout from libsa change; stand.h includes now. SCANWAIT and PWAIT are renamed to SCANDELAY and SCANWAIT, respectively, in order

CVS commit: src/sys/arch/bebox/stand/boot

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 20:48:27 UTC 2022 Modified Files: src/sys/arch/bebox/stand/boot: tgets.c Log Message: Fix fallout from libsa change; stand.h includes now. SCANWAIT and PWAIT are renamed to SCANDELAY and SCANWAIT, respectively, in order

CVS commit: src/sys/arch/acorn32/stand/boot32

2022-04-29 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Apr 29 21:03:08 UTC 2022 Modified Files: src/sys/arch/acorn32/stand/boot32: boot32.c Log Message: Fix fallout from libsa change; stand.h includes now. Use '\0' instead of NULL for NUL-character. To generate a diff of this com

<    1   2   3   4   5   6   7   8   9   10   >