| plan 9 kernel history: overview | file list | diff list |
1992/0623/gnot/main.c (diff list | history)
| 1992/0622/sys/src/9/gnot/main.c:161,168 – 1992/0623/sys/src/9/gnot/main.c:161,170 (short | long | prev | next) | ||
| 1990/03091 | p = newproc(); p->pgrp = newpgrp(); | |
| 1991/0705 |
| |
| 1992/0623 | p->egrp = smalloc(sizeof(Egrp)); p->egrp->ref = 1; p->fgrp = smalloc(sizeof(Fgrp)); p->fgrp->ref = 1; | |
| 1991/1112 | p->procmode = 0640; | |
| 1991/0705 | ||
| 1990/03091 | strcpy(p->text, "*init*"); | |