aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/crackelf.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-6/+5
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2012-02-19libmach, acid, db: 64-bit supportRuss Cox1-5/+7
2005-01-23Start working through proper handling of pthreads whenrsc1-145/+36
debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems.
2005-01-18extract cmd in right placersc1-4/+4
2005-01-18add core cmdrsc1-0/+62
2004-12-25better unwinding for 386.rsc1-3/+10
command-line extraction from core files on linux and freebsd. move linux ureg into ureg386.h (used in many places).
2004-07-09Compare function pointers against 0 rather than nil.wkj1-1/+1
2004-04-20fix various bugs for sunosrsc1-1/+1
2004-04-19libmachrsc1-0/+342