Add support for user-level 9P servers/clients and various bug fixes to go with them.
This commit is contained in:
parent
ac244f8d28
commit
32f69c36e0
60 changed files with 965 additions and 485 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
int _threadnopasser;
|
||||
|
||||
#ifdef NOTDEF
|
||||
#define NFN 33
|
||||
#define ERRLEN 48
|
||||
typedef struct Note Note;
|
||||
|
|
@ -85,7 +84,7 @@ _threadnote(void *v, char *s)
|
|||
Note *n;
|
||||
|
||||
_threaddebug(DBGNOTE, "Got note %s", s);
|
||||
if(strncmp(s, "sys:", 4) == 0)
|
||||
if(strncmp(s, "sys:", 4) == 0 && strcmp(s, "sys: write on closed pipe") != 0)
|
||||
noted(NDFLT);
|
||||
|
||||
// if(_threadexitsallstatus){
|
||||
|
|
@ -112,7 +111,6 @@ _threadnote(void *v, char *s)
|
|||
delayednotes(p, v);
|
||||
noted(NCONT);
|
||||
}
|
||||
#endif
|
||||
|
||||
int
|
||||
_procsplhi(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue