aboutsummaryrefslogtreecommitdiff
path: root/include/stdio.h
Commit message (Expand)AuthorAgeFilesLines
* Hide the definition of struct __sFILEX and add the neededDaniel Eischen2001-03-011-6/+1
* Fix the current libc breakage in current:Warner Losh2001-02-161-8/+11
* Commit a libc fix going by the current state of the version numberingPeter Wemm2001-02-141-4/+6
* It sounded like a good idea at the time. The previous change breaksPeter Wemm2001-02-121-6/+3
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andPeter Wemm2001-02-121-3/+6
* libc MT-safety, part 2.Daniel Eischen2001-02-111-0/+4
* Add a lock to DIR to make telldir and friends MT-safe.Daniel Eischen2001-01-241-54/+4
* Fixed missing declaration of ctermid_r(3).Bruce Evans1999-12-231-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Added functions fseeko() and ftello() (from susv2).Dmitrij Tejblum1999-02-081-1/+3
* Make this protototype of mmap return void *, like two other copies.Dmitrij Tejblum1998-12-141-2/+2
* Added macros __printflike() and __scanflike() to <sys/cdefs.h>.Bruce Evans1998-07-131-7/+10
* New flag for internal stdio use to enable dynamic string allocation forPeter Wemm1998-07-081-1/+2
* Complete the switch to using gcc-2.4 features to declare fpos_t ,Bruce Evans1998-06-141-18/+1
* I have a long list of issues to address here, mostly related toJohn Birrell1998-05-051-6/+4
* Format changes in an attempt to address some of Bruce's commentsJohn Birrell1998-04-121-18/+26
* Add *_unlocked() macros according to POSIX. In the _THREAD_SAFE case,John Birrell1998-04-111-9/+59
* Added missing caddr_t --> void * conversions for sys/mman.h functions.Alexander Langer1998-01-011-2/+2
* Removed nonstandard #include of <sys/types.h>.Bruce Evans1997-04-131-8/+29
* Merge Lite2 changesPeter Wemm1997-03-111-2/+2
* increase L_cuserid because UT_NAMESIZE increasedAndrey A. Chernov1997-03-021-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-231-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* improve comments for UT_NAMESIZEWolfram Schneider1996-10-271-2/+5
* remove zopen, zopen is not part of libc.Wolfram Schneider1996-07-021-1/+0
* Add an implementation of the gnu-ish asprintf() and vasprintf(). They arePeter Wemm1996-05-271-0/+2
* Fix incorrect parameter types for ftell and fgets.Paul Richards1996-03-241-2/+2
* Fix a bunch of spelling errors in the comment fieldsMike Pritchard1996-01-301-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* make sys_nerr __const.Poul-Henning Kamp1995-03-041-1/+1
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+378