summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.1.0_cvscvs2svn2003-06-042922-2935/+2935
* MFC rev 1.15 to fix building libthr.Scott Long2003-06-041-1/+1
* MFC: Free internal low level lock's memory.David Xu2003-06-042-0/+9
* MFC: 1.6: infrastructure for libc_r on amd64.Peter Wemm2003-06-021-2/+1
* MFC: turn on libc_r for amd64. This is just the ifdef __amd64__ stuff andPeter Wemm2003-06-022-1/+20
* MFC: 1.27: fix sigsetjmp().Peter Wemm2003-06-021-0/+1
* MFC libthr hookup to the regular build.Mike Makonnen2003-05-311-2/+5
* MFC correction to mutex and cond initializers.Mike Makonnen2003-05-312-12/+11
* Turn off malloc_abort and malloc_junk for the release.Scott Long2003-05-311-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'.cvs2svn2003-05-31154-24476/+0
* Fixed another bug in the threaded close() call; clear theRuslan Ermilov2003-05-311-0/+4
* If an application closes one of its stdio descriptors (0..2),Ruslan Ermilov2003-05-311-2/+4
* Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread receivedDavid Xu2003-05-302-2/+4
* Fix a sizeof error in __bt_put: when writing they key and data sizesThomas Moestl2003-05-301-3/+5
* Add an stub for _rtld_thread_init. This is a part I missed inAlexander Kabaev2003-05-301-0/+7
* Attempt to eliminate PLT relocations from rwlock aquire/releaseAlexander Kabaev2003-05-3025-42/+822
* Call the __sys_sigprocmask(the system call) when sigprocmask()Daniel Eischen2003-05-302-2/+8
* Don't return -1 and abort if msg.msg_controllen is 0. ForMartin Blapp2003-05-291-2/+1
* Make the mutex static initializers look more like the one forMike Makonnen2003-05-291-25/+19
* Use a static lock to ake sure pthread_cond_* functions calledMike Makonnen2003-05-291-2/+20
* Missing unlock.Mike Makonnen2003-05-291-0/+2
* Don't hold the active thread list lock when signaling the gc thread.Mike Makonnen2003-05-293-12/+21
* It's unnecessary to lock the thread during creation. Simply extendMike Makonnen2003-05-291-5/+2
* Fix a problem introduced in the last commit. sa and cmMartin Blapp2003-05-291-2/+2
* Don't really spin on a spinlock; silently convert it to the sameDaniel Eischen2003-05-298-32/+142
* If AF_LOCAL is used, we need to use __msgread_withcred() instead ofMartin Blapp2003-05-281-1/+6
* Fix amd(8) clients, if a FreeBSD mountd(8) server is used.Martin Blapp2003-05-281-9/+2
* Fix stripping last path component when only one path component left.Max Khon2003-05-281-2/+2
* Minimize the potential for deadlocks between an exiting thread and it'sMike Makonnen2003-05-271-2/+18
* Revert part of the last commit. I don't know what I was smoking.Mike Makonnen2003-05-271-2/+13
* Decouple the thread stack [de]allocating functions from the 'dead threads list'Mike Makonnen2003-05-264-7/+16
* Revise the unlock order in _pthread_join(). Also, if the joinedMike Makonnen2003-05-261-12/+6
* Return gracefully, rather than aborting, when the maximum concurrentMike Makonnen2003-05-256-10/+27
* _pthread_cancel() breaks the normal lock order of first locking theMike Makonnen2003-05-253-4/+28
* Part of the last patch.Mike Makonnen2003-05-252-9/+9
* Start locking up the active and dead threads lists. The active threadsMike Makonnen2003-05-257-124/+132
* The libthr code makes use of higher-level primitives (pthread_mutex_t andMike Makonnen2003-05-252-0/+14
* The struct mcontext has changed. It's using the register sets. BringMarcel Moolenaar2003-05-251-1/+1
* mdoc(7) fixes.Ruslan Ermilov2003-05-244-30/+38
* Repair PIC mode. It seems I was a bit too excited about thePeter Wemm2003-05-247-15/+89
* Change low-level locking a bit so that we can tell ifDaniel Eischen2003-05-2424-314/+594
* Lock the cond queue (condition variables):Mike Makonnen2003-05-241-70/+43
* Add two functions: _spinlock_pthread() and _spinunlock_pthread()Mike Makonnen2003-05-233-4/+20
* EDOOFUSMike Makonnen2003-05-232-10/+3
* Make WARNS2 clean. The fixes mostly included:Mike Makonnen2003-05-2316-10/+41
* note to self: do not confuse void* with int.Mike Makonnen2003-05-231-1/+1
* Fix two misuses of __BSD_VISIBLE.Mike Barcroft2003-05-221-2/+2
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-2216-89/+98
* o Make the defenition of _set_curthread() match its declarationMike Makonnen2003-05-211-5/+27
* Insert a debugging aid:Mike Makonnen2003-05-212-0/+16