summaryrefslogtreecommitdiff
path: root/src/syscall
Commit message (Expand)AuthorAgeFilesLines
* all: power64 is now ppc64Russ Cox2014-12-0512-11/+11
* [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-2014-102/+9782
|\
| * [dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox2014-10-2914-102/+9782
| |\
| | * [dev.power64] runtime: power64 fixes and ports of changesAustin Clements2014-10-272-1/+8
| | * [dev.power64] all: merge default into dev.power64Austin Clements2014-10-2213-102/+9775
| | |\
| | | * build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-22220-0/+98196
| | | |\
* | | | | undo CL 131750044 / 2d6d44ceb80eRuss Cox2014-11-192-73/+3
|/ / / /
* | | | syscall: fix ParseRoutingSockaddr with unexpected submessagesRuss Cox2014-10-281-1/+1
* | | | syscall: accept pre-existing directories in nacl zip fileRuss Cox2014-10-271-0/+6
|/ / /
* | | syscall: don't cache environment variables on Plan 9David du Colombier2014-10-161-82/+15
* | | net: disable SIO_UDP_CONNRESET behavior on windows.Ron Hashimoto2014-10-101-0/+1
* | | os, syscall: test Chtimes on directories, fix on WindowsRuss Cox2014-10-061-2/+2
* | | syscall: another attempt to keep windows syscall pointers liveAlex Brainman2014-10-052-15/+100
* | | undo CL 138250043 / 4eda5e4001fdAlex Brainman2014-10-032-33/+6
* | | syscall: support UID/GID map files for Linux user namespacesMrunal Patel2014-10-021-12/+111
* | | syscall: fix Setenv for plan 9Nicolas Owens2014-10-021-0/+1
* | | os, syscall: add UnsetenvBrad Fitzpatrick2014-10-013-11/+79
* | | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-1/+3
* | | syscall: mark ECONNRESET, ECONNABORTED as temporary network errorsRuss Cox2014-09-181-1/+1
* | | syscall: fix infinite recursion in itoaRuss Cox2014-09-183-1/+29
* | | liblink: make GO_ARGS the default for functions beginning with ?Russ Cox2014-09-1620-91/+0
* | | syscall: add GO_ARGS to Go-called assemblyRuss Cox2014-09-145-0/+11
* | | runtime: convert syscall_windows.c to GoRuss Cox2014-09-142-14/+1
* | | syscall: add #include "funcdata.h" to files modified in last CLRuss Cox2014-09-1219-0/+19
* | | syscall: make func Syscall use pointer maps from Go prototypesRuss Cox2014-09-1220-0/+83
* | | syscall: SysProcAttr job control changesMichael MacInnis2014-09-112-4/+76
* | | syscall: keep Windows syscall pointers live tooBrad Fitzpatrick2014-09-082-6/+33
* | | syscall: fix comment in mkall_windows.batBrad Fitzpatrick2014-09-081-1/+1
* | | syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-0829-23/+607
| |/ |/|
* | build: move package sources from src/pkg to srcRuss Cox2014-09-08210-0/+88523
|/
* move src/syscall to src/lib/syscall.Russ Cox2008-09-2610-1084/+0
* time bug: darwin, linux return microseconds not nanosecondsRuss Cox2008-09-222-2/+2
* make Makefiles safe for parallel makeRuss Cox2008-09-181-0/+3
* time & date.Russ Cox2008-09-178-26/+70
* add network listening & testsRuss Cox2008-09-171-1/+0
* preliminary network - just Dial for nowRuss Cox2008-09-163-0/+43
* pull O_RDONLY etc. up to os libraryRob Pike2008-09-112-2/+2
* make syscall use strings for file namesRob Pike2008-09-114-23/+81
* use a makefile to build mathRob Pike2008-09-051-2/+2
* fix bug: was writing off end of arrayRob Pike2008-09-021-1/+0
* - switched most of existing Go code to new export syntaxRobert Griesemer2008-08-043-64/+32
* first cut at multithreading. works on Linux.Russ Cox2008-08-041-1/+3
* use new export syntax to avoid repetitionRob Pike2008-08-042-247/+4
* - mark syscall support routines as non-stack-generatingRob Pike2008-07-304-20/+102
* fix a commentRob Pike2008-07-291-4/+1
* fixes for linux system call linkageRob Pike2008-07-292-3/+14
* rewrite system call interface to use less assembler.Rob Pike2008-07-299-290/+257
* fix type error caused by recent changeRob Pike2008-07-292-4/+4
* add lstatRob Pike2008-07-287-19/+46
* add fstat, statRob Pike2008-07-266-100/+159