summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/stand
AgeCommit message (Expand)Author
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-14The msdos1mb file has not been used since we got newfs_msdos.Theo de Raadt
2012-09-02Allow bootblocks to build in PIE; joint effort with pascalTheo de Raadt
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2012-06-20move to 5.2-betaTheo de Raadt
2012-01-11crank to 5.1-betaTheo de Raadt
2011-11-19Remove unused function forgotten during the switch to the interactiveMartin Pieuchot
2011-11-19Rewrite the parsing of arguments given to the ofwboot and restore theMartin Pieuchot
2011-07-18take us to 5.0-betaTheo de Raadt
2011-07-08Unbreak macppc bootloader due to libz changes.Dale Rahn
2011-04-10Include <libkern.h> to get proper strrchr() prototype.Miod Vallat
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2011-01-13move to 4.9-currentTheo de Raadt
2010-07-24move to 4.8-betaTheo de Raadt
2010-05-31this dir, itself, should decide if it is entered deeperTheo de Raadt
2010-05-14avoid builtins completely, so avoid possible issues with gcc4.Dale Rahn
2010-05-14Be friendly with gcc4.Dale Rahn
2010-01-264.7-BETA (also, lo-carb and ozone layer friendly)Miod Vallat
2009-06-204.6-BETAMiod Vallat
2009-02-08Move to 4.5-BETAMiod Vallat
2008-07-02move to 4.4-betaTheo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-13Add some missing $OpenBSD$ tags.Kenneth R Westerback
2008-05-25Don't forget to actually return a value in ttyname(), and fix a bunch ofMiod Vallat
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2008-02-204.3-betaMiod Vallat
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-07-25crank to 4.2-betaTheo de Raadt
2007-06-24When bootfile was made global so that macppc could modify it, itTom Cosgrove
2007-06-23Enable workaround for decrementer exception problem.Dale Rahn
2007-06-14Remove some debug prints which I let slip in.Dale Rahn
2007-06-14boot code does not do daddr64_t yet. 'unchange that' deraadt@Dale Rahn
2007-06-13Switch macppc to the interactive bootloader in stand/boot.Dale Rahn
2007-06-06now that all partition size/offsets are potentially 64-bit, change theTheo de Raadt
2007-06-02oops, why did i delete this. bizzareTheo de Raadt
2007-06-02stand/ofdev.hTheo de Raadt
2007-05-28avoid bypassing sys/queue.h in many places in the kernel.Pierre-Yves Ritschard
2007-02-124.1-betaHenning Brauer
2006-12-05Import fixcoff from NetBSD and make some changes to boot.mac Makefile andGordon Willem Klok
2006-10-12Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRKenneth R Westerback
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
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
2005-12-24Claim a bit more memory such that we can load bsd.rd.Mark Kettenis
2005-10-09Try to recover part of the reserved space from the OF_claim above.Dale Rahn