index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libmach
Commit message (
Expand
)
Author
Age
Files
Lines
*
os: OS-dependent bits to support NetBSD.
Christopher Nielsen
2011-12-15
1
-0
/
+46
*
libmach: fix for Plan 9 build
Lucio De Re
2011-11-18
5
-31
/
+33
*
libmach: fix incorrect use of memset
Dave Cheney
2011-09-01
1
-2
/
+2
*
libmach: support reading symbols from Windows .exe for nm
Mateusz Czapli?ski
2011-08-29
1
-0
/
+168
*
build: fix unused parameters
Russ Cox
2011-08-25
4
-15
/
+38
*
libmach: stubs for openbsd
Joel Sing
2011-07-29
1
-0
/
+46
*
build: fixes for mingw-w64
Wei Guangjing
2011-07-25
1
-1
/
+1
*
runtime/cgo: check for errors from pthread_create
Albert Strasheim
2011-06-28
1
-2
/
+11
*
libmach: fix disassembly of FCMOVcc and FCOMI
Anthony Martin
2011-06-23
1
-6
/
+48
*
libmach: fix tracing on linux (for cov)
Anthony Martin
2011-06-22
1
-6
/
+17
*
libmach: use the standardized format for designated initializers.
Jeffrey M Hodges
2011-06-06
2
-852
/
+852
*
pkg: spelling tweaks, I-Z
Robert Hencke
2011-05-30
1
-1
/
+1
*
libmach: fix warnings.
Dave Cheney
2011-04-14
1
-1
/
+1
*
for GCC4.6: fix a bunch of set-and-not-used errors.
Rob Pike
2011-04-14
1
-2
/
+0
*
libmach: fix the windows build.
Rob Pike
2011-04-13
1
-0
/
+8
*
libmach: fix freebsd compiler errors
Russ Cox
2011-04-13
1
-0
/
+5
*
lib9, libmach: Change GOOS references to GOHOSTOS
Evan Shaw
2011-03-15
1
-1
/
+1
*
libmach: correct string comparison to revive 6cov on darwin
Dave Cheney
2011-03-14
1
-1
/
+1
*
gc, ld: detect stale or incompatible object files
Russ Cox
2011-02-03
1
-22
/
+24
*
libmach: detail for darwin errors
Russ Cox
2010-11-05
1
-2
/
+9
*
5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbols
Russ Cox
2010-10-19
1
-29
/
+27
*
various: appease the ubuntu gcc monster
Russ Cox
2010-09-28
1
-2
/
+4
*
libmach: fix build on arm host
Russ Cox
2010-09-15
1
-25
/
+26
*
libmach: fix whitespace.
Nigel Tao
2010-09-12
1
-1
/
+1
*
libmach: fix new thread race with Linux
Russ Cox
2010-09-11
1
-5
/
+11
*
build: $GOBIN defaults to $GOROOT/bin
Russ Cox
2010-08-24
1
-15
/
+3
*
libmach: implement register fetch for 32-bit x86 kernel
Russ Cox
2010-08-20
1
-9
/
+31
*
cov and prof: implement windows version (just function stubs and build mods)
Joe Poirier
2010-07-30
2
-0
/
+63
*
libmach: correct handling of .5 files with D_REGREG addresses
Russ Cox
2010-07-22
1
-0
/
+3
*
6a: assemble CMPPD as 6l expects
Russ Cox
2010-07-01
1
-3
/
+10
*
libmach: skip __nl_symbol_ptr section on OS X
Russ Cox
2010-05-24
1
-0
/
+2
*
rename GOOS=mingw to GOOS=windows
Alex Brainman
2010-04-29
1
-1
/
+1
*
libmach: disassemble MOVLQZX correctly
Russ Cox
2010-04-26
1
-2
/
+6
*
gc: implement panic and recover
Russ Cox
2010-03-31
1
-2
/
+0
*
libmach: more info when memory reads fail on Darwin
Russ Cox
2010-03-20
1
-2
/
+4
*
8a/8l: Added FCMOVcc instructions
Evan Shaw
2010-02-18
1
-0
/
+8
*
libmach: Add disassembly for newly implemented opcodes
Evan Shaw
2010-01-06
1
-0
/
+4
*
libmach: fix disassembly of MOVLQSX
Russ Cox
2009-12-04
1
-1
/
+1
*
Ports of lib9, libbio and libmach to Windows.
Hector Chu
2009-11-30
1
-0
/
+5
*
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
2009-11-23
1
-3
/
+3
*
two more if(h<0) that gcc 4.3 -O2 miscompiles
Russ Cox
2009-11-23
1
-3
/
+1
*
FreeBSD-specific porting work.
Devon H. O'Dell
2009-11-17
1
-0
/
+41
*
fix build after Mercurial move.
Russ Cox
2009-10-22
2
-1
/
+7
*
support for 5.out files
Russ Cox
2009-10-19
5
-14
/
+1202
*
8c, 8l dynamic loading support.
Russ Cox
2009-10-03
1
-5
/
+7
*
use $(shell uname) instead of $GOOS when
Russ Cox
2009-09-22
1
-1
/
+1
*
fix bug introduced in 33293
Russ Cox
2009-09-02
1
-1
/
+1
*
Zero thread structure so we don't continue with a bogus
Austin Clements
2009-08-14
1
-0
/
+1
*
Make the runtime correctly decode the symbol table history
Austin Clements
2009-08-14
1
-4
/
+2
*
rename libmach_amd64 libmach
Rob Pike
2009-08-14
21
-0
/
+9694