Alex Brainman
|
76b6ca6286
unix: include export_test.go only during unix build
|
10 years ago |
Alex Brainman
|
1caf55eba1
windows: use FILE_FLAG_BACKUP_SEMANTICS in Utimes/UtimesNano
|
10 years ago |
Ian Lance Taylor
|
4cd067a709
unix: add ppc64le/linux support
|
10 years ago |
Ian Lance Taylor
|
9907ecf448
unix: add arm64/linux support
|
10 years ago |
Ian Lance Taylor
|
f2b45db810
unix: update generation scripts for arm64/ppc64
|
10 years ago |
Ian Lance Taylor
|
04f0f96bfa
unix: move InotifyInit into GOARCH specific Linux files
|
10 years ago |
Ian Lance Taylor
|
44366790d7
unix: correct code for cover cmd
|
10 years ago |
Ian Lance Taylor
|
b10968a446
unix: split Pipe/Pipe2/Dup2, use *at replacement calls
|
10 years ago |
Ian Lance Taylor
|
082a6a3a8b
unix: fix infinite recursion in itoa
|
10 years ago |
Ian Lance Taylor
|
3dec8fc77c
unix: fix TestSCMCredentials
|
10 years ago |
Ian Lance Taylor
|
b65462c961
unix: add Syscall9 for gccgo
|
10 years ago |
Ian Lance Taylor
|
e11762ca30
unix: add gccgo support
|
10 years ago |
Damien Neil
|
f2654f8719
unix: add clock_gettime for Linux
|
10 years ago |
Peter Waller
|
0a2b4af5eb
unix/amd64: add Utimensat call, pass 0 for flags
|
10 years ago |
Alex Brainman
|
65705ef9e9
windows/svc: add new package to help create and manage Windows services
|
10 years ago |
Alex Brainman
|
bbc47fbbc8
windows/registry: mark string end with 0 before calling Windows ExpandEnvironmentStrings
|
10 years ago |
Alex Brainman
|
e961698092
windows/registry: add new package to manipulate Windows registry
|
10 years ago |
David du Colombier
|
7353fe07c1
plan9: make pwd process-wide on Plan 9
|
10 years ago |
David du Colombier
|
d3c664b24d
plan9: reduce the set of architecture-dependent files on Plan 9
|
10 years ago |
Yasuhiro Matsumoto
|
61f8ff32f5
windows: change Readlink to handle junction
|
10 years ago |
Pawel Knap
|
d008cdcf32
go.sys/windows: Add missing FILE_NOTIFY_CHANGE_SECURITY filter
|
10 years ago |
Alex Brainman
|
ddd1cdae39
windows: fix race when allocating buffer for some windows syscalls
|
10 years ago |
Shenghou Ma
|
ea75526483
unix: fix build for linux/386 and linux/arm
|
10 years ago |
Brad Fitzpatrick
|
46ba3e7a19
unix: re-run mksyscall on freebsd and linux after previous merge
|
10 years ago |
Eric
|
ea745763b1
unix: Added posix_fadvise support for Linux and FreeBSD
|
10 years ago |
Brad Fitzpatrick
|
71c96e4240
unix: don't allocate putting common errno values in error interfaces
|
10 years ago |
Ian Lance Taylor
|
5829c74886
unix: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall
|
10 years ago |
Shenghou Ma
|
2cb975bb60
unix: use Getpgid to emulate Getpgrp on linux
|
10 years ago |
Dirk Gadsden
|
bfff0ae28b
unix: Add UnlinkAt on Linux with third flags argument
|
10 years ago |
Tim Hockin
|
8642817a1a
unix: Add [RWX]_OK constants for Access
|
10 years ago |