| Commit message (Expand) | Author | Age | Files | Lines |
* | fix memory leaks in tempnam(3) error paths |  jsg | 2015-03-23 | 1 | -5/+6 |
* | remove the first comma from constructs like ", and," and ", or,": you can use |  jmc | 2015-03-13 | 1 | -3/+3 |
* | Fix typo: nemb -> nmemb |  lteo | 2015-03-12 | 1 | -3/+3 |
* | Revert; committed by accident without approval from deraadt@ at release |  lteo | 2015-03-05 | 1 | -2/+2 |
* | Fix typo, from Ryan May. |  lteo | 2015-03-05 | 1 | -3/+3 |
* | Reduce usage of predefined strings in manpages. |  bentley | 2015-02-28 | 2 | -7/+7 |
* | SIZE_MAX is standard, we should be using it in preference to the |  millert | 2015-02-06 | 1 | -2/+3 |
* | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ |  millert | 2015-02-05 | 2 | -4/+4 |
* | Use .Rv where appropriate, and move it to RETURN VALUES; |  schwarze | 2015-01-29 | 1 | -8/+3 |
* | Move to the <limits.h> universe. |  deraadt | 2015-01-16 | 3 | -10/+10 |
* | typo; from Kaspars at Bankovskis dot net |  schwarze | 2015-01-15 | 1 | -4/+4 |
* | remove .Tn from stdio manuals; Kaspars Bankovskis found one of these |  schwarze | 2015-01-13 | 7 | -50/+28 |
* | Remove unnecessary calls to __atexit_register_cleanup(), calling __sinit() |  guenther | 2015-01-13 | 2 | -4/+9 |
* | Add fgetwln(3) from FreeBSD and bump libc minor revision. |  millert | 2015-01-12 | 3 | -8/+206 |
* | Remove #ifdef notdef bits--we are not going to change the fgetln() |  millert | 2015-01-05 | 1 | -13/+3 |
* | Show the sign for NaN as per POSIX; from Elliott Hughes. |  daniel | 2014-12-21 | 2 | -8/+6 |
* | don't do silly (and slow) one byte reads in unbuffered mode. |  tedu | 2014-12-08 | 1 | -1/+16 |
* | garbage collect .Tn |  schwarze | 2014-11-26 | 1 | -8/+4 |
* | zap trailing whitespace; |  jmc | 2014-11-25 | 1 | -2/+2 |
* | C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documents |  millert | 2014-11-25 | 2 | -10/+37 |
* | Move guts of setbuf.3 into setvbuf.3 to make it clear which one |  millert | 2014-11-25 | 3 | -117/+191 |
* | abort() doesn't call atexit handlers any more |  guenther | 2014-11-19 | 1 | -2/+2 |
* | Reduce instances of `` '' in manuals. |  bentley | 2014-11-15 | 2 | -7/+12 |
* | explicitly clarify that reading also stops after size-1 bytes |  tedu | 2014-11-04 | 1 | -3/+5 |
* | Use "const char tempchars[]" instead of "const char *tempchars". |  millert | 2014-10-31 | 1 | -2/+2 |
* | The open flags param to mkostemps() should be "flags" not "oflags" |  millert | 2014-10-26 | 1 | -3/+3 |
* | Fix bounds check for newlen without relying on unspecified behavior. |  millert | 2014-10-16 | 1 | -4/+3 |
* | use reallocarray, and avoid this << 1 ugliness. |  deraadt | 2014-10-11 | 1 | -3/+3 |
* | obvious reallocarray(); ok doug |  deraadt | 2014-10-08 | 1 | -2/+2 |
* | provide section numbers for xrs; |  jmc | 2014-08-31 | 2 | -4/+4 |
* | Add additional userland interfaces for setting close-on-exec on fds |  guenther | 2014-08-31 | 7 | -63/+231 |
* | rework some fflush text, as requested |  jmc | 2014-07-03 | 1 | -4/+3 |
* | Remove assigned but unused local variables and macro from vfwprintf(). |  stsp | 2014-06-04 | 1 | -7/+1 |
* | for non-valid combinations with `#', instead of trying to list them all, |  jmc | 2014-05-13 | 2 | -19/+6 |
* | when demonstrating the correct "double-check" idiom, provide a |  deraadt | 2014-05-09 | 1 | -3/+3 |
* | We don't really need uniform distribution for mktemp(3) so use |  millert | 2014-05-06 | 1 | -6/+19 |
* | Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, we |  deraadt | 2014-05-03 | 2 | -2/+10 |
* | Extend fread() and fwrite() to check for integer overflow, in which case |  deraadt | 2014-05-01 | 3 | -4/+40 |
* | add closing parenthesis. |  sobrado | 2014-04-22 | 1 | -3/+3 |
* | need to escape %U, since it is used in Re/Rs blocks; |  jmc | 2014-04-19 | 1 | -2/+2 |
* | Demonstrate correct usage of snprintf (regarding overflow detection) |  deraadt | 2014-04-19 | 1 | -3/+5 |
* | no gets |  tedu | 2014-03-25 | 1 | -3/+2 |
* | c11 compliance: remove gets() |  tedu | 2014-03-23 | 3 | -117/+12 |
* | It's still safe to assumed 'signed' exists |  guenther | 2014-03-19 | 4 | -12/+12 |
* | Fix unsigned comparision. |  gerhard | 2014-03-06 | 1 | -3/+3 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 2 | -7/+7 |
* | f_prealloc() goes away. Comment from the original source file: |  deraadt | 2013-12-17 | 1 | -24/+1 |
* | express final disapproval of the interfaces in libcompat, such as |  deraadt | 2013-12-04 | 1 | -3/+2 |
* | Use iswupper() for wide characters, not isupper(); ok deraadt |  stsp | 2013-11-25 | 1 | -3/+2 |
* | oops should not be static |  deraadt | 2013-11-13 | 1 | -2/+2 |