LINUX.ORG.RU

История изменений

Исправление EXL, (текущая версия) :

но Plan9 от него не зависел.

А Acme? (:

http://doc.cat-v.org/plan_9/2nd_edition/papers/acme/ (Ctrl + F «Alef»)

void
Xfid.ctl(Xfid *x)
{
    for(;;){
        (*<-x->c)(x);      /* receive and execute message */
        bflush();          /* synchronize bitmap display */
        cxfidfree <-= x;   /* return to free list */
    }
}

Исходная версия EXL, :

но Plan9 от него не зависел.

А Acme? (:

http://doc.cat-v.org/plan_9/2nd_edition/papers/acme/

void
Xfid.ctl(Xfid *x)
{
    for(;;){
        (*<-x->c)(x);      /* receive and execute message */
        bflush();          /* synchronize bitmap display */
        cxfidfree <-= x;   /* return to free list */
    }
}