Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-07 | all: fix #includes for AIX, add a few AIX "implementation" files | Ben Huntsman | 1 | -0/+1 | |
2020-01-15 | libmach: Fix type errors in FreeBSD.c | Dan Cross | 1 | -4/+4 | |
The ptrace handlers wanted to take u64int arguments, not ulong. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 48 | -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-07 | libmach: plug another memory leak | Neven Sajko | 1 | -0/+2 | |
Change-Id: Ia5c888db1f0ded2aa92238d994239e46bf52667a | |||||
2020-01-07 | libmach: plug memory leak | Neven Sajko | 1 | -1/+4 | |
Change-Id: I08cb7227c071c7fc2e30f43e07bcf599fc1d174a | |||||
2017-09-01 | libmach: initialize ss variable in stabsline2pc function | David du Colombier | 1 | -1/+2 | |
Fixes #58. | |||||
2017-01-06 | all: fix or silence all INSTALL warnings on macOS | Russ Cox | 2 | -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-27 | all: DragonFly port. | Shenghou Ma | 1 | -0/+318 | |
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046 | |||||
2013-01-30 | libmach: fix crash in dwarfpc (misuse of realloc) | Xi Wang | 1 | -0/+1 | |
R=rsc CC=plan9port.codebot https://codereview.appspot.com/7225059 | |||||
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2012-07-14 | libmach: remove debug print | Russ Cox | 1 | -1/+0 | |
R=rsc http://codereview.appspot.com/6395048 | |||||
2012-03-05 | merge | Russ Cox | 2 | -2/+6 | |
2012-02-19 | libmach, acid, db: 64-bit support | Russ Cox | 22 | -1036/+1968 | |
2010-10-07 | libmach: fix warning about preadn | Russ Cox | 1 | -21/+0 | |
R=rsc http://codereview.appspot.com/2388041 | |||||
2010-09-24 | libmach: more mach-o support | Russ Cox | 5 | -35/+343 | |
R=rsc http://codereview.appspot.com/2277041 | |||||
2010-03-10 | fix type-punned pointer warnings from gcc | Russ Cox | 1 | -3/+3 | |
R=rsc http://codereview.appspot.com/396042 | |||||
2009-08-14 | more licensing | Russ Cox | 1 | -0/+31 | |
2007-11-05 | libmach: move machbyname, mach to crack.c to avoid OS X linker problem | Russ Cox | 3 | -31/+26 | |
2006-04-20 | warning | rsc | 1 | -1/+1 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 16 | -112/+111 | |
2006-02-14 | pointer conversions | rsc | 2 | -2/+2 | |
2006-02-06 | initialize | rsc | 1 | -0/+7 | |
2005-12-14 | shut up compiler | rsc | 1 | -0/+1 | |
2005-11-29 | more mangler | rsc | 3 | -21/+119 | |
2005-11-29 | demangling docs | rsc | 2 | -0/+611 | |
2005-11-29 | test program | rsc | 1 | -0/+27 | |
2005-11-29 | More demangling. | rsc | 2 | -167/+423 | |
2005-11-28 | name mangling, process control | rsc | 6 | -10/+780 | |
2005-08-11 | silence various warnings | rsc | 1 | -1/+1 | |
2005-07-19 | I just hate to be pushed around by some @#$%^& machine. | rsc | 1 | -3/+3 | |
2005-07-13 | gcc4 | rsc | 1 | -0/+1 | |
2005-06-22 | Don't insert a bogus <nil> into printed path. | wkj | 1 | -0/+3 | |
2005-03-28 | more netbsd support. | rsc | 1 | -0/+1 | |
2005-02-11 | use explicit %# | rsc | 1 | -2/+2 | |
2005-02-11 | Remove libthread_db nonsense. | rsc | 3 | -334/+0 | |
2005-02-11 | more pthread | rsc | 3 | -101/+92 | |
2005-01-23 | less verbose | rsc | 1 | -1/+2 | |
2005-01-23 | Start working through proper handling of pthreads when | rsc | 14 | -415/+528 | |
debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems. | |||||
2005-01-18 | free hdr->cmd | rsc | 1 | -0/+1 | |
2005-01-18 | extract cmd in right place | rsc | 3 | -6/+6 | |
2005-01-18 | add core cmd | rsc | 3 | -0/+64 | |
2005-01-14 | signedness | rsc | 1 | -1/+1 | |
2005-01-11 | os x changes | rsc | 3 | -1/+5 | |
2005-01-07 | symopen | rsc | 2 | -2/+2 | |
2005-01-07 | fix sunos | rsc | 2 | -1/+2 | |
2005-01-07 | small hidings | rsc | 6 | -13/+24 | |
2005-01-07 | debugging for sam, and an old fix forgotten | rsc | 2 | -1/+1 | |
2005-01-07 | add declaration for elfdl386mapdl. | rsc | 1 | -1/+2 | |
2005-01-07 | make regdesc global | rsc | 1 | -11/+11 | |
2004-12-29 | GC unused variables. | wkj | 1 | -2/+0 | |