summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctfdump (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use 0 as exit value if no error has been found in the CTF section.mpi2019-09-031-7/+7
* Remove leftover elf.csunil2019-05-141-0/+0
* Use elf(3) api instead of an ad-hoc elf parser.sunil2019-05-143-420/+106
* Fix a buffer over-read while dumping functions.sunil2019-03-161-1/+4
* Fix a buffer over-read while dumping structs/unions.sunil2019-03-161-1/+7
* Fix a buffer over-read while dumping enums.sunil2019-03-161-1/+4
* Verify that every section header lies within the mapped file.mpi2017-11-141-16/+38
* Use the symtab's sh_link to get the string table section.mpi2017-11-062-17/+28
* Fix formatting in the case where a symbol table isn't present.mpi2017-11-031-3/+3
* Disable relocation until it is shown to be necessary. This codempi2017-11-011-1/+3
* Correctly handle binaries without string table.mpi2017-10-281-1/+4
* Correct an integer overflow check to detect invalid CTF section.mpi2017-10-281-3/+4
* Print values as unsigned when dumping header.mpi2017-10-281-8/+8
* Prevent out-of-bound with malformed type entry.mpi2017-10-271-10/+20
* Prevent out-of-bound leading to an invalid pointer dereference whenmpi2017-10-271-4/+8
* Use <elf.h> rather than <sys/exec_elf.h>.mpi2017-10-272-4/+4
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-2/+9
* Typo in header dump, from sbz@FreeBSDmpi2017-10-161-2/+2
* add boundary tests to avoid some crashes found with afljsg2017-10-051-1/+7
* sync elf.c with ctfconvjsg2017-10-052-16/+40
* Fix off by one in ctf_enc2name (who uses SIGNED BOOL anyway?)uwe2017-09-231-2/+2
* Show floating-point encoding by name in ctfdump(1)uwe2017-09-231-3/+19
* fix fd leaks in error pathsjsg2017-09-191-1/+3
* quarterly rescan of the tree: remove unneccessary sys/param.h, andderaadt2017-08-292-4/+3
* move pledge after setlocale as suggested by tb@jasper2017-08-111-3/+3
* pledge ctfdump to stdio and rpathjasper2017-08-111-1/+4
* tweak previous;jmc2017-08-111-4/+4
* add rcs idsjasper2017-08-113-0/+5
* Import a tool for dumping the contents of CTF data section (SUNW_ctf).mpi2017-08-114-0/+979