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/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/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/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/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/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/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/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

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/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/boot

2012-03-20 Thread Minoura Makoto
Module Name:src Committed By: minoura Date: Tue Mar 20 12:37:01 UTC 2012 Modified Files: src/sys/arch/x68k/stand/boot: Makefile boot.c Log Message: Be silent. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x68k/stand/boot/Makefile cvs rdiff

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

2012-03-20 Thread Minoura Makoto
Module Name:src Committed By: minoura Date: Tue Mar 20 12:37:35 UTC 2012 Modified Files: src/sys/arch/x68k/stand/boot: boot.ldscript Log Message: Comment fix. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/boot/boot.ldscript Please

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

2012-03-20 Thread Minoura Makoto
Module Name:src Committed By: minoura Date: Tue Mar 20 12:38:33 UTC 2012 Modified Files: src/sys/arch/x68k/stand/boot: conf.c version Log Message: Add FFSv2 support. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x68k/stand/boot/conf.c cvs

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

2011-10-13 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Oct 13 11:35:37 UTC 2011 Modified Files: src/sys/arch/x68k/stand/boot: version Log Message: Bump version to denote 060turbo boot fix. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2011-04-11 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Apr 11 13:49:41 UTC 2011 Modified Files: src/sys/arch/x68k/stand/boot: version Log Message: Bump version to denote serial console fix. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2010-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 25 16:37:02 UTC 2010 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: s/LOAD_NOTE/LOAD_BACKWARDS/ To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x68k/stand/boot/boot.c