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
/
syscall
Age
Commit message (
Expand
)
Author
2019-04-05
syscall: dup the argument to fdopendir
Keith Randall
2019-04-05
syscall: allow empty string argument to SetsockoptString
Tobias Klauser
2019-04-04
syscall: don't use INODE64 for fdopendir on darwin/386
Keith Randall
2019-04-03
syscall: avoid _getdirentries64 on darwin
Keith Randall
2019-04-03
syscall: on AIX use nsendmsg and nrecvmsg, define SockaddrDatalink
Clément Chigot
2019-03-28
syscall/js: improve Value.String() for non-string values
Richard Musiol
2019-03-26
syscall/js: improve type checks of js.Value's methods
Richard Musiol
2019-03-22
os,syscall: implement functions related to uid, gid and pid on js/wasm
Richard Musiol
2019-03-22
syscall: fix returned values of Dup2 on aix/ppc64
Clément Chigot
2019-03-20
os: make errors.Is work with ErrPermission et al.
Damien Neil
2019-03-13
syscall: add Chroot and Dup2 for aix/ppc64
Clément Chigot
2019-03-12
syscall: correctly set up uid/gid mappings in user namespaces
Michael Stapelberg
2019-03-10
syscall: skip non-root user namespace test if kernel forbids
Alberto Donizetti
2019-03-10
runtime: safely load DLLs
Jason A. Donenfeld
2019-03-08
syscall: add all ambient capabilities into permitted and inheritable sets
Andrei Vagin
2019-03-06
syscall: fix hang when using Unshareflags: CLONE_NEWUSER with uid/gid mapping...
Michael Stapelberg
2019-03-05
syscall: on ARM GNU/Linux let Pipe fall back to pipe
Ian Lance Taylor
2019-03-02
syscall: optimize SlicePtrFromStrings
Josh Bleecher Snyder
2019-02-28
syscall: use 64-bit alignment on netbsd-arm
Benny Siegert
2019-02-27
archive/tar, syscall: add statUnix for aix/ppc64
Clément Chigot
2019-02-27
syscall/js: add a note about a bug in TypedArray
Agniva De Sarker
2019-02-27
syscall: add missing Setrlimit and Termios on aix/ppc64
Clément Chigot
2019-02-26
all: fix typos as reported by 'misspell'
Leon Klingele
2019-02-26
syscall: add empty line before marker comments in zsyscall_darwin_*.go
Tobias Klauser
2019-02-15
syscall: skip TestSyscallNoError when temp dir is mounted nosuid
Brad Fitzpatrick
2018-12-30
syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...
Yuval Pavel Zholkover
2018-12-27
syscall: document LockOSThread with GNU/Linux SysProcAttr.Ptrace
Ian Lance Taylor
2018-12-27
os: add SyscallConn method for os.File
Ian Lance Taylor
2018-12-14
syscall: remove linknames to runtime symbols for aix/ppc64
Clément Chigot
2018-12-13
syscall/js: rename js.Callback to js.Func
Richard Musiol
2018-12-13
runtime,os,syscall,internal/poll: replace getdirentries on iOS
Elias Naur
2018-12-13
syscall: use correct cmsg alignment for openbsd/arm
Joel Sing
2018-12-12
syscall: update doc comment to match behavior for Proc.Call
Andrew Bonventre
2018-12-12
syscall: regenerate ztypes for openbsd/arm
Joel Sing
2018-12-04
syscall, cmd/go/internal/lockedfile: remove Flock syscall for aix/ppc64
Clément Chigot
2018-12-01
syscall: avoid "64"-postfixed libSystem syscalls on iOS
Elias Naur
2018-11-20
syscall: add dummy SIGTERM constant to js/wasm
Richard Musiol
2018-11-20
syscall/js: document ValueOf() panic
Markus
2018-11-12
runtime: correct ABI information for all functions
Austin Clements
2018-11-10
all: add support for synchronous callbacks to js/wasm
Richard Musiol
2018-11-08
internal/syscall/unix: use libc calls on Darwin
Keith Randall
2018-11-08
syscall: move uses of Syscall to libSystem on darwin
Keith Randall
2018-11-07
syscall: implement syscalls on Darwin using libSystem
Keith Randall
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
syscall: add Syscall18 on Windows
Hajime Hoshi
2018-11-01
os: add support for long path names on freebsd RemoveAll
Tobias Klauser
2018-10-26
syscall/js: add the Value.Truthy method
Larry Clapp
2018-10-25
syscall: fix TestForeground for AIX
Clément Chigot
2018-10-24
syscall/js: add Wrapper interface to support external Value wrapper types
Denys Smirnov
2018-10-24
syscall: swap src, dest arguments in convertFromDirents11 for FreeBSD
Yuval Pavel Zholkover
[prev]
[next]