| plan 9 kernel history: overview | file list | diff list |
1994/0915/port/auth.c (diff list | history)
| 1994/0624/sys/src/9/port/auth.c:573,578 – 1994/0915/sys/src/9/port/auth.c:573,579 (short | long | prev | next) | ||
| 1993/0330 | error(Eperm); | |
| 1993/0501 | memset(up->user, 0, NAMELEN); strcpy(up->user, "none"); | |
| 1994/0915 | up->basepri = PriNormal; | |
| 1993/0330 | return n; } | |
| 1994/0624/sys/src/9/port/auth.c:596,601 – 1994/0915/sys/src/9/port/auth.c:597,603 | ||
| 1993/0330 | error(Ebadarg); memmove(eve, buf, NAMELEN); | |
| 1993/0501 | memmove(up->user, buf, NAMELEN); | |
| 1994/0915 | up->basepri = PriNormal; | |
| 1993/0330 | return n; } | |