summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/stand/ofwboot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@otto2020-03-161-2/+2
* Implement a hexdump command in the boot loader. This helps tobluhm2019-11-281-1/+2
* Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataderaadt2019-10-291-2/+2
* In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xderaadt2019-08-031-2/+2
* libsa's memcpy() is actually memmove(). make a proper memmove(), and givederaadt2019-04-201-2/+2
* Prep for relro: make sure it's off for any non-PIE stand/ programguenther2016-07-301-2/+2
* Build actual boot code with -D_STANDALONE so that we do not include userlandmiod2015-09-111-1/+2
* Allow for multiple concurrent devopen() calls, and fill the .readdir membermiod2015-03-141-6/+0
* Add netudp.c here too for consistency, even though this code ends up not beingmiod2014-11-191-2/+3
* more hanging tabsjasper2014-07-131-2/+2
* No libsa putchar wanted here actuallymiod2014-07-131-2/+2
* move putchar() into libsajasper2014-07-131-2/+3
* move getchar() into libsa where applicablejasper2014-07-121-2/+2
* Allow bootblocks to build in PIE; joint effort with pascalderaadt2012-09-021-3/+3
* Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bepascal2012-08-211-1/+2
* Unbreak macppc bootloader due to libz changes.drahn2011-07-081-1/+2
* libkern, begone. Move to a new mechanism where config(8)'s "file"deraadt2007-11-251-2/+5
* Switch macppc to the interactive bootloader in stand/boot.drahn2007-06-131-3/+7
* Import fixcoff from NetBSD and make some changes to boot.mac Makefile andgwk2006-12-051-4/+1
* Change how the bootloader links to get around size/start address issuesdrahn2003-01-311-3/+3
* The "powerpc" port which has supported the newer Apple Macintosh powerpc baseddrahn2001-09-012-0/+44