Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-29 | Imported Upstream version 2012.02.22 | Ondřej Surý | 53 | -1331/+2556 | |
2012-01-30 | Imported Upstream version 2012.01.27 | Ondřej Surý | 110 | -10818/+23144 | |
2011-10-06 | Imported Upstream version 2011.09.21upstream-weekly/2011.09.21 | Ondřej Surý | 16 | -52/+189 | |
2011-09-13 | Imported Upstream version 2011.09.07upstream-weekly/2011.09.07 | Ondřej Surý | 31 | -63/+6846 | |
2011-08-24 | Imported Upstream version 2011.08.17 | Ondřej Surý | 5 | -36/+70 | |
2011-08-10 | Imported Upstream version 2011.08.10upstream-weekly/2011.08.10 | Ondřej Surý | 22 | -509/+736 | |
2011-08-03 | Imported Upstream version 2011.07.29upstream-weekly/2011.07.29 | Ondřej Surý | 27 | -136/+192 | |
2011-07-08 | Imported Upstream version 2011.07.07upstream-weekly/2011.07.07 | Ondřej Surý | 26 | -1122/+3016 | |
2011-06-28 | Imported Upstream version 2011.06.23upstream-weekly/2011.06.23 | Ondřej Surý | 51 | -1175/+2022 | |
2011-06-10 | Imported Upstream version 2011.06.09upstream-weekly/2011.06.09 | Ondřej Surý | 5 | -17/+38 | |
2011-06-03 | Imported Upstream version 2011.06.02upstream-weekly/2011.06.02 | Ondřej Surý | 25 | -2106/+3565 | |
2011-05-23 | Imported Upstream version 2011.05.22upstream-weekly/2011.05.22 | Ondřej Surý | 26 | -197/+1327 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 15 | -72/+605 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 64 | -2191/+5445 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 10 | -31/+64 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 35 | -593/+1623 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 15 | -121/+695 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 57 | -3391/+6230 | |
2010-06-30 | syscall: add socketpair | Ivan Krasin | 9 | -0/+67 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1319042 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-30 | io/ioutil.TempFile for Windows | Peter Mundy | 2 | -0/+13 | |
Fixes issue 834. R=rsc, brainman CC=golang-dev http://codereview.appspot.com/1686047 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-29 | time: implement timezones for windows | Alex Brainman | 3 | -10/+45 | |
Fixes issue 761. R=PeterGo, adg, rsc CC=golang-dev http://codereview.appspot.com/1121042 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-29 | net: initial attempt to implement windows version | Alex Brainman | 5 | -46/+475 | |
R=rsc, Mateusz Czaplinski CC=golang-dev http://codereview.appspot.com/1600041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-06-29 | syscall: Add syscall_bsd.go to zsycall_freebsd_386.go | Peter Mundy | 1 | -1/+13 | |
Revision: 5885c9d10f created syscall_bsd.go for code used by Darwin and other *BSDs, which should have included FreeBSD. mksyscall.sh to generate new zsyscall_freebsd_386.go. Fixes issue 862. R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/1701048 Committer: Andrew Gerrand <adg@golang.org> | |||||
2010-05-31 | implement os.FileInfo.*time_ns for windows | Alex Brainman | 3 | -9/+14 | |
R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/1145044 Committer: Andrew Gerrand <adg@golang.org> | |||||
2010-05-28 | syscall: windows syscall trace to assist debugging | Alex Brainman | 1 | -0/+7 | |
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/1383041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox | 2 | -4/+4 | |
R=gri CC=golang-dev http://codereview.appspot.com/1326042 | |||||
2010-05-24 | fix build - nacl stubs | Russ Cox | 1 | -0/+3 | |
TBR=nigeltao CC=golang-dev http://codereview.appspot.com/1259042 | |||||
2010-05-24 | fix windows build | Alex Brainman | 1 | -0/+11 | |
R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/1209048 Committer: Andrew Gerrand <adg@golang.org> | |||||
2010-05-24 | syscall: update freebsd_amd64 | Andrew Gerrand | 2 | -523/+604 | |
R=rsc, r CC=golang-dev http://codereview.appspot.com/1268041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-05-21 | syscall: add Utimes, Futimes stubs for NaCl - fix build | Russ Cox | 1 | -0/+8 | |
TBR=nigeltao CC=golang-dev http://codereview.appspot.com/1262042 | |||||
2010-05-21 | syscall: regenerate zsyscall_linux_arm.go - fix build | Russ Cox | 1 | -2/+2 | |
R=kaib CC=golang-dev http://codereview.appspot.com/1209047 | |||||
2010-05-20 | syscall: linux, implement BindToDevice | Christopher Wedgwood | 1 | -0/+5 | |
R=rsc CC=adg, golang-dev, r http://codereview.appspot.com/1253043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-05-20 | syscall: bsd, stub BindToDevice | Christopher Wedgwood | 1 | -0/+9 | |
R=rsc CC=adg, golang-dev, r http://codereview.appspot.com/1257041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-05-19 | syscall: add Utimes on Darwin/FreeBSD, add Futimes everywhere | Russ Cox | 7 | -10/+62 | |
Needed for CL 1103041 and beyond. R=adg, bradfitzpatrick CC=bradfitz, golang-dev http://codereview.appspot.com/1172042 | |||||
2010-05-03 | syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) | Russ Cox | 10 | -442/+662 | |
R=r CC=golang-dev http://codereview.appspot.com/1021043 | |||||
2010-04-30 | syscall: handle EOF on pipe - special case on Windows | Alex Brainman | 2 | -0/+5 | |
R=rsc CC=golang-dev http://codereview.appspot.com/962046 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-30 | Add EWOULDBLOCK to sycall_nacl.go. | Nigel Tao | 1 | -0/+4 | |
R=rsc CC=go-dev, golang-dev http://codereview.appspot.com/1006045 | |||||
2010-04-29 | rename GOOS=mingw to GOOS=windows | Alex Brainman | 9 | -26/+26 | |
R=rsc, Joe Poirier CC=golang-dev http://codereview.appspot.com/1015043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-29 | syscall: force O_LARGEFILE in Linux open system call | Russ Cox | 7 | -32/+65 | |
Fixes issue 717. R=adg, PeterGo CC=golang-dev http://codereview.appspot.com/1032041 | |||||
2010-04-29 | syscall: mingw Sleep | Joe Poirier | 2 | -1/+16 | |
R=rsc, brainman CC=golang-dev http://codereview.appspot.com/961047 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-26 | syscall: fix mingw build | Alex Brainman | 1 | -0/+1 | |
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/988042 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-26 | os, syscall: more mingw | Alex Brainman | 4 | -50/+261 | |
R=rsc, rsc1 CC=golang-dev http://codereview.appspot.com/878046 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-22 | runtime: closures, defer bug fix for Native Client | Russ Cox | 1 | -1/+1 | |
Enable package tests for Native Client build. R=r CC=golang-dev http://codereview.appspot.com/957042 | |||||
2010-04-19 | syscall: match linux Setsid function signature to darwin | Andrew Gerrand | 4 | -7/+10 | |
SETSID does return an errno - any reason why it has been done this way in zsyscall_linux_* ? Otherwise it should be the same as darwin. From SETSID(2) on my Linux box: ERRORS On error, -1 is returned, and errno is set. Fixes issue 730 R=rsc CC=golang-dev http://codereview.appspot.com/878047 | |||||
2010-04-13 | os, syscall: mingw bug fixes | Alex Brainman | 1 | -11/+9 | |
R=rsc CC=golang-dev http://codereview.appspot.com/815044 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-13 | os: mingw version of Readdir() and Stat() implemented | Alex Brainman | 5 | -34/+86 | |
R=rsc CC=golang-dev http://codereview.appspot.com/851045 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-06 | syscall package: document that errno is zeroed on success | Giles Lean | 1 | -0/+2 | |
This is a documentation enhancement only, without any code change. The rationale for documenting this precisely is that Unix programmers who "know" that errno's value is undefined after a successful system call may be surprised otherwise and search to be sure that a zero errno may be relied upon after successful calls. R=r, rsc1, rsc CC=golang-dev http://codereview.appspot.com/812044 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-02 | syscall: implementing some mingw syscalls required by os package | Alex Brainman | 7 | -26/+537 | |
R=rsc CC=golang-dev http://codereview.appspot.com/770041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-03-30 | syscall: add IPV6 constants | Russ Cox | 6 | -1108/+1255 | |
R=r CC=golang-dev http://codereview.appspot.com/848041 | |||||
2010-03-30 | single argument panic on non-darwin and in comments | Russ Cox | 1 | -3/+3 | |
R=r CC=golang-dev http://codereview.appspot.com/800042 |