summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctfconv/ctfconv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add unveil(2) to ctfconv(1)mestre2018-08-081-4/+13
* Use the symtab's sh_link to get the string table section.mpi2017-11-061-9/+5
* Make dump_itype() dump enum members.mpi2017-11-031-2/+6
* Fix a format string warning in dump_type().mpi2017-11-031-2/+2
* Use <elf.h> rather than <sys/exec_elf.h>.mpi2017-10-271-2/+2
* Check that the end of sections do not exceed the filesize for bothjsg2017-09-291-3/+3
* Do not segfault when the string table is invalid or not present.mpi2017-09-291-13/+34
* Ignore file offset values in section headers that exceed the length ofjsg2017-09-261-6/+6
* fix fd leaks in error pathsjsg2017-09-191-1/+3
* quarterly rescan of the tree: remove unneccessary sys/param.h, andderaadt2017-08-291-2/+1
* tweak usagejasper2017-08-121-3/+2
* pledge ctfconvjasper2017-08-111-7/+16
* make 'dump' mutually exclusive with writing out the data, to ease pledingjasper2017-08-111-4/+9
* Fix nested declaration inside union or struct.mpi2017-08-111-2/+2
* Do not insert random name for anonymous member.mpi2017-08-111-2/+2
* add rcs idsjasper2017-08-111-0/+2
* Import a tool for generating CTF data section (SUNW_ctf) based on DWARFmpi2017-08-111-0/+452