aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/create.c
Commit message (Collapse)AuthorAgeFilesLines
* lib9: merge create, open, dirread into open.cRuss Cox2020-05-171-75/+0
| | | | Preparation for using opendir.
* better error messagersc2005-03-181-0/+1
|
* hard code list of plan 9 services in case they are not in /etc/servicesrsc2005-02-111-0/+4
|
* use fcntl F_SETLK instead of flock, for sun's.rsc2005-01-041-1/+8
|
* get this rightrsc2004-06-111-2/+3
|
* add OLOCKrsc2004-06-111-2/+10
|
* Crsc2004-05-141-0/+3
| | | | | | | little bugs . wq VS: ----------------------------------------------------------------------
* add -W to specify window size.rsc2004-04-291-0/+5
| | | | various other little fixes.
* Today's changes.rsc2004-03-251-9/+1
| | | | More changes.
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-2/+48
| | | | with them.
* Various additions and fixes.rsc2003-11-231-0/+8