summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make this compile without warnings on 64-bit architectures:marcel2003-06-041-1/+1
* Drop stale MAINTAINER bit.markm2003-06-041-2/+0
* Only init _thread_sigact once, needn't init it again after a fork().davidxu2003-06-042-62/+62
* Despite whether threaded mode is turned on, always save thread'sdavidxu2003-06-042-8/+12
* Removed garbage:bde2003-06-041-3/+1
* Make C applications statically compiled with libthr work. Previously,mtm2003-06-041-0/+6
* If the library is not able to create a thread because resourcesmtm2003-06-041-0/+4
* Document the new explicit listing API for extended attributes; noterwatson2003-06-041-6/+32
* KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here.davidxu2003-06-044-14/+0
* Document that kldload(2) can also return EEXIST.hmp2003-06-031-0/+4
* Teach recent changes in the umtx structure in the kernel to the libthrmtm2003-06-031-1/+1
* Free memory of internal low level lock when mutex and condition variabledavidxu2003-06-034-0/+18
* Cosmetic; record offsets used within jmpbufpeter2003-06-023-30/+30
* Update for amd64 after repocopy from i386/peter2003-06-021-2/+1
* Port libc_r to amd64, and turn it back on for amd64. It passes all ofpeter2003-06-022-1/+20
* Fix sigsetjmp(). It helps if we do not try to save the old signal maskpeter2003-06-021-0/+1
* Tidy the code up a fraction. Re-release with a 2-clause BSD licensemarkm2003-06-021-19/+33
* Add a new hash type. This "NT-hash" is compatible with the passwordmarkm2003-06-025-11/+123
* Unwind the _giant_mutex from pthread_detach(). When detaching a joiner threadmtm2003-06-021-8/+8
* Consolidate static_init() and static_init_private into one function.mtm2003-06-021-17/+11
* .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
OpenPOWER on IntegriCloud