| Commit message (Expand) | Author | Age | Files | Lines |
* | style.Makefile: | johan | 2004-02-23 | 2 | -2/+2 |
* | Add signal numbers to signal(3). | josef | 2004-02-23 | 1 | -33/+36 |
* | Add optarg, optind, opterr, optopt, optreset to SYNOPSYS | ache | 2004-02-23 | 1 | -0/+5 |
* | POSIX clearly states that getsubopt() should be declared in <stdlib.h> | ache | 2004-02-23 | 1 | -1/+1 |
* | Remove unneccessary <unistd.h> | ache | 2004-02-23 | 1 | -1/+0 |
* | Update man page to reflect additional flag to allow selection of threads. | deischen | 2004-02-22 | 1 | -0/+3 |
* | Teach kvm_getprocs() to recognize a sysctl flag for including threads. | deischen | 2004-02-22 | 1 | -5/+8 |
* | Change the syscall stub branch orders so that the static branch prediction | peter | 2004-02-22 | 4 | -12/+51 |
* | Fix a couple of potential buffer overflows. | harti | 2004-02-21 | 2 | -12/+10 |
* | Remove the triplicity in the public functions by vectoring them all | phk | 2004-02-21 | 1 | -70/+49 |
* | Move the check for sensitive processes to the point where the exception | phk | 2004-02-21 | 1 | -14/+7 |
* | add destination address selection support for getipnodebyname(3). | ume | 2004-02-20 | 1 | -1/+225 |
* | Unbreak the upgrade path from 4.9 after removal of GNU getopt and | ru | 2004-02-20 | 1 | -2/+0 |
* | Document dependence of mktemp(3) on the non-reentrant arc4random(3). | green | 2004-02-20 | 1 | -0/+7 |
* | Moving forward, there's no reason to exclude libpthread on sparc64. | marcel | 2004-02-20 | 1 | -1/+1 |
* | Implement PThreads barriers and barrier attributes. | mtm | 2004-02-19 | 6 | -1/+236 |
* | Don't wake up the thread after the signal handler | mtm | 2004-02-19 | 1 | -1/+1 |
* | Remove thr_getschedparam.c since it's contents have been moved into | mtm | 2004-02-18 | 1 | -1/+0 |
* | There are consumers of rwlocks, inluding our own libc, that depend on | mtm | 2004-02-18 | 1 | -96/+24 |
* | o Catch up with the mutex priority protocol fixes. | mtm | 2004-02-18 | 2 | -121/+65 |
* | o Style | mtm | 2004-02-18 | 2 | -48/+39 |
* | o Refactor and, among other things, get rid of insane nesting levels. | mtm | 2004-02-18 | 2 | -811/+305 |
* | Move the initialization of thread priority to a common function. | mtm | 2004-02-18 | 2 | -6/+3 |
* | Move the weak references to the top of the file to conform | mtm | 2004-02-18 | 1 | -43/+22 |
* | Remove the code and an associated comment for gcc 1.x compatibility | das | 2004-02-16 | 1 | -9/+1 |
* | Fix a typo in the !__GNUC__ case and remove an obsolete comment. | das | 2004-02-16 | 1 | -3/+1 |
* | Fix some aliasing problems. | das | 2004-02-16 | 6 | -52/+94 |
* | sys/types.h must be included before sys/acl.h, | kientzle | 2004-02-12 | 1 | -1/+1 |
* | Connect libarchive to the build. | kientzle | 2004-02-12 | 1 | -1/+1 |
* | Add forgotten IEEE functions. The Perl 5.8 port now compiles. | grehan | 2004-02-12 | 9 | -2/+428 |
* | libarchive itself is now completely clean at WARNS=10 on all architectures. | kientzle | 2004-02-12 | 2 | -2/+6 |
* | Do not cast dval. | emax | 2004-02-11 | 2 | -3/+2 |
* | Slight tweak to previous commit: don't forget to call _http_seterr() if | des | 2004-02-11 | 1 | -0/+1 |
* | When restarting a transfer that has already completed, the server will | des | 2004-02-11 | 1 | -9/+41 |
* | Re-wrap some comments. | des | 2004-02-11 | 1 | -6/+7 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 4 | -1/+20 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 5 | -10/+0 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 6 | -13/+1 |
* | style cleanup: Remove duplicate $FreeBSD$ tags. | cperciva | 2004-02-10 | 3 | -4/+0 |
* | Fix numerous constness and aliasing issues. | des | 2004-02-10 | 6 | -19/+18 |
* | Add sem_timedwait to the symbol map, otherwise the libc version will | deischen | 2004-02-10 | 1 | -0/+2 |
* | Initial import of libarchive. | kientzle | 2004-02-09 | 45 | -0/+11942 |
* | Rewrite fabs.S to use pure SSE2 operations. I got the clues how to do | peter | 2004-02-08 | 1 | -10/+35 |
* | Update the documentation for setpgrp(2) to reflect the access control | das | 2004-02-08 | 1 | -7/+21 |
* | Document the SF_NODISKIO flag, and fix a small typo. | silby | 2004-02-08 | 1 | -2/+10 |
* | Unbreak world. | ru | 2004-02-07 | 1 | -2/+2 |
* | getnetbyname fixes: | dds | 2004-02-07 | 1 | -22/+67 |
* | Add cancellation point to sem_wait() and sem_timedwait() for pshared | deischen | 2004-02-06 | 2 | -20/+36 |
* | Prevent memory leak on sem_destroy() by destroying the semaphore's | deischen | 2004-02-06 | 1 | -1/+4 |
* | Only allow the semaphore to be taken when the value is positive. | deischen | 2004-02-06 | 1 | -2/+1 |