summaryrefslogtreecommitdiff
path: root/src/pkg/syscall
Commit message (Expand)AuthorAgeFilesLines
* runtime: convert netpoll to GoDmitriy Vyukov2014-09-041-2/+3
* undo CL 107150043 / caa2646daa63Mikio Hara2014-08-3010-146/+2
* runtime: convert timers to GoDmitriy Vyukov2014-08-251-1/+1
* runtime: convert NewCallback and NewCallbackCDecl to GoAlex Brainman2014-08-254-18/+27
* syscall: fix nacl buildDmitriy Vyukov2014-08-221-2/+2
* syscall: replace zsyscall_windows_*.go files with a single fileAlex Brainman2014-08-204-1855/+3
* os: make SameFile handle paths like c:a.txt properlyAlex Brainman2014-08-191-8/+7
* net: fix CNAME resolving on WindowsEgon Elbre2014-08-154-2/+29
* all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike2014-08-1223-23/+23
* syscall: freeze the packageRob Pike2014-08-121-0/+7
* syscall: ignore EINVAL/ENOENT from readdirent on OS X 10.10Russ Cox2014-08-081-1/+34
* syscall: fix typo in commentIan Lance Taylor2014-08-041-1/+1
* undo CL 107280044 / ee11f19bc514Mikio Hara2014-07-303-58/+92
* undo CL 104290043 / 1d13818e6b3dMikio Hara2014-07-309-135/+7
* undo CL 102610045 / 7244ce3ae9dbMikio Hara2014-07-307-440/+15
* undo CL 101460043 / 746e175af5d2Mikio Hara2014-07-305-71/+0
* syscall: fix handling of bool return values in mksyscall_windows.goAlex Brainman2014-07-251-2/+5
* syscall: allow for mksyscall_windows.go to be used outside of syscallAlex Brainman2014-07-231-12/+45
* syscall: fix typo in namei doc comment.David Symonds2014-07-221-1/+1
* os: Implement symlink support for WindowsMichael Fraenkel2014-07-174-15/+152
* syscall: nacl/arm support.Shenghou Ma2014-07-104-0/+149
* syscall: use the nsec system call instead of /dev/bintime on Plan 9Aram H?v?rneanu2014-07-095-144/+96
* syscall: remove more NxM assumptions on Plan 9Aram H?v?rneanu2014-07-091-8/+0
* syscall: NetlinkRIB, avoid allocation in loopCristian Staretu2014-07-091-1/+2
* misc/nacl, syscall: lazily initialize fs on nacl.Shenghou Ma2014-07-011-3/+20
* syscall: implement setresuid(2) and setresgid(2) on OpenBSD/FreeBSD/DragonflyBSDWilliam Orr2014-06-2410-2/+146
* syscall: add source-specific multicast socket options for DarwinMikio Hara2014-06-255-0/+71
* syscall: regenerate z-files for darwinMikio Hara2014-06-247-15/+440
* syscall: disable Setuid/Setgid on linuxDave Cheney2014-06-247-64/+14
* syscall: add source-specific multicast socket options for FreeBSDMikio Hara2014-06-249-7/+135
* syscall: consolidate, simplify socket options for Unix-like systemsMikio Hara2014-06-233-92/+58
* syscall: don't display syscall prototype lines on godocMikio Hara2014-06-231-0/+2
* syscall: implement syscall.Getppid() on WindowsAlan Shreve2014-06-144-2/+137
* syscall: fix Write(nil) on NaClRuss Cox2014-05-201-0/+6
* syscall: fix arm buildDave Cheney2014-05-171-1/+1
* syscall: fix linux amd64 buildRob Pike2014-05-161-2/+2
* syscall: fix a few Linux system callsRuss Cox2014-05-167-17/+57
* syscall: regenerate z-files for openbsdMikio Hara2014-05-163-0/+31
* syscall: fix stack frame sizes in assemblyRuss Cox2014-05-1516-63/+102
* syscall: add missing TIOCGSID for openbsd/386Mikio Hara2014-05-061-0/+1
* std lib: fix various typos in commentsRobert Griesemer2014-05-027-9/+9
* syscall: don't display syscall prototype lines on godocMikio Hara2014-04-281-0/+2
* syscall: add missing SendmsgN for NaClMikio Hara2014-04-281-2/+17
* syscall: fix handling socket control messages on dragonflyMikio Hara2014-04-272-5/+6
* syscall: fix Getfsstat() for BSDPreetam Jinka2014-04-1014-157/+94
* syscall: use unsafe.Pointer instead of uintptr on windows when possibleAlex Brainman2014-04-063-16/+16
* net: tweak the ephemeral port range on dragonflyMikio Hara2014-03-291-0/+8
* syscall: add SendmsgN for BSD variants, Linux and SolarisMikio Hara2014-03-2921-46/+88
* syscall: don't generate RTF_BITS constant on OS X Mavericks and beyondMikio Hara2014-03-281-0/+1
* syscall, net: clean up socket stub for solarisMikio Hara2014-03-121-24/+2