| plan 9 kernel history: overview | file list | diff list |
1994/1027/port/auth.c (diff list | history)
| 1994/1027/sys/src/9/port/auth.c:573,579 – 1995/0102/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 |
| |
| 1995/0102 | up->nice = NiceNormal; | |
| 1993/0330 | return n; } | |
| 1994/1027/sys/src/9/port/auth.c:598,604 – 1995/0102/sys/src/9/port/auth.c:598,604 | ||
| 1994/1027 | renameuser(eve, buf); | |
| 1993/0330 | memmove(eve, buf, NAMELEN); | |
| 1993/0501 | memmove(up->user, buf, NAMELEN); | |
| 1994/0915 |
| |
| 1995/0102 | up->nice = NiceNormal; | |
| 1993/0330 | return n; } | |