aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/linux/thread.c
AgeCommit message (Expand)Author
2011-12-16runtime: make more build-friendlyRuss Cox
2011-11-09runtime: add timer support, use for package timeRuss Cox
2011-11-02runtime: unify mutex code across OSesDmitriy Vyukov
2011-09-30runtime: parallelize garbage collector mark + sweepRuss Cox
2011-08-04runtime: faster chan creation on Linux/FreeBSD/Plan9Dmitriy Vyukov
2011-07-29runtime: improve Linux mutexDmitriy Vyukov
2011-05-30pkg: spelling tweaks, I-ZRobert Hencke
2011-05-06runtime: handle out-of-threads on Linux gracefullyAlbert Strasheim
2011-02-24runtime: fix signal stack bugRuss Cox
2011-01-20runtime: drop CLONE_PARENTRuss Cox
2011-01-12runtime: revert 6974:1f3c3696babbAlex Brainman
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almostRuss Cox
2010-09-28runtime: fix buildRuss Cox
2010-07-30runtime: do not fall through in SIGBUS/SIGSEGVRuss Cox
2010-04-08runtime: turn divide by zero, nil dereference into panicsRuss Cox
2010-02-22runtime: work around Linux kernel bug in futexRuss Cox
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox
2009-10-15rename sys functions to runtime,Russ Cox
2009-10-038c, 8l dynamic loading support.Russ Cox
2009-06-17update 386 to new runtime (CL 30381)Russ Cox
2009-06-09mv src/lib to src/pkgRob Pike