- a7858a4 syscall: add SendmsgN for BSD variants, Linux and Solaris by Mikio Hara · 11 years ago
- f00af3d syscall: use unsafe.Pointer instead of uintptr in net syscalls by Brad Fitzpatrick · 11 years ago
- c8d49cf syscall: add Dup3 on Linux by Brad Fitzpatrick · 12 years ago
- 46e30c7 syscall: add {Set,Get}priority for Linux, and consistency tests by Shenghou Ma · 12 years ago
- 31f58dc net, syscall: use accept4 and SOCK_CLOEXEC on Linux by Ian Lance Taylor · 12 years ago
- e32d115 syscall: implement Pipe2 on Linux and use it in ForkExec by Georg Reinke · 12 years ago
- 473441f os: Improve the accuracy of os.Chtimes by Nick Craig-Wood · 12 years ago
- 4094c1b syscall: add {Get,Set,List,Remove}xattr on Linux. by Han-Wen Nienhuys · 12 years ago
- c242aa3 syscalls: annotate Sendfile() for race detector Fixes #4306. by Dmitriy Vyukov · 12 years ago
- cffbfae race: syscall changes by Dmitriy Vyukov · 12 years ago
- f848595 syscall: fix Statfs and Fstatfs on Linux/ARM by Shenghou Ma · 12 years ago
- 3d5ddff syscall: prepare for 64-bit ints by Russ Cox · 12 years ago
- a108369 syscall: return EINVAL when string arguments have NUL characters by Alexey Borzenkov · 13 years ago
- 36fe436 pkg/syscall: unexport Prlimit. by Han-Wen Nienhuys · 13 years ago
- 8b7d39e syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM. by Han-Wen Nienhuys · 13 years ago
- 911f802 syscall: fix 32-bit uid calls by Shenghou Ma · 13 years ago
- 6e21122 syscall: fix mkall.sh, mksyscall_linux.pl, and regen for Linux/ARM by Shenghou Ma · 13 years ago
- 33f7596 syscall: linux Tgkill takes a Signal too by Russ Cox · 13 years ago
- 35586f7 os/signal: selective signal handling by Russ Cox · 13 years ago
- 65ba8ee syscall: make linux Dup2 match other systems by Russ Cox · 13 years ago
- 3843295 net, syscall, os: set CLOEXEC flag on epoll/kqueue descriptor by Ian Lance Taylor · 13 years ago
- 45eef04 syscall: fix linux arm build by Russ Cox · 13 years ago
- 85b9f35 syscall: use uintptr for Mount flags. by David Anderson · 13 years ago
- bb282ba syscall: adjust Mount to accomodate stricter FS implementations. by David Anderson · 13 years ago
- aebfd63 syscall: add Flock on Linux by Russ Cox · 14 years ago
- cf9f380 gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr by Russ Cox · 14 years ago
- bf73ca8 syscall: sendfile by Brad Fitzpatrick · 14 years ago
- 839e9ea syscall: Mlock, Munlock, Mlockall, Munlockall on Linux. by Albert Strasheim · 14 years ago
- d586445 syscall: fix Ftruncate under linux/arm5 by Dave Cheney · 14 years ago
- 946a4ea syscall: Madvise and Mprotect for Linux. by Albert Strasheim · 14 years ago
- 48ae1f2 syscall: add Mmap, Munmap on Linux, FreeBSD, OS X by Russ Cox · 14 years ago
- c6810e7 syscall: GetsockoptInt. by Albert Strasheim · 14 years ago
- 4fd41e4 syscall: Permit non-blocking syscalls. by Ian Lance Taylor · 14 years ago
- ad102e1 syscall: implement Mount and Unmount for linux. by David Anderson · 14 years ago
- 05660b7 syscall: implement Reboot for linux. by David Anderson · 14 years ago
- 56faae2 syscall: do not use NULL for zero-length read, write by Russ Cox · 14 years ago
- 80055c6 arm: fix build previous version was built with -l32; should be -b32 by Rob Pike · 14 years ago
- 189d4ff syscall: correct Linux Splice definition by Russ Cox · 14 years ago
- 85d9ab6 arm: more fixes by Russ Cox · 14 years ago
- 48cc88d arm is not little-endian by Ken Thompson · 14 years ago
- fa7341a syscall: use 64-bit file size for truncation on Linux by Peter Mundy · 14 years ago
- 1142b60 syscall/arm: correct 64-bit system call arguments by Russ Cox · 14 years ago
- 4bfcfcf syscall: add inotify on Linux by Balazs Lecz · 14 years ago
- 7d03d0e syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. by Ian Lance Taylor · 14 years ago
- 34c312e arm: use the correct stat syscalls by Brad Fitzpatrick · 15 years ago
- 534dbc7 arm: fix build, regenerate syscall files by Kai Backman · 15 years ago
- e45b58f os: change the type of permissions argument for Open etc. to uint32. by Rob Pike · 15 years ago
- 400f7a6 syscall: add socketpair by Ivan Krasin · 15 years ago
- 1d076a6 syscall: regenerate zsyscall_linux_arm.go - fix build by Russ Cox · 15 years ago
- 23bf408 syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) by Russ Cox · 15 years ago
- 3ffbd57 syscall: match linux Setsid function signature to darwin by Andrew Gerrand · 15 years ago
- d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 5857890 syscall: fix error return bug for 64-bit return on 32-bit platform by Christopher Wedgwood · 15 years ago
- 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
- 55ba9d6 fixing (badly) linux_arm syscall. by Kai Backman · 15 years ago
- 6faacd2 apply gofmt to auto-generated syscall files by Russ Cox · 15 years ago
- 116beb2 - moved 3 functions from syscall_linux to _386 and _amd64 (arm lacks them) by Kai Backman · 15 years ago
- e5c884f some progress on arm linux syscall interface. ztypes_linux_arm by Kai Backman · 15 years ago
- 382a19c pkg/sort compiling and some progress on syscall. mostly by Kai Backman · 16 years ago