aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/opensolaris/common/ctf
Commit message (Expand)AuthorAgeFilesLines
* libctf: Fix recursive descent into anonymous SOU fieldsMark Johnston2022-04-121-2/+2
* libctf: Handle CTFv3 containersMark Johnston2022-03-077-420/+893
* libctf: Use const ctf_file_t references in string lookup routinesMark Johnston2022-02-232-5/+5
* libctf: Remove checks for CTFv1Mark Johnston2022-02-232-13/+8
* libctf: Rip out CTFv1 supportMark Johnston2022-02-101-35/+1
* libctf: Use ctf_type_t instead of struct ctf_typeMark Johnston2022-02-101-1/+1
* libctf: Improve check for duplicate SOU definitions in ctf_add_type()Mark Johnston2021-10-041-27/+73
* libctf: Adjust logic to match upstream after 410556f1fMark Johnston2021-03-281-3/+3
* libctf: Fix an out-of-bounds read in ctf_lookup_by_name()Domagoj Stolfa2021-03-271-2/+3
* When copying types from one CTF container to another, ensure that weJonathan T. Looney2020-11-201-2/+2
* When copying types from one CTF container to another, ensure that weJonathan T. Looney2020-11-171-1/+22
* libctf: Don't construct pointers to out of bounds array offsetsConrad Meyer2018-03-261-3/+5
* Recursively enumerate anonymous structs and unions in ctf_member_info().Mark Johnston2016-08-301-7/+24
* ctf_add_type(): when looking up an integer or floating point type in theMark Johnston2015-05-101-4/+17
* When copying a type from a source CTF container to a destination container,Mark Johnston2015-03-111-4/+7
* CTF containers use the ctf_dtoldid field as a threshold type index whichMark Johnston2015-03-101-2/+2
* ctf_discard(): fetch the next list element before restarting the loop. IfMark Johnston2015-03-101-1/+1
* MFV illumosRui Paulo2014-06-262-9/+120
* Quiesce warning assigning to void * from const ctf_header_t * by explicity ca...Sean Bruno2013-11-041-1/+1
* MFV r254422:Xin LI2013-08-234-16/+204
* This commit was generated by cvs2svn to compensate for changes in r178525,John Birrell2008-04-2510-0/+4578