summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates.des2003-05-315-5/+5
* Remove pam_std_option() and related functions. Add #defines for commondes2003-05-311-24/+6
* Remove all instances of pam_std_option()des2003-05-315-167/+58
* Introduce pam_guest(8) which will replace pam_ftp(8).des2003-05-314-1/+220
* I botched one of my committs in the last round. Fix it.mtm2003-05-312-12/+11
* Fixed another bug in the threaded close() call; clear theru2003-05-311-0/+4
* If an application closes one of its stdio descriptors (0..2),ru2003-05-311-2/+4
* Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread receiveddavidxu2003-05-302-2/+4
* Fix a sizeof error in __bt_put: when writing they key and data sizestmm2003-05-301-3/+5
* Add an stub for _rtld_thread_init. This is a part I missed inkan2003-05-301-0/+7
* Attempt to eliminate PLT relocations from rwlock aquire/releasekan2003-05-3025-42/+822
* Call the __sys_sigprocmask(the system call) when sigprocmask()deischen2003-05-302-2/+8
* Don't return -1 and abort if msg.msg_controllen is 0. Formbr2003-05-291-2/+1
* Make the mutex static initializers look more like the one formtm2003-05-291-25/+19
* Use a static lock to ake sure pthread_cond_* functions calledmtm2003-05-291-2/+20
* Missing unlock.mtm2003-05-291-0/+2
* Don't hold the active thread list lock when signaling the gc thread.mtm2003-05-293-12/+21
* It's unnecessary to lock the thread during creation. Simply extendmtm2003-05-291-5/+2
* Fix a problem introduced in the last commit. sa and cmmbr2003-05-291-2/+2
* Don't really spin on a spinlock; silently convert it to the samedeischen2003-05-298-32/+142
* If AF_LOCAL is used, we need to use __msgread_withcred() instead ofmbr2003-05-281-1/+6
* Fix amd(8) clients, if a FreeBSD mountd(8) server is used.mbr2003-05-281-9/+2
* Fix stripping last path component when only one path component left.fjoe2003-05-281-2/+2
* Minimize the potential for deadlocks between an exiting thread and it'smtm2003-05-271-2/+18
* Revert part of the last commit. I don't know what I was smoking.mtm2003-05-271-2/+13
* Decouple the thread stack [de]allocating functions from the 'dead threads list'mtm2003-05-264-7/+16
* Revise the unlock order in _pthread_join(). Also, if the joinedmtm2003-05-261-12/+6
* Return gracefully, rather than aborting, when the maximum concurrentmtm2003-05-256-10/+27
* _pthread_cancel() breaks the normal lock order of first locking themtm2003-05-253-4/+28
* Part of the last patch.mtm2003-05-252-9/+9
* Start locking up the active and dead threads lists. The active threadsmtm2003-05-257-127/+135
* The libthr code makes use of higher-level primitives (pthread_mutex_t andmtm2003-05-252-0/+14
* The struct mcontext has changed. It's using the register sets. Bringmarcel2003-05-251-1/+1
* mdoc(7) fixes.ru2003-05-244-30/+38
* Repair PIC mode. It seems I was a bit too excited about thepeter2003-05-247-15/+89
* Change low-level locking a bit so that we can tell ifdeischen2003-05-2424-314/+594
* Lock the cond queue (condition variables):mtm2003-05-241-70/+43
* Add two functions: _spinlock_pthread() and _spinunlock_pthread()mtm2003-05-233-4/+20
* EDOOFUSmtm2003-05-232-10/+3
* Make WARNS2 clean. The fixes mostly included:mtm2003-05-2316-10/+41
* note to self: do not confuse void* with int.mtm2003-05-231-1/+1
* Fix two misuses of __BSD_VISIBLE.mike2003-05-221-2/+2
* Assorted mdoc(7) fixes.ru2003-05-2216-89/+98
* o Make the defenition of _set_curthread() match its declarationmtm2003-05-211-5/+27
* Insert a debugging aid:mtm2003-05-212-2/+18
* Re-enable the garbage collector thread in anticipation of furthermtm2003-05-211-2/+0
* When a thread exits it does not return from the kernel unless itmtm2003-05-211-0/+4
* The thread id was being set *before* zeroing out the thread. Reversemtm2003-05-211-2/+3
* Move a misplaced comment.mtm2003-05-201-1/+1
* Eek, staticize a couple of functions that shouldn'tdeischen2003-05-197-47/+45
OpenPOWER on IntegriCloud