summaryrefslogtreecommitdiff
path: root/src/libmach
Commit message (Expand)AuthorAgeFilesLines
* libmach: use the standardized format for designated initializers.Jeffrey M Hodges2011-06-062-852/+852
* pkg: spelling tweaks, I-ZRobert Hencke2011-05-301-1/+1
* libmach: fix warnings.Dave Cheney2011-04-141-1/+1
* for GCC4.6: fix a bunch of set-and-not-used errors.Rob Pike2011-04-141-2/+0
* libmach: fix the windows build.Rob Pike2011-04-131-0/+8
* libmach: fix freebsd compiler errorsRuss Cox2011-04-131-0/+5
* lib9, libmach: Change GOOS references to GOHOSTOSEvan Shaw2011-03-151-1/+1
* libmach: correct string comparison to revive 6cov on darwinDave Cheney2011-03-141-1/+1
* gc, ld: detect stale or incompatible object filesRuss Cox2011-02-031-22/+24
* libmach: detail for darwin errorsRuss Cox2010-11-051-2/+9
* 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbolsRuss Cox2010-10-191-29/+27
* various: appease the ubuntu gcc monsterRuss Cox2010-09-281-2/+4
* libmach: fix build on arm hostRuss Cox2010-09-151-25/+26
* libmach: fix whitespace.Nigel Tao2010-09-121-1/+1
* libmach: fix new thread race with LinuxRuss Cox2010-09-111-5/+11
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-15/+3
* libmach: implement register fetch for 32-bit x86 kernelRuss Cox2010-08-201-9/+31
* cov and prof: implement windows version (just function stubs and build mods)Joe Poirier2010-07-302-0/+63
* libmach: correct handling of .5 files with D_REGREG addressesRuss Cox2010-07-221-0/+3
* 6a: assemble CMPPD as 6l expectsRuss Cox2010-07-011-3/+10
* libmach: skip __nl_symbol_ptr section on OS XRuss Cox2010-05-241-0/+2
* rename GOOS=mingw to GOOS=windowsAlex Brainman2010-04-291-1/+1
* libmach: disassemble MOVLQZX correctlyRuss Cox2010-04-261-2/+6
* gc: implement panic and recoverRuss Cox2010-03-311-2/+0
* libmach: more info when memory reads fail on DarwinRuss Cox2010-03-201-2/+4
* 8a/8l: Added FCMOVcc instructionsEvan Shaw2010-02-181-0/+8
* libmach: Add disassembly for newly implemented opcodesEvan Shaw2010-01-061-0/+4
* libmach: fix disassembly of MOVLQSXRuss Cox2009-12-041-1/+1
* Ports of lib9, libbio and libmach to Windows.Hector Chu2009-11-301-0/+5
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-3/+3
* two more if(h<0) that gcc 4.3 -O2 miscompilesRuss Cox2009-11-231-3/+1
* FreeBSD-specific porting work.Devon H. O'Dell2009-11-171-0/+41
* fix build after Mercurial move.Russ Cox2009-10-222-1/+7
* support for 5.out filesRuss Cox2009-10-195-14/+1202
* 8c, 8l dynamic loading support.Russ Cox2009-10-031-5/+7
* use $(shell uname) instead of $GOOS whenRuss Cox2009-09-221-1/+1
* fix bug introduced in 33293Russ Cox2009-09-021-1/+1
* Zero thread structure so we don't continue with a bogusAustin Clements2009-08-141-0/+1
* Make the runtime correctly decode the symbol table historyAustin Clements2009-08-141-4/+2
* rename libmach_amd64 libmachRob Pike2009-08-1421-0/+9694