aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/syscall
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-06runtime, syscall: rewrite syscall_solaris.goc in GoAram Hăvărneanu
2014-09-04syscall: in linux/arm Syscall, zero R3, R4, R5Russ Cox
2014-09-04runtime: convert netpoll to GoDmitriy Vyukov
2014-08-30undo CL 107150043 / caa2646daa63Mikio Hara
2014-08-25runtime: convert timers to GoDmitriy Vyukov
2014-08-25runtime: convert NewCallback and NewCallbackCDecl to GoAlex Brainman
2014-08-22syscall: fix nacl buildDmitriy Vyukov
2014-08-20syscall: replace zsyscall_windows_*.go files with a single fileAlex Brainman
2014-08-19os: make SameFile handle paths like c:a.txt properlyAlex Brainman
2014-08-15net: fix CNAME resolving on WindowsEgon Elbre
2014-08-12all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCHRob Pike
2014-08-12syscall: freeze the packageRob Pike
2014-08-08syscall: ignore EINVAL/ENOENT from readdirent on OS X 10.10Russ Cox
2014-08-04syscall: fix typo in commentIan Lance Taylor
2014-07-30undo CL 107280044 / ee11f19bc514Mikio Hara
2014-07-30undo CL 104290043 / 1d13818e6b3dMikio Hara
2014-07-30undo CL 102610045 / 7244ce3ae9dbMikio Hara
2014-07-30undo CL 101460043 / 746e175af5d2Mikio Hara
2014-07-25syscall: fix handling of bool return values in mksyscall_windows.goAlex Brainman
2014-07-23syscall: allow for mksyscall_windows.go to be used outside of syscallAlex Brainman
2014-07-22syscall: fix typo in namei doc comment.David Symonds
2014-07-17os: Implement symlink support for WindowsMichael Fraenkel
2014-07-10syscall: nacl/arm support.Shenghou Ma
2014-07-09syscall: use the nsec system call instead of /dev/bintime on Plan 9Aram Hăvărneanu
2014-07-09syscall: remove more NxM assumptions on Plan 9Aram Hăvărneanu
2014-07-09syscall: NetlinkRIB, avoid allocation in loopCristian Staretu
2014-07-01misc/nacl, syscall: lazily initialize fs on nacl.Shenghou Ma
2014-06-24syscall: implement setresuid(2) and setresgid(2) on OpenBSD/FreeBSD/DragonflyBSDWilliam Orr
2014-06-25syscall: add source-specific multicast socket options for DarwinMikio Hara
2014-06-24syscall: regenerate z-files for darwinMikio Hara
2014-06-24syscall: disable Setuid/Setgid on linuxDave Cheney
2014-06-24syscall: add source-specific multicast socket options for FreeBSDMikio Hara
2014-06-23syscall: consolidate, simplify socket options for Unix-like systemsMikio Hara
2014-06-23syscall: don't display syscall prototype lines on godocMikio Hara
2014-06-14syscall: implement syscall.Getppid() on WindowsAlan Shreve
2014-05-20syscall: fix Write(nil) on NaClRuss Cox
2014-05-17syscall: fix arm buildDave Cheney
2014-05-16syscall: fix linux amd64 buildRob Pike
2014-05-16syscall: fix a few Linux system callsRuss Cox
2014-05-16syscall: regenerate z-files for openbsdMikio Hara
2014-05-15syscall: fix stack frame sizes in assemblyRuss Cox
2014-05-06syscall: add missing TIOCGSID for openbsd/386Mikio Hara
2014-05-02std lib: fix various typos in commentsRobert Griesemer
2014-04-28syscall: don't display syscall prototype lines on godocMikio Hara
2014-04-28syscall: add missing SendmsgN for NaClMikio Hara
2014-04-27syscall: fix handling socket control messages on dragonflyMikio Hara
2014-04-10syscall: fix Getfsstat() for BSDPreetam Jinka
2014-04-06syscall: use unsafe.Pointer instead of uintptr on windows when possibleAlex Brainman
2014-03-29net: tweak the ephemeral port range on dragonflyMikio Hara