summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add getopt_long_only() from OpenBSD and other OpenBSD cleanupsache2004-02-243-299/+459
* Apply style(9).green2004-02-231-2/+6
* style.Makefile:johan2004-02-232-2/+2
* Add signal numbers to signal(3).josef2004-02-231-33/+36
* Add optarg, optind, opterr, optopt, optreset to SYNOPSYSache2004-02-231-0/+5
* POSIX clearly states that getsubopt() should be declared in <stdlib.h>ache2004-02-231-1/+1
* Remove unneccessary <unistd.h>ache2004-02-231-1/+0
* Update man page to reflect additional flag to allow selection of threads.deischen2004-02-221-0/+3
* Teach kvm_getprocs() to recognize a sysctl flag for including threads.deischen2004-02-221-5/+8
* Change the syscall stub branch orders so that the static branch predictionpeter2004-02-224-12/+51
* Fix a couple of potential buffer overflows.harti2004-02-212-12/+10
* Remove the triplicity in the public functions by vectoring them allphk2004-02-211-70/+49
* Move the check for sensitive processes to the point where the exceptionphk2004-02-211-14/+7
* add destination address selection support for getipnodebyname(3).ume2004-02-201-1/+225
* Unbreak the upgrade path from 4.9 after removal of GNU getopt andru2004-02-201-2/+0
* Document dependence of mktemp(3) on the non-reentrant arc4random(3).green2004-02-201-0/+7
* Moving forward, there's no reason to exclude libpthread on sparc64.marcel2004-02-201-1/+1
* Implement PThreads barriers and barrier attributes.mtm2004-02-196-1/+236
* Don't wake up the thread after the signal handlermtm2004-02-191-1/+1
* 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
OpenPOWER on IntegriCloud