aboutsummaryrefslogtreecommitdiff
path: root/src/libmach
Commit message (Collapse)AuthorAgeFilesLines
* DragonFly: fix buildDan Cross2025-07-251-4/+4
| | | | Fix the build for DragonFlyBSD.
* all: clean up misleading indentation warningsDan Cross2025-07-251-2/+4
| | | | | | | | | Misleading indentation warnings are actually useful, as they will occasionally reveal actual bugs (cf the apple `goto fail` security bug from a few years ago). Newer versions of clang (at least) are more aggressive about warnings in this regard, which has exposed a few warnings that are annoying. However, they are easy to address.
* all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman2020-05-071-0/+1
|
* libmach: Fix type errors in FreeBSD.cDan Cross2020-01-151-4/+4
| | | | | | | The ptrace handlers wanted to take u64int arguments, not ulong. Signed-off-by: Dan Cross <cross@gajendra.net>
* Trivial changes: whitespace and modes.Dan Cross2020-01-1048-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>
* libmach: plug another memory leakNeven Sajko2020-01-071-0/+2
| | | | Change-Id: Ia5c888db1f0ded2aa92238d994239e46bf52667a
* libmach: plug memory leakNeven Sajko2020-01-071-1/+4
| | | | Change-Id: I08cb7227c071c7fc2e30f43e07bcf599fc1d174a
* libmach: initialize ss variable in stabsline2pc functionDavid du Colombier2017-09-011-1/+2
| | | | Fixes #58.
* all: fix or silence all INSTALL warnings on macOSRuss Cox2017-01-062-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>
* all: DragonFly port.Shenghou Ma2014-02-271-0/+318
| | | | | | | | Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
* libmach: fix crash in dwarfpc (misuse of realloc)Xi Wang2013-01-301-0/+1
| | | | | | R=rsc CC=plan9port.codebot https://codereview.appspot.com/7225059
* fix clang warnings reported by Tuncer AyazRuss Cox2012-10-211-1/+1
| | | | | R=rsc http://codereview.appspot.com/6744054
* libmach: remove debug printRuss Cox2012-07-141-1/+0
| | | | | R=rsc http://codereview.appspot.com/6395048
* mergeRuss Cox2012-03-052-2/+6
|
* libmach, acid, db: 64-bit supportRuss Cox2012-02-1922-1036/+1968
|
* libmach: fix warning about preadnRuss Cox2010-10-071-21/+0
| | | | | R=rsc http://codereview.appspot.com/2388041
* libmach: more mach-o supportRuss Cox2010-09-245-35/+343
| | | | | R=rsc http://codereview.appspot.com/2277041
* fix type-punned pointer warnings from gccRuss Cox2010-03-101-3/+3
| | | | | R=rsc http://codereview.appspot.com/396042
* more licensingRuss Cox2009-08-141-0/+31
|
* libmach: move machbyname, mach to crack.c to avoid OS X linker problemRuss Cox2007-11-053-31/+26
|
* warningrsc2006-04-201-1/+1
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-0116-112/+111
|
* pointer conversionsrsc2006-02-142-2/+2
|
* initializersc2006-02-061-0/+7
|
* shut up compilerrsc2005-12-141-0/+1
|
* more manglerrsc2005-11-293-21/+119
|
* demangling docsrsc2005-11-292-0/+611
|
* test programrsc2005-11-291-0/+27
|
* More demangling.rsc2005-11-292-167/+423
|
* name mangling, process controlrsc2005-11-286-10/+780
|
* silence various warningsrsc2005-08-111-1/+1
|
* I just hate to be pushed around by some @#$%^& machine.rsc2005-07-191-3/+3
|
* gcc4rsc2005-07-131-0/+1
|
* Don't insert a bogus <nil> into printed path.wkj2005-06-221-0/+3
|
* more netbsd support.rsc2005-03-281-0/+1
|
* use explicit %#rsc2005-02-111-2/+2
|
* Remove libthread_db nonsense.rsc2005-02-113-334/+0
|
* more pthreadrsc2005-02-113-101/+92
|
* less verbosersc2005-01-231-1/+2
|
* Start working through proper handling of pthreads whenrsc2005-01-2314-415/+528
| | | | | debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems.
* free hdr->cmdrsc2005-01-181-0/+1
|
* extract cmd in right placersc2005-01-183-6/+6
|
* add core cmdrsc2005-01-183-0/+64
|
* signednessrsc2005-01-141-1/+1
|
* os x changesrsc2005-01-113-1/+5
|
* symopenrsc2005-01-072-2/+2
|
* fix sunosrsc2005-01-072-1/+2
|
* small hidingsrsc2005-01-076-13/+24
|
* debugging for sam, and an old fix forgottenrsc2005-01-072-1/+1
|
* add declaration for elfdl386mapdl.rsc2005-01-071-1/+2
|