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

2020-08-21 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Aug 22 05:09:02 UTC 2020 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: ashldi3.s Log Message: Fix register order. %d0 is higher and %d1 is lower. This would have rarely affected. To generate a diff of this

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

2016-12-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Dec 18 12:02:37 UTC 2016 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: console.c Log Message: check for serial console flag also when re-using console from primary bootstrap. To generate a diff of this commit:

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

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 07:01:25 UTC 2016 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: main.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

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

2016-01-04 Thread Frank Wille
Module Name:src Committed By: phx Date: Mon Jan 4 14:10:15 UTC 2016 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: amigatypes.h main.c Log Message: Make the -p option work, like with loadbsd. Otherwise the kernel could load into a low-priority 512MB Z3 RAM

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

2014-03-29 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Mar 29 12:49:15 UTC 2014 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: main.c Log Message: Test mode is not implemented. Appease compiler. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

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

2014-03-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 26 08:19:45 UTC 2014 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: printf.s Log Message: mark unused To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

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

2011-10-03 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Tue Oct 4 04:04:15 UTC 2011 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile Log Message: build cread.c with -O1 to work around a gcc 4.5 bug. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

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

2009-10-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Oct 17 11:18:18 UTC 2009 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile console.c libstubs.h libstubs.s Log Message: Add a serial console mode for the bootblock. In this mode all console output

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

2009-10-11 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun Oct 11 10:00:10 UTC 2009 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: console.c Log Message: AmigaOS console.device expects a character buffer, not a pointer to an int. This fixes printf() output. To generate a