summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/types_nacl.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-123/+0
2009-12-04make Native Client support build again,Russ Cox1-1/+1
add README explaining how to try the web demos. Fixes issue 339. R=r CC=barry.d.silverman, bss, vadim http://codereview.appspot.com/165057
2009-11-01syscall cleanup.Russ Cox1-1/+2
* rename PORT.sh -> mkall.sh (hopefully more obvious), change behavior: run commands by default. * pull more constants out of #defines automatically, instead of editing large lists by hand. * add Recvfrom, Sendto add os.O_EXCL. R=r http://go/go-review/1017009
2009-09-29nacl system call updatesRuss Cox1-0/+7
R=r DELTA=236 (211 added, 18 deleted, 7 changed) OCL=35084 CL=35131
2009-09-22nacl syscall package.Russ Cox1-0/+115
similar tweaks to make debug/proc, net, os build. R=r DELTA=861 (855 added, 4 deleted, 2 changed) OCL=34877 CL=34890