| plan 9 kernel history: overview | file list | diff list |
1990/0718/port/devcons.c (diff list | history)
| 1990/0707/sys/src/9/port/devcons.c:89,94 – 1990/0718/sys/src/9/port/devcons.c:89,95 (short | long | prev | next) | ||
| 1990/0227 | s = splhi(); lock(&printq); | |
| 1990/0718 | syslog(str, n); | |
| 1990/0227 | while(n > 0){ if(*str == '\n') puts("\r", 1); | |