summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* .S comments must be C comments, not ASM ones.obrien2003-06-021-1/+1
* Use C99 compatible ASM statements.obrien2003-06-022-3/+3
* Revert accidental change: don't change the thread library for testing torwatson2003-06-021-1/+1
* o Fix a cut-n-paste bug. We were clobbering rp with gp...marcel2003-06-021-2/+2
* A new API function PacketAliasRedirectDynamic() can be usedru2003-06-013-1/+36
* Include string.h for memset().rwatson2003-06-012-1/+2
* Make the PacketAliasSetAddress() function call optional. If itru2003-06-012-11/+18
* Match style of source and headers.jmallett2003-06-011-1/+1
* Assorted mdoc(7) fixes.ru2003-06-015-74/+91
* Assorted mdoc(7) fixes.ru2003-06-016-180/+190
* Add GBK encodingache2003-06-013-2/+121
* Add the part of the last commit which cvs appearantly didn't likephk2003-06-012-17/+4
* Add openpam_readline(3).des2003-06-011-0/+2
* Retire pam_wheel(8) (which has been disconnected for quite a while) anddes2003-06-016-657/+0
* Clarify the code a bit.phk2003-06-011-1/+2
* Make prototype match code with regard to constness of args to thejmallett2003-06-011-1/+1
* Build libthr by default on ia64.marcel2003-06-011-0/+6
* Don't build pam_std_option().des2003-05-311-2/+1
* Fix grammar bogons.schweikh2003-05-311-1/+1
* Rough implement of makecontext() needed to support libthr.marcel2003-05-312-1/+122
* Hook libthr to the build. It's currently built only for i386 andmtm2003-05-311-2/+5
* 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
OpenPOWER on IntegriCloud