| plan 9 kernel history: overview | file list | diff list |
2001/0930/port/auth.c (diff list | history)
| 2001/0929/sys/src/9/port/auth.c:101,107 – 2001/0930/sys/src/9/port/auth.c:101,107 (short | long | prev | next) | ||
| 1993/0330 | long userwrite(char *a, int n) { | |
| 2000/0710 |
| |
| 2001/0930 | if(strcmp(a, "none") != 0) | |
| 1993/0330 | error(Eperm); | |
| 2001/0527 | kstrdup(&up->user, "none"); | |
| 1995/0110 | up->basepri = PriNormal; | |