| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
* | libc: provide fputc_unlocked | Kyle Evans | 2020-02-02 | 1 | -0/+1 |
* | stdio: provide _unlocked variants of fflush, fputc, fputs, fread, fwrite | Kyle Evans | 2020-01-30 | 1 | -1/+7 |
* | Make snprintf(3) and vscanf(3) definitions available under appropriate | Konstantin Belousov | 2019-09-09 | 1 | -3/+5 |
* | libc: remove gets | Ed Maste | 2019-09-01 | 1 | -1/+0 |
* | Remove redundant check. | Cy Schubert | 2018-04-03 | 1 | -1/+1 |
* | Include update to stdio.h missed in r331936. | Cy Schubert | 2018-04-03 | 1 | -0/+8 |
* | include: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | libthr: fix warnings from GCC when WARNS=6 | Eric van Gyzen | 2017-05-23 | 1 | -0/+3 |
* | <stdio.h>: ftello() and fseeko() were in SUSv2, so extend visibility. | Pedro F. Giffuni | 2017-04-29 | 1 | -1/+1 |
* | Make use of clang nullability attributes. | Pedro F. Giffuni | 2017-01-28 | 1 | -8/+12 |
* | Add the __printflike attribute to the declaration of vdprintf(3) | Eric van Gyzen | 2016-10-01 | 1 | -1/+1 |
* | Add the __printflike attribute to the declaration of dprintf(3) | Eric van Gyzen | 2016-10-01 | 1 | -1/+1 |
* | tools/build looks for _WITH_GETLINE in /usr/include/stdio.h to see if | Warner Losh | 2016-08-02 | 1 | -0/+1 |
* | Remove _WITH_GETLINE and _WITH_DPRINTF guards | Baptiste Daroussin | 2016-07-30 | 1 | -37/+1 |
* | stdio.h: Fix function-type typedef style and use _types.h __ssize_t | Conrad Meyer | 2016-05-12 | 1 | -4/+4 |
* | Pollute more places with off64_t and add __off64_t | Conrad Meyer | 2016-05-12 | 1 | -1/+1 |
* | libc: Add fopencookie(3) wrapper around funopen(3) | Conrad Meyer | 2016-05-11 | 1 | -0/+17 |
* | Add _flags2 per jhb@ suggestion since no room left in _flags. | Andrey A. Chernov | 2015-10-28 | 1 | -0/+3 |
* | Add fdclose(3) function. | Mariusz Zaborski | 2015-07-04 | 1 | -0/+1 |
* | Correct and clarify comment for __SMBF. | Bryan Drewery | 2015-02-11 | 1 | -1/+1 |
* | include: Don't expose L_cuserid in strict C standard compliance mode. | Jilles Tjoelker | 2014-05-11 | 1 | -1/+1 |
* | include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLE | Jilles Tjoelker | 2014-05-11 | 1 | -4/+4 |
* | Add an implementation of open_memstream() and open_wmemstream(). These | John Baldwin | 2013-02-27 | 1 | -0/+1 |
* | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | Pietro Cerutti | 2013-01-30 | 1 | -0/+1 |
* | Correctly expose xlocale functions if people include the headers in the wrong | David Chisnall | 2012-03-28 | 1 | -0/+3 |
* | In POSIX.1-2008: | Xin LI | 2011-12-28 | 1 | -1/+1 |
* | Restore __is_threaded in C++ mode. Some Google stuff needs it apparently. | David Chisnall | 2011-12-25 | 1 | -1/+3 |
* | Replace __const by const in all non-contributed source code. | Ed Schouten | 2011-12-13 | 1 | -2/+2 |
* | The spec says that FILE must be defined in wchar.h, but it wasn't. It | David Chisnall | 2011-11-13 | 1 | -3/+8 |
* | Remove stale reference to UT_NAMESIZE from <stdio.h>. | Ed Schouten | 2010-08-06 | 1 | -2/+1 |
* | Remove the Berkeley clause 3's. | Warner Losh | 2010-02-16 | 1 | -5/+1 |
* | Merge fmtcheck() prototype change. | Xin LI | 2009-06-23 | 1 | -1/+1 |
* | Make programs that define a macro called `dprintf' more likely to work. | David Schultz | 2009-03-25 | 1 | -1/+1 |
* | Namespace: dprintf() and getline() are in P1003.1-2008. | David Schultz | 2009-03-14 | 1 | -2/+2 |
* | Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(), | David Schultz | 2009-03-04 | 1 | -4/+20 |
* | Add renameat to the POSIX.1-2008 namespace. | David Schultz | 2009-03-04 | 1 | -1/+1 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | David Schultz | 2009-02-28 | 1 | -0/+39 |
* | Tag FILE's _bf as being part of the public ABI as well due to the in-tree | John Baldwin | 2008-05-07 | 1 | -1/+1 |
* | Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors | John Baldwin | 2008-05-05 | 1 | -6/+0 |
* | Note that FILE's __cookie is also part of the public ABI. | John Baldwin | 2008-05-05 | 1 | -1/+1 |
* | Expose FILE's internals to the world again in all their glory. Restore | John Baldwin | 2008-05-05 | 1 | -4/+172 |
* | Unbreak build: gnu sort has been configured to grope inside struct | Marcel Moolenaar | 2008-05-03 | 1 | -0/+3 |
* | Unbreak build: libftpio gropes inside struct __sFILE. Implement | Marcel Moolenaar | 2008-05-03 | 1 | -0/+3 |
* | Axe now-empty __BSD_VISIBLE block that held renameat(). | John Baldwin | 2008-05-02 | 1 | -2/+0 |
* | - Move declaration of renameat() to the existing section of BSD_VISIBLE | John Baldwin | 2008-05-02 | 1 | -6/+6 |
* | Next round of stdio changes: Remove all inlining of stdio operations and | John Baldwin | 2008-05-02 | 1 | -172/+4 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | John Baldwin | 2008-04-17 | 1 | -4/+7 |
* | Specifically mark the members of 'FILE' that are accessed via inline | John Baldwin | 2008-04-17 | 1 | -6/+10 |
* | Add the libc glue and headers definitions for the *at() syscalls. | Konstantin Belousov | 2008-03-31 | 1 | -0/+3 |