summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-058-11/+12
* Correctly read SCHILY.nlink from pax-format archives.kientzle2004-03-051-0/+2
* Document missing EFAULT errno value.dds2004-03-031-0/+8
* Make return code in noarg case GNU-compatibleache2004-03-032-20/+24
* Be more GNU-compatible in diagnosticsache2004-03-031-11/+61
* If handed a file pointer we can't write to, set errno properly to EBADFjkh2004-03-021-1/+4
* Hook libthr to the build for PowerPCgrehan2004-03-021-1/+1
* libthr powerpc support.grehan2004-03-022-0/+63
* makecontext lib call.grehan2004-03-023-3/+167
* Improve GNU compatibility in several places, use internal GNU_COMPATIBLEache2004-03-012-29/+49
* Comment out things related to getopt() replacement we not useache2004-03-011-36/+36
* Change "-"-started options when POSIX_CORRECTLY is set handlingache2004-03-011-17/+17
* Change "-"-started options when POSIX_CORRECTLY is set handlingache2004-03-011-1/+5
* Back out the "clean_environment()" function from libutil.kientzle2004-02-293-211/+4
* Make consistent with the better written wcsrtombs function:dds2004-02-271-4/+5
* Add the clean_environment call to libutil.h also.kientzle2004-02-261-0/+2
* Add a clean_environment call to libutil.kientzle2004-02-263-4/+211
* Add extra sanity check for SDP packets in libsdp(3)emax2004-02-261-0/+1
* Backed out rev.1.6 and subsequent copying of it (bogus addition ofbde2004-02-261-6/+6
* Make the resolver(3) and many associated interfaces much more reentrant.green2004-02-2513-52/+280
* Add bsde_add_rule(), which is similar to bsde_set_rule() except thatrwatson2004-02-255-4/+79
* No reason to disable this test on powerpc.grehan2004-02-251-2/+0
* Use signed char cast to avoid out-of-range error on PowerPC (which hasgrehan2004-02-251-4/+5
* 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
OpenPOWER on IntegriCloud