summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Call __sputc() directly in fputc() instead of taking an expensivetjr2004-03-101-1/+1
* Call __sgetc() directly in getchar() instead of taking an expensivetjr2004-03-101-1/+1
* Set the stream orientation explicitly in fgetln() instead of relying ontjr2004-03-101-0/+1
* Set stream orientation in puts().tjr2004-03-101-0/+2
* Backout the previous revision due to objections.jb2004-03-092-10/+4
* On 4.X it was possible for an application to initialise a local FILEjb2004-03-092-4/+10
* Rearrange (centralize) initialization of mallocs internals to always bephk2004-03-071-19/+13
* Merge some fixes from NetBSD's getopt.3 v1.31:ache2004-03-061-43/+88
* Merge some fixes from NetBSD's getopt.c v1.26:ache2004-03-061-26/+43
* Fix typo, was 'W'; instead of `W;'ache2004-03-061-1/+1
* Make GNU-compatible following case:ache2004-03-062-23/+27
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-054-8/+8
* 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
* 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
* Make consistent with the better written wcsrtombs function:dds2004-02-271-4/+5
* Make the resolver(3) and many associated interfaces much more reentrant.green2004-02-2513-52/+280
* Add getopt_long_only() from OpenBSD and other OpenBSD cleanupsache2004-02-243-299/+459
* Apply style(9).green2004-02-231-2/+6
* 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
* Change the syscall stub branch orders so that the static branch predictionpeter2004-02-224-12/+51
* 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
* 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
* Add forgotten IEEE functions. The Perl 5.8 port now compiles.grehan2004-02-129-2/+428
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-103-6/+0
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-102-5/+1
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-103-4/+0
* 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
* 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
OpenPOWER on IntegriCloud