Age | Commit message (Expand) | Author | Files | Lines |
2019-06-07 | libctf: mark various args as unused in the !HAVE_MMAP case | Nick Alcock | 3 | -2/+7 |
2019-06-05 | libctf: eschew %zi format specifier | Nick Alcock | 3 | -6/+14 |
2019-06-04 | Use CHAR_BIT instead of NBBY in libctf | Tom Tromey | 2 | -6/+13 |
2019-06-04 | libctf: work on platforms without O_CLOEXEC. | Nick Alcock | 5 | -0/+67 |
2019-06-04 | libctf: look for BSD versus GNU qsort_r signatures | Nick Alcock | 10 | -85/+236 |
2019-06-04 | libctf: fix use-after-free in function dumping | Nick Alcock | 2 | -1/+5 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 21 | -102/+865 |
2019-05-29 | Fix libctf build on non-ELF targets. | Nick Alcock | 5 | -1/+156 |
2019-05-28 | libctf: build system | Nick Alcock | 7 | -0/+9677 |
2019-05-28 | libctf: debug dumping | Nick Alcock | 2 | -0/+599 |
2019-05-28 | libctf: labels | Nick Alcock | 2 | -0/+142 |
2019-05-28 | libctf: library version enforcement | Nick Alcock | 3 | -0/+34 |
2019-05-28 | libctf: type copying | Nick Alcock | 2 | -0/+493 |
2019-05-28 | libctf: lookups by name and symbol | Nick Alcock | 3 | -0/+377 |
2019-05-28 | libctf: core type lookup | Nick Alcock | 4 | -0/+1232 |
2019-05-28 | libctf: ELF file opening via BFD | Nick Alcock | 4 | -0/+376 |
2019-05-28 | libctf: mmappable archives | Nick Alcock | 4 | -0/+786 |
2019-05-28 | libctf: opening | Nick Alcock | 3 | -0/+1741 |
2019-05-28 | libctf: creation functions | Nick Alcock | 3 | -0/+1615 |
2019-05-28 | libctf: implementation definitions related to file creation | Nick Alcock | 2 | -0/+219 |
2019-05-28 | libctf: hashing | Nick Alcock | 3 | -0/+311 |
2019-05-28 | libctf: error handling | Nick Alcock | 2 | -0/+97 |
2019-05-28 | libctf: low-level list manipulation and helper utilities | Nick Alcock | 4 | -0/+276 |
2019-05-28 | libctf: lowest-level memory allocation and debug-dumping wrappers | Nick Alcock | 3 | -0/+322 |