summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rdsetroot/rdsetroot.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite using libelf(3).sunil2019-04-161-82/+177
| | | | | Lots of help with build/tests on sparc64 from jsg@, thank you. ok deraadt
* take elfrdsetroot, clean it up for regular usage, and make it a fullderaadt2019-04-051-0/+204
citizen of base. push from benno, ok mortimer ingo others