summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctfconv/ctfconv.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-2/+9
|
* ouch - failed to spot typo in previous too, even though my spell checkerjmc2017-08-121-2/+2
| | | | was doing one!
* zap trailing whitespace (sorry - failed to spot in previous);jmc2017-08-121-2/+2
|
* tweak usagejasper2017-08-121-5/+6
| | | | prompted by and ok jmc@
* make 'dump' mutually exclusive with writing out the data, to ease pledingjasper2017-08-111-2/+3
| | | | ok mpi@
* tweak previous;jmc2017-08-111-3/+3
|
* add rcs idsjasper2017-08-111-0/+1
|
* Import a tool for generating CTF data section (SUNW_ctf) based on DWARFmpi2017-08-111-0/+57
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@