Sign in
go
/
go
/
c20a018d6f751ed59bbfd13f5eb4be2051fa6a77
/
src
/
os
d866cd6
all: fix typo in doc
by Yasuhiro Matsumoto
· 10 years ago
38be309
os: fix typo in doc
by mattn
· 10 years ago
194ad16
os/signal: add ability to ignore signals and restore initial signal handlers
by Michael MacInnis
· 10 years ago
e77fbd5
syscall: Readlink doesn't handle junction on windows
by mattn
· 10 years ago
afac4f0
os: embed "sleep 1" within the test binary itself.
by Rahul Chaudhry
· 10 years ago
a35181b
os, syscall: revert Yosemite readdir workaround
by Brad Fitzpatrick
· 10 years ago
d5d4ab7
os/signal, runtime: implement notes on Plan 9
by David du Colombier
· 10 years ago
9b6ccb1
all: don't refer to code.google.com/p/go{,-wiki}/
by Péter Surányi
· 10 years ago
187cccb
os: fix TestMkdirAllAtSlash on Plan 9
by David du Colombier
· 10 years ago
dc51ed2
os: don't silently skip test
by Dave Cheney
· 10 years ago
2ffe325
os: allow EROFS in TestMkdirAllAtSlash
by Rahul Chaudhry
· 10 years ago
2a74f43
os: emulate plan 9 libc in stat
by David du Colombier
· 10 years ago
79c4fad
os: replace itod on posix with general itoa and fix possible infinite recursion
by Martin Möhrmann
· 10 years ago
6262902
os: handle the sticky bit separately for *BSD and Solaris
by Kato Kazuyoshi
· 10 years ago
09d92b6
all: power64 is now ppc64
by Russ Cox
· 10 years ago
3e80463
[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc
by Russ Cox
· 10 years ago
1cdd9b4
os: document that users of Fd should keep f alive
by Russ Cox
· 10 years ago
23ecad0
os/exec: tell lsof not to block
by Keith Randall
· 10 years ago
599199f
[dev.power64] all: merge default (dd5014ed9b01) into dev.power64
by Russ Cox
· 10 years ago
5f54f06
os: fix write on Plan 9
by David du Colombier
· 10 years ago
8a9c2c5
os: fix build
by Russ Cox
· 10 years ago
a62da20
os: do not assume syscall i/o funcs return n=0 on error
by Russ Cox
· 10 years ago
f0bd539
[dev.power64] all: merge default into dev.power64
by Austin Clements
· 10 years ago
2bd616b
build: merge the great pkg/ rename into dev.power64
by Austin Clements
· 10 years ago
1946afb
os/exec: fix number of expected file descriptors on Plan 9
by David du Colombier
· 10 years ago
05c4b69
os/exec: document that Stdin goroutine must finish in Wait
by Russ Cox
· 10 years ago
b9fc8d8
os: handle 'no parent' error as IsNotExist on Plan 9
by David du Colombier
· 10 years ago
ab724f9
os, syscall: test Chtimes on directories, fix on Windows
by Russ Cox
· 10 years ago
1eea5ca
os: recomment MkdirAll
by Russ Cox
· 10 years ago
d21b37b
os: make Process.Signal 'process finished' error consistent on Unix
by Russ Cox
· 10 years ago
85cdc49
os, syscall: add Unsetenv
by Brad Fitzpatrick
· 10 years ago
665a416
os: fix Args setup on Windows
by Brad Fitzpatrick
· 11 years ago
193daab
cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects
by Russ Cox
· 11 years ago
db492b8
os: add a comment inside RemoveAll
by Brad Fitzpatrick
· 11 years ago
82ddcc0
os: fix another case where RemoveAll should return nil
by Brad Fitzpatrick
· 11 years ago
2debfeb
os: handle 'has been removed' error as IsNotExist on Plan 9
by David du Colombier
· 11 years ago
84f9c42
os: skip TestRemoveAllRace on Windows
by Russ Cox
· 11 years ago
98a5f52
os: avoid error result when dir is removed out from under RemoveAll
by Russ Cox
· 11 years ago
484cc67
net: separate NaCl dependent placeholders from BSD's
by Mikio Hara
· 11 years ago
c1e3320
os/signal: increase timeout from 10ms to 100ms
by Russ Cox
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago