| plan 9 kernel history: overview | file list | diff list |
1992/0530/boot/boot.h (diff list | history)
| 1992/0522/sys/src/9/boot/boot.h:21,26 – 1992/0530/sys/src/9/boot/boot.h:21,27 (short | long | prev | next) | ||
|
Add conffile, getconffile.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0318 | extern char terminal[NAMELEN]; extern char username[NAMELEN]; | |
| 1992/0522 | extern char bootfile[3*NAMELEN]; | |
| 1992/0530 | extern char conffile[NAMELEN]; | |
| 1992/0325 | extern char *sauth; | |
| 1992/0317 | /* libc equivalent */ | |
| 1992/0522/sys/src/9/boot/boot.h:28,33 – 1992/0530/sys/src/9/boot/boot.h:29,35 | ||
| 1992/0318 | extern int dkauth(void); extern int dkconnect(void); | |
| 1992/0317 | extern void fatal(char*); | |
| 1992/0530 | extern void getconffile(char*, char*); | |
| 1992/0318 | extern void getpasswd(char*, int); extern void key(int, Method*); extern void newkernel(void); | |