| plan 9 kernel history: overview | file list | diff list |
1992/0912/port/taslock.c (diff list | history)
| 1992/0912/sys/src/9/port/taslock.c:42,47 – 1992/0913/sys/src/9/port/taslock.c:42,49 (short | long | prev | next) | ||
| 1992/0222 | void unlock(Lock *l) { | |
| 1992/0913 | int s; | |
| 1992/0222 | l->pc = 0; l->key = 0; if(u && u->p) | |