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