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/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/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/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/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/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/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/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/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/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/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/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