| plan 9 kernel history: overview | file list | diff list |
2000/0326/port/chan.c (diff list | history)
| 2000/0322/sys/src/9/port/chan.c:721,726 – 2000/0326/sys/src/9/port/chan.c:721,727 (short | long | prev | next) | ||
| 2000/0322 | * c time and pid, but also cons and consctl * p control of your own processes (and unfortunately * any others left unprotected) | |
| 2000/0326 | * all are ASCII, so it's safe to use strchr to check. | |
| 2000/0322 | */ if(up->pgrp->noattach) if(strchr("|decp", name[1]) == 0) | |