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

2021-02-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 6 21:45:38 UTC 2021 Modified Files: src/sys/arch/acorn32/stand/boot32: Makefile start.S src/sys/arch/acorn32/stand/nbfs: Makefile rmheader.S Log Message: Modernize acorn32 boot code to work directly with LLVM's

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

2020-04-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Apr 26 07:01:52 UTC 2020 Modified Files: src/sys/arch/acorn32/stand: Makefile.buildboot Log Message: Adjust for binutils 2.34 in the same manner as efiboot:

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

2019-01-23 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 23 14:52:49 UTC 2019 Modified Files: src/sys/arch/acorn32/stand/boot32: boot32.c Log Message: Don't call OS_ReadSysInfo Platform class call on RISC OS 3 To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

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

2019-01-23 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Wed Jan 23 14:49:00 UTC 2019 Modified Files: src/sys/arch/acorn32/stand/lib: riscoscalls.S riscoscalls.h Log Message: Add xosmodule_enumeratewithversion() to allow operating systems modules to be enumerated along with their

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

2018-12-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 29 00:35:21 UTC 2018 Modified Files: src/sys/arch/acorn32/stand: module.ldscript Log Message: Adjust for binutils-2.31.1 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2018-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 30 20:23:29 UTC 2018 Modified Files: src/sys/arch/acorn32/stand/boot32: boot32.c Log Message: no param names in prototype. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

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

2018-10-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 30 20:15:57 UTC 2018 Modified Files: src/sys/arch/acorn32/stand/boot32: boot32.c Log Message: provide a main prototype (this is standalone) To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

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

2018-10-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 18 19:02:46 UTC 2018 Modified Files: src/sys/arch/acorn32/stand/lib: riscoscalls.S Log Message: Use unified syntax To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

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

2018-06-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 13 16:03:44 UTC 2018 Modified Files: src/sys/arch/acorn32/stand/lib: Makefile.inc Log Message: revert previous MAKEOBJDIRPREFIX massaging To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

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

2018-06-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 11 21:36:20 UTC 2018 Modified Files: src/sys/arch/acorn32/stand/lib: Makefile.inc Log Message: Switch from using MAKEOBJDIRPREFIX to MAKEOBJDIR To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2017-04-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 9 16:29:46 UTC 2017 Modified Files: src/sys/arch/acorn32/stand: Makefile.buildboot Log Message: Put back KLINK_MACHINE To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

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

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

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

2013-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 4 21:01:44 UTC 2013 Modified Files: src/sys/arch/acorn32/stand: Makefile.buildboot Log Message: no-thumb-interlock is the default, and no-thumb does not exist in gcc 4.8 To generate a diff of this commit: cvs rdiff

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

2013-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 4 21:08:14 UTC 2013 Modified Files: src/sys/arch/acorn32/stand/boot32: boot32.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

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

2013-06-09 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Jun 10 02:21:10 UTC 2013 Modified Files: src/sys/arch/acorn32/stand/nbfs: nbfs.c Log Message: s/DIRBLKSIZE/UFS_/. HI DH! :-) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/acorn32/stand/nbfs/nbfs.c

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

2013-05-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed May 1 22:30:39 UTC 2013 Modified Files: src/sys/arch/acorn32/stand: Makefile Makefile.buildboot Log Message: Fix abi/arch/float-abi so can be built from any arm port. Force MACHINE to acorn32 Only build little-endian non-earm.

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

2012-05-14 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon May 14 11:45:17 UTC 2012 Modified Files: src/sys/arch/acorn32/stand/lib: riscospart.c Log Message: Remove printf that snuck in somehow. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2012-05-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 10 10:48:24 UTC 2012 Modified Files: src/sys/arch/acorn32/stand/lib: riscospart.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/acorn32/stand/lib/riscospart.c Please note that

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

2012-05-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 10 11:01:35 UTC 2012 Modified Files: src/sys/arch/acorn32/stand/nbfs: nbfs.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/acorn32/stand/nbfs/nbfs.c Please note that diffs are

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

2012-05-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu May 10 11:03:22 UTC 2012 Modified Files: src/sys/arch/acorn32/stand/nbfs: nbfs.c Log Message: Bit more KNF To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/acorn32/stand/nbfs/nbfs.c Please note that

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

2010-11-25 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 25 13:45:17 UTC 2010 Modified Files: src/sys/arch/acorn32/stand/lib: riscospart.c Log Message: Use partition_cyl_high and partition_cyl_low to find the RiscBSD partition. Makes nbfs somewhat work on my RiscPC. To

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

2009-08-02 Thread Gavan Fantom
Module Name:src Committed By: gavan Date: Sun Aug 2 11:20:38 UTC 2009 Modified Files: src/sys/arch/acorn32/stand/boot32: boot32.c src/sys/arch/acorn32/stand/lib: riscoscalls.h Log Message: Don't reset devices if booting an Iyonix. It's fine for acorn32 devices