- 14 Aug, 2014 5 commits
-
-
Rob Pike authored
Don't re-implement these functions. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/124350045
-
Rob Pike authored
If we use a local type, it won't compare properly with errors from the rest of the standard library. Errors are the one type from syscall that propagates through the system, so it's important to have only one type for them. mkerrors_windows.sh is gone, so: - rename zerrors_windows.go and delete its DO NOT EDIT mark - delete the contentless zerrors_windows_*.go files LGTM=rsc R=rsc CC=alex.brainman, golang-codereviews https://golang.org/cl/122600043
-
Rob Pike authored
If we use a local type, it won't compare properly with errors from the rest of the standard library. Errors are the one type from syscall that propagates through the system, so it's important to have only one type for them. Will apply the corresponding change to the other packages once this is approved. Also delete some deprecated code. This is a new package; no need to carry the past. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/126250043
-
Rob Pike authored
also: race is supported on freebsd, so fix a couple of build tags LGTM=minux R=rsc, minux CC=golang-codereviews https://golang.org/cl/124330043
-
Rob Pike authored
Simple oversight. LGTM=alex.brainman R=alex.brainman CC=golang-codereviews, rsc https://golang.org/cl/121660043
-
- 13 Aug, 2014 6 commits
-
-
Rob Pike authored
For this particular system call, which uses the net package, the expected error is syscall.EPERM not unix.EPERM. With this change, go test passes on my linux. LGTM=iant, rsc R=rsc, iant CC=golang-codereviews https://golang.org/cl/125270043
-
Rob Pike authored
Also provide stubs to call loadlibrary and getprocaddress, which are implemented for package syscall by runtime/syscall_windows.goc. Should get the windows go.sys build closer to green. LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://golang.org/cl/126170043
-
Rob Pike authored
They were missed yesterday when adding the tags for all the other unix variants. LGTM=aram R=rsc, aram CC=golang-codereviews https://golang.org/cl/126150043
-
Rob Pike authored
The environment is global state that is owned by the standard syscall package. With this change, go test passes on darwin in the unix directory. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/129900043
-
Rob Pike authored
Approach but probably not achieve a green build. LGTM=adg R=golang-codereviews, adg CC=golang-codereviews https://golang.org/cl/126120043
-
Rob Pike authored
It's a peculiar environment that probably doesn't belong here. We can bring it back easily if we need it. LGTM=dave, rsc R=rsc, dave CC=golang-codereviews https://golang.org/cl/128110043
-
- 12 Aug, 2014 1 commit
-
-
Rob Pike authored
Darwin/amd64 now builds. No others tested yet. mkall.sh also runs correctly. The updates, which are substantial, are not yet applied to avoid unnecessary churn. Restore mkerrors.sh, which is needed in the unix directory. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/122410044
-
- 11 Aug, 2014 2 commits
-
-
Rob Pike authored
Semi-automatic migration from package syscall to package {plan9,windows,unix}. No builds attempted yet, but this gets a lot of noise behind us so subsequent CLs will be more concise and easier to follow. Subsequent CLs will have semantic content. LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://golang.org/cl/121520043
-
Rob Pike authored
This CL copies to each package of go.sys the files from syscall it will need. Different directories have different files, but these: mkall.sh str.go syscall.go mksyscall.pl race.go race0.go syscall_test.go are copied to all three. No changes yet, these are just copies. They are not ready to use yet: package names are wrong, for starters. But this clean copy will make it easier to follow the changes as the packages are enabled. LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews https://golang.org/cl/126960043
-
- 08 Aug, 2014 1 commit
-
-
Rob Pike authored
See http://golang.org/s/go1.4-syscall for background. LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/123130043
-
- 21 Dec, 2013 1 commit
-
-
Rob Pike authored
R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/44810044
-
- 20 Dec, 2013 1 commit
-
-
Russ Cox authored
See this thread for background: https://groups.google.com/forum/#!topic/golang-dev/xG7vPi21r8g R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/39440047
-
- 17 May, 2013 2 commits
-
-
Rob Pike authored
I edited the wrong README when cloning the empty repo to create the tools one. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/9486043
-
Rob Pike authored
This subrepo is the ultimate home for some of the experimental components being developed in go.exp now, and also existing pieces such as go vet. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/9481043
-
- 16 Apr, 2012 1 commit
-
-
Nigel Tao authored
R=r CC=golang-dev https://golang.org/cl/6026043
-
- 17 Mar, 2012 1 commit
-
-
Rob Pike authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5845057
-
- 25 Jan, 2012 1 commit
-
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5572056
-