summaryrefslogtreecommitdiff
path: root/misc/nacl
Commit message (Collapse)AuthorAgeFilesLines
* misc/nacl/README: fix typoMikio Hara2014-10-011-3/+3
| | | | | | | LGTM=dave R=golang-codereviews, dave CC=golang-codereviews https://codereview.appspot.com/151870043
* build: more adjustments for move from src/pkg to srcRuss Cox2014-09-081-80/+79
| | | | | | | | | | These were missed in CL 134570043. Fixes nacl, solaris builds. TBR=r CC=golang-codereviews https://codereview.appspot.com/136320043
* misc/nacl: fix buildDave Cheney2014-08-221-0/+2
| | | | | | | | | | | Add gofmt.go and gofmt_test.go as they are part of the test data set. See CL 130440043. LGTM=dvyukov R=golang-codereviews, dvyukov CC=golang-codereviews https://codereview.appspot.com/132820044
* misc/nacl: add debugging instructionsDmitriy Vyukov2014-08-151-3/+31
| | | | | | | LGTM=dave, minux R=golang-codereviews, dave, minux CC=golang-codereviews, rsc https://codereview.appspot.com/122570043
* misc/nacl/testzip.proto: add fewer files to the zipShenghou Ma2014-08-111-1/+2
| | | | | | | LGTM=bradfitz, rsc R=rsc, iant, bradfitz CC=golang-codereviews https://codereview.appspot.com/126940043
* misc/nacl/testzip.proto: include cmd/internal/* to fix buildShenghou Ma2014-08-071-0/+2
| | | | | | | LGTM=adg, dave R=golang-codereviews, adg, dave CC=golang-codereviews https://codereview.appspot.com/123050043
* misc/nacl: wrap lines in README fileAndrew Gerrand2014-08-071-15/+42
| | | | | | | LGTM=dan.kortschak, dave R=dave, dan.kortschak CC=golang-codereviews https://codereview.appspot.com/121350043
* misc/nacl: add go_nacl_arm_exec, update READMEShenghou Ma2014-07-102-3/+17
| | | | | | | LGTM=dave, rsc R=rsc, iant, dave CC=golang-codereviews https://codereview.appspot.com/109390043
* misc/nacl, syscall: lazily initialize fs on nacl.Shenghou Ma2014-07-011-2/+8
| | | | | | | | | | On amd64, the real time is reduced from 176.76s to 140.26s. On ARM, the real time is reduced from 921.61s to 726.30s. LGTM=rsc R=rsc CC=golang-codereviews https://codereview.appspot.com/101580043
* nacltest.bash, misc/nacl/README: update NaCl docs.Shenghou Ma2014-06-101-6/+4
| | | | | | | LGTM=rsc R=dave, rsc CC=golang-codereviews https://codereview.appspot.com/105030043
* misc: properly spell Chrome in docDmitriy Vyukov2014-05-261-1/+1
| | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/99440046
* build: make nacl passRuss Cox2014-05-207-0/+1941
| | | | | | | | | | | | | | | | Add nacl.bash, the NaCl version of all.bash. It's a separate script because it builds a variant of package syscall with a large zip file embedded in it, containing all the input files needed for tests. Disable various tests new since the last round, mostly the ones using os/exec. Fixes issue 7945. LGTM=dave R=golang-codereviews, remyoudompheng, dave, bradfitz CC=golang-codereviews https://codereview.appspot.com/100590044
* misc/nacl: add Native Client support scripts and documentationDave Cheney2014-03-243-0/+85
| | | | | | | LGTM=josharian, dan.kortschak R=golang-codereviews, josharian, dan.kortschak CC=golang-codereviews https://codereview.appspot.com/75080043
* nacl, tiny: remove vestigesRobert Hencke2011-06-211-15/+0
| | | | | | | | R=golang-dev, r, rsc CC=golang-dev http://codereview.appspot.com/4635053 Committer: Russ Cox <rsc@golang.org>
* runtime: closures, defer bug fix for Native ClientRuss Cox2010-04-221-0/+15
Enable package tests for Native Client build. R=r CC=golang-dev http://codereview.appspot.com/957042