| Commit message (Expand) | Author | Age | Files | Lines |
* | Hook libthr to the build for PowerPC | grehan | 2004-03-02 | 1 | -1/+1 |
* | libthr powerpc support. | grehan | 2004-03-02 | 2 | -0/+63 |
* | makecontext lib call. | grehan | 2004-03-02 | 3 | -3/+167 |
* | Improve GNU compatibility in several places, use internal GNU_COMPATIBLE | ache | 2004-03-01 | 2 | -29/+49 |
* | Comment out things related to getopt() replacement we not use | ache | 2004-03-01 | 1 | -36/+36 |
* | Change "-"-started options when POSIX_CORRECTLY is set handling | ache | 2004-03-01 | 1 | -17/+17 |
* | Change "-"-started options when POSIX_CORRECTLY is set handling | ache | 2004-03-01 | 1 | -1/+5 |
* | Back out the "clean_environment()" function from libutil. | kientzle | 2004-02-29 | 3 | -211/+4 |
* | Make consistent with the better written wcsrtombs function: | dds | 2004-02-27 | 1 | -4/+5 |
* | Add the clean_environment call to libutil.h also. | kientzle | 2004-02-26 | 1 | -0/+2 |
* | Add a clean_environment call to libutil. | kientzle | 2004-02-26 | 3 | -4/+211 |
* | Add extra sanity check for SDP packets in libsdp(3) | emax | 2004-02-26 | 1 | -0/+1 |
* | Backed out rev.1.6 and subsequent copying of it (bogus addition of | bde | 2004-02-26 | 1 | -6/+6 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | green | 2004-02-25 | 13 | -52/+280 |
* | Add bsde_add_rule(), which is similar to bsde_set_rule() except that | rwatson | 2004-02-25 | 5 | -4/+79 |
* | No reason to disable this test on powerpc. | grehan | 2004-02-25 | 1 | -2/+0 |
* | Use signed char cast to avoid out-of-range error on PowerPC (which has | grehan | 2004-02-25 | 1 | -4/+5 |
* | Add getopt_long_only() from OpenBSD and other OpenBSD cleanups | ache | 2004-02-24 | 3 | -299/+459 |
* | Apply style(9). | green | 2004-02-23 | 1 | -2/+6 |
* | 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 |