cvs commit: src/lib/libthread_xu/thread thr_attr.c thr_mutex_protocol.c thr_private.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jul 14 18:20:07 PDT 2008
dillon 2008/07/14 18:18:53 PDT
DragonFly src repository
Modified files:
lib/libthread_xu/thread thr_attr.c thr_mutex_protocol.c
thr_private.h
Log:
Fix an issue where libthread_xu was not accepting the full priority
range returned by sched_get_priority_{min,max}(), causing firefox
to assert.
Reported-by: Jordan Gordeev <jgordeev at dir.bg>
Tested-by: walt <wa1ter at myrealbox.com>
Revision Changes Path
1.9 +11 -7 src/lib/libthread_xu/thread/thr_attr.c
1.4 +1 -1 src/lib/libthread_xu/thread/thr_mutex_protocol.c
1.19 +2 -9 src/lib/libthread_xu/thread/thr_private.h
http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_attr.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_mutex_protocol.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_private.h.diff?r1=1.18&r2=1.19&f=u
More information about the Commits
mailing list