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
/
syscall
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-15
Imported Upstream version 1.4.1
upstream/1.4.1
Tianon Gravi
1
-3
/
+3
2015-01-15
Imported Upstream version 1.4
upstream/1.4
Tianon Gravi
211
-0
/
+89341
2008-09-26
move src/syscall to src/lib/syscall.
Russ Cox
10
-1084
/
+0
2008-09-22
time bug: darwin, linux return microseconds not nanoseconds
Russ Cox
2
-2
/
+2
2008-09-18
make Makefiles safe for parallel make
Russ Cox
1
-0
/
+3
2008-09-17
time & date.
Russ Cox
8
-26
/
+70
2008-09-17
add network listening & tests
Russ Cox
1
-1
/
+0
2008-09-16
preliminary network - just Dial for now
Russ Cox
3
-0
/
+43
2008-09-11
pull O_RDONLY etc. up to os library
Rob Pike
2
-2
/
+2
2008-09-11
make syscall use strings for file names
Rob Pike
4
-23
/
+81
2008-09-05
use a makefile to build math
Rob Pike
1
-2
/
+2
2008-09-02
fix bug: was writing off end of array
Rob Pike
1
-1
/
+0
2008-08-04
- switched most of existing Go code to new export syntax
Robert Griesemer
3
-64
/
+32
2008-08-04
first cut at multithreading. works on Linux.
Russ Cox
1
-1
/
+3
2008-08-04
use new export syntax to avoid repetition
Rob Pike
2
-247
/
+4
2008-07-30
- mark syscall support routines as non-stack-generating
Rob Pike
4
-20
/
+102
2008-07-29
fix a comment
Rob Pike
1
-4
/
+1
2008-07-29
fixes for linux system call linkage
Rob Pike
2
-3
/
+14
2008-07-29
rewrite system call interface to use less assembler.
Rob Pike
9
-290
/
+257
2008-07-29
fix type error caused by recent change
Rob Pike
2
-4
/
+4
2008-07-28
add lstat
Rob Pike
7
-19
/
+46
2008-07-26
add fstat, stat
Rob Pike
6
-100
/
+159
2008-07-26
beginnings of a low-level syscall library
Rob Pike
6
-0
/
+1068