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
Age
Commit message (
Expand
)
Author
2014-05-20
syscall: fix Write(nil) on NaCl
Russ Cox
2014-05-17
syscall: fix arm build
Dave Cheney
2014-05-16
syscall: fix linux amd64 build
Rob Pike
2014-05-16
syscall: fix a few Linux system calls
Russ Cox
2014-05-16
syscall: regenerate z-files for openbsd
Mikio Hara
2014-05-15
syscall: fix stack frame sizes in assembly
Russ Cox
2014-05-06
syscall: add missing TIOCGSID for openbsd/386
Mikio Hara
2014-05-02
std lib: fix various typos in comments
Robert Griesemer
2014-04-28
syscall: don't display syscall prototype lines on godoc
Mikio Hara
2014-04-28
syscall: add missing SendmsgN for NaCl
Mikio Hara
2014-04-27
syscall: fix handling socket control messages on dragonfly
Mikio Hara
2014-04-10
syscall: fix Getfsstat() for BSD
Preetam Jinka
2014-04-06
syscall: use unsafe.Pointer instead of uintptr on windows when possible
Alex Brainman
2014-03-29
net: tweak the ephemeral port range on dragonfly
Mikio Hara
2014-03-29
syscall: add SendmsgN for BSD variants, Linux and Solaris
Mikio Hara
2014-03-28
syscall: don't generate RTF_BITS constant on OS X Mavericks and beyond
Mikio Hara
2014-03-12
syscall, net: clean up socket stub for solaris
Mikio Hara
2014-03-11
syscall: replace mksyscall_windows.pl with mksyscall_windows.go
Alex Brainman
2014-03-09
syscall: add missing SO_ERROR constant for nacl/*
Dave Cheney
2014-03-06
syscall: update NetBSD/ARM port to EABI.
Shenghou Ma
2014-03-05
syscall: add mmap constants for NetBSD/ARM.
Shenghou Ma
2014-03-06
syscall: regenerate z-files for dragonfly
Joel Sing
2014-03-06
syscall: fix mksysnum_dragonfly.pl
Joel Sing
2014-03-04
syscall: add Accept4 for freebsd
Mikio Hara
2014-03-04
syscall: add support for FreeBSD 10
Mikio Hara
2014-03-04
syscall: regenerate z-files on FreeBSD 10
Mikio Hara
2014-03-01
syscall: workaround Dragonfly BSD kernel exec bug
Shenghou Ma
2014-02-27
syscall: add some paranoia in Linux's Accept4
Brad Fitzpatrick
2014-02-27
syscall: add mlock, munlock, mlockall, munlockall and mprotect to OSX
William Orr
2014-02-25
all: nacl import round 2
Russ Cox
2014-02-26
syscall: fix solaris build
Dave Cheney
2014-02-25
all: merge NaCl branch (part 1)
Dave Cheney
2014-02-25
syscall: add mmap test
Mikio Hara
2014-02-25
syscall: add support for GOOS=solaris
Aram Hăvărneanu
2014-02-25
syscall: generate zfiles for GOOS=solaris
Aram Hăvărneanu
2014-02-24
syscall: regenerate Flock_t to make it compliant with EABI
Mikio Hara
2014-02-24
syscall: add fcntl test
Mikio Hara
2014-02-24
syscall: make mkerrors.sh work with clang
Mikio Hara
2014-02-24
syscall: consolidate test cases for Unix-like systems
Mikio Hara
2014-02-19
syscall: terminate error string in exec package on Plan 9
Rob Pike
2014-02-15
syscall: make use of include/linux when generating system constants
Mikio Hara
2014-02-14
syscall: fix system calls with misaligned arguments on freebsd/arm
Mikio Hara
2014-02-09
syscall: add missing include statement to bootstrap error code and signal gen...
Mikio Hara
2014-02-07
syscall: make use of signed char explicit in generating z-files on freebsd/arm
Mikio Hara
2014-02-07
syscall: regenerate EABI call convention compliant syscalls for freebsd/arm
Mikio Hara
2014-02-07
syscall: fix build on freebsd/arm
Mikio Hara
2014-01-31
syscall: add ERROR_MORE_DATA to Windows for os/fsnotify
Nathan John Youngman
2014-01-22
syscall: add syscall.Termios on dragonfly, openbsd
Michael Gehring
2014-01-22
syscall: use unsafe.Pointer in BSD kevent
Brad Fitzpatrick
2014-01-21
syscall: use unsafe.Pointer instead of uintptr in net syscalls
Brad Fitzpatrick
[next]