• Russ Cox's avatar
    386 system call fixes: · 76c87d58
    Russ Cox authored
      * 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
    76c87d58
Name
Last commit
Last update
..
Makefile Loading commit data...
dir_darwin_386.go Loading commit data...
dir_darwin_amd64.go Loading commit data...
dir_linux_386.go Loading commit data...
dir_linux_amd64.go Loading commit data...
env.go Loading commit data...
error.go Loading commit data...
exec.go Loading commit data...
file.go Loading commit data...
getwd.go Loading commit data...
os_test.go Loading commit data...
path.go Loading commit data...
path_test.go Loading commit data...
proc.go Loading commit data...
proc_linux.go Loading commit data...
stat_darwin_386.go Loading commit data...
stat_darwin_amd64.go Loading commit data...
stat_linux_386.go Loading commit data...
stat_linux_amd64.go Loading commit data...
time.go Loading commit data...
types.go Loading commit data...