summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix memory leaks in tempnam(3) error pathsjsg2015-03-231-5/+6
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
* Fix typo: nemb -> nmemblteo2015-03-121-3/+3
* Revert; committed by accident without approval from deraadt@ at releaselteo2015-03-051-2/+2
* Fix typo, from Ryan May.lteo2015-03-051-3/+3
* Reduce usage of predefined strings in manpages.bentley2015-02-282-7/+7
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-2/+3
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-052-4/+4
* Use .Rv where appropriate, and move it to RETURN VALUES;schwarze2015-01-291-8/+3
* Move to the <limits.h> universe.deraadt2015-01-163-10/+10
* typo; from Kaspars at Bankovskis dot netschwarze2015-01-151-4/+4
* remove .Tn from stdio manuals; Kaspars Bankovskis found one of theseschwarze2015-01-137-50/+28
* Remove unnecessary calls to __atexit_register_cleanup(), calling __sinit()guenther2015-01-132-4/+9
* Add fgetwln(3) from FreeBSD and bump libc minor revision.millert2015-01-123-8/+206
* Remove #ifdef notdef bits--we are not going to change the fgetln()millert2015-01-051-13/+3
* Show the sign for NaN as per POSIX; from Elliott Hughes.daniel2014-12-212-8/+6
* don't do silly (and slow) one byte reads in unbuffered mode.tedu2014-12-081-1/+16
* garbage collect .Tnschwarze2014-11-261-8/+4
* zap trailing whitespace;jmc2014-11-251-2/+2
* C99 says setvbuf() returns non-zero, not EOF. Also, POSIX documentsmillert2014-11-252-10/+37
* Move guts of setbuf.3 into setvbuf.3 to make it clear which onemillert2014-11-253-117/+191
* abort() doesn't call atexit handlers any moreguenther2014-11-191-2/+2
* Reduce instances of `` '' in manuals.bentley2014-11-152-7/+12
* explicitly clarify that reading also stops after size-1 bytestedu2014-11-041-3/+5
* Use "const char tempchars[]" instead of "const char *tempchars".millert2014-10-311-2/+2
* The open flags param to mkostemps() should be "flags" not "oflags"millert2014-10-261-3/+3
* Fix bounds check for newlen without relying on unspecified behavior.millert2014-10-161-4/+3
* use reallocarray, and avoid this << 1 ugliness.deraadt2014-10-111-3/+3
* obvious reallocarray(); ok dougderaadt2014-10-081-2/+2
* provide section numbers for xrs;jmc2014-08-312-4/+4
* Add additional userland interfaces for setting close-on-exec on fdsguenther2014-08-317-63/+231
* rework some fflush text, as requestedjmc2014-07-031-4/+3
* Remove assigned but unused local variables and macro from vfwprintf().stsp2014-06-041-7/+1
* for non-valid combinations with `#', instead of trying to list them all,jmc2014-05-132-19/+6
* when demonstrating the correct "double-check" idiom, provide aderaadt2014-05-091-3/+3
* We don't really need uniform distribution for mktemp(3) so usemillert2014-05-061-6/+19
* Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, wederaadt2014-05-032-2/+10
* Extend fread() and fwrite() to check for integer overflow, in which casederaadt2014-05-013-4/+40
* add closing parenthesis.sobrado2014-04-221-3/+3
* need to escape %U, since it is used in Re/Rs blocks;jmc2014-04-191-2/+2
* Demonstrate correct usage of snprintf (regarding overflow detection)deraadt2014-04-191-3/+5
* no getstedu2014-03-251-3/+2
* c11 compliance: remove gets()tedu2014-03-233-117/+12
* It's still safe to assumed 'signed' existsguenther2014-03-194-12/+12
* Fix unsigned comparision.gerhard2014-03-061-3/+3
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-212-7/+7
* f_prealloc() goes away. Comment from the original source file:deraadt2013-12-171-24/+1
* express final disapproval of the interfaces in libcompat, such asderaadt2013-12-041-3/+2
* Use iswupper() for wide characters, not isupper(); ok deraadtstsp2013-11-251-3/+2
* oops should not be staticderaadt2013-11-131-2/+2