DragonFly commits List (threaded) for 2008-07
DragonFly BSD
DragonFly commits List (threaded) for 2008-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/lib/libthread_xu/thread thr_attr.c thr_mutex_protocol.c thr_private.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 Jul 2008 18:18:53 -0700 (PDT)

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@dir.bg>
  Tested-by: walt <wa1ter@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]