aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
AgeCommit message (Expand)Author
2009-12-07runtime: don't touch pages of memory unnecessarily.Russ Cox
2009-12-07runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox
2009-12-07pick off special one-byte case in copy. worth 2x in benchmarks (38ns->16ns).Rob Pike
2009-12-06runtime: disable pointer scan optimizationRuss Cox
2009-12-04gc/runtime: pass type structure to makeslice.Russ Cox
2009-12-04runtime: shift the index for the sort by one.Adam Langley
2009-12-04Remove global chanlock.Adam Langley
2009-12-03runtime: fix Caller crash on 386.Russ Cox
2009-12-03runtime: malloc fixesRuss Cox
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-20Missed a reference to sc instead of mc in 157065.William Josephson
2009-11-20FreeBSD's mcontext isn't exactly the same as sigcontext, soDevon H. O'Dell
2009-11-20x[y:] for stringsRuss Cox
2009-11-20x[lo:] - gc and runtime.Russ Cox
2009-11-19reflect fixesRuss Cox
2009-11-19runtime: mask signals during signal handler on OS XRuss Cox
2009-11-18runtime: fix bug on darwin/amd64 - bad g in bsdthread_startRuss Cox
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell
2009-11-18bugs in memmove:Rob Pike
2009-11-18Remove unnecessary execute bits.William Josephson
2009-11-18Add an intptr type to runtime; needed in FreeBSDDevon H. O'Dell
2009-11-17FreeBSD/i386 workDevon H. O'Dell
2009-11-17runtime: add ARM memmoveRuss Cox
2009-11-17copy tweaksRuss Cox
2009-11-17runtime: two trivial but important bug fixesRuss Cox
2009-11-17bug in copyKen Thompson
2009-11-17install copy predefinedKen Thompson
2009-11-17runtime: do not create new threads during malloc.Russ Cox
2009-11-17improve documentation of runtime. there was no mention of types.Rob Pike
2009-11-17syscall: use correct pointer in recvfrom/sendto.Russ Cox
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell
2009-11-16runtime: make signal handler work on 386Russ Cox
2009-11-15runtime: avoid crash in CallerRuss Cox
2009-11-13runtime: warn about SELinux based mmap failures on Linux.Adam Langley
2009-11-12fix style nit ignored in previous clKai Backman
2009-11-12add 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-10update old comment: things are much better nowRuss Cox
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-05 make 5g executables run on android/arm hardware. change OABIKai Backman
2009-11-05gofmt-ify io, json, runtime, encodingRobert Griesemer
2009-10-29clone and futexKai Backman
2009-10-28Fix bug when sending via select.Adam Langley
2009-10-28mysterious bug: runtime.acid wasn't getting rebuiltRuss Cox
2009-10-26Get the right sigaction struct for the 386 rt_sigaction systemIan Lance Taylor
2009-10-25proper syscall convention for armKai Backman
2009-10-23fix off by 4 bug in morestack (lr again). remove storing of r0Kai Backman
2009-10-22fix off by 4 in newproc arg copying.Kai Backman
2009-10-22Fix the sigaction declaration to match the system for Linux.Ian Lance Taylor
2009-10-22s/pc/PC/ in traceback output to match amd64.Ian Lance Taylor