aboutsummaryrefslogtreecommitdiff
path: root/mkmif.c
AgeCommit message (Collapse)Author
2017-05-17No, children, you can't || enum error codes. Again.Rob Austein
2016-07-05Attempt to add resource management, for multiple cores of the same type.Paul Selkirk
Find a suitable core, and mark it busy. Don't forget to release it as soon as you're done. This has a knock-on effect of un-const'ing core arguments and struct fields in a lot of places, and it moves some core checks around.
2016-05-24This should have been in commit 7f38fc4.Paul Selkirk