summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2008-11-14Replace semid_t with intptr_t. No function change. This is a libc/kernelad
2008-10-27Fix typo in comment.uwe
2008-10-27Pull down revision 1.3.6.1 by skrll@ (adapted to include reg::r_gbr).uwe
2008-10-26check for ${PTHREAD_MACHINE_ARCH} before ${MACHINE_ARCH} or ${MACHINE_CPU}mrg
2008-10-25remove ; after __weak_alias()yamt
2008-10-19s/explicitely/explicitly/snj
2008-10-18Do not recommend to mix affinity(3) with pset(3).rmind
2008-10-10pthread_attr_getschedparam: allow without preceding setparam on thead
2008-10-08Clarifications for PTHREAD_DIAGASSERT.ad
2008-10-08Disable diagnostic assertions by default and just return error codes likead
2008-10-08Adjust the compat stuff slightly so that the changes are mostly selfad
2008-09-29make PTHREAD__COMPAT=1ad
2008-09-12Arguments were swapped for cpuset_set(), cpuset_clr(), cpuset_isset()rmind
2008-08-11Remove unnecessary include.skrll
2008-08-02Change pthread_mutex_t to use the amount of space as and be congruent tomatt
2008-08-02Change some type to eliminate some lint warnings.matt
2008-07-18add pthread_cond_has_waiters_np()pooka
2008-07-07Selector registers are 16-bit and binutils 2.18 insists that only 16-bitgmcgarry
2008-06-28Shut lint up.ad
2008-06-28Avoid spurious assertion failure.ad
2008-06-28Minor correction to previous.ad
2008-06-28Now that we have all the scheduling gunk, make these do something useful:ad
2008-06-25pthread_attr_setstacksize: EINVAL if the requested size is less thanad
2008-06-25pthread_join: explicitly test for cancellation.ad
2008-06-24pthread_kill, pthread_sigmask: return errno, not the return from the systemad
2008-06-23Split cond_signal/cond_broadcast into inline and non-inline parts, likead
2008-06-23Move call to pthread__self() later.ad
2008-06-23pthread__threadreg_get: mark it const.ad
2008-06-23pthread_curcpu_np: remove hack for pthread_dummy_lwpctl.ad
2008-06-21PR lib/38948: libpthread, java: thread awakening itselfad
2008-06-16- Add affinity(3) manual page, which describes thread affinity,rmind
2008-06-05Back out previous because it breaks the build.ad
2008-06-05glibc compatibile PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, requested byad
2008-06-01Recycle unused _REG_EXPEVT slot in mcontext for _REG_GBR.uwe
2008-05-26Sort sections. Use more markup.wiz
2008-05-26Sort ERRORS.wiz
2008-05-26Remove trailing whitespace.wiz
2008-05-26Remove duplicate (pasto?) RETURN VALUES section.wiz
2008-05-26Remove trailing whitespace.wiz
2008-05-26More blurb about the mutex and limitations.ad
2008-05-26Note that when calling pthread_cond_broadcast/signal, the same mutex asad
2008-05-26Add a comment describing some limitiations of this implementation.ad
2008-05-26Note that apps with real-time threads shouldn't use spinlocks because ofad
2008-05-26- Eliminate one test+branch.ad
2008-05-25pthread_cond_timedwait: don't leak EINTR or EALREADY to the caller.ad
2008-05-25Fix error in previous.ad
2008-05-25PR lib/38741 priority inversion in libpthread breaks apps that usead
2008-05-25Add some general comments about the mutex implementation.ad
2008-05-09Assign to TNF. Make 2-clause instead of 3.wiz
2008-05-04Move TNF licenses to 2 clause formmartin