summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Expand)AuthorAgeFilesLines
* for %#s, # is the amount of input string, not the amount of output string.deraadt2003-09-261-3/+8
* Sort headers in examplegrange2003-08-171-2/+2
* warn about unsafe APIs at link time. Conditional on libc/Makefile definingderaadt2003-07-242-2/+12
* .Ql Cm -> .Sq Cm where literal makes no sense;jmc2003-07-151-2/+2
* nonstandard->non-standardavsm2003-07-021-2/+2
* 6 X's -> 10 X's in all examples, per avsm's idea, millert agreespvalchev2003-07-021-4/+4
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-172-18/+18
* oopsderaadt2003-06-112-7/+2
* ansification; checked by pvalderaadt2003-06-112-2/+7
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-032-46/+24
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0290-541/+181
* - section reorderjmc2003-06-016-125/+126
* Better English.pjanzen2003-05-171-3/+3
* Document behaviour when size = 1. ok millert@pjanzen2003-05-172-2/+16
* When positional arguments need more memory for storage (more than 8 args),deraadt2003-05-161-16/+30
* typos;jmc2003-05-034-11/+11
* Make function declaration and man page match prototype. Closes PR 3236millert2003-04-252-11/+9
* char * in prototypes should be const; Kamo Hiroyasumillert2003-04-221-4/+4
* Warn people that the value of the pointer passed in to asprinf()millert2003-04-161-3/+8
* fifo -> FIFOjmc2003-04-022-4/+4
* .Xr typos;jmc2003-03-062-5/+5
* .Xr's;jmc2003-03-062-4/+4
* teach people about strlcpy, not strcpyderaadt2003-02-161-2/+2
* "The contents is" -> "The contents are"cloder2002-11-241-2/+2
* Add strerror_r and functions versions of getchar_unlocked andmarc2002-11-212-5/+31
* Use va_copy() for varargs assignemnt. va_copy() is standard with C99drahn2002-10-241-3/+3
* Move __cleanup into mprotect'ed page to prevent unintentional modificationsdhartmei2002-09-144-11/+12
* add *asprintfderaadt2002-07-241-1/+3
* Document that *printf can return -1 on error. This includes snprintf(),millert2002-07-241-1/+2
* correct check for strchr() failure in EXAMPLE; from pinskia@physics.uc.edupvalchev2002-07-201-2/+2
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
* Don't decrement the current character pointer past the beginning of themillert2002-05-271-3/+3
* o) start new sentence on a new line;mpech2002-05-011-2/+3
* fix for NetBSD lib/16483espie2002-04-291-2/+5
* Use the more likely pointer in a sample code fragment; miod@ ok.aaron2002-04-051-2/+2
* style(9) for the example; Alexander Yurchenkomillert2002-03-051-3/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-1912-151/+15
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-172-7/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-168-32/+32
* more pid_t usederaadt2002-01-021-2/+3
* missing commamillert2001-12-071-2/+2
* KNF, i need this for what comes next..deraadt2001-12-051-47/+46
* Typo: tempfile ==> tempnam.heko2001-09-221-2/+2
* It is silly to reference the Tahoe architecture.millert2001-09-061-4/+2
* make sure that va_start() has matching va_end()deraadt2001-09-051-3/+4
* put changes back, this time ALL the files.fgsch2001-09-041-2/+2
* Back out fgsch@'s tree breaking commits.todd2001-08-301-2/+2
* fix some const warningsfgsch2001-08-301-2/+2
* Fix a bug with the %e flag introduced in a -Wall pass. The originalmillert2001-08-131-2/+2
* a first pass at -Wallderaadt2001-07-0925-34/+61