Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2004-12-28 | declare elfdl386mapdl | rsc | 1 | -0/+1 | |
2004-12-28 | move linux ureg code to portable file | rsc | 2 | -0/+37 | |
2004-12-27 | more features | rsc | 5 | -0/+676 | |
2004-12-25 | better unwinding for 386. | rsc | 13 | -107/+493 | |
command-line extraction from core files on linux and freebsd. move linux ureg into ureg386.h (used in many places). | |||||
2004-07-09 | Compare function pointers against 0 rather than nil. | wkj | 5 | -5/+5 | |
2004-06-11 | back to 32 bit for now | rsc | 7 | -48/+43 | |
2004-06-11 | maybe 64-bit better | rsc | 7 | -43/+48 | |