summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/stand
AgeCommit message (Collapse)Author
2006-12-05Import fixcoff from NetBSD and make some changes to boot.mac Makefile andGordon Willem Klok
ofwboot including loosing some meanigless defines and repurposing XCOFF_GLUE to my own ends. These changes make it possible to boot the OpenBSD kernel on at least the Power Macintosh 9500 and 9600. No binary change in stripped ofwboot. ok drahn@, martin@
2006-10-12Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRKenneth R Westerback
partition is found. Change error message to 'no OpenBSD partition'.
2006-10-10Typo in a comment. ok kettenis.Marc Balmer
2006-07-26crank to 4.0-betaTheo de Raadt
2006-02-28Announce compatibility with MacRISC4, to be able to boot automatically onMark Kettenis
G5 systems. ok drahn@, deraadt@
2006-01-19crank to 3.8-betaTheo de Raadt
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@
2005-12-24Claim a bit more memory such that we can load bsd.rd.Mark Kettenis
tested by many; ok deraadt@
2005-10-09Try to recover part of the reserved space from the OF_claim above.Dale Rahn
2005-10-08Preallocate the space where the kernel would live, needs to be at leastDale Rahn
as large as the ramdisk kernel, however currently on GENERIC this causes about 4MB loss of avail mem, once the kernel is loaded, the remainder needs to be returned.
2005-09-26Return EIO if reading fails.Mark Kettenis
ok drahn@
2005-09-15Fix typo.Mark Kettenis
ok miod@, drahn@, deraadt@
2005-08-09move to 3.8-betaTheo de Raadt
2005-07-20put -lkern last, since libz needs syms in itTheo de Raadt
2005-05-14Remove bogus #define, no binary difference.Dale Rahn
2005-03-07move to 3.7-betaTheo de Raadt
2004-08-09move to 3.6-betaTheo de Raadt
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2004-02-27move to 3.5-betaTheo de Raadt
2004-01-09fix build for gcc3.Dale Rahn
2003-10-16There is no end to the ANSI/KNF journey.Dale Rahn
2003-08-27Enable 'Snag' boot on newer Apple machines.Dale Rahn
2003-08-11move to 3.4-betaTheo de Raadt
2003-06-03kill clause 3 and 4 from several of my copyrights, cleanup.Dale Rahn
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-02-12move to 3.3-betaTheo de Raadt
2003-01-31Change how the bootloader links to get around size/start address issuesDale Rahn
introduced by W^X. exe size goes back to 60640 from 126456.
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
attack protection scheme, into gcc. This protection is enabled by default. It can be turned off by using the -fno-stack-protector flag. Code by Hiroaki Etoh (etoh at jp dot ibm dot com); work on openbsd-specific integration by fgsch@, deraadt@ and myself; tests by fgsch@, naddy@ and myself; beer drinking by myself. Please note that system upgrades with this new code will require a new libc and ld.so to be build and installed before the propolice-enabled compiler can be installed.
2002-09-15backout prematureTheo de Raadt
2002-09-15KNFTheo de Raadt
2002-09-10move to 3.2-betaTheo de Raadt
2002-09-06KNF, get this out of my tree finally.Dale Rahn
2002-08-13Remove some unused prototypes, KNF.Dale Rahn
2002-07-23Allow 'boot hd:,ofwboot bsd' previously it required '/bsd' instead ofDale Rahn
just 'bsd'.
2002-04-01s/3.0/3.1/ so that the CD will boot properly.Dale Rahn
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
the ANSI way.
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-15document exit command at Boot: prompt; pvalchev testedTheo de Raadt
2001-10-062face version of boot icon.Dale Rahn
2001-10-03Install the bsd.tbxi data file. millert@ ok.Dale Rahn
2001-10-01When booting up in auto-boot? true mode, newer systems do not provideDale Rahn
the stdout connection for if the normal output mode is screen. This change will force the bootloader output to the screen if this condition occurs.
2001-10-01When you see an error, fix it immediately, otherwise it is possibleDale Rahn
to commit it, grr.
2001-10-01Add Copyright. Image cleanup.Dale Rahn
2001-10-01Piece of "code" which openfirmware will recognize to boot automatically offDale Rahn
of a parition. This version is primarily for CDs.
2001-09-21Add the support for "-c", UKC in the bootloader. Note that currently thisDale Rahn
is not fully supported by the kernel, so will just hang the machine.
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand to macppc/stand
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
is being renamed to macppc. This is to allow sharing of common code between different powerpc base platforms. Most of the work involved in the renaming process was performed by miod@ Files moved from powerpc/stand/boot.mac to macppc/stand/boot.mac These files are the bootloader for the older Openfirmware, not currently supported.