| plan 9 kernel history: overview | file list | diff list |
1994/0513/pc/main.c (diff list | history)
| 1994/0508/sys/src/9/pc/main.c:287,292 – 1994/0513/sys/src/9/pc/main.c:287,293 (short | long | prev | next) | ||
| 1994/0505 | long *lp; | |
| 1993/0330 | char *cp; char *line[MAXCONF]; | |
| 1994/0513 | extern int defmaxmsg; | |
| 1991/0711 | ||
| 1993/0416 | pcnt = 0; | |
| 1994/0508/sys/src/9/pc/main.c:310,315 – 1994/0513/sys/src/9/pc/main.c:311,321 | ||
| 1993/0416 | confval[nconf] = cp; if(strcmp(confname[nconf], "kernelpercent") == 0) pcnt = 100 - atoi(confval[nconf]); | |
| 1994/0513 | if(strcmp(confname[nconf], "defmaxmsg") == 0){ i = atoi(confval[nconf]); if(i < defmaxmsg && i >=128) defmaxmsg = i; } | |
| 1993/0416 | nconf++; } /* | |