summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/stand/ofwboot
AgeCommit message (Expand)AuthorFilesLines
2020-03-16Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@otto1-2/+2
2019-11-28Implement a hexdump command in the boot loader. This helps tobluhm1-1/+2
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt1-2/+2
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt1-2/+2
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt1-2/+2
2016-07-30Prep for relro: make sure it's off for any non-PIE stand/ programguenther1-2/+2
2015-09-11Build actual boot code with -D_STANDALONE so that we do not include userlandmiod1-1/+2
2015-03-14Allow for multiple concurrent devopen() calls, and fill the .readdir membermiod1-6/+0
2014-11-19Add netudp.c here too for consistency, even though this code ends up not beingmiod1-2/+3
2014-07-13more hanging tabsjasper1-2/+2
2014-07-13No libsa putchar wanted here actuallymiod1-2/+2
2014-07-13move putchar() into libsajasper1-2/+3
2014-07-12move getchar() into libsa where applicablejasper1-2/+2
2012-09-02Allow bootblocks to build in PIE; joint effort with pascalderaadt1-3/+3
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal1-1/+2
2011-07-08Unbreak macppc bootloader due to libz changes.drahn1-1/+2
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt1-2/+5
2007-06-13Switch macppc to the interactive bootloader in stand/boot.drahn1-3/+7
2006-12-05Import fixcoff from NetBSD and make some changes to boot.mac Makefile andgwk1-4/+1
2003-01-31Change how the bootloader links to get around size/start address issuesdrahn1-3/+3
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc baseddrahn2-0/+44