summaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
AgeCommit message (Expand)Author
2009-05-16Remove unused code that's confusing when using cscope/opengrok.ad
2008-10-26check for ${PTHREAD_MACHINE_ARCH} before ${MACHINE_ARCH} or ${MACHINE_CPU}mrg
2008-10-08Adjust the compat stuff slightly so that the changes are mostly selfad
2008-09-29make PTHREAD__COMPAT=1ad
2008-06-16- Add affinity(3) manual page, which describes thread affinity,rmind
2008-03-10Add sched(3) manual page, and appropriate links.rmind
2008-02-10- Remove libpthread's atomic ops.ad
2008-01-15Implementation of processor-sets, affinity and POSIX real-time extensions.rmind
2007-12-14document following functions.yamt
2007-11-19Remove the debuglog stuff. ktrace is more useful now.ad
2007-11-13Mutexes:ad
2007-10-13SSP doesn't like alloca...jnemeth
2007-10-04Compile pthread_getspecific / pthread_setspecific with -fomit-frame-pointerad
2007-09-07- Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait().ad
2007-08-16Trim fat off libpthread internal spinlock operations. Makes a mesurablead
2007-08-16Remove PT_FIXEDSTACKSIZE_LG.ad
2007-03-02Remove the PTHREAD_SA option. If M:N threads is reimplemented it'sad
2007-02-09Sync with kernel changes introduced by merging the newlock2 branch.ad
2007-01-20set warns to 4christos
2006-12-24Fix bugs with and improve upon previous.ad
2006-12-23Conditionalised support for 1:1 threads. Needs associated kernel changesad
2005-12-13include libc after our own files to fix ports that have 2 assym.h's. Onechristos
2005-09-13XXX: Work around libpthread's "intimate" connection with libc.christos
2005-06-17Create links for pthread_attr_setschedparam.3peter
2005-06-17Don't create links to pthread_barierattr_init.3 andpeter
2005-05-30Use TOOL_GENASSYM. Part of PR toolchain/30350thorpej
2005-02-03Add charles' mlock fixes, protected with PTHREAD_MLOCK_KLUDGE and enabledchristos
2004-12-14document sched_yield.yamt
2004-12-10Use CPP macros to cause many libpthread functions used by applicationsnathanw
2004-06-02pthread_spin_lock.3 also describes pthread_spin_trylock(),pooka
2004-05-21add pool code for res state.christos
2004-01-02Add dependencies to assym.h on:lukem
2003-11-27Set default stack size to the current limit on the stack size as setcl
2003-11-12Document pthread_attr_setcreatesuspend_np, pthread_suspend_np, pthread_resume_npchristos
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-08-13Split out pthread_{set,get}specific() into a separate file and arrangenathanw
2003-08-01Rework how dependency generation is performed:lukem
2003-07-24Add pthread(3), based on one by Hubert Feyrer, improved by yours truly,wiz
2003-07-18pthread.c was getting a bit unwieldly. Move pthread_attr stuff outnathanw
2003-06-03Make infrastructure for man pages.nathanw
2003-03-10Re-enable nanosleep(); kernel bug is squished (kern_time.c:1.67).nathanw
2003-02-28Disable userlevel nanosleep() until I find the timer/alarm bug that itnathanw
2003-02-15Implement nanosleep() at userlevel. Threaded applications seem to likenathanw
2003-01-24p1003.1b semaphore manual pages have been moved to librt.thorpej
2003-01-21add manual pages.christos
2003-01-20add support for p1003.1b semaphores. From FreeBSDchristos
2003-01-19Always allow includes to be installed. This makes it easier forthorpej
2003-01-18Merge the nathanw_sa branch.thorpej
1997-10-08This incarnation of the pthreads library is ancient and not useful, andscottr
1994-02-07The latest pthread library.proven