summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctfconv/pool.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* quarterly rescan of the tree: remove unneccessary sys/param.h, andderaadt2017-08-291-2/+2
| | | | annotate the ones which are needed.
* add rcs idsjasper2017-08-111-0/+2
|
* Import a tool for generating CTF data section (SUNW_ctf) based on DWARFmpi2017-08-111-0/+103
information. ctfconv(1) support multiple CUs in order to work on binaries. ctfstrip(1) works like strip(1) but also insert a .SUNW_ctf section inside a binary. ok deraadt@, kettenis@, jasper@