summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2008-03-22Back out previous. It seems to expose another bug in libpthread/libc,ad
2008-03-21Move pthread__errno() into pthread_specific.c so it gets the "no stackad
2008-03-10Add sched(3) manual page, and appropriate links.rmind
2008-03-08_pthread_rwlock_held_np: if write locked, only return true if held byad
2008-03-08Complain if _lwp_ctl() fails.ad
2008-03-08Add a cast to make lint happy.ad
2008-03-07pthread_key_create: instead of using a simple 1/0 value to record a keyad
2008-03-07pthread__mutex_lock_slow:ad
2008-02-23Fix pthread_mutex_trylock() for recursive mutexes. PR lib/38087.ad
2008-02-14Adjust mutex/rwlock definitions to match reality now that there is onlyad
2008-02-10- Remove libpthread's atomic ops.ad
2008-02-10We've got the priority/class stuff now.ad
2008-02-09update for _sched_{get,set}param changes. from rmind@.yamt
2008-02-02PR/37932: Yakovetsky Vladimir: build distribution with USE_FORT failschristos
2008-01-31pthread_rwlock_wrheld_np: return true only if locked by the calling thread.ad
2008-01-31use the correct symbolsmlelstv
2008-01-26sched_setparam: fix the case when incorrect (according to the class)rmind
2008-01-25Make this compile after Andrew's fix (remove now-unused variables)rafal
2008-01-25pthread_mutex_lock_slow: remove "deliberate deadlock" code that's notad
2008-01-19s/set/test/christos
2008-01-19only include <sys/pset.h> if _NETBSD_SOURCEchristos
2008-01-15Implementation of processor-sets, affinity and POSIX real-time extensions.rmind
2008-01-08add missing static decls.christos
2008-01-08cast -1 to unsigned int.christos
2008-01-08no semis after weak alias.christos
2008-01-07pthread_curcpu_np: map LWPCTL_CPU_NONE to 0 so that this works in the caseyamt
2008-01-05machine/lock.h, not sys/lock.had
2007-12-24- Use pthread__cancelled() in more places.ad
2007-12-24- Fix pthread_rwlock_trywrlock() which was broken.ad
2007-12-24Update.ad
2007-12-14document following functions.yamt
2007-12-11Remove test of pthread__osrev that is no longer needed.ad
2007-12-07Back out previous now that libc/libpthread are initialized first.ad
2007-12-07pthread__mutex_lock_slow: avoid entering the waiters list if a race toad
2007-12-04pthread__mutex_wakeup: ignore ESRCH from _lwp_unpark.yamt
2007-12-04remove unnecessary assignments.yamt
2007-12-01Use more markup. New sentence, new line.wiz
2007-12-01Hack around ld.so initializing pthread users before libpthread/libc.ad
2007-12-01- On 64-bit platforms 1/2 the default tsd values were garbage. Fix it.ad
2007-11-27Bump libc/libpthread minor for thr_curcpu()/pthread_curcpu_np().ad
2007-11-27Add thr_curcpu(), pthread_curcpu_np().ad
2007-11-27Fix a warning with _LP64.ad
2007-11-19Sync with reality, and note that programs must link against the dynamicad
2007-11-19Remove the debuglog stuff. ktrace is more useful now.ad
2007-11-19int -> ssize_t in a couple of places.ad
2007-11-14Add pthread_equal() to libc stubs; this makes a lot of sense fordrochner
2007-11-14Don't try to block if there are already waiters; it doesn't make sense.ad
2007-11-13Crank libpthread to 0.8. It now uses _lwp_ctl(), and it's handy to keepad
2007-11-13Mutexes:ad
2007-11-13For PR bin/37347:ad