summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rdsetroot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite using libelf(3).sunil2019-04-166-499/+181
| | | | | Lots of help with build/tests on sparc64 from jsg@, thank you. ok deraadt
* insert a missing .El and fix a typoschwarze2019-04-051-3/+4
|
* take elfrdsetroot, clean it up for regular usage, and make it a fullderaadt2019-04-057-0/+680
citizen of base. push from benno, ok mortimer ingo others