aboutsummaryrefslogtreecommitdiff
path: root/src/lib/syscall
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-06-08mksyscall was treating 64-bit systems as 32-bit,Russ Cox
2009-06-05rebuilt Makefiles for CL 29923Russ Cox
2009-06-04machine-generated files for CL 29882Russ Cox
2009-06-04linux 386 support; now in same state as darwin 386Russ Cox
2009-06-04more 386 runtime fixes.Russ Cox
2009-06-03fix build. i would love to know why my other clientRuss Cox
2009-06-03Define os.PageSize and syscall.PageSize.David Symonds
2009-06-02mechanically-generated syscall filesRuss Cox
2009-06-02386 library updatesRuss Cox
2009-06-01auto-generated, renamed, and deleted filesRuss Cox
2009-06-01new syscall package: manually maintained files and scripts.Russ Cox
2009-05-27getrusage on darwin; untested but builds.Russ Cox
2009-05-26Getrusage for linux.David Symonds
2009-05-18add Getwd, Fchdir, testsRuss Cox
2009-05-15close TODORuss Cox
2009-05-15os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.Russ Cox
2009-05-15add directory argument to os.ForkExecRuss Cox
2009-05-14fix abstract unix domain socketsRob Pike
2009-05-13Unix domain socket support, Linux and Darwin.Russ Cox
2009-05-13Add os.Link, os.Symlink, os.Readlink.Ian Lance Taylor
2009-05-07next step for 6.out on Borg: fix and testRuss Cox
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox
2009-04-16regenerate Makefiles.Russ Cox
2009-04-13lib miscRuss Cox
2009-04-07ChdirRuss Cox
2009-04-06an early 6g limitation forced the use ofRuss Cox
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox
2009-03-06document Conn interface better, in preparationRuss Cox
2009-03-06document syscall. all we do is redirect elsewhere.Rob Pike
2009-02-15assorted changes:Russ Cox
2009-02-15add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd.Russ Cox
2009-02-10Fix Readdirnames to behave properly if reading in little pieces. Requires sto...Rob Pike
2009-02-09fix Getdirentries: base comes back in r2.Rob Pike
2009-02-09simple accessors for Dir mode bitsRob Pike
2009-02-08First pass at reading directories.Rob Pike
2009-02-06fix up syscall for darwin after StringToBytes changeRob Pike
2009-02-06portable stat for osRob Pike
2009-02-06fstat used wrong system call, lstat used wrong type of nameRob Pike
2009-01-20delete exportRuss Cox
2009-01-16casify syscall and sequelaeRob Pike
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18convert *[] to [].Russ Cox
2008-12-09bug126Ken Thompson
2008-12-09replace assembly casts with unsafe.pointerRuss Cox
2008-12-04fix build - forgot these filesRuss Cox
2008-12-03add time.Tick()Russ Cox
2008-12-03preparation for exec.Russ Cox
2008-11-25change meaning of $GOMAXPROCS to number of cpus to use,Russ Cox
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike