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.go
Age
Commit message (
Expand
)
Author
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-10-12
syscall: add sockaddr_ll support for linux/386, linux/amd64
Mikio Hara
2010-09-27
syscall: add inotify on Linux
Balazs Lecz
2010-09-21
syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64.
Ian Lance Taylor
2010-08-20
syscall: regenerate syscall/z* files for linux/386, linux/amd64
Ivan Krasin
2010-08-04
os: change the type of permissions argument for Open etc. to uint32.
Rob Pike
2010-07-01
implications of len spec change
Russ Cox
2010-06-30
syscall: add socketpair
Ivan Krasin
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
2010-05-20
syscall: linux, implement BindToDevice
Christopher Wedgwood
2010-05-19
syscall: add Utimes on Darwin/FreeBSD, add Futimes everywhere
Russ Cox
2010-05-03
syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)
Russ Cox
2010-04-29
syscall: force O_LARGEFILE in Linux open system call
Russ Cox
2010-04-19
syscall: match linux Setsid function signature to darwin
Andrew Gerrand
2010-03-24
syscall: Implement SetsockoptString
Christopher Wedgwood
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2009-11-30
Minimise bitrot: bytes.Copy -> copy
Christopher Wedgwood
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2009-11-09
remove semis after statements in one-statement statement lists
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-15
final batch for "declared and not used"
Russ Cox
2009-08-12
fix linux build for whole package compilation
Rob Pike
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
2009-07-14
Return ptrace event message when there's no error instead of
Austin Clements
2009-07-14
Syscall wrappers for ptrace and supporting wait-related flags.
Austin Clements
2009-07-13
Add accessor for SIGTRAP cause in wait status
Austin Clements
2009-06-29
add os.Hostname
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