index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ctfconv
Age
Commit message (
Expand
)
Author
2021-10-25
Zap unused variables/functions under /usr/src/*bin/
Klemens Nanni
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2019-11-11
Typo.
Martin Pieuchot
2019-11-07
Don't stop parsing functions when variables are declared before arguments.
Martin Pieuchot
2019-11-07
Do a better job at guessing the name of localy defined static variables.
Martin Pieuchot
2019-11-07
Stop remembering the type of local variables.
Martin Pieuchot
2019-10-15
Include the .SUNW_ctf section in bsd.gdb
Martin Pieuchot
2019-05-27
Use getopts instead of getopt(1)
Jeremie Courreges-Anglas
2019-02-18
Using getopt(1) is more idiomatic and consistent with other scripts.
Sunil Nimmagadda
2019-02-18
Fix in-place stripping by using correct form of parameter substitution.
Sunil Nimmagadda
2018-08-08
add unveil(2) to ctfconv(1)
Ricardo Mestre
2018-01-31
Consider integer/float size during base type comparisons.
Martin Pieuchot
2017-11-14
Verify that every section header lies within the mapped file.
Martin Pieuchot
2017-11-06
Use the symtab's sh_link to get the string table section.
Martin Pieuchot
2017-11-03
Make dump_itype() dump enum members.
Martin Pieuchot
2017-11-03
Fix a format string warning in dump_type().
Martin Pieuchot
2017-10-31
Merge type forward declarations with real ones as soon as they are found.
Martin Pieuchot
2017-10-28
Document the use of a rbtree for resolving types inside a single CU.
Martin Pieuchot
2017-10-28
Define nitems() locally and stop including <sys/param.h>
Martin Pieuchot
2017-10-27
Use <elf.h> rather than <sys/exec_elf.h>.
Martin Pieuchot
2017-10-17
add missing HISTORY; based on CVS logs and release announcements
Ingo Schwarze
2017-09-30
Add some more boundary checks and prevent an attempt to divide by zero
Jonathan Gray
2017-09-29
Check that the end of sections do not exceed the filesize for both
Jonathan Gray
2017-09-29
Do not segfault when the string table is invalid or not present.
Martin Pieuchot
2017-09-27
Unserstand DW_OP_bregN locations.
Martin Pieuchot
2017-09-26
Ignore file offset values in section headers that exceed the length of
Jonathan Gray
2017-09-26
Return the correct error value in generate().
Martin Pieuchot
2017-09-24
Handle parse_base() returning NULL for DW_TAG_base_type to avoid
Jonathan Gray
2017-09-24
Ignore DW_FORM_strp with size larger than elf section buffer
Jonathan Gray
2017-09-19
fix fd leaks in error paths
Jonathan Gray
2017-09-04
Fix typo in comment; ok mpi@
anton
2017-08-29
quarterly rescan of the tree: remove unneccessary sys/param.h, and
Theo de Raadt
2017-08-28
spelling/grammar fixes;
Jason McIntyre
2017-08-15
proper fix for previous and add missing quotes
Jasper Lievisse Adriaanse
2017-08-14
simplify LABEL extraction; from tb@
Jasper Lievisse Adriaanse
2017-08-13
Fix arguments that are passed to strip(1). In particular,
Visa Hankala
2017-08-12
ouch - failed to spot typo in previous too, even though my spell checker
Jason McIntyre
2017-08-12
zap trailing whitespace (sorry - failed to spot in previous);
Jason McIntyre
2017-08-12
make this properly portable:
Jasper Lievisse Adriaanse
2017-08-12
tweak usage
Jasper Lievisse Adriaanse
2017-08-12
fallback to strip(1) in case ctfconv(1) couldn't handle the file (i.e. when
Jasper Lievisse Adriaanse
2017-08-11
pledge ctfconv
Jasper Lievisse Adriaanse
2017-08-11
make 'dump' mutually exclusive with writing out the data, to ease pleding
Jasper Lievisse Adriaanse
2017-08-11
Fix typo in SEE ALSO section.
Nayden Markatchev
2017-08-11
Fix nested declaration inside union or struct.
Martin Pieuchot
2017-08-11
tweak previous;
Jason McIntyre
2017-08-11
Do not insert random name for anonymous member.
Martin Pieuchot
2017-08-11
- use mktemp to provide the tempfile name and clean it up properly
Jasper Lievisse Adriaanse
2017-08-11
add rcs ids
Jasper Lievisse Adriaanse
2017-08-11
CVS Id and license.
Martin Pieuchot
[next]