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 an

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

2020-04-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 23 00:11:29 UTC 2020 Modified Files: src/sys/arch/sparc/stand/bootxx: Makefile Log Message: Uses LFS boot code To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sparc/stand/bootxx/Makefile Please

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

2020-04-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Apr 20 02:04:44 UTC 2020 Modified Files: src/sys/arch/sparc/stand/ofwboot: Makefile Log Message: More -Wno-error=address-of-packed-member to placate clang. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src

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

2019-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Mar 29 00:07:39 UTC 2019 Modified Files: src/sys/arch/sparc/stand/bootblk: Makefile Log Message: no more _LKM -> _MODULE To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sparc/stand/bootblk/Makefi

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

2019-02-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 3 11:58:38 UTC 2019 Modified Files: src/sys/arch/sparc/stand/common: promdev.c Log Message: don't compare string pointers against \0 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sparc/stand/co

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

2018-09-21 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Sep 22 03:29:51 UTC 2018 Modified Files: src/sys/arch/sparc/stand/binstall: binstall.sh Log Message: Convert from getopt to getopts(script is slightly smaller as a result, but not enough to save a block ... but if /usr/bin/ge

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

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 16 14:26:04 UTC 2018 Modified Files: src/sys/arch/sparc/stand/binstall: binstall.sh Log Message: General cleanups... Better quote usage No more need for sed (should be no need for getopt either, but di

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

2018-09-16 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Sep 16 14:23:04 UTC 2018 Modified Files: src/sys/arch/sparc/stand/binstall: binstall.sh Log Message: PR install/53610 Remove use of -a in test(1) - deprecated in standard, and no longer supported in SMALL (install media) version

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 sr

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 src/sys/arch/s

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

2017-03-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Mar 25 09:22:02 UTC 2017 Modified Files: src/sys/arch/sparc/stand/ofwboot: version Log Message: Bump version - virtio support added To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sparc/stand/ofwbo

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

2016-11-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Nov 4 20:04:12 UTC 2016 Modified Files: src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c Log Message: fix remaining *_TSB_DATA() uses To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 \ src/sys/arch/sp

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

2016-10-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 1 13:57:44 UTC 2016 Modified Files: src/sys/arch/sparc/stand: Makefile.buildboot Makefile.inc src/sys/arch/sparc/stand/bootblk: Makefile src/sys/arch/sparc/stand/ofwboot: Makefile Log Message: deal with

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

2016-08-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 31 16:24:34 UTC 2016 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.c Log Message: Init the markers array to all 0 - pointed out by Mark Cave-Ayland. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

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

2016-08-15 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Mon Aug 15 08:29:34 UTC 2016 Modified Files: src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c Log Message: Uninitialized var, found by brainy; not tested, but obvious enough To generate a diff of this commit: cvs rdiff -u -r1.

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

2016-06-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:43:47 UTC 2016 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch

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

2016-06-10 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 src/sys/arch/sp

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

2016-05-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 30 10:37:14 UTC 2016 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.c Log Message: David Binderman in PR port-sparc/51188: simplify while condition To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 sr

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

2016-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 19 15:41:18 UTC 2016 Modified Files: src/sys/arch/sparc/stand: Makefile.inc Log Message: We don't want PIE! To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sparc/stand/Makefile.inc Please no

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 src/sys/arch/sparc/stand/boot/Mak

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

2016-03-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 10 20:22:52 UTC 2016 Modified Files: src/sys/arch/sparc/stand/common: srt0.S Log Message: Deal with _edata not being 4-byte aligned To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sparc/stand/c

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

2016-03-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Mar 10 09:00:24 UTC 2016 Modified Files: src/sys/arch/sparc/stand: Makefile.buildboot Makefile.inc Log Message: Add a few includes of bsd.own.mk to avoid broken test conditions on ACTIVE_CC - this might not be the correct fix

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

2016-02-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Feb 27 19:25:08 UTC 2016 Modified Files: src/sys/arch/sparc/stand: Makefile.buildboot Log Message: When building with clang, optimise for minimal size and skip frame pointers when possible. To generate a diff of this commit:

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 of

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

2015-10-26 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Oct 26 07:11:33 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: Makefile Log Message: force -mcpu=v9 for ofwboot, which demands v9 cpus. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/spar

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

2015-10-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 10 06:50:25 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: Locore.c Log Message: Add compile time asserts to make sure we have properly picked up types for a 64bit cpu and 64bit openfirmware. To generate a di

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

2015-10-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 10 06:49:40 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: Makefile Log Message: Simplify, get rid of manual _LP64 define. Do not pass a SUN4U define, as that is no longer used in the relevant headers. Instead

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

2015-10-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Oct 8 20:58:13 UTC 2015 Modified Files: src/sys/arch/sparc/stand/bootxx: bootxx.c Log Message: Don't check if an array is (not) NULL, check if the string is empty. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.2

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

2015-10-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Oct 2 20:36:54 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: Makefile Log Message: Support per-target AFLAGS. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/sparc/stand/ofwboot/Makefi

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

2015-08-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 20 05:40:24 UTC 2015 Modified Files: src/sys/arch/sparc/stand/bootblk: genlfs.cf Log Message: adjust comments slightly To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sparc/stand/bootblk/genlfs

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

2015-08-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 20 05:40:08 UTC 2015 Modified Files: src/sys/arch/sparc/stand/bootblk: bootblk.fth Log Message: Use lfs32_dinode_SIZEOF instead of ufs1_dinode_SIZEOF for lfs. These are the same so it doesn't make any difference, but tec

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

2015-08-16 Thread Julian Coleman
Module Name:src Committed By: jdc Date: Sun Aug 16 10:58:54 UTC 2015 Modified Files: src/sys/arch/sparc/stand/bootblk: bootblk.fth genlfs.cf Log Message: Make these compile again after changes to LFS. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/

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

2015-06-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 14 18:40:10 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: version Log Message: Bump version now that we can load kernels with sizeof(.data)+sizeof(.bss)> 4 MB To generate a diff of this commit: cvs rdiff -u

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

2015-06-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jun 14 16:20:44 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c Log Message: Fix available length calculation in kvamap_extract when reusing existing mappings. To generate a diff of this commit:

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

2015-03-26 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Fri Mar 27 06:07:33 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: Locore.c Log Message: Fix kernel loading failures from partitions started from over first 4GB of disks on sparc64. To generate a diff of this commi

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

2015-01-11 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jan 11 22:59:25 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: Makefile Log Message: Strip debug symbols from ofwboot. The forth bootsector loading this file when booting from disk is "simplistic" and does not ski

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

2014-04-21 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Mon Apr 21 18:10:40 UTC 2014 Modified Files: src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c Log Message: sun4v: Update TTE data in sparc64_finalize_tlb_sun4v() - sun4v has no L (locked) bit + ensure that the ITLB has the EP

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

2014-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 20 15:11:36 UTC 2014 Modified Files: src/sys/arch/sparc/stand/ofwboot: ofdev.c Log Message: Zero the block on failure, not just the first pointer in it. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sy

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

2014-02-20 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 20 14:50:39 UTC 2014 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.h Log Message: Add prototype for main. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc/stand/ofwboot/boot.h Plea

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

2013-12-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Dec 30 08:47:50 UTC 2013 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.c Log Message: Improve debugging output To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sparc/stand/ofwboot/boot.c P

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

2013-12-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Dec 30 08:43:28 UTC 2013 Modified Files: src/sys/arch/sparc/stand/common: promdev.c Log Message: Avoid buffer overruns (no practical difference for any sane firmware properties, but better be safe). To generate a diff of thi

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

2013-12-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Dec 18 10:09:56 UTC 2013 Modified Files: src/sys/arch/sparc/stand/ofwboot: Locore.c Log Message: The "close" call returns no arguments To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sparc/stand/of

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

2013-08-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 21 06:41:52 UTC 2013 Modified Files: src/sys/arch/sparc/stand/bootblk: Makefile src/sys/arch/sparc/stand/ofwboot: Makefile Log Message: Use To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arc

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

2013-06-10 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Mon Jun 10 10:26:22 UTC 2013 Modified Files: src/sys/arch/sparc/stand/bootblk: genfth.cf genlfs.cf Log Message: Move member di_inumber from ufs1_dinode to ulfs1_dinode. No functional change intended. Tested on sparc64. To gene

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

2013-04-16 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Apr 16 07:45:37 UTC 2013 Modified Files: src/sys/arch/sparc/stand/ofwboot: ofdev.c Log Message: Make a "panic" message slightly more verbose To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/sparc/st

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

2012-07-16 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Mon Jul 16 11:26:28 UTC 2012 Modified Files: src/sys/arch/sparc/stand/ofwboot: net.c net.h ofdev.c Log Message: Fix tftpboot which was broken by my botched WARNSfy in last year. Also add comments that mention libsa tftp requires

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 rd

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

2011-07-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Jul 30 04:18:38 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: netif_of.c Log Message: printf fixes for ifdef NETIF_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc/stand/ofw

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

2011-06-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jun 1 11:43:56 UTC 2011 Removed Files: src/sys/arch/sparc/stand/ofwboot: md5.h Log Message: Remove unused header. To generate a diff of this commit: cvs rdiff -u -r1.5 -r0 src/sys/arch/sparc/stand/ofwboot/md5.h Please not

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

2011-06-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jun 1 11:43:12 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.h Log Message: - remove extern from function declarations - some KNF To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/s

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

2011-06-01 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jun 1 11:42:18 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: ofdev.c Log Message: Fix harmless merge botch. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/sparc/stand/ofwboot/ofdev.

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

2011-05-21 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sat May 21 16:32:01 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c ofdev.c Log Message: Fix debug build. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/sparc/stand/ofwb

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

2011-05-21 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 21 15:50:42 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: Locore.c Makefile boot.c loadfile_machdep.c net.c net.h netif_of.c ofdev.c openfirm.h promlib.c Log Message: WARNSfy and fix d

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

2011-05-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 21 15:10:34 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: net.c Log Message: more missing includes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc/stand/ofwboot/net.c Please

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

2011-05-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri May 20 14:49:54 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: loadfile_machdep.c ofdev.c Added Files: src/sys/arch/sparc/stand/ofwboot: net.h Log Message: Put the external functions from net.c in it's own head

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

2011-05-19 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Thu May 19 15:18:29 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.h Log Message: Fix a tyop. The intentions were good... To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sparc/stand/ofwbo

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

2011-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 19 03:09:47 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: alloc.c boot.h Log Message: handle prototype for freeall To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/sparc/stand/ofwbo

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

2011-01-23 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Sun Jan 23 11:29:46 UTC 2011 Modified Files: src/sys/arch/sparc/stand/ofwboot: Makefile Log Message: Redo previous. bsd.own.mk must be included after NOMAN=. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sy

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

2010-11-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Nov 6 21:33:42 UTC 2010 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.c Log Message: add a "-T" option to disable the twiddler, which can help booting with serial output slowness i've seen. To generate a diff of this

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

2010-09-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 2 03:14:43 UTC 2010 Modified Files: src/sys/arch/sparc/stand/common: promdev.c Log Message: Fix printf formats in -DDEBUG_PROM to make it compile. XXX: print daddr_t after casting it to int since libsa is not built with LIB

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

2010-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 25 20:16:49 UTC 2010 Modified Files: src/sys/arch/sparc/stand: Makefile.buildboot src/sys/arch/sparc/stand/boot: boot.c src/sys/arch/sparc/stand/common: promdev.c promdev.h src/sys/arch/sparc/stand

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

2010-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 25 18:11:54 UTC 2010 Modified Files: src/sys/arch/sparc/stand/boot: boot.c src/sys/arch/sparc/stand/common: promdev.c promdev.h Log Message: Don't LOAD_BACKWARDS for floppies. To generate a diff of this commit:

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

2010-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 25 16:38:04 UTC 2010 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.c Log Message: kill LOAD_MINIMAL. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/stand/ofwboot/boot.c Pleas

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

2010-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Aug 25 16:24:45 UTC 2010 Modified Files: src/sys/arch/sparc/stand/ofwboot: boot.c Log Message: Try to detect if we are doing a floppy boot from the device name and if we are, load the minimal set to avoid backwards seeks.

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

2010-06-23 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Thu Jun 24 00:54:12 UTC 2010 Modified Files: src/sys/arch/sparc/stand/bootblk: bootblk.fth Log Message: indir-block needs to be the size of a filesystem block or bad things can happen. To generate a diff of this commit: cvs rdiff -

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

2010-04-04 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Apr 4 21:49:15 UTC 2010 Modified Files: src/sys/arch/sparc/stand/ofwboot: ofdev.c Log Message: Turn a printf into a DPRINTF(), since we will very likely recover from the condition (and it happens on stock install CDs) To ge

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

2010-04-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 2 18:41:52 UTC 2010 Modified Files: src/sys/arch/sparc/stand/ofwboot: version Log Message: Bump version To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sparc/stand/ofwboot/version Please note

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

2010-04-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Apr 2 18:39:44 UTC 2010 Modified Files: src/sys/arch/sparc/stand/ofwboot: Makefile boot.c ofdev.c Log Message: Add support for /boot.cfg. Implement a single command for now: override the boot partition, which will be used for

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

2010-03-11 Thread Eduardo Horvath
Module Name:src Committed By: eeh Date: Thu Mar 11 19:28:55 UTC 2010 Modified Files: src/sys/arch/sparc/stand/bootblk: bootblk.fth Log Message: Fix shifting by zero. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/sparc/stand/bootblk/bootblk.ft