summaryrefslogtreecommitdiff
path: root/libctf
Commit message (Expand)AuthorAgeFilesLines
...
* libctf: dump header offsets into the debugging outputNick Alcock2019-06-212-0/+8
* libctf: drop mmap()-based CTF data allocatorNick Alcock2019-06-215-89/+32
* libctf: handle errors on dynhash insertion betterNick Alcock2019-06-213-12/+35
* Regenerate with approved autotools versionAlan Modra2019-06-142-1/+5
* libctf: avoid strndupNick Alcock2019-06-073-1/+7
* libctf: explicitly cast more size_t types used in printf()sNick Alcock2019-06-072-7/+17
* libctf: mark various args as unused in the !HAVE_MMAP caseNick Alcock2019-06-073-2/+7
* libctf: eschew %zi format specifierNick Alcock2019-06-053-6/+14
* Use CHAR_BIT instead of NBBY in libctfTom Tromey2019-06-042-6/+13
* libctf: work on platforms without O_CLOEXEC.Nick Alcock2019-06-045-0/+67
* libctf: look for BSD versus GNU qsort_r signaturesNick Alcock2019-06-0410-85/+236
* libctf: fix use-after-free in function dumpingNick Alcock2019-06-042-1/+5
* libctf: fix a number of build problems found on Solaris and NetBSDJose E. Marchesi2019-05-3121-102/+865
* Fix libctf build on non-ELF targets.Nick Alcock2019-05-295-1/+156
* libctf: build systemNick Alcock2019-05-287-0/+9677
* libctf: debug dumpingNick Alcock2019-05-282-0/+599
* libctf: labelsNick Alcock2019-05-282-0/+142
* libctf: library version enforcementNick Alcock2019-05-283-0/+34
* libctf: type copyingNick Alcock2019-05-282-0/+493
* libctf: lookups by name and symbolNick Alcock2019-05-283-0/+377
* libctf: core type lookupNick Alcock2019-05-284-0/+1232
* libctf: ELF file opening via BFDNick Alcock2019-05-284-0/+376
* libctf: mmappable archivesNick Alcock2019-05-284-0/+786
* libctf: openingNick Alcock2019-05-283-0/+1741
* libctf: creation functionsNick Alcock2019-05-283-0/+1615
* libctf: implementation definitions related to file creationNick Alcock2019-05-282-0/+219
* libctf: hashingNick Alcock2019-05-283-0/+311
* libctf: error handlingNick Alcock2019-05-282-0/+97
* libctf: low-level list manipulation and helper utilitiesNick Alcock2019-05-284-0/+276
* libctf: lowest-level memory allocation and debug-dumping wrappersNick Alcock2019-05-283-0/+322