index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
syscall
/
syscall_linux.go
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-6
/
+7
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-30
/
+93
2011-02-18
Imported Upstream version 2011.02.15
upstream/2011.02.15
Ondřej Surý
1
-0
/
+4
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-3
/
+10
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-30
/
+127
2010-06-30
syscall: add socketpair
Ivan Krasin
1
-0
/
+5
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
1
-3
/
+3
2010-05-20
syscall: linux, implement BindToDevice
Christopher Wedgwood
1
-0
/
+5
2010-05-19
syscall: add Utimes on Darwin/FreeBSD, add Futimes everywhere
Russ Cox
1
-2
/
+8
2010-05-03
syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE)
Russ Cox
1
-1
/
+5
2010-04-29
syscall: force O_LARGEFILE in Linux open system call
Russ Cox
1
-1
/
+5
2010-04-19
syscall: match linux Setsid function signature to darwin
Andrew Gerrand
1
-1
/
+1
2010-03-24
syscall: Implement SetsockoptString
Christopher Wedgwood
1
-0
/
+4
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-139
/
+139
2009-11-30
Minimise bitrot: bytes.Copy -> copy
Christopher Wedgwood
1
-15
/
+4
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
1
-6
/
+6
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-13
/
+13
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-55
/
+55
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-24
/
+8
2009-11-05
gofmt-ify syscall
Robert Griesemer
1
-33
/
+32
2009-11-01
syscall cleanup.
Russ Cox
1
-12
/
+30
2009-10-06
- moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them)
Kai Backman
1
-3
/
+0
2009-09-15
final batch for "declared and not used"
Russ Cox
1
-1
/
+1
2009-08-12
fix linux build for whole package compilation
Rob Pike
1
-8
/
+0
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
1
-4
/
+1
2009-07-14
Return ptrace event message when there's no error instead of
Austin Clements
1
-3
/
+1
2009-07-14
Syscall wrappers for ptrace and supporting wait-related flags.
Austin Clements
1
-0
/
+158
2009-07-13
Add accessor for SIGTRAP cause in wait status
Austin Clements
1
-0
/
+7
2009-06-29
add os.Hostname
Russ Cox
1
-2
/
+0
2009-06-17
add Addr() string to net.Listener interface.
Russ Cox
1
-0
/
+18
2009-06-17
shuffle some Linux system calls around for 386
Russ Cox
1
-1
/
+0
2009-06-16
386 system call fixes:
Russ Cox
1
-22
/
+0
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+636