aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/Linux.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-5/+4
| | | | | | | | | 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>
* libmach, acid, db: 64-bit supportRuss Cox2012-02-191-4/+4
|
* fix type-punned pointer warnings from gccRuss Cox2010-03-101-3/+3
| | | | | R=rsc http://codereview.appspot.com/396042
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* pointer conversionsrsc2006-02-141-1/+1
|
* name mangling, process controlrsc2005-11-281-10/+20
|
* Remove libthread_db nonsense.rsc2005-02-111-95/+0
|
* more pthreadrsc2005-02-111-0/+41
|
* Start working through proper handling of pthreads whenrsc2005-01-231-190/+1
| | | | | debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems.
* small hidingsrsc2005-01-071-3/+1
|
* better unwinding for 386.rsc2004-12-251-28/+237
| | | | | | command-line extraction from core files on linux and freebsd. move linux ureg into ureg386.h (used in many places).
* back to 32 bit for nowrsc2004-06-111-10/+5
|
* maybe 64-bit betterrsc2004-06-111-5/+10
|
* various bug fixesrsc2004-05-051-7/+42
|
* libmachrsc2004-04-191-0/+450