aboutsummaryrefslogtreecommitdiff
path: root/stand/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* Provide a md_load64 prototype.Warner Losh2017-12-031-0/+2
* Cast void * pointer to char * so the arg matches the %s format.Warner Losh2017-12-031-1/+1
* Disconnet ps3 from the build. There's too many warnings to fix. Also,Warner Losh2017-12-031-3/+0
* Declare our strange brand of main().Warner Losh2017-12-031-0/+2
* Include machine/md_var to pick up __syncicache prototype.Warner Losh2017-12-031-2/+1
* Cleanup CFALGS usage hereWarner Losh2017-12-021-3/+1
* Remove stale dependency on ufsread.cWarner Losh2017-12-021-2/+0
* Use const pointers to avoid casting away constness.Warner Losh2017-11-302-3/+3
* Modify all FreeBSD bootloaders on PowerPC AIM (Book-S) systems to pass aNathan Whitehorn2017-11-242-2/+2
* Move some more common stuff up to Makefile.inc. In particular, the noWarner Losh2017-11-205-8/+3
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-1456-0/+7453