summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
* make RETURN VALUES more conciseschwarze2014-10-191-77/+28
* Revamp malloc.3 by reordering the sections and rewriting parts.doug2014-10-191-185/+417
* Revert last commit due to changed semantics found by make release.doug2014-10-191-10/+10
* Better POSIX compliance in realpath(3).doug2014-10-181-10/+10
* reallocarray() -- a little tricky to reviewderaadt2014-10-181-3/+3
* trivial sync of the first sentence of the DESCRIPTIONschwarze2014-10-171-4/+4
* Fix bounds check for newlen without relying on unspecified behavior.millert2014-10-161-4/+3
* Remove references to unimplemented CLOCK_VIRTUAL. It is non-standardmillert2014-10-161-5/+2
* remove unused variablechl2014-10-131-3/+1
* Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine,schwarze2014-10-111-4/+11
* Userland reallocarray() audit.doug2014-10-111-2/+3
* Userland reallocarray() audit.doug2014-10-111-3/+3
* obvious reallocarray() usederaadt2014-10-111-2/+2
* use reallocarray, and avoid this << 1 ugliness.deraadt2014-10-111-3/+3
* Userland reallocarray() audit.doug2014-10-111-3/+3
* Add UTC support to %Z conversion in strptime().doug2014-10-111-3/+10
* replace select with equiv poll usage.dlg2014-10-101-17/+12
* Remove unnecessary includes now that we are no longer using select()millert2014-10-101-9/+2
* replace the use of select() for a short sleep with nanosleep().dlg2014-10-091-4/+5
* use reallocarray(NULL, a, b) instead of malloc(a, b), which gives usderaadt2014-10-091-5/+5
* obvious realloc -> reallocarray conversionderaadt2014-10-081-3/+3
* obvious reallocarray()deraadt2014-10-081-3/+3
* using reallocarray() gives us multiplicative integer overflow checkingderaadt2014-10-081-3/+3
* obvious conversion of realloc() to reallocarray(). Luckily this isderaadt2014-10-081-2/+2
* obvious reallocarray(); ok dougderaadt2014-10-081-2/+2
* obvious malloc -> reallocarray, for mult int oflowderaadt2014-10-081-2/+2
* reallocarray() to detect potential int overflow; ok dougderaadt2014-10-081-2/+2
* reallocarray() for mult int overflow detect; ok dougderaadt2014-10-081-3/+3
* Strip trailing new-lines from syslog messages. This avoids emptybluhm2014-10-031-6/+11
* Fix a crash when there is text after a failed %Z conversion in strptime.doug2014-10-021-6/+7
* We missed a hyphen in 'async-signal-safe'guenther2014-09-152-5/+5
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-1517-42/+42
* Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwardsguenther2014-09-152-9/+5
* Use _PATH_NETWORKS for "/etc/networks"guenther2014-09-151-2/+2
* Mention that SIGTHR is both local and weirdguenther2014-09-151-2/+12
* Do not claim that empty numbers set EINVAL, our implementation doesn't.schwarze2014-09-142-37/+61
* Make sure that the following functions return 0 and EINVAL asschwarze2014-09-136-20/+60
* Fix some bugs in the _Qp_sqrt implementation that would limit the accuracykettenis2014-09-121-4/+4
* zap trailing whitespace;jmc2014-09-101-3/+3
* document \<word\> as being non standardjsg2014-09-101-2/+8
* sockatmark(3) has been implemented; add it to the async-signal-safe listsguenther2014-09-102-9/+5
* update STANDARDS reference from POSIX 1990 to POSIX 2008;schwarze2014-09-101-31/+20
* Identify domains with AF_* instead of PF_* hereguenther2014-09-091-9/+9
* Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSguenther2014-09-095-32/+23
* Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h>guenther2014-09-091-4/+3
* tweak previous;jmc2014-09-091-2/+2
* Don't need to mention names on .Rv line hereguenther2014-09-092-4/+4
* Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSguenther2014-09-092-17/+33
* Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSguenther2014-09-094-58/+101
* We have no protocols which require explicit confirmationguenther2014-09-091-25/+2