about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix dn_expand pointer followingMichael Forney2013-11-231-1/+1
* putgrent: Add missing newlineMichael Forney2013-11-231-0/+1
* putgrent: Stop writing output on first failureMichael Forney2013-11-231-2/+3
* strcmp: Remove unnecessary check for *rMichael Forney2013-11-231-1/+1
* timeradd/timersub: cast result to void to get rid of warningsrofl0r2013-11-231-2/+2
* fix and refactor child reaping logic in wordexpRich Felker2013-11-221-6/+16
* fix fd leak and case where fd 1 is already closed in wordexpRich Felker2013-11-221-4/+4
* fix resource exhaustion and zero-word cases in wordexpRich Felker2013-11-221-8/+18
* improve robustness of wordexp and fix handling of 0-word caseRich Felker2013-11-221-11/+16
* add legacy getloadavg apiSzabolcs Nagy2013-11-212-0/+19
* fix fd leak (missing close-on-exec) in getifaddrsRich Felker2013-11-201-1/+1
* math: add (obsolete) bsd drem and finite functionsSzabolcs Nagy2013-11-215-0/+26
* math: lgamma cleanup (simpler sin(pi*x) for the negative case)Szabolcs Nagy2013-11-214-202/+110
* fix the nominal type of LDBL_* limits on archs with ld64Rich Felker2013-11-204-16/+16
* write floating point limit constants to 21 significant decimal placesRich Felker2013-11-202-10/+10
* iswspace: fix handling of 0rofl0r2013-11-111-2/+1
* fix harmless inconsistency in semtimedopRich Felker2013-11-091-1/+1
* implement semtimedopRich Felker2013-11-092-0/+14
* adjust sys/wait.h not to produde errors in strict ISO C feature profileRich Felker2013-11-091-3/+7
* remove O_NOFOLLOW from __map_file used for time zone file loadingRich Felker2013-11-081-1/+1
* fix handling of overly-long TZ environment variable valuesRich Felker2013-11-081-1/+1
* timezone parser: fix iteration over search dir pathsrofl0r2013-11-041-1/+1
* timezone parser: fix offset to transition table in 64bit code pathrofl0r2013-11-041-1/+1
* fix timezone parser code crashing on 64bit sysrofl0r2013-11-041-1/+1
* fix regression in inet_aton due to misinterpretation of __ipparse returnRich Felker2013-11-022-3/+3
* simplify faccessat AT_EACCESS path and eliminate resource dependenceRich Felker2013-11-011-14/+21
* fix faccessat AT_EACCESS path not to leave zombie processesRich Felker2013-11-011-2/+6
* fix inttypes.h PRI and SCN macros for [u]intptr_t typesRich Felker2013-10-301-11/+13
* POSIX conformance fix: define struct entry in search.hSzabolcs Nagy2013-10-292-9/+9
* fenv: fix i386 fesetround for sseSzabolcs Nagy2013-10-281-1/+1
* math: extensive log*.c cleanupSzabolcs Nagy2013-10-2814-583/+369
* add legacy ftime function and sys/timeb.hRich Felker2013-10-252-0/+34
* fix inet_ptonSzabolcs Nagy2013-10-231-26/+19
* fix __ipparse to parse the generic numbers-and-dots IPv4 format correctlySzabolcs Nagy2013-10-221-5/+12
* fix inet_aton to accept the generic "numbers-and-dots" IPv4 address formatSzabolcs Nagy2013-10-221-1/+4
* split inet_addr and inet_ntoa back into their own filesRich Felker2013-10-213-16/+21
* fix multiple minor namespace issues in headersRich Felker2013-10-204-7/+15
* fix return value for inet_pton in ipv6 failure casesRich Felker2013-10-191-6/+6
* use consistent include guard name in arpa/ftp.hSzabolcs Nagy2013-10-181-2/+2
* fix typo in socket.h (wrong macro name)Szabolcs Nagy2013-10-181-1/+1
* in faccessat slow path, add close-on-exec to pipe fdsRich Felker2013-10-181-1/+1
* fix uid/gid-setting error in faccessat with AT_EACCESS flagRich Felker2013-10-121-2/+2
* fix errno value for getcwd when size argument is zeroRich Felker2013-10-081-1/+7
* math: fix rare underflow issue in fmaSzabolcs Nagy2013-10-073-13/+55
* math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshfSzabolcs Nagy2013-10-072-0/+13
* fix clockid macro names in time.h, reported by Paul SchutteSzabolcs Nagy2013-10-071-2/+2
* remove errno setting from setenv, malloc sets it correctly on oomSzabolcs Nagy2013-10-071-1/+0
* fix allocation sizes in regcompSzabolcs Nagy2013-10-071-4/+4
* add missing va_end in execl* for correcness and static code analyzersSzabolcs Nagy2013-10-073-0/+3
* minor vfprintf and vfwprintf changes to please static code analyzersSzabolcs Nagy2013-10-072-6/+11