index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
runtime
Age
Commit message (
Expand
)
Author
2009-12-07
runtime: don't touch pages of memory unnecessarily.
Russ Cox
2009-12-07
runtime: introduce unsafe.New and unsafe.NewArray
Russ Cox
2009-12-07
pick off special one-byte case in copy. worth 2x in benchmarks (38ns->16ns).
Rob Pike
2009-12-06
runtime: disable pointer scan optimization
Russ Cox
2009-12-04
gc/runtime: pass type structure to makeslice.
Russ Cox
2009-12-04
runtime: shift the index for the sort by one.
Adam Langley
2009-12-04
Remove global chanlock.
Adam Langley
2009-12-03
runtime: fix Caller crash on 386.
Russ Cox
2009-12-03
runtime: malloc fixes
Russ Cox
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
2009-11-20
Missed a reference to sc instead of mc in 157065.
William Josephson
2009-11-20
FreeBSD's mcontext isn't exactly the same as sigcontext, so
Devon H. O'Dell
2009-11-20
x[y:] for strings
Russ Cox
2009-11-20
x[lo:] - gc and runtime.
Russ Cox
2009-11-19
reflect fixes
Russ Cox
2009-11-19
runtime: mask signals during signal handler on OS X
Russ Cox
2009-11-18
runtime: fix bug on darwin/amd64 - bad g in bsdthread_start
Russ Cox
2009-11-18
More FreeBSD-touchups. Thundercats are GOOOOO!
Devon H. O'Dell
2009-11-18
bugs in memmove:
Rob Pike
2009-11-18
Remove unnecessary execute bits.
William Josephson
2009-11-18
Add an intptr type to runtime; needed in FreeBSD
Devon H. O'Dell
2009-11-17
FreeBSD/i386 work
Devon H. O'Dell
2009-11-17
runtime: add ARM memmove
Russ Cox
2009-11-17
copy tweaks
Russ Cox
2009-11-17
runtime: two trivial but important bug fixes
Russ Cox
2009-11-17
bug in copy
Ken Thompson
2009-11-17
install copy predefined
Ken Thompson
2009-11-17
runtime: do not create new threads during malloc.
Russ Cox
2009-11-17
improve documentation of runtime. there was no mention of types.
Rob Pike
2009-11-17
syscall: use correct pointer in recvfrom/sendto.
Russ Cox
2009-11-17
FreeBSD-specific porting work.
Devon H. O'Dell
2009-11-16
runtime: make signal handler work on 386
Russ Cox
2009-11-15
runtime: avoid crash in Caller
Russ Cox
2009-11-13
runtime: warn about SELinux based mmap failures on Linux.
Adam Langley
2009-11-12
fix style nit ignored in previous cl
Kai Backman
2009-11-12
add support for pre arm v6 cas. set GOARM=5 to enable.
Kai Backman
2009-11-11
add cache flushing call after generating closure.
Kai Backman
2009-11-10
update old comment: things are much better now
Russ Cox
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2009-11-05
make 5g executables run on android/arm hardware. change OABI
Kai Backman
2009-11-05
gofmt-ify io, json, runtime, encoding
Robert Griesemer
2009-10-29
clone and futex
Kai Backman
2009-10-28
Fix bug when sending via select.
Adam Langley
2009-10-28
mysterious bug: runtime.acid wasn't getting rebuilt
Russ Cox
2009-10-26
Get the right sigaction struct for the 386 rt_sigaction system
Ian Lance Taylor
2009-10-25
proper syscall convention for arm
Kai Backman
2009-10-23
fix off by 4 bug in morestack (lr again). remove storing of r0
Kai Backman
2009-10-22
fix off by 4 in newproc arg copying.
Kai Backman
2009-10-22
Fix the sigaction declaration to match the system for Linux.
Ian Lance Taylor
2009-10-22
s/pc/PC/ in traceback output to match amd64.
Ian Lance Taylor
[next]