| Commit message (Expand) | Author | Age | Files | Lines |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -1865/+0 |
* | syscall: disable Setuid/Setgid on linux | Dave Cheney | 2014-06-24 | 1 | -20/+0 |
* | syscall: add SendmsgN for BSD variants, Linux and Solaris | Mikio Hara | 2014-03-29 | 1 | -2/+3 |
* | syscall: use unsafe.Pointer instead of uintptr in net syscalls | Brad Fitzpatrick | 2014-01-21 | 1 | -5/+5 |
* | syscall: add Dup3 on Linux | Brad Fitzpatrick | 2013-07-31 | 1 | -0/+10 |
* | syscall: add {Set,Get}priority for Linux, and consistency tests | Shenghou Ma | 2013-06-11 | 1 | -0/+21 |
* | net, syscall: use accept4 and SOCK_CLOEXEC on Linux | Ian Lance Taylor | 2013-01-28 | 1 | -0/+11 |
* | syscall: implement Pipe2 on Linux and use it in ForkExec | Georg Reinke | 2013-01-10 | 1 | -0/+10 |
* | os: Improve the accuracy of os.Chtimes | Nick Craig-Wood | 2012-12-13 | 1 | -0/+15 |
* | syscall: add {Get,Set,List,Remove}xattr on Linux. | Han-Wen Nienhuys | 2012-11-01 | 1 | -0/+95 |
* | syscalls: annotate Sendfile() for race detector | Dmitriy Vyukov | 2012-10-29 | 1 | -1/+1 |
* | race: syscall changes | Dmitriy Vyukov | 2012-10-09 | 1 | -4/+4 |
* | syscall: fix Statfs and Fstatfs on Linux/ARM | Shenghou Ma | 2012-10-08 | 1 | -25/+0 |
* | syscall: prepare for 64-bit ints | Russ Cox | 2012-09-24 | 1 | -1/+1 |
* | syscall: return EINVAL when string arguments have NUL characters | Alexey Borzenkov | 2012-08-05 | 1 | -39/+254 |
* | pkg/syscall: unexport Prlimit. | Han-Wen Nienhuys | 2012-07-31 | 1 | -1/+1 |
* | syscall: use 32 bits structure for Getrlimit/Setrlimit on 386/ARM. | Han-Wen Nienhuys | 2012-07-02 | 1 | -20/+30 |
* | syscall: fix 32-bit uid calls | Shenghou Ma | 2012-06-03 | 1 | -14/+14 |
* | syscall: fix mkall.sh, mksyscall_linux.pl, and regen for Linux/ARM | Shenghou Ma | 2012-03-06 | 1 | -3/+57 |
* | syscall: linux Tgkill takes a Signal too | Russ Cox | 2012-02-14 | 1 | -1/+1 |
* | os/signal: selective signal handling | Russ Cox | 2012-02-13 | 1 | -1/+1 |
* | syscall: make linux Dup2 match other systems | Russ Cox | 2012-02-13 | 1 | -3/+2 |
* | net, syscall, os: set CLOEXEC flag on epoll/kqueue descriptor | Ian Lance Taylor | 2011-12-19 | 1 | -0/+11 |
* | syscall: fix linux arm build | Russ Cox | 2011-11-14 | 1 | -248/+496 |
* | syscall: use uintptr for Mount flags. | David Anderson | 2011-10-24 | 1 | -1/+1 |
* | syscall: adjust Mount to accomodate stricter FS implementations. | David Anderson | 2011-10-14 | 1 | -8/+8 |
* | syscall: add Flock on Linux | Russ Cox | 2011-07-13 | 1 | -0/+8 |
* | gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr | Russ Cox | 2011-06-17 | 1 | -1/+1 |
* | syscall: sendfile | Brad Fitzpatrick | 2011-05-20 | 1 | -0/+9 |
* | syscall: Mlock, Munlock, Mlockall, Munlockall on Linux. | Albert Strasheim | 2011-04-26 | 1 | -0/+44 |
* | syscall: fix Ftruncate under linux/arm5 | Dave Cheney | 2011-04-22 | 1 | -16/+0 |
* | syscall: Madvise and Mprotect for Linux. | Albert Strasheim | 2011-04-21 | 1 | -0/+28 |
* | syscall: add Mmap, Munmap on Linux, FreeBSD, OS X | Russ Cox | 2011-04-06 | 1 | -0/+17 |
* | syscall: GetsockoptInt. | Albert Strasheim | 2011-03-23 | 1 | -1/+9 |
* | syscall: Permit non-blocking syscalls. | Ian Lance Taylor | 2011-03-16 | 1 | -43/+43 |
* | syscall: implement Mount and Unmount for linux. | David Anderson | 2011-03-09 | 1 | -0/+16 |
* | syscall: implement Reboot for linux. | David Anderson | 2011-03-09 | 1 | -0/+8 |
* | syscall: do not use NULL for zero-length read, write | Russ Cox | 2011-02-09 | 1 | -0/+22 |
* | arm: fix build | Rob Pike | 2011-01-07 | 1 | -5/+5 |
* | syscall: correct Linux Splice definition | Russ Cox | 2011-01-05 | 1 | -14/+14 |
* | arm: more fixes | Russ Cox | 2010-12-08 | 1 | -0/+17 |
* | arm is not little-endian | Ken Thompson | 2010-11-12 | 1 | -6/+6 |
* | syscall: use 64-bit file size for truncation on Linux | Peter Mundy | 2010-11-05 | 1 | -16/+16 |
* | syscall/arm: correct 64-bit system call arguments | Russ Cox | 2010-10-20 | 1 | -27/+240 |
* | syscall: add inotify on Linux | Balazs Lecz | 2010-09-27 | 1 | -0/+28 |
* | syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. | Ian Lance Taylor | 2010-09-21 | 1 | -52/+52 |
* | arm: use the correct stat syscalls | Brad Fitzpatrick | 2010-09-07 | 1 | -5/+5 |
* | arm: fix build, regenerate syscall files | Kai Backman | 2010-08-23 | 1 | -8/+6 |
* | os: change the type of permissions argument for Open etc. to uint32. | Rob Pike | 2010-08-04 | 1 | -13/+13 |
* | syscall: add socketpair | Ivan Krasin | 2010-06-30 | 1 | -0/+8 |