| plan 9 kernel history: overview | file list | diff list |
1998/0422/port/devcons.c (diff list | history)
| 1998/0403/sys/src/9/port/devcons.c:608,613 – 1998/0422/sys/src/9/port/devcons.c:608,616 (short | long | prev | next) | ||
|
Add read of authcheck.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1993/0330 | case Qauth: return authread(c, cbuf, n); | |
| 1992/0323 | ||
| 1998/0422 | case Qauthcheck: return authcheckread(c, cbuf, n); | |
| 1993/0731 | case Qauthent: return authentread(c, cbuf, n); | |