summaryrefslogtreecommitdiff
path: root/src/pkg/os
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý20-117/+310
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý24-133/+385
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý12-14/+430
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý31-694/+1584
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-0/+1
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý8-47/+162
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý3-6/+11
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý24-447/+1121
2010-06-30io/ioutil.TempFile for WindowsPeter Mundy3-0/+53
2010-06-01 Correct the regexp for finding unix signal names.Vinu Rajashekhar1-1/+1
2010-05-31implement os.FileInfo.*time_ns for windowsAlex Brainman1-4/+3
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox4-5/+5
2010-05-19os: add Chtimes functionBrad Fitzpatrick2-0/+58
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman5-3/+3
2010-04-28Remove destination of symlink test in case it got left behindIan Lance Taylor1-0/+1
2010-04-26os, syscall: more mingwAlex Brainman5-27/+92
2010-04-26os: create sys_bsd.goGiles Lean3-18/+7
2010-04-26os: Fix build for MinGWEvan Shaw1-1/+1
2010-04-26net: introduce net.Error interfaceRuss Cox1-1/+11
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-8/+8
2010-04-22os/stat_freebsd.go: maybe fix build for freebsdRob Pike1-1/+1
2010-04-22FileInfo: regularize the types of some fields.Rob Pike6-41/+41
2010-04-13os, syscall: mingw bug fixesAlex Brainman2-3/+2
2010-04-13os: mingw version of Readdir() and Stat() implementedAlex Brainman6-76/+259
2010-04-09freebsd: fix build, maybeRuss Cox1-17/+17
2010-04-09rename os.Dir to os.FileInfoRob Pike6-94/+95
2010-04-08fix bug in os_test.go checkModeAlex Brainman1-1/+1
2010-04-02syscall: implementing some mingw syscalls required by os packageAlex Brainman4-3/+34
2010-03-19os: drop File finalizer after normal CloseRuss Cox1-0/+3
2010-02-25strings: delete Runes, BytesRuss Cox1-3/+3
2010-02-08runtime: allow arbitrary return type in SetFinalizer.Russ Cox1-2/+5
2010-01-26os: in test, allow Hostname to return FQDN even if /bin/hostname does notIcarus Sparry1-1/+6
2010-01-11Replicate signal names from syscall in os/signal.David Symonds3-2/+32
2009-12-23Use t.Errorf for formatted error output.Ian Lance Taylor1-1/+1
2009-12-23Fix comment for Chmod.Peter Froehlich1-1/+1
2009-12-16runtime: if os/signal is not in use, crash onRuss Cox1-0/+1
2009-12-15os/signal: new packageDavid Symonds3-0/+77
2009-12-151) Change default gofmt default settings forRobert Griesemer23-692/+692
2009-12-09syscalls can return negative i/o counts. fix bugs in ReadAt and WriteAt not t...Rob Pike1-2/+2
2009-12-04Add os.Rename.Ian Lance Taylor2-1/+31
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-1/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox7-8/+8
2009-11-19os.ReadAt doesn't return EOF at EOF.Rob Pike1-0/+3
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell3-0/+128
2009-11-12os.TestSeek: use a smaller but still 64-bit seek offset.Russ Cox1-3/+8
2009-11-11fix TestRemoveAll again (tested as root this time).Russ Cox1-8/+7
2009-11-11os test: do not use symlink > 255 bytes.Russ Cox1-1/+2
2009-11-11os: do not test error case of TestRemoveAll when rootRuss Cox1-25/+28
2009-11-10spell it with an "e"Ken Thompson1-0/+1