summaryrefslogtreecommitdiff
path: root/src/lib9/_p9dir.c
Commit message (Collapse)AuthorAgeFilesLines
* lib9: enable on Plan 9David du Colombier2014-02-131-0/+2
| | | | | | | | | This change depends on CL 57170052. LGTM=rsc R=rsc, bradfitz CC=golang-codereviews https://codereview.appspot.com/60840049
* libmach,lib9: override unused parameter warnings (fixes windows build)Alex Brainman2013-07-201-0/+3
| | | | | | R=golang-dev, dave CC=golang-dev https://codereview.appspot.com/11620044
* lib9: avoid all -Wconversion warningsIan Lance Taylor2013-06-251-6/+6
| | | | | | | | | | | Built after adding -Wconversion to the list of compiler arguments used when building. I believe these are all OK assuming we will not change the API. There is no effort to detect overflow due to very long strings. R=golang-dev, dave, rsc, r CC=golang-dev https://codereview.appspot.com/10195044
* Ports of lib9, libbio and libmach to Windows.Hector Chu2009-11-301-30/+9
| | | | | | | R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org>
* two gopack nits.Russ Cox2009-11-111-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
* lib9: rip out platform specific code that breaks on pclinuxosRuss Cox2009-11-101-109/+7
| | | | | | R=r CC=golang-dev http://codereview.appspot.com/154049
* import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike2008-06-121-0/+315
remove the dependency on /home/r. SVN=122482