summaryrefslogtreecommitdiff
path: root/lib/libpthread
Commit message (Expand)AuthorAgeFilesLines
* MFC: r179358,179434 - make libc's fcntl symbol weak and extend the limitedDoug Rabson2008-06-061-1/+3
* MFC changes from 1.14 for sys/lock.c and 1.127+1.128 for thread/thr_kern.cJulian Elischer2008-02-042-8/+42
* MFC: rev 1.126Joe Marcus Clarke2007-12-021-1/+1
* MFC revision 1.27:David Xu2007-11-261-1/+5
* MFC: return EINVAL if thread was detached.David Xu2006-12-101-1/+1
* MFC rev. 1.58:Matteo Riondato2006-09-291-0/+1
* MFC TLS fixes.Marcel Moolenaar2006-09-024-98/+156
* MFC rev. 1.127 thr_private.h, rev. 1.85 thr_sig.c, rev. 1.24 thr_sigaction.c:Maxim Konovalov2006-06-233-7/+18
* MFC following revisions:David Xu2006-05-232-0/+4
* MFC: Relevent commit logs are below.Daniel Eischen2006-03-1617-105/+134
* MFC Revision 1.16:David Xu2005-12-151-0/+8
* MFC:David Xu2005-12-151-0/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-10-242-0/+112
* MFC (by deischen)Xin LI2005-10-081-0/+2
* MFC (by deischen)Xin LI2005-10-081-1/+16
* MFC: Convert the atomic pointer operations to operate on uintptr_t ratherJohn Baldwin2005-08-051-7/+14
* Insta-MFC of the shared library version bump. All shared librariesKen Smith2005-07-221-1/+1
* Clean out the leftovers from the i386_set_gsbase() TLS conversion.Peter Wemm2005-06-292-51/+8
* Fix off-by-one nanosecond in macro TIMESPEC_ADD.David Xu2005-06-221-1/+1
* Add a missing END() to quiet a warning.John Baldwin2005-05-311-0/+1
* Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, nowPeter Wemm2005-04-262-10/+0
* Use the i386_set_gsbase() syscall if it is implemented in the kernel.Peter Wemm2005-04-142-16/+41
* Use the new atomic_cmpset_32().Olivier Houchard2005-04-071-15/+0
* Eliminate plt relocation for kse_switchin.David Xu2005-03-212-0/+2
* Change the spin lock logic to a reasonable one. We should spin whenXin LI2005-02-271-1/+1
* Bring in a more healthy version of the libpthread for arm, which usesOlivier Houchard2005-02-264-4/+12
* Somewhere along the line, tick accumulation for SA threads wasDaniel Eischen2005-02-181-1/+1
* Set the default guardsize and stacksize in the default threadDaniel Eischen2005-02-151-0/+2
* Increase the default stacksizes:Daniel Eischen2005-02-134-9/+22
* Don't panic when sigsuspend is interrupted by a cancellation.Daniel Eischen2004-12-191-2/+7
* Use a generic way to back threads out of wait queues when handlingDaniel Eischen2004-12-1817-347/+412
* i386_set_ldt() is not available when running 32 bit binaries on amd64Peter Wemm2004-11-062-0/+13
* Cosmetic tweaks to reduce diffs to the i386 counterpart.Peter Wemm2004-11-061-2/+3
* Partial support of KSE for arm.Olivier Houchard2004-11-054-59/+66
* Save cancelflags in signal frame, this fixes a problem thatDavid Xu2004-11-012-0/+3
* Make pthread_mutex_trylock(3) return EBUSY on failure, as all softwareBrian Feldman2004-10-311-8/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Check unhandled signals before thread marks itself as DEAD,David Xu2004-10-231-1/+14
* 1. Move thread list flags into new separate member, and atomicallyDavid Xu2004-10-235-24/+45
* Decrease reference count if we won't use the thread, this avoids memoryDavid Xu2004-10-211-0/+4
* if system scope thread didn't set timeout, don't call clock_gettime syscallDavid Xu2004-10-081-8/+9
* Use PTHREAD_SCOPE_SYSTEM to decide what should be done.David Xu2004-10-071-3/+2
* Follow kernel change, restore signal mask correctly by using a commandDavid Xu2004-10-071-21/+17
* Allocate red zone and stack space together and then split red zone fromDavid Xu2004-10-061-7/+17
* Add a wrapper for execve(). The exec'd process must be started withDaniel Eischen2004-09-263-0/+71
* _tcb_ctor takes two args.Olivier Houchard2004-09-242-2/+2
* Make sure we don't call _thr_start_sig_daemon() when SYSTEM_SCOPE_ONLY is def...Suleiman Souhlal2004-09-241-2/+3
* Add missing brackets. It was committed from wrong tree.David Xu2004-08-261-1/+1
* gcc -O2 cleanup. tested for a long time.David Xu2004-08-252-4/+4
* Pull debug symbols in for statically linked binary.David Xu2004-08-211-0/+4