summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove thr_getschedparam.c since it's contents have been moved intomtm2004-02-181-1/+0
* There are consumers of rwlocks, inluding our own libc, that depend onmtm2004-02-181-96/+24
* o Catch up with the mutex priority protocol fixes.mtm2004-02-182-121/+65
* o Stylemtm2004-02-182-48/+39
* o Refactor and, among other things, get rid of insane nesting levels.mtm2004-02-182-811/+305
* Move the initialization of thread priority to a common function.mtm2004-02-182-6/+3
* Move the weak references to the top of the file to conformmtm2004-02-181-43/+22
* Remove the code and an associated comment for gcc 1.x compatibilitydas2004-02-161-9/+1
* Fix a typo in the !__GNUC__ case and remove an obsolete comment.das2004-02-161-3/+1
* Fix some aliasing problems.das2004-02-166-52/+94
* sys/types.h must be included before sys/acl.h,kientzle2004-02-121-1/+1
* Connect libarchive to the build.kientzle2004-02-121-1/+1
* Add forgotten IEEE functions. The Perl 5.8 port now compiles.grehan2004-02-129-2/+428
* libarchive itself is now completely clean at WARNS=10 on all architectures.kientzle2004-02-122-2/+6
* Do not cast dval.emax2004-02-112-3/+2
* Slight tweak to previous commit: don't forget to call _http_seterr() ifdes2004-02-111-0/+1
* When restarting a transfer that has already completed, the server willdes2004-02-111-9/+41
* Re-wrap some comments.des2004-02-111-6/+7
* Initial import of RFC 2385 (TCP-MD5) digest support.bms2004-02-114-1/+20
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-105-10/+0
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-106-13/+1
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-103-4/+0
* Fix numerous constness and aliasing issues.des2004-02-106-19/+18
* Add sem_timedwait to the symbol map, otherwise the libc version willdeischen2004-02-101-0/+2
* Initial import of libarchive.kientzle2004-02-0945-0/+11942
* Rewrite fabs.S to use pure SSE2 operations. I got the clues how to dopeter2004-02-081-10/+35
* Update the documentation for setpgrp(2) to reflect the access controldas2004-02-081-7/+21
* Document the SF_NODISKIO flag, and fix a small typo.silby2004-02-081-2/+10
* Unbreak world.ru2004-02-071-2/+2
* getnetbyname fixes:dds2004-02-071-22/+67
* Add cancellation point to sem_wait() and sem_timedwait() for pshareddeischen2004-02-062-20/+36
* Prevent memory leak on sem_destroy() by destroying the semaphore'sdeischen2004-02-061-1/+4
* Only allow the semaphore to be taken when the value is positive.deischen2004-02-061-2/+1
* Correct check for invalid semaphore on sem_destroy() (s/==/!=/).deischen2004-02-051-1/+1
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-056-12/+12
* Correct the weak reference for sem_unlink.deischen2004-02-051-1/+1
* libkse was renamed to libpthread.davidxu2004-02-052-2/+2
* Allow libc's version of sem_trywait() to work for non-pshared mutexes.deischen2004-02-041-2/+17
* Put libraries in the link order.ru2004-02-041-3/+2
* Nothing in libypclnt depends on librpcsvc.ru2004-02-041-3/+0
* This module doesn't use libgssapi (and it looks never did).ru2004-02-041-3/+2
* Add missing file.davidxu2004-02-041-0/+43
* Import initial work of libpthread debugging. This is a debugger independentdavidxu2004-02-046-0/+900
* Remove the band-aid (#include <time.h>).deischen2004-02-031-1/+0
* Add <time.h> -- bandaid to unbreak world in <semaphore.h>.deischen2004-02-031-0/+1
* Provide a userland version of non-pshared semaphores and add cancellationdeischen2004-02-034-338/+306
* Modify the implementation of libc semaphores so that they can bedeischen2004-02-031-146/+132
* Bump up the maximum number concurrent threads on x86.mtm2004-02-011-1/+1
* Merge vfscanf.c,v 1.35.das2004-01-311-4/+10
* Fix the handling of negative hexadecimal numbers in integer formats.das2004-01-311-3/+9
OpenPOWER on IntegriCloud