Commit Graph

  • 73a4d37962 go.sys/windows: import syscall Simple oversight. Rob Pike 2014-08-13 17:45:19 -07:00
  • 9828c4dfac go.sys/unix: fix creds_test.go For this particular system call, which uses the net package, the expected error is syscall.EPERM not unix.EPERM. Rob Pike 2014-08-13 21:07:22 +00:00
  • 7118195da3 go.sys/windows: grab Syscall interface from the standard syscall package 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. Rob Pike 2014-08-13 14:08:39 -07:00
  • 9e072b55ca go.sys: add solaris build tags They were missed yesterday when adding the tags for all the other unix variants. Rob Pike 2014-08-13 10:02:35 -07:00
  • 11f12da052 go.sys/unix: implement the environment functions by wrapping syscall 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. Rob Pike 2014-08-13 09:00:28 -07:00
  • 279b3782ad go.sys: fix imports to cgc/p/go.sys, add build tags Approach but probably not achieve a green build. Rob Pike 2014-08-12 22:59:00 -07:00
  • 55e2a23348 go.sys/unix: delete nacl It's a peculiar environment that probably doesn't belong here. We can bring it back easily if we need it. Rob Pike 2014-08-12 17:00:33 -07:00
  • 8768103c90 go.sys/all: update #includes to new location Rob Pike 2014-08-12 14:05:03 -07:00
  • 8442dd2c63 go.sys: update package names 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. Rob Pike 2014-08-11 15:58:26 -07:00
  • 20acc5cf31 go.sys: copy files from syscall package to go.sys/{plan9,windows,unix} 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. Rob Pike 2014-08-11 14:48:46 -07:00
  • 830b7a2031 go.sys: create new repository See http://golang.org/s/go1.4-syscall for background. Rob Pike 2014-08-08 14:33:53 -07:00
  • 1fabe7702b .hgignore: add comment setting policy Rob Pike 2013-12-20 16:28:21 -08:00
  • 0d571bdbc1 codereview: switch defaultcc to golang-codereviews Russ Cox 2013-12-20 10:57:06 -05:00
  • 3ead892b8d go.empty: restore the README I edited the wrong README when cloning the empty repo to create the tools one. Rob Pike 2013-05-17 12:11:15 -07:00
  • f4917bf174 go.tools: create subrepository 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. Rob Pike 2013-05-17 11:52:26 -07:00
  • ca8b903872 go.empty: add PATENTS file to the subrepo. Nigel Tao 2012-04-16 11:24:04 +10:00
  • b38d45f7ff LICENSE: add Rob Pike 2012-03-17 15:20:58 +11:00
  • f61fbb80d2 go.empty: prototype for new subrepository Russ Cox 2012-01-25 14:45:13 -05:00