| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC | John Birrell | 2008-03-29 | 1 | -0/+2 |
| * | - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here. | Pawel Jakub Dawidek | 2007-04-07 | 1 | -6/+0 |
| * | Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found in | Pawel Jakub Dawidek | 2007-04-05 | 1 | -0/+6 |
| * | Add a prototype for fcloseall(). | Daniel Eischen | 2006-04-22 | 1 | -0/+1 |
| * | Analogous to __printflike and __scanflike, add the macro __format_arg which | Stefan Farfeleder | 2006-01-26 | 1 | -6/+1 |
| * | Remove outdated comments. | Tim J. Robbins | 2004-06-20 | 1 | -3/+1 |
| * | Bring back the macro versions of getwc(), getwchar(), putwc() and | Tim J. Robbins | 2004-05-27 | 1 | -0/+3 |
| * | Parenthesize function names in masking macros for getc() etc. for the | Tim J. Robbins | 2004-03-20 | 1 | -6/+6 |
| * | Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), | Tim J. Robbins | 2004-03-17 | 1 | -0/+16 |
| * | Change the definition of NULL on ia64 (for LP64 compilations) from | Marcel Moolenaar | 2003-12-07 | 1 | -4/+1 |
| * | Add prototypes for the non-standard _unlocked functions. | Tim J. Robbins | 2003-01-13 | 1 | -0/+6 |
| * | Use a weak reference instead of a macro to make vfscanf an alias | Tim J. Robbins | 2002-10-14 | 1 | -11/+2 |
| * | Add restrict type-qualifier. | Mike Barcroft | 2002-10-12 | 1 | -16/+12 |
| * | Zap the early-adopter transition aid before we get into serious | Peter Wemm | 2002-10-11 | 1 | -8/+0 |
| * | o Move location of the fpos_t typedef to be closer to other typedefs. | Mike Barcroft | 2002-10-06 | 1 | -14/+33 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 1 | -10/+10 |
| * | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft | 2002-08-21 | 1 | -20/+20 |
| * | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | Robert Drehmel | 2002-08-15 | 1 | -6/+9 |
| * | - Introduce the 'restrict' qualifier to function prototypes and | Robert Drehmel | 2002-08-15 | 1 | -4/+4 |
| * | - Add the 'restrict' qualifier to the function definitions and | Robert Drehmel | 2002-08-14 | 1 | -2/+2 |
| * | Clean up some of the rather strange structure and ordering of this | Garrett Wollman | 2002-07-15 | 1 | -52/+67 |
| * | Breath deep and take __P out of the system include files. | Warner Losh | 2002-03-23 | 1 | -80/+80 |
| * | An extra #ifdef crept in with rev 1.38. | David E. O'Brien | 2001-12-05 | 1 | -1/+0 |
| * | Turn back on fmtcheck's attribute checks, guarded for non-GCC compilers. | David E. O'Brien | 2001-12-04 | 1 | -1/+7 |
| * | Remove the GCC'ism "__attribute__" from the 'fmtcheck' prototype. | David E. O'Brien | 2001-12-04 | 1 | -2/+1 |
| * | Now that the compat4x libc.so.4 binary has been updated, we can finally | Peter Wemm | 2001-09-20 | 1 | -1/+1 |
| * | Rip out the old __stdin/out/err stuff. It was completely 100% useless. :-( | Peter Wemm | 2001-08-13 | 1 | -0/+10 |
| * | Style(9) fixes: | David E. O'Brien | 2001-04-22 | 1 | -4/+4 |
| * | I think this was supposed to be __const like in NetBSD: I have no idea | Kris Kennaway | 2001-04-17 | 1 | -1/+1 |
| * | Add fmtcheck(), a function for checking consistency of format string | Kris Kennaway | 2001-04-17 | 1 | -0/+2 |
| * | Hide the definition of struct __sFILEX and add the needed | Daniel Eischen | 2001-03-01 | 1 | -6/+1 |
| * | Fix the current libc breakage in current: | Warner Losh | 2001-02-16 | 1 | -8/+11 |
| * | Commit a libc fix going by the current state of the version numbering | Peter Wemm | 2001-02-14 | 1 | -4/+6 |
| * | It sounded like a good idea at the time. The previous change breaks | Peter Wemm | 2001-02-12 | 1 | -6/+3 |
| * | Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and | Peter Wemm | 2001-02-12 | 1 | -3/+6 |
| * | libc MT-safety, part 2. | Daniel Eischen | 2001-02-11 | 1 | -0/+4 |
| * | Add a lock to DIR to make telldir and friends MT-safe. | Daniel Eischen | 2001-01-24 | 1 | -54/+4 |
| * | Fixed missing declaration of ctermid_r(3). | Bruce Evans | 1999-12-23 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-27 | 1 | -1/+1 |
| * | Added functions fseeko() and ftello() (from susv2). | Dmitrij Tejblum | 1999-02-08 | 1 | -1/+3 |
| * | Make this protototype of mmap return void *, like two other copies. | Dmitrij Tejblum | 1998-12-14 | 1 | -2/+2 |
| * | Added macros __printflike() and __scanflike() to <sys/cdefs.h>. | Bruce Evans | 1998-07-13 | 1 | -7/+10 |
| * | New flag for internal stdio use to enable dynamic string allocation for | Peter Wemm | 1998-07-08 | 1 | -1/+2 |
| * | Complete the switch to using gcc-2.4 features to declare fpos_t , | Bruce Evans | 1998-06-14 | 1 | -18/+1 |
| * | I have a long list of issues to address here, mostly related to | John Birrell | 1998-05-05 | 1 | -6/+4 |
| * | Format changes in an attempt to address some of Bruce's comments | John Birrell | 1998-04-12 | 1 | -18/+26 |
| * | Add *_unlocked() macros according to POSIX. In the _THREAD_SAFE case, | John Birrell | 1998-04-11 | 1 | -9/+59 |
| * | Added missing caddr_t --> void * conversions for sys/mman.h functions. | Alexander Langer | 1998-01-01 | 1 | -2/+2 |
| * | Removed nonstandard #include of <sys/types.h>. | Bruce Evans | 1997-04-13 | 1 | -8/+29 |
| * | Merge Lite2 changes | Peter Wemm | 1997-03-11 | 1 | -2/+2 |