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

2020-06-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Jun 3 02:51:40 UTC 2020 Modified Files: src/sys/arch/sparc/stand/boot: Makefile Log Message: Appease clang -Waddress-of-packed-member for , in the same manner as done for sparc64; pointer substitution is just for sanity check

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

2017-04-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Apr 28 13:38:36 UTC 2017 Modified Files: src/sys/arch/sparc/stand/boot: Makefile Log Message: Also move bootjs.net after we've evaluated $OBJS (thanks gson@) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

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

2017-04-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 9 20:51:56 UTC 2017 Modified Files: src/sys/arch/sparc/stand/boot: Makefile Log Message: move .for generated rules after OBJS have been set. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

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

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:43:16 UTC 2016 Modified Files: src/sys/arch/sparc/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.29 -r1.30

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

2016-03-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 10 20:23:35 UTC 2016 Modified Files: src/sys/arch/sparc/stand/boot: Makefile Log Message: Strip debug symbols from boot code To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

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

2015-11-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Nov 27 16:52:32 UTC 2015 Modified Files: src/sys/arch/sparc/stand/boot: boot.c Log Message: Don't use dynamically sized unions, they are a horrible GNUism. Just use the existing upper limit all the time. To generate a diff

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

2011-08-28 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Aug 28 08:03:50 UTC 2011 Modified Files: src/sys/arch/sparc/stand/boot: Makefile Log Message: emit some linker -Map files so that we can figure out what symbols in the boot loaders are. To generate a diff of this commit: cvs