Age | Commit message (Expand) | Author | Files | Lines |
2019-10-03 | libctf: remove ctf_malloc, ctf_free and ctf_strdup | Nick Alcock | 1 | -2/+2 |
2019-10-03 | libctf: handle nonrepresentable types at link time | Nick Alcock | 1 | -1/+2 |
2019-10-03 | libctf: installable libctf as a shared library | Nick Alcock | 1 | -0/+2 |
2019-10-03 | libctf: get rid of a disruptive public include of <sys/param.h> | Nick Alcock | 1 | -1/+0 |
2019-10-03 | libctf: add CU-mapping machinery | Nick Alcock | 1 | -0/+10 |
2019-10-03 | libctf: add linking of the variable section | Nick Alcock | 1 | -1/+2 |
2019-10-03 | libctf: add the ctf_link machinery | Nick Alcock | 1 | -2/+37 |
2019-10-03 | libctf: write CTF files to memory, and CTF archives to fds | Nick Alcock | 1 | -1/+4 |
2019-10-03 | libctf: Add iteration over non-root types | Nick Alcock | 1 | -0/+2 |
2019-10-03 | libctf: allow the header to change between versions | Nick Alcock | 1 | -0/+2 |
2019-07-18 | libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_raw | Nick Alcock | 1 | -1/+4 |
2019-05-31 | libctf: fix a number of build problems found on Solaris and NetBSD | Jose E. Marchesi | 1 | -7/+5 |
2019-05-28 | libctf: debug dumping | Nick Alcock | 1 | -0/+7 |
2019-05-28 | libctf: labels | Nick Alcock | 1 | -0/+9 |
2019-05-28 | libctf: library version enforcement | Nick Alcock | 1 | -0/+1 |
2019-05-28 | libctf: lookups by name and symbol | Nick Alcock | 1 | -0/+7 |
2019-05-28 | libctf: core type lookup | Nick Alcock | 1 | -0/+36 |
2019-05-28 | libctf: ELF file opening via BFD | Nick Alcock | 1 | -0/+20 |
2019-05-28 | libctf: mmappable archives | Nick Alcock | 1 | -0/+30 |
2019-05-28 | libctf: opening | Nick Alcock | 1 | -0/+13 |
2019-05-28 | libctf: creation functions | Nick Alcock | 1 | -0/+129 |
2019-05-28 | libctf: error handling | Nick Alcock | 1 | -0/+2 |
2019-05-28 | libctf: lowest-level memory allocation and debug-dumping wrappers | Nick Alcock | 1 | -0/+3 |
2019-05-28 | include: new header ctf-api.h | Nick Alcock | 1 | -0/+130 |