summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* "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
| | | | putchar_unlocked. Crank the minor on related libs. OK fgs@, deraadt@
* Use va_copy() for varargs assignemnt. va_copy() is standard with C99drahn2002-10-241-3/+3
| | | | and gcc3.2 requires this on powerpc.
* Move __cleanup into mprotect'ed page to prevent unintentional modificationsdhartmei2002-09-144-11/+12
| | | | similar to the atexit handlers. Idea and help deraadt@, ok deraadt@
* add *asprintfderaadt2002-07-241-1/+3
|
* Document that *printf can return -1 on error. This includes snprintf(),millert2002-07-241-1/+2
| | | | though our implementation never does this.
* 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
| | | | buffer passed in. Based on a patch from Mark Andrews. deraadt@ OK
* o) start new sentence on a new line;mpech2002-05-011-2/+3
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* fix for NetBSD lib/16483espie2002-04-291-2/+5
| | | | | | | | Do not even try to allocate buffer if SSTR and not SALC (e.g., from snprintf and not asprintf). vfprintf is smart enough to then not try and write to it. ok millert@, deraadt@
* 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
| | | | ok millert@
* 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
| | | | Test next time, ok?
* 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
| | | | | code was in error but due to C precedence rules it didn't cause a problem.
* a first pass at -Wallderaadt2001-07-0925-34/+61
|
* document ll, depreciate qprovos2001-06-231-4/+6
|
* Fix pasto; kleink@netbsd.orgpjanzen2001-06-051-2/+2
|
* knfderaadt2001-05-311-54/+54
|
* Fix an incorrect memset() in __grow_type_table(); dk@homepage.rumillert2001-04-201-3/+4
| | | | | | While I was there I noticed and fixed a bogus realloc(). We should really check malloc/realloc return values and deal sanely but that will have to be done later. Theo OK'd
* It's not that I mind split infinitives. I just like to save'em for whenpjanzen2001-02-171-2/+2
| | | | they're really needed.
* capitalizationaaron2001-02-121-2/+2
|
* Various repairs, mostly to get rid of short lines.aaron2000-12-2413-88/+51
|
* use strlcpy in the examplederaadt2000-11-221-2/+2
|
* fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATSaaron2000-10-181-20/+20
| | | | section to the end like most man pages.
* The mkstemp() function appeared in 4.4BSD; todd@aaron2000-09-111-2/+5
|
* In the format string bug description under CAVEATS, clarify what we mean byaaron2000-08-251-4/+4
| | | | building the string ``by hand'' using a function like snprintf(); deraadt@ ok
* reinsert corrected history section, based on jdolecek@netbsdpjanzen2000-07-311-1/+9
|
* Stronger caveat wrt stack smashing via % escapes. Each man pagemillert2000-07-161-5/+14
| | | | carries the same caveat...
* Insert missing semi-colon.aaron2000-07-071-2/+2
|
* correct return valuespjanzen2000-06-251-12/+13
|
* Remove redundant HISTORY section.aaron2000-04-271-8/+1
|
* C deals with complex functions, but not imaginary ones yet.espie2000-04-251-3/+2
|
* Flesh out all of the stdio man pages.aaron2000-04-2018-324/+272
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-186-37/+49
|
* Mostly punctuation fixes.aaron2000-04-153-7/+7
|
* Trailing whitespace begone!aaron2000-04-121-6/+6
|
* list 'i' only oncehugh2000-04-121-2/+1
|
* fseeko.3 and ftello.3deraadt2000-03-281-1/+2
|