summaryrefslogtreecommitdiff
path: root/src/lib/os/user.go
AgeCommit message (Collapse)AuthorFilesLines
2009-06-01update Go tree to use new syscall package.Russ Cox1-64/+0
R=r DELTA=713 (109 added, 386 deleted, 218 changed) OCL=29707 CL=29722
2009-05-18Getgroups max on Linux is bigger than I thought.Russ Cox1-1/+3
R=iant DELTA=3 (2 added, 0 deleted, 1 changed) OCL=28994 CL=29003
2009-05-15os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.Russ Cox1-24/+37
Getuid, etc drop their errors -- they cannot error R=r DELTA=605 (547 added, 12 deleted, 46 changed) OCL=28919 CL=28929
2009-05-14Getuid etc.Rob Pike1-0/+49
R=rsc DELTA=51 (49 added, 0 deleted, 2 changed) OCL=28859 CL=28859