aboutsummaryrefslogtreecommitdiff
path: root/src/libmach
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman1-0/+1
2020-01-15libmach: Fix type errors in FreeBSD.cDan Cross1-4/+4
The ptrace handlers wanted to take u64int arguments, not ulong. Signed-off-by: Dan Cross <cross@gajendra.net>
2020-01-10Trivial changes: whitespace and modes.Dan Cross48-154/+123
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>
2020-01-07libmach: plug another memory leakNeven Sajko1-0/+2
Change-Id: Ia5c888db1f0ded2aa92238d994239e46bf52667a
2020-01-07libmach: plug memory leakNeven Sajko1-1/+4
Change-Id: I08cb7227c071c7fc2e30f43e07bcf599fc1d174a
2017-09-01libmach: initialize ss variable in stabsline2pc functionDavid du Colombier1-1/+2
Fixes #58.
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox2-4/+4
Should be a clean build now. Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067 Reviewed-on: https://plan9port-review.googlesource.com/2781 Reviewed-by: Russ Cox <rsc@swtch.com>
2014-02-27all: DragonFly port.Shenghou Ma1-0/+318
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
2013-01-30libmach: fix crash in dwarfpc (misuse of realloc)Xi Wang1-0/+1
R=rsc CC=plan9port.codebot https://codereview.appspot.com/7225059
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/6744054
2012-07-14libmach: remove debug printRuss Cox1-1/+0
R=rsc http://codereview.appspot.com/6395048
2012-03-05mergeRuss Cox2-2/+6
2012-02-19libmach, acid, db: 64-bit supportRuss Cox22-1036/+1968
2010-10-07libmach: fix warning about preadnRuss Cox1-21/+0
R=rsc http://codereview.appspot.com/2388041
2010-09-24libmach: more mach-o supportRuss Cox5-35/+343
R=rsc http://codereview.appspot.com/2277041
2010-03-10fix type-punned pointer warnings from gccRuss Cox1-3/+3
R=rsc http://codereview.appspot.com/396042
2009-08-14more licensingRuss Cox1-0/+31
2007-11-05libmach: move machbyname, mach to crack.c to avoid OS X linker problemRuss Cox3-31/+26
2006-04-20warningrsc1-1/+1
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc16-112/+111
2006-02-14pointer conversionsrsc2-2/+2
2006-02-06initializersc1-0/+7
2005-12-14shut up compilerrsc1-0/+1
2005-11-29more manglerrsc3-21/+119
2005-11-29demangling docsrsc2-0/+611
2005-11-29test programrsc1-0/+27
2005-11-29More demangling.rsc2-167/+423
2005-11-28name mangling, process controlrsc6-10/+780
2005-08-11silence various warningsrsc1-1/+1
2005-07-19I just hate to be pushed around by some @#$%^& machine.rsc1-3/+3
2005-07-13gcc4rsc1-0/+1
2005-06-22Don't insert a bogus <nil> into printed path.wkj1-0/+3
2005-03-28more netbsd support.rsc1-0/+1
2005-02-11use explicit %#rsc1-2/+2
2005-02-11Remove libthread_db nonsense.rsc3-334/+0
2005-02-11more pthreadrsc3-101/+92
2005-01-23less verbosersc1-1/+2
2005-01-23Start working through proper handling of pthreads whenrsc14-415/+528
debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems.
2005-01-18free hdr->cmdrsc1-0/+1
2005-01-18extract cmd in right placersc3-6/+6
2005-01-18add core cmdrsc3-0/+64
2005-01-14signednessrsc1-1/+1
2005-01-11os x changesrsc3-1/+5
2005-01-07symopenrsc2-2/+2
2005-01-07fix sunosrsc2-1/+2
2005-01-07small hidingsrsc6-13/+24
2005-01-07debugging for sam, and an old fix forgottenrsc2-1/+1
2005-01-07add declaration for elfdl386mapdl.rsc1-1/+2
2005-01-07make regdesc globalrsc1-11/+11
2004-12-29GC unused variables.wkj1-2/+0