Ignore unknown pragmas.
Be less verbose when allocating uprocs. Don't drop core dump turds all over the place when x11 goes away.
This commit is contained in:
parent
b1455f33a8
commit
115d4c0afc
5 changed files with 11 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ _p9uproc(int inhandler)
|
|||
while((up = mallocz(sizeof(Uproc), 1)) == nil)
|
||||
sleep(1000);
|
||||
|
||||
fprint(2, "alloc uproc for pid %d\n", pid);
|
||||
//fprint(2, "alloc uproc for pid %d\n", pid);
|
||||
up->pid = pid;
|
||||
lock(&uproclock);
|
||||
h = pid%PIDHASH;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue