CVS commit: src/sys/arch/hppa/stand/common

2019-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 8 19:14:08 UTC 2019 Modified Files: src/sys/arch/hppa/stand/common: pdc.c Log Message: no need for To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/stand/common/pdc.c Please note that di

CVS commit: src/sys/arch/hppa/stand/common

2019-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 8 17:14:52 UTC 2019 Modified Files: src/sys/arch/hppa/stand/common: pdc.c Log Message: Include for DEV_BSIZE/DEV_BSHIFT To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hppa/stand/common/pdc.c

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

2018-11-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 13 21:22:38 UTC 2018 Modified Files: src/sys/arch/hppa/stand: Makefile.buildboot src/sys/arch/hppa/stand/xxboot: Makefile Log Message: Apply -fno-delete-null-pointer-checks so PAGE0 is handled correctly netinstall.

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

2018-11-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Nov 13 21:20:11 UTC 2018 Modified Files: src/sys/arch/hppa/stand: Makefile.buildboot Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hppa/stand/Makefile.buildboot Ple

CVS commit: src/sys/arch/hppa/stand/common

2018-09-05 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Sep 5 07:32:45 UTC 2018 Modified Files: src/sys/arch/hppa/stand/common: pdc.c Log Message: One more min->uimin straggler confirmed by 201809042300Z autobuild. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 s

CVS commit: src/sys/arch/hppa/stand/cdboot

2017-09-01 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 1 07:29:56 UTC 2017 Modified Files: src/sys/arch/hppa/stand/cdboot: ld.script Log Message: Use the same linker script as sys/arch/hppa/stand/boot and fix the gcc 5.3 problem here as well. To generate a diff of this commi

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

2017-08-29 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Aug 29 19:14:04 UTC 2017 Modified Files: src/sys/arch/hppa/stand/boot: ld.script Log Message: Ensure all data is captured under the edata symbol for srt0.S to relocate it correctly. gcc 5.3 marks some data as .data.rel.local,

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

2017-08-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 29 09:17:43 UTC 2017 Modified Files: src/sys/arch/hppa/stand: Makefile.buildboot Makefile.inc Log Message: disable PIE and SSP To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/stand/Makefil

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

2016-02-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 21 14:50:05 UTC 2016 Modified Files: src/sys/arch/hppa/stand: Makefile.buildboot Makefile.inc src/sys/arch/hppa/stand/xxboot: Makefile Log Message: move the NODEBUG to the boot blocks only. To generate a diff o

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

2016-02-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 21 03:33:18 UTC 2016 Modified Files: src/sys/arch/hppa/stand: Makefile.inc Log Message: No debug, pic, or ctf for standalone code. - debug makes things not fit - ctf is useless - pic does not work with the function call

CVS commit: src/sys/arch/hppa/stand/mkboot

2016-01-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 21 17:00:23 UTC 2016 Modified Files: src/sys/arch/hppa/stand/mkboot: mkboot.c Log Message: PR/50684: David Binderman: Fix memory leak To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/

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

2015-12-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 13 18:38:23 UTC 2015 Modified Files: src/sys/arch/hppa/stand/xxboot: iplsum.c Log Message: PR/50532: David Binderman: Add missing fclose. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/st

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

2015-08-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 23 04:56:20 UTC 2015 Modified Files: src/sys/arch/hppa/stand/xxboot: readufs.h Log Message: Sync lfs changes with the x68k version of this code. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/

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

2015-08-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 20 07:50:08 UTC 2015 Modified Files: src/sys/arch/hppa/stand/xxboot: readufs.h readufs_lfs.c Log Message: minimal changes to get this to compile. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch

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

2015-07-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 28 16:50:12 UTC 2015 Modified Files: src/sys/arch/hppa/stand/xxboot: readufs_lfs.c Log Message: fix build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/stand/xxboot/readufs_lfs.c Pleas