summaryrefslogtreecommitdiff
path: root/src/lib9/_p9dir.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+179
2011-09-13Imported Upstream version 60Ondřej Surý1-179/+0
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu1-30/+9
R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org>
2009-11-11two gopack nits.Russ Cox1-13/+0
1. allocate an extra byte for use by write. 2. throw away the code trying to translate uid and gid to names. i suspect it of causing seg faults in some situations, and it is not needed by the compilers. Fixes issue 48. (I hope.) R=r http://codereview.appspot.com/152077
2009-11-10lib9: rip out platform specific code that breaks on pclinuxosRuss Cox1-109/+7
R=r CC=golang-dev http://codereview.appspot.com/154049
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike1-0/+315
remove the dependency on /home/r. SVN=122482