summaryrefslogtreecommitdiff
path: root/src/lib/os/user.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-01update Go tree to use new syscall package.Russ Cox1-64/+0
2009-05-18Getgroups max on Linux is bigger than I thought.Russ Cox1-1/+3
2009-05-15os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.Russ Cox1-24/+37
2009-05-14Getuid etc.Rob Pike1-0/+49