summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/local.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make _fwalk and _cleanup completely internal to libcguenther2016-05-231-4/+2
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-3/+12
* Hide __atexit and __atexit_register_cleanup()guenther2015-10-251-3/+1
* wrap _fwalk() so internal calls are direct (at least until we stopguenther2015-10-041-1/+2
* Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalguenther2015-08-271-4/+8
* Make __svfscanf() the unlocked, core of vfscanf() and use it inguenther2011-11-081-1/+2
* Add wscanf(3) and friends. Based on our scanf(3) implementation, with widestsp2011-10-161-1/+3
* Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.stsp2011-04-281-1/+2
* Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.stsp2011-04-241-2/+1
* Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.stsp2011-04-241-1/+2
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-1/+6
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-6/+1
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-1/+6
* fix a few warnings, keep the crypt stuff for later.espie2005-10-101-1/+2
* next citrus step.espie2005-06-171-1/+3
* Change internals of FILE: reuse the unget buffer field to access anespie2005-04-301-5/+7
* make sure the implementation matches the prototype..pat2005-03-311-2/+2
* ansi + de-registerpat2005-03-301-2/+2
* fix typo in comment.moritz2005-03-081-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Move __cleanup into mprotect'ed page to prevent unintentional modificationsdhartmei2002-09-141-2/+2
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-2/+2
* 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-161-15/+15
* Fix RCS idstholo1996-08-191-3/+1
* initial import of NetBSD treederaadt1995-10-181-0/+89