aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/syscall
AgeCommit message (Expand)Author
2011-10-25syscall: correct name of mksyscall script in commentIan Lance Taylor
2011-10-24syscall: use uintptr for Mount flags.David Anderson
2011-10-19syscall: update ztypes_linux_386 for terminal changesBrad Fitzpatrick
2011-10-19syscall: update ztypes_linux_arm for terminal changesDave Cheney
2011-10-18exp/winfsnotify: filesystem watcher for WindowsHector Chu
2011-10-18exp/terminal: split terminal handling from exp/sshAdam Langley
2011-10-18gofix -r mapdeleteRuss Cox
2011-10-15syscall: dll function load and calling changesAlex Brainman
2011-10-14syscall: adjust Mount to accomodate stricter FS implementations.David Anderson
2011-10-13crypto/tls: fetch root CA from Windows storeMikkel Krautz
2011-10-12net: implement ip protocol name to number resolver for windowsAlex Brainman
2011-10-11syscall: add #ifdefs to fix the manual corrections in ztypes_linux_arm.goDave Cheney
2011-10-04pkg/syscall: add Mkfifo for linux platformsPaul Borman
2011-10-01syscall: update multicast socket options for darwin, freebsd, linux, openbsdMikio Hara
2011-09-24syscall: mksyscall_windows.pl to produce packages other than syscall (for exa...Jaroslavas Počepko
2011-09-23syscall: add GetsockoptByte, SetsockoptByte for openbsdMikio Hara
2011-09-23syscall: add IPv4 ancillary data for linuxMikio Hara
2011-09-23syscall: mark stdin, stdout and stderr as non-inheritable by child processAlex Brainman
2011-09-15build: add build comments to core packagesRuss Cox
2011-09-09os: forgotten file of submitted CL 4984051Jaroslavas Počepko
2011-09-08syscall: add route flags for linuxMikio Hara
2011-09-08os: os.RemoveAll has to check for 2 error codes on Windows. ENOENT is not eno...Jaroslavas Počepko
2011-09-08Windows: net, syscall: implement SetsockoptIPMReq(), move to winsock v2.2 for...Paul Lalonde
2011-09-06os: use GetFileAttributesEx to implement Stat on windowsAlex Brainman
2011-09-05syscall: update routing message attributes handling, fix typoMikio Hara
2011-08-31syscall: handle routing entry in ParseRoutingSockaddr on BSD variantsMikio Hara
2011-08-31exp/wingui: made compatible with windows/amd64Jaroslavas Počepko
2011-08-29runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ...Yuval Pavel Zholkover
2011-08-29syscall: add openbsd 386Joel Sing
2011-08-26syscall: Handle RTM_NEWROUTE in ParseNetlinkRouteAttr on Linux.Albert Strasheim
2011-08-26syscall: SOMAXCONN should be 0x7fffffff at winsock2.Yasuhiro Matsumoto
2011-08-22syscall: openbsd amd64 syscall supportJoel Sing
2011-08-19net: fix windows buildAlex Brainman
2011-08-17net: Plan 9 supportFazlul Shahriar
2011-08-16net, syscall: move multicast address handlingJoel Sing
2011-08-16syscall: make LazyDLL/LazyProc.Mutex unexportedDmitriy Vyukov
2011-08-08syscall: move bsd mmap syscallJoel Sing
2011-08-05net: implement windows LookupMX and LookupAddrAlex Brainman
2011-08-04syscall: update routing message support for BSD variantsMikio Hara
2011-07-31syscall: delay load of dll functions until they are calledAlex Brainman
2011-07-29syscall: move bsd pipe syscallJoel Sing
2011-07-25syscall: remove unused windows code and commentsAlex Brainman
2011-07-18syscall: Parse and encode SCM_RIGHTS and SCM_CREDENTIALS.Albert Strasheim
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-07-13syscall: add Flock on LinuxRuss Cox
2011-07-13syscall: change missing from windows net fixesRuss Cox
2011-07-13net: windows/amd64 portWei Guangjing
2011-07-07syscall: rearrange windows code so 386 and amd64 can share filesAlex Brainman
2011-07-01windows: define and use syscall.HandleWei Guangjing
2011-06-27syscall: support for tty options in StartProcessKen Rockot