aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/linux
AgeCommit message (Expand)Author
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
2009-05-26Added enough arm related scaffolding to create a simpleKai Backman
2009-05-08move things out of sys into os and runtimeRuss Cox
2009-04-29don't set CLONE_PTRACE -- it confuses straceRuss Cox
2009-04-29Ignore SIGPIPE such that write returns EPIPE.Brendan O'Dea
2009-03-31more 386 runtime:Russ Cox
2009-03-30more 386 runtime - can run tiny c programs.Russ Cox
2009-03-24convert Linux to auto-generated defs.hRuss Cox
2009-03-24split rt1.c into signal.c and thread.c.Russ Cox
2009-03-24move darwin specific code into runtime/darwin/Russ Cox