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
/
ctfconv.c
Age
Commit message (
Expand
)
Author
2018-08-08
add unveil(2) to ctfconv(1)
Ricardo Mestre
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-27
Use <elf.h> rather than <sys/exec_elf.h>.
Martin Pieuchot
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-26
Ignore file offset values in section headers that exceed the length of
Jonathan Gray
2017-09-19
fix fd leaks in error paths
Jonathan Gray
2017-08-29
quarterly rescan of the tree: remove unneccessary sys/param.h, and
Theo de Raadt
2017-08-12
tweak usage
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 nested declaration inside union or struct.
Martin Pieuchot
2017-08-11
Do not insert random name for anonymous member.
Martin Pieuchot
2017-08-11
add rcs ids
Jasper Lievisse Adriaanse
2017-08-11
Import a tool for generating CTF data section (SUNW_ctf) based on DWARF
Martin Pieuchot