An error occurred fetching the project authors.
  1. 04 Aug, 2011 1 commit
  2. 20 Jun, 2011 1 commit
  3. 17 Jun, 2011 1 commit
  4. 06 Apr, 2011 1 commit
  5. 25 Mar, 2011 1 commit
  6. 17 Mar, 2011 1 commit
    • Ian Lance Taylor's avatar
      syscall: Permit non-blocking syscalls. · 4fd41e49
      Ian Lance Taylor authored
      Permit system calls to be designated as non-blocking, meaning
      that we simply call them without involving the scheduler.
      
      This change by itself is mostly performance neutral.  In
      combination with a following change to the net package there
      is a performance advantage.
      
      R=rsc, dfc, r2, iant2, rsc1
      CC=golang-dev
      https://golang.org/cl/4278055
      4fd41e49
  7. 09 Feb, 2011 1 commit
  8. 05 Jan, 2011 1 commit
  9. 24 Sep, 2010 1 commit
  10. 03 Aug, 2010 1 commit
  11. 30 Jun, 2010 1 commit
  12. 24 May, 2010 1 commit
  13. 16 Feb, 2010 1 commit
  14. 04 Feb, 2010 2 commits
  15. 05 Jan, 2010 1 commit
  16. 15 Dec, 2009 1 commit
    • Robert Griesemer's avatar
      1) Change default gofmt default settings for · d65a5cce
      Robert Griesemer authored
         parsing and printing to new syntax.
      
         Use -oldparser to parse the old syntax,
         use -oldprinter to print the old syntax.
      
      2) Change default gofmt formatting settings
         to use tabs for indentation only and to use
         spaces for alignment. This will make the code
         alignment insensitive to an editor's tabwidth.
      
         Use -spaces=false to use tabs for alignment.
      
      3) Manually changed src/exp/parser/parser_test.go
         so that it doesn't try to parse the parser's
         source files using the old syntax (they have
         new syntax now).
      
      4) gofmt -w src misc test/bench
      
      4th set of files.
      
      R=rsc
      CC=golang-dev
      https://golang.org/cl/180049
      d65a5cce
  17. 02 Dec, 2009 1 commit
  18. 17 Nov, 2009 1 commit
    • Devon H. O'Dell's avatar
      FreeBSD-specific porting work. · 0489a260
      Devon H. O'Dell authored
      cgo/libmach remain unimplemented. However, compilers, runtime,
      and packages are 100%. I still need to go through and implement
      missing syscalls (at least make sure they're all listed), but
      for all shipped functionality, this is done. Ship! ;)
      
      R=rsc, VenkateshSrinivas
      https://golang.org/cl/152142
      0489a260
  19. 09 Nov, 2009 1 commit
  20. 01 Nov, 2009 1 commit
    • Russ Cox's avatar
      syscall cleanup. · fd1add27
      Russ Cox authored
       * 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
      fd1add27
  21. 07 Oct, 2009 1 commit
  22. 15 Sep, 2009 1 commit
    • Russ Cox's avatar
      final batch for "declared and not used" · 98c98192
      Russ Cox authored
       * update mksyscall.sh and rebuild syscall/z*.go
       * fix a few linux-only files
      
      R=r
      DELTA=455  (12 added, 1 deleted, 442 changed)
      OCL=34637
      CL=34655
      98c98192
  23. 13 Aug, 2009 1 commit
  24. 12 Aug, 2009 1 commit
  25. 29 Jun, 2009 1 commit
    • Russ Cox's avatar
      add os.Hostname · b32769b1
      Russ Cox authored
      R=r
      DELTA=188  (182 added, 3 deleted, 3 changed)
      OCL=30856
      CL=30860
      b32769b1
  26. 18 Jun, 2009 1 commit
  27. 17 Jun, 2009 1 commit
    • Russ Cox's avatar
      386 system call fixes: · 76c87d58
      Russ Cox authored
        * use 64-bit file system calls (Linux, Darwin)
        * use 32-bit [sic] uid/gid calls (Linux)
        * fix sockets on Linux
      
      Darwin/386 works again.
      
      Linux/386 is better but must never have worked;
      there are still bugs surrounding the creation of new
      threads in the runtime package.
      
      R=austin
      DELTA=1332  (673 added, 614 deleted, 45 changed)
      OCL=30327
      CL=30380
      76c87d58
  28. 09 Jun, 2009 2 commits
  29. 02 Jun, 2009 1 commit