index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libpthread
/
Makefile
Age
Commit message (
Expand
)
Author
2007-10-13
SSP doesn't like alloca...
jnemeth
2007-10-04
Compile pthread_getspecific / pthread_setspecific with -fomit-frame-pointer
ad
2007-09-07
- Don't take the mutex's spinlock (ptr_interlock) in pthread_cond_wait().
ad
2007-08-16
Trim fat off libpthread internal spinlock operations. Makes a mesurable
ad
2007-08-16
Remove PT_FIXEDSTACKSIZE_LG.
ad
2007-03-02
Remove the PTHREAD_SA option. If M:N threads is reimplemented it's
ad
2007-02-09
Sync with kernel changes introduced by merging the newlock2 branch.
ad
2007-01-20
set warns to 4
christos
2006-12-24
Fix bugs with and improve upon previous.
ad
2006-12-23
Conditionalised support for 1:1 threads. Needs associated kernel changes
ad
2005-12-13
include libc after our own files to fix ports that have 2 assym.h's. One
christos
2005-09-13
XXX: Work around libpthread's "intimate" connection with libc.
christos
2005-06-17
Create links for pthread_attr_setschedparam.3
peter
2005-06-17
Don't create links to pthread_barierattr_init.3 and
peter
2005-05-30
Use TOOL_GENASSYM. Part of PR toolchain/30350
thorpej
2005-02-03
Add charles' mlock fixes, protected with PTHREAD_MLOCK_KLUDGE and enabled
christos
2004-12-14
document sched_yield.
yamt
2004-12-10
Use CPP macros to cause many libpthread functions used by applications
nathanw
2004-06-02
pthread_spin_lock.3 also describes pthread_spin_trylock(),
pooka
2004-05-21
add pool code for res state.
christos
2004-01-02
Add dependencies to assym.h on:
lukem
2003-11-27
Set default stack size to the current limit on the stack size as set
cl
2003-11-12
Document pthread_attr_setcreatesuspend_np, pthread_suspend_np, pthread_resume_np
christos
2003-10-26
Use ${HOST_SH} instead of `sh'.
lukem
2003-08-13
Split out pthread_{set,get}specific() into a separate file and arrange
nathanw
2003-08-01
Rework how dependency generation is performed:
lukem
2003-07-24
Add pthread(3), based on one by Hubert Feyrer, improved by yours truly,
wiz
2003-07-18
pthread.c was getting a bit unwieldly. Move pthread_attr stuff out
nathanw
2003-06-03
Make infrastructure for man pages.
nathanw
2003-03-10
Re-enable nanosleep(); kernel bug is squished (kern_time.c:1.67).
nathanw
2003-02-28
Disable userlevel nanosleep() until I find the timer/alarm bug that it
nathanw
2003-02-15
Implement nanosleep() at userlevel. Threaded applications seem to like
nathanw
2003-01-24
p1003.1b semaphore manual pages have been moved to librt.
thorpej
2003-01-21
add manual pages.
christos
2003-01-20
add support for p1003.1b semaphores. From FreeBSD
christos
2003-01-19
Always allow includes to be installed. This makes it easier for
thorpej
2003-01-18
Merge the nathanw_sa branch.
thorpej
1997-10-08
This incarnation of the pthreads library is ancient and not useful, and
scottr
1994-02-07
The latest pthread library.
proven
1993-11-22
Fix for older shells that can't handle then;
proven
1993-11-16
Added NOPIC flag.
proven
1993-11-15
correct my bad advice
cgd
1993-11-15
OK one more try at getting it right ...
proven
1993-11-15
Makefile needed a preall to make a few links before compiling sources.
proven
1993-11-14
Initial release of the POSIX 1003.4a Draft 7 thread implementation.
proven