summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/findfp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificguenther2016-04-051-9/+9
* Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalguenther2015-08-271-2/+2
* Move to the <limits.h> universe.deraadt2015-01-161-2/+2
* abort() doesn't call atexit handlers any moreguenther2014-11-191-2/+2
* f_prealloc() goes away. Comment from the original source file:deraadt2013-12-171-24/+1
* oops should not be staticderaadt2013-11-131-2/+2
* both files contain a function which should only be static.deraadt2013-11-121-2/+2
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-7/+29
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-29/+7
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-7/+29
* zap remaining rcsid.espie2005-08-081-4/+1
* zap getdtablesize() external ref (removes a bit of compat from instbin).espie2005-08-021-1/+3
* next citrus step.espie2005-06-171-4/+4
* Change internals of FILE: reuse the unget buffer field to access anespie2005-04-301-10/+28
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-13/+12
* 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-5/+6
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+171