summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/include/loadfile_machdep.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outmiod2015-07-171-3/+3
| | | | kernels and we no longer have any.
* Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiledmiod2009-11-301-2/+4
| | | | | for the platform we are running on (i.e. trying to boot e.g. bsd.IP32 on an IP27 machine).
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Change the OpenBSD/sgi boot loader so that we use libsa loadfile(), ratherjsing2008-05-201-11/+5
| | | | | | than rolling our own load functions. tested jasper@, feedback and ok miod@
* initial sgi importpefo2004-08-061-0/+63