CVS commit: src/sys/arch/x68k/stand/xxboot

2020-08-22 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 22 10:12:29 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: ashldi3.S Log Message: Minor improvement. add/addx is faster and the size remains the same. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-08-22 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 22 10:05:04 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: ashldi3.S Log Message: typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/xxboot/ashldi3.S Please

CVS commit: src/sys/arch/x68k/stand

2020-08-16 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Aug 16 07:25:51 UTC 2020 Modified Files: src/sys/arch/x68k/stand: README Log Message: Update and fix. All primary bootloaders can recognize Human68k partition table. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/arch/x68k/stand

2020-08-16 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Aug 16 06:43:44 UTC 2020 Modified Files: src/sys/arch/x68k/stand/libiocs: iocscall.h src/sys/arch/x68k/stand/xxboot: Makefile.xxboot boot.S bootmain.c consio1.c version xx.c xxboot.h xxboot.ldscript

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Aug 14 03:54:46 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: Makefile.xxboot xxboot.ldscript Log Message: Reduce binary size as possible. These reduce filesize about 20 words. - Use word alignment (rather than

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Aug 14 03:43:28 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: bootmain.c Log Message: Use DEV_OPEN() macro. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x68k/stand/xxboot/bootmain.c

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Aug 14 03:40:48 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: Makefile.xxboot src/sys/arch/x68k/stand/xxboot/cdboot_cd9660: Makefile src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1: Makefile

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Aug 14 03:34:22 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: bootmain.c xx.c Added Files: src/sys/arch/x68k/stand/xxboot: xxboot.h Log Message: Add xxboot.h common header to share prototype definitions.

CVS commit: src/sys/arch/x68k/stand

2020-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Aug 14 03:29:23 UTC 2020 Modified Files: src/sys/arch/x68k/stand: Makefile src/sys/arch/x68k/stand/xxboot: Makefile Makefile.xxboot Log Message: Style fixes. One entry per line for some parts. To generate a diff of

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Aug 14 03:25:39 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: Makefile.xxboot xxboot.ldscript Log Message: - Restore display of first_kbyte. This is helpful for development. - Check the filesize of resulting file

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-08-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Aug 14 02:51:48 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: bootmain.c Log Message: Make compilable even with XXBOOT_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/x68k/stand

2020-08-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Aug 10 07:00:49 UTC 2020 Modified Files: src/sys/arch/x68k/stand: Makefile.inc src/sys/arch/x68k/stand/boot: Makefile src/sys/arch/x68k/stand/mboot: Makefile src/sys/arch/x68k/stand/xxboot: Makefile.xxboot

CVS commit: src/sys/arch/x68k/stand/mboot

2020-02-01 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Feb 1 08:08:15 UTC 2020 Modified Files: src/sys/arch/x68k/stand/mboot: Makefile Log Message: Make it output 68000 binary. CFLAGS already has -m68000 but AFLAGS didn't. This change makes it proceed to next stage1 even if MPU

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-01-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jan 28 12:02:02 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: Makefile.xxboot boot.S Log Message: Set heap area explicitly. Until the load address was moved, the heap was placed at _end (it's default) and it was

CVS commit: src/sys/arch/x68k/stand

2020-01-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jan 28 11:57:22 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S boot_ufs.ldscript src/sys/arch/x68k/stand/xxboot: boot.S xxboot.ldscript Log Message: Revert placing .bss right after .data, and make

CVS commit: src/sys/arch/x68k/stand

2020-01-28 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jan 28 11:52:21 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S src/sys/arch/x68k/stand/xxboot: boot.S Log Message: Use __bss_start rather than edata to point the beginning of .bss. Currently the .bss

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 07:25:12 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: Makefile boot_ufs.ldscript src/sys/arch/x68k/stand/boot_ustar: Makefile boot_ustar.ldscript src/sys/arch/x68k/stand/xxboot:

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 07:09:32 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot_ufs.ldscript src/sys/arch/x68k/stand/xxboot: xxboot.ldscript Log Message: Make .bss follows .data to detect size restriction easier.

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 06:44:23 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: Makefile boot_ufs.ldscript src/sys/arch/x68k/stand/boot_ustar: Makefile boot_ustar.ldscript src/sys/arch/x68k/stand/xxboot:

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 06:34:30 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: Makefile boot.S src/sys/arch/x68k/stand/boot_ustar: Makefile src/sys/arch/x68k/stand/xxboot: Makefile.xxboot boot.S Log Message: Change

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 06:03:03 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot: boot.ldscript src/sys/arch/x68k/stand/boot_ufs: boot_ufs.ldscript src/sys/arch/x68k/stand/boot_ustar: boot_ustar.ldscript

CVS commit: src/sys/arch/x68k/stand/boot_ustar

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 06:00:04 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ustar: boot_ustar.S Log Message: Check whether MPU >= 68020. Because current secondary bootloader assumes that. This will display a reasonable error message

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 05:56:51 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S src/sys/arch/x68k/stand/xxboot: boot.S Log Message: Typo in comment. s/availble/available/ To generate a diff of this commit: cvs

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 05:48:31 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S src/sys/arch/x68k/stand/xxboot: boot.S Log Message: Add comment and figure of address map. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 05:46:26 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot: Makefile src/sys/arch/x68k/stand/boot_ufs: Makefile src/sys/arch/x68k/stand/boot_ustar: Makefile src/sys/arch/x68k/stand/xxboot:

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 05:41:49 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot: Makefile boot.ldscript src/sys/arch/x68k/stand/boot_ufs: Makefile boot_ufs.ldscript src/sys/arch/x68k/stand/boot_ustar: Makefile

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 05:07:34 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S version src/sys/arch/x68k/stand/boot_ustar: boot_ustar.S version src/sys/arch/x68k/stand/libiocs: iocscall.h

CVS commit: src/sys/arch/x68k/stand

2020-01-17 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jan 18 04:42:29 UTC 2020 Added Files: src/sys/arch/x68k/stand: README Log Message: Add a document about this directory. Reviewed by tsutsui@ on port-x68k. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/sys/arch/x68k/stand

2020-01-16 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Jan 16 13:37:27 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S src/sys/arch/x68k/stand/boot_ustar: boot_ustar.S src/sys/arch/x68k/stand/xxboot: boot.S Log Message: Use .org directive to fix

CVS commit: src/sys/arch/x68k/stand

2020-01-16 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Jan 16 13:15:47 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: Makefile src/sys/arch/x68k/stand/boot_ustar: Makefile src/sys/arch/x68k/stand/xxboot: Makefile.xxboot Log Message: Rewrite limit check

CVS commit: src/sys/arch/x68k/stand/xxboot

2020-01-16 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Jan 16 12:54:16 UTC 2020 Modified Files: src/sys/arch/x68k/stand/xxboot: Makefile.xxboot Log Message: Remove .else part of .if OBJECT_FMT == ELF. All similar parts in other Makefiles are removed in 2010. To generate a diff

CVS commit: src/sys/arch/x68k/stand/boot_ufs

2020-01-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jan 14 04:00:41 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S boot_ufs.h Log Message: Clean up. - B_KEYINP is no longer called from C. - B_COLOR is no longer used. To generate a diff of this commit: cvs

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

2020-01-13 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Jan 14 03:48:10 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: consio_init() should be done before printf(). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/arch/x68k/stand

2020-01-12 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Mon Jan 13 03:34:05 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S src/sys/arch/x68k/stand/boot_ustar: boot_ustar.S src/sys/arch/x68k/stand/xxboot: boot.S Log Message: Typo in comment.

CVS commit: src/sys/arch/x68k/stand

2020-01-12 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jan 12 13:51:12 UTC 2020 Modified Files: src/sys/arch/x68k/stand/boot_ufs: version src/sys/arch/x68k/stand/boot_ustar: version Log Message: Fix broken RCS NetBSD tag. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x68k/stand/aout2hux

2019-01-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 27 05:06:35 UTC 2019 Modified Files: src/sys/arch/x68k/stand/aout2hux: Makefile Log Message: fix duplicated chunk from merge To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

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

2019-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 2 00:48:13 UTC 2019 Modified Files: src/sys/arch/x68k/stand/boot: Makefile Log Message: use the right version of ELF2AOUT To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30

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

2018-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 31 19:25:46 UTC 2018 Modified Files: src/sys/arch/x68k/stand/boot: Makefile boot.ldscript Log Message: use elf2aout for boot. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/arch/x68k/stand/loadbsd

2016-12-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Dec 10 14:06:44 UTC 2016 Modified Files: src/sys/arch/x68k/stand/loadbsd: Makefile Log Message: Fix comment. We do not use the a.out format anymore... To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/arch/x68k/stand/loadbsd

2016-12-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Dec 10 14:03:34 UTC 2016 Modified Files: src/sys/arch/x68k/stand/loadbsd: Makefile Log Message: Clear STRIPFLAG after include bsd.own.mk; it can be modified by mk.conf via bsd.own.mk. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/x68k/stand

2016-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 17 18:08:33 UTC 2016 Modified Files: src/sys/arch/x68k/stand: Makefile.booters Log Message: Kill ssp To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x68k/stand/Makefile.booters Please note

CVS commit: src/sys/arch/x68k/stand

2016-09-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Sep 17 17:18:14 UTC 2016 Modified Files: src/sys/arch/x68k/stand: Makefile.booters Log Message: Kill the PIE To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x68k/stand/Makefile.booters Please

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

2016-08-04 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Aug 4 12:15:08 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: gets -> kgets. the last part of PR/51200. It was using libsa's gets, so it's possible to change to kgets as rev 1.23. I've confirmed

CVS commit: src/sys/arch/x68k/stand

2016-06-25 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jun 26 04:17:18 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c src/sys/arch/x68k/stand/libsa: devopen.c libx68k.h Log Message: Add SCSI host adaptor selector to "boot" command of /boot. By this function,

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

2016-06-25 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jun 25 16:05:43 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Fix my mistake of previous commit. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x68k/stand/boot/boot.c

CVS commit: src/sys/arch/x68k/stand

2016-06-25 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jun 25 14:35:59 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: Makefile boot.c conf.c version src/sys/arch/x68k/stand/boot_ustar: Makefile src/sys/arch/x68k/stand/netboot: Makefile Removed Files:

CVS commit: src/sys/arch/x68k/stand/boot_ustar

2016-06-24 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jun 25 04:08:57 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot_ustar: Makefile boot_ustar.S Log Message: Define BOOT_MAXSIZE instead of magic number. Present size 56832 is 65536 - 8192 - 0x200 and is the same size as

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

2016-06-19 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jun 19 09:42:28 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Display debug messages before loading the kernel. It makes easy to read. To generate a diff of this commit: cvs rdiff -u -r1.25

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

2016-06-19 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Jun 19 09:23:16 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Split variable. 'dev' is the device number in devspec[] and 'bootdev' is the boot device parameter made from 'dev'. To generate a

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

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:57:46 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Revert this one; I can't tell for sure if it's using libsa gets or its own firmware one in ../libdos. If the latter, switching and

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

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:50:21 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/arch/x68k/stand/libsa

2016-05-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue May 31 04:12:10 UTC 2016 Modified Files: src/sys/arch/x68k/stand/libsa: parseutils.c Log Message: PR 51194 David Binderman: simplify redundant conditional To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/x68k/stand

2016-01-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 17 04:47:59 UTC 2016 Modified Files: src/sys/arch/x68k/stand/boot: version src/sys/arch/x68k/stand/libsa: Makefile src/sys/arch/x68k/stand/netboot: version Log Message: Enable LIBSA_CREAD_NOCRC. PR/50638

CVS commit: src/sys/arch/x68k/stand/boot_ufs

2015-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 21 15:33:04 UTC 2015 Modified Files: src/sys/arch/x68k/stand/boot_ufs: readufs.h readufs_lfs.c Log Message: fix build (dholland) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/x68k/stand/boot_ufs

2015-07-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 28 16:51:25 UTC 2015 Modified Files: src/sys/arch/x68k/stand/boot_ufs: readufs_lfs.c Log Message: fix build To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c

CVS commit: src/sys/arch/x68k/stand/libsa

2015-07-25 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jul 25 06:58:37 UTC 2015 Modified Files: src/sys/arch/x68k/stand/libsa: Makefile Log Message: sysinst is 15*2 sect/cyl (fdXc), not 8*2 sect/cyl (it's fdXa, DOS compatible). It makes the loading of sysinst a bit faster.

CVS commit: src/sys/arch/x68k/stand/libsa

2014-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 20 15:48:05 UTC 2014 Modified Files: src/sys/arch/x68k/stand/libsa: clock.c Log Message: This now needs clock.h To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/libsa/clock.c Please

CVS commit: src/sys/arch/x68k/stand/libsa

2014-11-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 21 01:18:39 UTC 2014 Modified Files: src/sys/arch/x68k/stand/libsa: clock.c Log Message: put back missing paren. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x68k/stand/libsa/clock.c

CVS commit: src/sys/arch/x68k/stand

2014-08-08 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Aug 8 15:19:51 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: Makefile src/sys/arch/x68k/stand/mboot: Makefile src/sys/arch/x68k/stand/netboot: Makefile Log Message: Remove STRIP?=strip. Falling back

CVS commit: src/sys/arch/x68k/stand/xxboot

2014-08-08 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Fri Aug 8 15:20:10 UTC 2014 Modified Files: src/sys/arch/x68k/stand/xxboot: Makefile.xxboot Log Message: Remove OBJCOPY?=objcopy. Falling back to the hosttool is not a good way now. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/x68k/stand

2014-08-06 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Wed Aug 6 14:10:42 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: Makefile src/sys/arch/x68k/stand/netboot: Makefile Log Message: Remove unused variable. To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/sys/arch/x68k/stand

2014-08-05 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Tue Aug 5 13:49:04 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: Makefile boot.c src/sys/arch/x68k/stand/netboot: Makefile Added Files: src/sys/arch/x68k/stand/boot: switch.c switch.h Log Message: Support

CVS commit: src/sys/arch/x68k/stand

2014-07-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 6 06:28:50 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: Makefile boot.c src/sys/arch/x68k/stand/netboot: Makefile Removed Files: src/sys/arch/x68k/stand/netboot: boot.c Log Message: Merge and

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

2014-07-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 6 08:10:21 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Probe the actual memory size and warn if it's different from SRAM value. Without this, ancient X680x0 machines with a dead SRAM

CVS commit: src/sys/arch/x68k/stand

2014-07-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 6 05:31:03 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: boot.c src/sys/arch/x68k/stand/netboot: boot.c Log Message: Reduce diffs to prepare to merge these files. To generate a diff of this commit:

CVS commit: src/sys/arch/x68k/stand/libsa

2014-03-07 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Mar 8 03:20:24 UTC 2014 Modified Files: src/sys/arch/x68k/stand/libsa: fd.c Log Message: Unused variable, for GCC4.8. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x68k/stand/libsa/fd.c Please

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

2014-03-01 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Mar 2 06:16:27 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: boot.ldscript Log Message: Discard .SUNW_ctf section just in case. patch from martin@, see PR/48623. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x68k/stand

2014-02-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Feb 11 08:06:07 UTC 2014 Modified Files: src/sys/arch/x68k/stand/libiocs: iocs.h src/sys/arch/x68k/stand/libsa: sdcd.c Log Message: Specify default SCSI inquiry size (36 bytes) on IOCS_S_INQUIRY() command. X680x0

CVS commit: src/sys/arch/x68k/stand/libiocs

2014-02-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Feb 11 08:10:10 UTC 2014 Removed Files: src/sys/arch/x68k/stand/libiocs: scsi.h Log Message: Remove unused inline version of SCSI IOCS functions. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0

CVS commit: src/sys/arch/x68k/stand/loadbsd

2013-08-21 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 21 08:17:34 UTC 2013 Modified Files: src/sys/arch/x68k/stand/loadbsd: Makefile Log Message: Use bsd.klinks.mk To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x68k/stand/loadbsd/Makefile Please

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

2013-08-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 12 16:32:40 UTC 2013 Modified Files: src/sys/arch/x68k/stand/boot: boot.ldscript Log Message: Discard ELF unwind sections for the boot loader. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/arch/x68k/stand/boot_ufs

2013-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 15 01:37:10 UTC 2013 Modified Files: src/sys/arch/x68k/stand/boot_ufs: Makefile readufs.h readufs_lfs.c Log Message: adjust to the lfs splitadjust to the lfs splitadjust to the lfs splitadjust to the lfs splitadjust to

CVS commit: src/sys/arch/x68k/stand/boot_ufs

2013-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 15 01:39:56 UTC 2013 Modified Files: src/sys/arch/x68k/stand/boot_ufs: Makefile Log Message: revert previous To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x68k/stand/boot_ufs/Makefile

CVS commit: src/sys/arch/x68k/stand/libdos

2013-05-25 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun May 26 05:52:13 UTC 2013 Modified Files: src/sys/arch/x68k/stand/libdos: Makefile Log Message: Fix failed substitution in 1.10 (christos@) and revert 1.12 (christos@) which was necessary by broken 1.10. To generate a diff of

CVS commit: src/sys/arch/x68k/stand/libdos

2013-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 24 15:34:59 UTC 2013 Modified Files: src/sys/arch/x68k/stand/libdos: Makefile Log Message: Don't play tricks trying to shortcut source rules because it breaks MKDEBUGLIB. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/x68k/stand/libdos

2013-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 24 15:35:36 UTC 2013 Modified Files: src/sys/arch/x68k/stand/libdos: Makefile Log Message: fix progress printing. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x68k/stand/libdos/Makefile

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

2013-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 24 15:59:57 UTC 2013 Modified Files: src/sys/arch/x68k/stand/boot: boot.ldscript Log Message: discard debug sections that are not representable in the a.out object format. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/x68k/stand/libiocs

2013-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 24 16:00:17 UTC 2013 Modified Files: src/sys/arch/x68k/stand/libiocs: Makefile Log Message: fix more of the same kind of shortcut rule lossage To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/arch/x68k/stand/libdos

2013-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri May 24 16:04:37 UTC 2013 Modified Files: src/sys/arch/x68k/stand/libdos: Makefile Log Message: Add missing functions needed by loadbsd. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/x68k/stand/netboot

2013-01-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jan 13 14:27:06 UTC 2013 Modified Files: src/sys/arch/x68k/stand/netboot: conf.c Log Message: Remove unnecessary struct open_file files[] leftover. It's in libsa/files.c. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/x68k/stand/libsa

2012-11-24 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sun Nov 25 04:07:00 UTC 2012 Modified Files: src/sys/arch/x68k/stand/libsa: putimage.S Log Message: Make the end of image address absolute-long. It allows to locate the end of image higher than 0x1. To generate a diff of

CVS commit: src/sys/arch/x68k/stand/libsa

2012-11-22 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Nov 22 20:15:50 UTC 2012 Modified Files: src/sys/arch/x68k/stand/libsa: sdcd.c Log Message: Make sure to initialize partition offset in cdopen(), i.e. fix an uninitialized auto variable which happened to be zero on XM6i

CVS commit: src/sys/arch/x68k/stand/xxboot

2012-11-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 17 15:50:13 UTC 2012 Modified Files: src/sys/arch/x68k/stand/xxboot: boot.S Log Message: Pull fixes in comments from x68k/stand/boot_ufs/boot.S rev 1.9 and 1.10. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/arch/x68k/stand/xxboot

2012-11-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 17 15:53:21 UTC 2012 Modified Files: src/sys/arch/x68k/stand/xxboot: boot.S Log Message: Use a correct function name in .globl decl. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/x68k/stand/xxboot

2012-11-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 17 15:59:28 UTC 2012 Modified Files: src/sys/arch/x68k/stand/xxboot: bootmain.c Log Message: - fix comments - use proper uintNN_t types - use ANSI function decls - remove unnecessary function decl - remove __P() - misc

CVS commit: src/sys/arch/x68k/stand/xxboot

2012-11-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 17 16:02:00 UTC 2012 Modified Files: src/sys/arch/x68k/stand/xxboot: xx.c Log Message: - use declarations in lib/libsa/stand.h - remove __P() and some KNF - remove extern variable decl - use uintNN_t type To generate a

CVS commit: src/sys/arch/x68k/stand/xxboot

2012-11-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 17 16:16:46 UTC 2012 Modified Files: src/sys/arch/x68k/stand/xxboot: bootmain.c Log Message: Set *file for FS_OPS() pathname properly in devopen(). Now bootxx_ffsv1 (and other bootxx ufs variants) work properly. XXX:

CVS commit: src/sys/arch/x68k/stand/xxboot

2012-11-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 17 17:51:10 UTC 2012 Modified Files: src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1: Makefile src/sys/arch/x68k/stand/xxboot/xxboot_ffsv2: Makefile src/sys/arch/x68k/stand/xxboot/xxboot_lfsv1: Makefile

CVS commit: src/sys/arch/x68k/stand/xxboot

2012-11-17 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Nov 17 19:10:47 UTC 2012 Modified Files: src/sys/arch/x68k/stand/xxboot: bootmain.c version src/sys/arch/x68k/stand/xxboot/cdboot_cd9660: Makefile src/sys/arch/x68k/stand/xxboot/xxboot_ffsv1: Makefile

CVS commit: src/sys/arch/x68k/stand/bootlogo

2012-11-03 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Nov 3 08:01:36 UTC 2012 Removed Files: src/sys/arch/x68k/stand/bootlogo: MANIFEST netbsd.xpm setbootimg.c xpm2bootimg.c Log Message: Remove x68k/stand/bootlogo/ directory. It was a tool before the bootloader

CVS commit: src/sys/arch/x68k/stand/boot_ufs

2012-11-01 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Nov 1 14:33:31 UTC 2012 Modified Files: src/sys/arch/x68k/stand/boot_ufs: boot.S Log Message: Fix typo in comment. s/d1/d0/ To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/x68k/stand

2012-11-01 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Thu Nov 1 14:46:26 UTC 2012 Modified Files: src/sys/arch/x68k/stand/boot: dp8390.c dp8390.h if_ne.c ne.c src/sys/arch/x68k/stand/libsa: clock.c src/sys/arch/x68k/stand/netboot: Makefile boot.c conf.c Log Message:

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

2012-10-14 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Oct 14 16:20:04 UTC 2012 Modified Files: src/sys/arch/x68k/stand/installboot: installboot.c Log Message: Check lp-d_npartitions before calling dkcksum() (which is in src/sbin/disklabel/dkcksum.c) because it doesn't check

CVS commit: src/sys/arch/x68k/stand

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Oct 12 17:06:48 UTC 2012 Modified Files: src/sys/arch/x68k/stand: Makefile Log Message: Tweak SUBDIR build order and add comments about each dir. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/arch/x68k/stand/libsa

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Oct 12 18:01:53 UTC 2012 Modified Files: src/sys/arch/x68k/stand/libsa: consio.c Log Message: Fix a bug in check_getchar() (called from awaitkey_1sec()). It didn't clear input key data when non ASCII keys (CTRL, OPT.1 etc)

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

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Oct 12 18:06:27 UTC 2012 Modified Files: src/sys/arch/x68k/stand/boot: version Log Message: Bump version to denote check_getchar() bug fix. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/arch/x68k/stand

2012-10-12 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Fri Oct 12 20:15:53 UTC 2012 Modified Files: src/sys/arch/x68k/stand: Makefile src/sys/arch/x68k/stand/boot: conf.c src/sys/arch/x68k/stand/libsa: Makefile Makefile.inc devopen.c libx68k.h Added Files:

CVS commit: src/sys/arch/x68k/stand/newdisk

2012-06-23 Thread Minoura Makoto
Module Name:src Committed By: minoura Date: Sat Jun 23 08:48:16 UTC 2012 Modified Files: src/sys/arch/x68k/stand/newdisk: newdisk.c Log Message: Change to the 2-clauses license. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/x68k/stand/libsa

2012-06-19 Thread Minoura Makoto
Module Name:src Committed By: minoura Date: Tue Jun 19 12:59:17 UTC 2012 Modified Files: src/sys/arch/x68k/stand/libsa: sdcd.c Log Message: Fix CD support (again!). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x68k/stand/libsa/sdcd.c

CVS commit: src/sys/arch/x68k/stand

2012-06-19 Thread Minoura Makoto
Module Name:src Committed By: minoura Date: Tue Jun 19 12:59:51 UTC 2012 Modified Files: src/sys/arch/x68k/stand: Makefile Log Message: Descend to xxboot. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x68k/stand/Makefile Please note that

  1   2   >