aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/linux
AgeCommit message (Collapse)Author
2009-06-06move src/runtime -> src/lib/runtime;Russ Cox
only automatic g4 mv here. R=r OCL=30002 CL=30007
2009-05-26Added enough arm related scaffolding to create a simpleKai Backman
hello.c program linking against the runtime. R=rsc APPROVED=rsc DELTA=178 (175 added, 0 deleted, 3 changed) OCL=29283 CL=29380
2009-05-08move things out of sys into os and runtimeRuss Cox
R=r OCL=28569 CL=28573
2009-04-29don't set CLONE_PTRACE -- it confuses straceRuss Cox
R=r DELTA=4 (3 added, 1 deleted, 0 changed) OCL=28063 CL=28065
2009-04-29Ignore SIGPIPE such that write returns EPIPE.Brendan O'Dea
Currently a http server will be killed on receipt of SIGPIPE if a client closes a socket which the server is trying to write to. R=rsc APPROVED=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=27959 CL=28055
2009-03-31more 386 runtime:Russ Cox
remove use of _subv in vlrt.c darwin/386/signal.c darwin/386/* linux/386/* (forgotten before) can run empty program on darwin/386 now. R=r DELTA=1140 (1021 added, 114 deleted, 5 changed) OCL=26942 CL=26968
2009-03-30more 386 runtime - can run tiny c programs.Russ Cox
R=r DELTA=1926 (1727 added, 168 deleted, 31 changed) OCL=26876 CL=26878
2009-03-24convert Linux to auto-generated defs.hRuss Cox
TBR=r OCL=26686 CL=26688
2009-03-24split rt1.c into signal.c and thread.c.Russ Cox
move out of arch-specific directory: only os-specific. rm sys_types.h (unused). TBR=r OCL=26681 CL=26681
2009-03-24move darwin specific code into runtime/darwin/Russ Cox
move darwin-amd64 specific code into runtime/darwin/amd64/ repeat for linux. move rt0 into runtime.a instead of keeping a separate .6 file. 6l seems to have no problem with that. TBR=r OCL=26680 CL=26680