index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
syscall
/
syscall_linux_amd64.go
Age
Commit message (
Expand
)
Author
2014-05-16
syscall: fix linux amd64 build
Rob Pike
2014-05-16
syscall: fix a few Linux system calls
Russ Cox
2014-03-29
syscall: add SendmsgN for BSD variants, Linux and Solaris
Mikio Hara
2014-01-21
syscall: use unsafe.Pointer instead of uintptr in net syscalls
Brad Fitzpatrick
2013-01-28
net, syscall: use accept4 and SOCK_CLOEXEC on Linux
Ian Lance Taylor
2012-10-29
syscalls: annotate Sendfile() for race detector
Dmitriy Vyukov
2012-09-24
syscall: prepare for 64-bit ints
Russ Cox
2012-07-02
syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM.
Han-Wen Nienhuys
2011-11-13
syscall: use error
Russ Cox
2011-06-17
gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr
Russ Cox
2011-05-20
syscall: sendfile
Brad Fitzpatrick
2011-04-06
syscall: add Mmap, Munmap on Linux, FreeBSD, OS X
Russ Cox
2011-03-23
syscall: GetsockoptInt.
Albert Strasheim
2011-03-16
syscall: Permit non-blocking syscalls.
Ian Lance Taylor
2011-01-05
syscall: correct Linux Splice definition
Russ Cox
2010-12-07
syscall, net: Add Recvmsg and Sendmsg on Linux.
Albert Strasheim
2010-11-05
syscall: use 64-bit file size for truncation on Linux
Peter Mundy
2010-10-20
syscall/arm: correct 64-bit system call arguments
Russ Cox
2010-09-21
syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64.
Ian Lance Taylor
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2009-11-05
gofmt-ify syscall
Robert Griesemer
2009-11-01
syscall cleanup.
Russ Cox
2009-10-06
- moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them)
Kai Backman
2009-09-03
fix linux 386 build
Russ Cox
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
2009-06-17
add Addr() string to net.Listener interface.
Russ Cox
2009-06-17
shuffle some Linux system calls around for 386
Russ Cox
2009-06-16
386 system call fixes:
Russ Cox
2009-06-09
mv src/lib to src/pkg
Rob Pike