index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dev.cc] all: merge default (e4ab8f908aac) into dev.cc
Russ Cox
2014-11-20
14
-102
/
+9782
|
\
|
*
[dev.power64] all: merge default (dd5014ed9b01) into dev.power64
Russ Cox
2014-10-29
14
-102
/
+9782
|
|
\
|
|
*
[dev.power64] runtime: power64 fixes and ports of changes
Austin Clements
2014-10-27
2
-1
/
+8
|
|
*
[dev.power64] all: merge default into dev.power64
Austin Clements
2014-10-22
13
-102
/
+9775
|
|
|
\
|
|
|
*
build: merge the great pkg/ rename into dev.power64
Austin Clements
2014-10-22
220
-0
/
+98196
|
|
|
|
\
*
|
|
|
|
undo CL 131750044 / 2d6d44ceb80e
Russ Cox
2014-11-19
2
-73
/
+3
|
/
/
/
/
*
|
|
|
syscall: fix ParseRoutingSockaddr with unexpected submessages
Russ Cox
2014-10-28
1
-1
/
+1
*
|
|
|
syscall: accept pre-existing directories in nacl zip file
Russ Cox
2014-10-27
1
-0
/
+6
|
/
/
/
*
|
|
syscall: don't cache environment variables on Plan 9
David du Colombier
2014-10-16
1
-82
/
+15
*
|
|
net: disable SIO_UDP_CONNRESET behavior on windows.
Ron Hashimoto
2014-10-10
1
-0
/
+1
*
|
|
os, syscall: test Chtimes on directories, fix on Windows
Russ Cox
2014-10-06
1
-2
/
+2
*
|
|
syscall: another attempt to keep windows syscall pointers live
Alex Brainman
2014-10-05
2
-15
/
+100
*
|
|
undo CL 138250043 / 4eda5e4001fd
Alex Brainman
2014-10-03
2
-33
/
+6
*
|
|
syscall: support UID/GID map files for Linux user namespaces
Mrunal Patel
2014-10-02
1
-12
/
+111
*
|
|
syscall: fix Setenv for plan 9
Nicolas Owens
2014-10-02
1
-0
/
+1
*
|
|
os, syscall: add Unsetenv
Brad Fitzpatrick
2014-10-01
3
-11
/
+79
*
|
|
cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects
Russ Cox
2014-09-24
1
-1
/
+3
*
|
|
syscall: mark ECONNRESET, ECONNABORTED as temporary network errors
Russ Cox
2014-09-18
1
-1
/
+1
*
|
|
syscall: fix infinite recursion in itoa
Russ Cox
2014-09-18
3
-1
/
+29
*
|
|
liblink: make GO_ARGS the default for functions beginning with ?
Russ Cox
2014-09-16
20
-91
/
+0
*
|
|
syscall: add GO_ARGS to Go-called assembly
Russ Cox
2014-09-14
5
-0
/
+11
*
|
|
runtime: convert syscall_windows.c to Go
Russ Cox
2014-09-14
2
-14
/
+1
*
|
|
syscall: add #include "funcdata.h" to files modified in last CL
Russ Cox
2014-09-12
19
-0
/
+19
*
|
|
syscall: make func Syscall use pointer maps from Go prototypes
Russ Cox
2014-09-12
20
-0
/
+83
*
|
|
syscall: SysProcAttr job control changes
Michael MacInnis
2014-09-11
2
-4
/
+76
*
|
|
syscall: keep Windows syscall pointers live too
Brad Fitzpatrick
2014-09-08
2
-6
/
+33
*
|
|
syscall: fix comment in mkall_windows.bat
Brad Fitzpatrick
2014-09-08
1
-1
/
+1
*
|
|
syscall: keep allocated C string live across call to Syscall
Russ Cox
2014-09-08
29
-23
/
+607
|
|
/
|
/
|
*
|
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
210
-0
/
+88523
|
/
*
move src/syscall to src/lib/syscall.
Russ Cox
2008-09-26
10
-1084
/
+0
*
time bug: darwin, linux return microseconds not nanoseconds
Russ Cox
2008-09-22
2
-2
/
+2
*
make Makefiles safe for parallel make
Russ Cox
2008-09-18
1
-0
/
+3
*
time & date.
Russ Cox
2008-09-17
8
-26
/
+70
*
add network listening & tests
Russ Cox
2008-09-17
1
-1
/
+0
*
preliminary network - just Dial for now
Russ Cox
2008-09-16
3
-0
/
+43
*
pull O_RDONLY etc. up to os library
Rob Pike
2008-09-11
2
-2
/
+2
*
make syscall use strings for file names
Rob Pike
2008-09-11
4
-23
/
+81
*
use a makefile to build math
Rob Pike
2008-09-05
1
-2
/
+2
*
fix bug: was writing off end of array
Rob Pike
2008-09-02
1
-1
/
+0
*
- switched most of existing Go code to new export syntax
Robert Griesemer
2008-08-04
3
-64
/
+32
*
first cut at multithreading. works on Linux.
Russ Cox
2008-08-04
1
-1
/
+3
*
use new export syntax to avoid repetition
Rob Pike
2008-08-04
2
-247
/
+4
*
- mark syscall support routines as non-stack-generating
Rob Pike
2008-07-30
4
-20
/
+102
*
fix a comment
Rob Pike
2008-07-29
1
-4
/
+1
*
fixes for linux system call linkage
Rob Pike
2008-07-29
2
-3
/
+14
*
rewrite system call interface to use less assembler.
Rob Pike
2008-07-29
9
-290
/
+257
*
fix type error caused by recent change
Rob Pike
2008-07-29
2
-4
/
+4
*
add lstat
Rob Pike
2008-07-28
7
-19
/
+46
*
add fstat, stat
Rob Pike
2008-07-26
6
-100
/
+159
*
beginnings of a low-level syscall library
Rob Pike
2008-07-26
6
-0
/
+1068