summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/asm_linux_386.s
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-7/+7
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+181
2011-09-13Imported Upstream version 60Ondřej Surý1-181/+0
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-2/+45
2010-01-25in C and asm, replace pkg·name with ·nameRuss Cox1-5/+5
(eliminate assumption of package global name space, make code easier to move between packages). R=r CC=golang-dev http://codereview.appspot.com/194072
2009-12-15syscall: RawSyscall must not call exitsyscallRuss Cox1-1/+0
Fixes issue 405. R=r CC=golang-dev, hoisie http://codereview.appspot.com/180056
2009-10-15rename sys functions to runtime,Russ Cox1-13/+13
because they are in package runtime. another step to enforcing package boundaries. R=r DELTA=732 (114 added, 93 deleted, 525 changed) OCL=35811 CL=35824
2009-06-16386 system call fixes:Russ Cox1-5/+36
* use 64-bit file system calls (Linux, Darwin) * use 32-bit [sic] uid/gid calls (Linux) * fix sockets on Linux Darwin/386 works again. Linux/386 is better but must never have worked; there are still bugs surrounding the creation of new threads in the runtime package. R=austin DELTA=1332 (673 added, 614 deleted, 45 changed) OCL=30327 CL=30380
2009-06-09mv src/lib to src/pkgRob Pike1-0/+108
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102