- 28074d5 syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall by Ian Lance Taylor · 10 years ago
- 532bc5f syscall: exec_linux.go: support platforms without SYS_DUP2 by Dave Cheney · 10 years ago
- e7a7352 syscall: Reimplement linux syscalls in terms of their *at replacements. by Dave Cheney · 10 years ago
- 1fda57b syscall: split implementation of Dup2 per linux GOOS by Dave Cheney · 10 years ago
- 9b3ccc0 syscall: split implementation of Pipe/Pipe2 per GOOS by Dave Cheney · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/syscall/syscall_linux_amd64.go]
- 343b4ba syscall: disable Setuid/Setgid on linux by Dave Cheney · 11 years ago
- 4cf79eb syscall: fix linux amd64 build TBR=rsc by Rob Pike · 11 years ago
- bf68f66 syscall: fix a few Linux system calls by Russ Cox · 11 years ago
- a7858a4 syscall: add SendmsgN for BSD variants, Linux and Solaris by Mikio Hara · 11 years ago
- f00af3d syscall: use unsafe.Pointer instead of uintptr in net syscalls by Brad Fitzpatrick · 11 years ago
- 31f58dc net, syscall: use accept4 and SOCK_CLOEXEC on Linux by Ian Lance Taylor · 12 years ago
- c242aa3 syscalls: annotate Sendfile() for race detector Fixes #4306. by Dmitriy Vyukov · 12 years ago
- 3d5ddff syscall: prepare for 64-bit ints by Russ Cox · 13 years ago
- 8b7d39e syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM. by Han-Wen Nienhuys · 13 years ago
- c017a82 syscall: use error by Russ Cox · 13 years ago
- cf9f380 gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr by Russ Cox · 14 years ago
- bf73ca8 syscall: sendfile by Brad Fitzpatrick · 14 years ago
- 48ae1f2 syscall: add Mmap, Munmap on Linux, FreeBSD, OS X by Russ Cox · 14 years ago
- c6810e7 syscall: GetsockoptInt. by Albert Strasheim · 14 years ago
- 4fd41e4 syscall: Permit non-blocking syscalls. by Ian Lance Taylor · 14 years ago
- 189d4ff syscall: correct Linux Splice definition by Russ Cox · 14 years ago
- cf6c212 syscall, net: Add Recvmsg and Sendmsg on Linux. by Albert Strasheim · 14 years ago
- fa7341a syscall: use 64-bit file size for truncation on Linux by Peter Mundy · 14 years ago
- 1142b60 syscall/arm: correct 64-bit system call arguments by Russ Cox · 14 years ago
- 7d03d0e syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. by Ian Lance Taylor · 15 years ago
- d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
- 368f8cb - fine-tuning of one-line func heuristic (nodes.go) by Robert Griesemer · 15 years ago
- bd4f940 gofmt-ify syscall (replacement for CL 1018053) by Robert Griesemer · 15 years ago
- fd1add2 syscall cleanup. by Russ Cox · 15 years ago
- 116beb2 - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) by Kai Backman · 15 years ago
- 74bb34c fix linux 386 build by Russ Cox · 16 years ago
- b04ac10 convert non-low-level non-google pkg code to whole-package compilation. by Russ Cox · 16 years ago
- 5d2ee9d add Addr() string to net.Listener interface. by Russ Cox · 16 years ago
- da5e962 shuffle some Linux system calls around for 386 by Russ Cox · 16 years ago
- 76c87d5 386 system call fixes: by Russ Cox · 16 years ago
- d90e7cb mv src/lib to src/pkg by Rob Pike · 16 years ago[Renamed from src/lib/syscall/syscall_linux_amd64.go]
- 802d6d4 linux 386 support; now in same state as darwin 386 (stuck on 8l bug). by Russ Cox · 16 years ago
- e02d3e8 Define os.PageSize and syscall.PageSize. by David Symonds · 16 years ago
- 602a446 new syscall package: manually maintained files and scripts. by Russ Cox · 16 years ago