aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/getenv.c
Commit message (Collapse)AuthorAgeFilesLines
* lib9: putenv wraps POSIX setenv, not legacy putenvDan Cross2020-01-161-7/+1
| | | | | | | POSIX setenv does everything that p9putenv's body, so just delegate to that. Signed-off-by: Dan Cross <cross@gajendra.net>
* Small tweaksrsc2004-03-211-1/+0
| | | | Lots of new code imported.
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-0/+12
| | | | with them.
* Various additions and fixes.rsc2003-11-231-0/+15