| Commit message (Expand) | Author | Age | Files | Lines |
* | make RETURN VALUES more concise |  schwarze | 2014-10-19 | 1 | -77/+28 |
* | Revamp malloc.3 by reordering the sections and rewriting parts. |  doug | 2014-10-19 | 1 | -185/+417 |
* | Revert last commit due to changed semantics found by make release. |  doug | 2014-10-19 | 1 | -10/+10 |
* | Better POSIX compliance in realpath(3). |  doug | 2014-10-18 | 1 | -10/+10 |
* | reallocarray() -- a little tricky to review |  deraadt | 2014-10-18 | 1 | -3/+3 |
* | trivial sync of the first sentence of the DESCRIPTION |  schwarze | 2014-10-17 | 1 | -4/+4 |
* | Fix bounds check for newlen without relying on unspecified behavior. |  millert | 2014-10-16 | 1 | -4/+3 |
* | Remove references to unimplemented CLOCK_VIRTUAL. It is non-standard |  millert | 2014-10-16 | 1 | -5/+2 |
* | remove unused variable |  chl | 2014-10-13 | 1 | -3/+1 |
* | Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine, |  schwarze | 2014-10-11 | 1 | -4/+11 |
* | Userland reallocarray() audit. |  doug | 2014-10-11 | 1 | -2/+3 |
* | Userland reallocarray() audit. |  doug | 2014-10-11 | 1 | -3/+3 |
* | obvious reallocarray() use |  deraadt | 2014-10-11 | 1 | -2/+2 |
* | use reallocarray, and avoid this << 1 ugliness. |  deraadt | 2014-10-11 | 1 | -3/+3 |
* | Userland reallocarray() audit. |  doug | 2014-10-11 | 1 | -3/+3 |
* | Add UTC support to %Z conversion in strptime(). |  doug | 2014-10-11 | 1 | -3/+10 |
* | replace select with equiv poll usage. |  dlg | 2014-10-10 | 1 | -17/+12 |
* | Remove unnecessary includes now that we are no longer using select() |  millert | 2014-10-10 | 1 | -9/+2 |
* | replace the use of select() for a short sleep with nanosleep(). |  dlg | 2014-10-09 | 1 | -4/+5 |
* | use reallocarray(NULL, a, b) instead of malloc(a, b), which gives us |  deraadt | 2014-10-09 | 1 | -5/+5 |
* | obvious realloc -> reallocarray conversion |  deraadt | 2014-10-08 | 1 | -3/+3 |
* | obvious reallocarray() |  deraadt | 2014-10-08 | 1 | -3/+3 |
* | using reallocarray() gives us multiplicative integer overflow checking |  deraadt | 2014-10-08 | 1 | -3/+3 |
* | obvious conversion of realloc() to reallocarray(). Luckily this is |  deraadt | 2014-10-08 | 1 | -2/+2 |
* | obvious reallocarray(); ok doug |  deraadt | 2014-10-08 | 1 | -2/+2 |
* | obvious malloc -> reallocarray, for mult int oflow |  deraadt | 2014-10-08 | 1 | -2/+2 |
* | reallocarray() to detect potential int overflow; ok doug |  deraadt | 2014-10-08 | 1 | -2/+2 |
* | reallocarray() for mult int overflow detect; ok doug |  deraadt | 2014-10-08 | 1 | -3/+3 |
* | Strip trailing new-lines from syslog messages. This avoids empty |  bluhm | 2014-10-03 | 1 | -6/+11 |
* | Fix a crash when there is text after a failed %Z conversion in strptime. |  doug | 2014-10-02 | 1 | -6/+7 |
* | We missed a hyphen in 'async-signal-safe' |  guenther | 2014-09-15 | 2 | -5/+5 |
* | When fopen()ing internal to libc (the API doesn't support the use |  guenther | 2014-09-15 | 17 | -42/+42 |
* | Pass O_CLOEXEC to open() or mkostemp() instead of setting FD_CLOEXEC afterwards |  guenther | 2014-09-15 | 2 | -9/+5 |
* | Use _PATH_NETWORKS for "/etc/networks" |  guenther | 2014-09-15 | 1 | -2/+2 |
* | Mention that SIGTHR is both local and weird |  guenther | 2014-09-15 | 1 | -2/+12 |
* | Do not claim that empty numbers set EINVAL, our implementation doesn't. |  schwarze | 2014-09-14 | 2 | -37/+61 |
* | Make sure that the following functions return 0 and EINVAL as |  schwarze | 2014-09-13 | 6 | -20/+60 |
* | Fix some bugs in the _Qp_sqrt implementation that would limit the accuracy |  kettenis | 2014-09-12 | 1 | -4/+4 |
* | zap trailing whitespace; |  jmc | 2014-09-10 | 1 | -3/+3 |
* | document \<word\> as being non standard |  jsg | 2014-09-10 | 1 | -2/+8 |
* | sockatmark(3) has been implemented; add it to the async-signal-safe lists |  guenther | 2014-09-10 | 2 | -9/+5 |
* | update STANDARDS reference from POSIX 1990 to POSIX 2008; |  schwarze | 2014-09-10 | 1 | -31/+20 |
* | Identify domains with AF_* instead of PF_* here |  guenther | 2014-09-09 | 1 | -9/+9 |
* | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS |  guenther | 2014-09-09 | 5 | -32/+23 |
* | Don't point to <sys/signal.h> for SIG_*; they're told to use <signal.h> |  guenther | 2014-09-09 | 1 | -4/+3 |
* | tweak previous; |  jmc | 2014-09-09 | 1 | -2/+2 |
* | Don't need to mention names on .Rv line here |  guenther | 2014-09-09 | 2 | -4/+4 |
* | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS |  guenther | 2014-09-09 | 2 | -17/+33 |
* | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS |  guenther | 2014-09-09 | 4 | -58/+101 |
* | We have no protocols which require explicit confirmation |  guenther | 2014-09-09 | 1 | -25/+2 |