OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Artur Grabowski (artcvs.openbsd.org)
Date: Thu May 26 2005 - 13:10:40 CDT


CVSROOT: /cvs
Module name: src
Changes by: artcvs.openbsd.org 2005/05/26 12:10:40

Modified files:
        sys/kern : sched_bsd.c

Log message:
Fix yield() to change p_stat from SONPROC to SRUN.
yield() is not used anywhere yet, that's why we didn't notice this.
Noticed by tedu who just started using it.