aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/findfp.c
Commit message (Expand)AuthorAgeFilesLines
* Use C99-style initializers. No functional change.David Schultz2009-03-011-4/+9
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-45/+11
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove alpha left-overs.Ruslan Ermilov2006-08-221-1/+1
* Associate a multibyte conversion state object with each stream. Reset itTim J. Robbins2004-05-221-5/+1
* bde points out that the LIBC_MAJOR macro doesn't exist and requestsWarner Losh2002-11-141-3/+6
* Restore Peter's version of static __sF. There's too much pain for itWarner Losh2002-11-101-1/+4
* Backout "compatibility hack" for __sF.Alfred Perlstein2002-11-041-5/+1
* Provide a hook to make __sF visible outside of libc for commercial appsAlfred Perlstein2002-11-021-1/+5
* Make __sF static. This can not be allowed to exist in 5.x.Alfred Perlstein2002-10-311-1/+1
* Give in on the __sF stuff. I have a better fix in mind that is futurePeter Wemm2002-10-191-1/+1
* Zap the early-adopter transition aid before we get into seriousPeter Wemm2002-10-111-4/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+6
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-(Peter Wemm2001-08-131-15/+6
* Avoid any chance of being misunderstood as having libelled developersSheldon Hearn2001-07-291-1/+1
* Place some hooks (__stdin, __stdout, __stderr) into libc for a futurePeter Wemm2001-02-201-0/+23
* Extra needs to be initialized for our usual pool of FILEs. This wasWarner Losh2001-02-161-3/+14
* Fix the current libc breakage in current:Warner Losh2001-02-161-14/+25
* Commit a libc fix going by the current state of the version numberingPeter Wemm2001-02-141-9/+10
* It sounded like a good idea at the time. The previous change breaksPeter Wemm2001-02-121-4/+0
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andPeter Wemm2001-02-121-0/+4
* libc MT-safety, part 2.Daniel Eischen2001-02-111-3/+3
* Fix a f^Hdamn typo, which prevented to fopen() more that 17 files at once.Maxim Sobolev2001-02-071-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-17/+40
* Make __sfp() (FILE allocator) thread-safe: added locking like in malloc().Dmitrij Tejblum1999-11-201-0/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-221-0/+6
* Minor cleanup, #include's and unused vars.Poul-Henning Kamp1995-10-221-0/+4
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+165