summaryrefslogtreecommitdiff
path: root/usr.bin/ctfconv/ctfconv.c
AgeCommit message (Expand)Author
2018-08-08add unveil(2) to ctfconv(1)Ricardo Mestre
2017-11-06Use the symtab's sh_link to get the string table section.Martin Pieuchot
2017-11-03Make dump_itype() dump enum members.Martin Pieuchot
2017-11-03Fix a format string warning in dump_type().Martin Pieuchot
2017-10-27Use <elf.h> rather than <sys/exec_elf.h>.Martin Pieuchot
2017-09-29Check that the end of sections do not exceed the filesize for bothJonathan Gray
2017-09-29Do not segfault when the string table is invalid or not present.Martin Pieuchot
2017-09-26Ignore file offset values in section headers that exceed the length ofJonathan Gray
2017-09-19fix fd leaks in error pathsJonathan Gray
2017-08-29quarterly rescan of the tree: remove unneccessary sys/param.h, andTheo de Raadt
2017-08-12tweak usageJasper Lievisse Adriaanse
2017-08-11pledge ctfconvJasper Lievisse Adriaanse
2017-08-11make 'dump' mutually exclusive with writing out the data, to ease pledingJasper Lievisse Adriaanse
2017-08-11Fix nested declaration inside union or struct.Martin Pieuchot
2017-08-11Do not insert random name for anonymous member.Martin Pieuchot
2017-08-11add rcs idsJasper Lievisse Adriaanse
2017-08-11Import a tool for generating CTF data section (SUNW_ctf) based on DWARFMartin Pieuchot