summaryrefslogtreecommitdiff
path: root/sys/src/libmach/executable.c
AgeCommit message (Collapse)Author
2023-05-09libmach: remove obsolete fishy case in mips header parsingJacob Moody
This code seems to be for the specific case of when mips 3000 binaries were being run on a mips 4000 kernel. As far as I know, our only current mips magic refers to the 5000 (at least), and the 4000 specific magic formats are mostly a relic. There is currently no bootable system in which this code path is correct. In any case, hardcoding /proc/1 is not the solution.
2019-05-03libmach: initial arm64 supportcinap_lenrek
2016-05-04libmach: more alphacinap_lenrek
2015-08-05libmach: remove redundant check for big endianmischief
2015-08-05libmach: remove useless error check from previous commitmischief
2015-08-05libmach: set correct endianness with little endian ELF32 mips binariesmischief
2012-07-30import updated compilers from sourcescinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen