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