| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r315162: | Pedro F. Giffuni | 2017-04-07 | 3 | -4/+4 |
| * | MFC r305413 | Andrey A. Chernov | 2016-09-08 | 1 | -4/+10 |
| * | MFC r305406,r305409,r305412 | Andrey A. Chernov | 2016-09-08 | 1 | -9/+25 |
| * | MFC r305241 | Andrey A. Chernov | 2016-09-05 | 1 | -1/+11 |
| * | MFC r305219 | Andrey A. Chernov | 2016-09-04 | 1 | -5/+8 |
| * | MFC r304607,r304641,r304819,r304811 | Andrey A. Chernov | 2016-08-27 | 4 | -28/+15 |
| * | MFC r304810 | Andrey A. Chernov | 2016-08-27 | 3 | -2/+14 |
| * | MFC r302824 | Andrey A. Chernov | 2016-08-17 | 1 | -3/+3 |
| * | Fix regression from r301461. | Pedro F. Giffuni | 2016-06-10 | 1 | -3/+3 |
| * | libc: Actually export fopencookie(3) | Conrad Meyer | 2016-05-12 | 1 | -0/+1 |
| * | libc: Add fopencookie(3) wrapper around funopen(3) | Conrad Meyer | 2016-05-11 | 4 | -3/+329 |
| * | libc: spelling fixes. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
| * | freopen(3): prevent uninitialized errno. | Pedro F. Giffuni | 2016-03-30 | 1 | -1/+0 |
| * | freopen(3): prevent uninitialized errno. | Pedro F. Giffuni | 2016-03-30 | 1 | -2/+2 |
| * | freopen(3): prevent uninitialized errno. | Pedro F. Giffuni | 2016-03-30 | 1 | -1/+2 |
| * | Fix bunch of .Xrs. | Edward Tomasz Napierala | 2016-03-28 | 1 | -2/+2 |
| * | fputs: Return the number of bytes written. | Pedro F. Giffuni | 2016-02-15 | 1 | -1/+1 |
| * | getln: We cannot expand the buffer beyond INT_MAX. | Pedro F. Giffuni | 2016-02-15 | 2 | -2/+12 |
| * | fputs: Return the number of bytes written. | Pedro F. Giffuni | 2016-02-15 | 1 | -0/+3 |
| * | Use __alignof__ instead of assuming int64_t to get the right | Warner Losh | 2015-12-30 | 1 | -10/+1 |
| * | The FILE structure has a mbstate_t in it. This structure needs to be | Warner Losh | 2015-12-27 | 1 | -2/+14 |
| * | Use stdint.h instead of inttypes.h as the latter pollutes namespace more | Enji Cooper | 2015-12-09 | 2 | -4/+4 |
| * | Fix compilation when -DDEBUG is defined by adding inttypes.h #include | Enji Cooper | 2015-12-08 | 2 | -0/+6 |
| * | Link fclose(3) to fdclose(3) | Enji Cooper | 2015-11-25 | 1 | -1/+1 |
| * | markup fixes | Dag-Erling Smørgrav | 2015-11-23 | 1 | -3/+9 |
| * | 1) Remove my overcomplicated error fallback and just return error | Andrey A. Chernov | 2015-11-12 | 1 | -11/+3 |
| * | Reorganize code to elimitate one _sseek() call for append modes. | Andrey A. Chernov | 2015-11-08 | 1 | -21/+14 |
| * | Microoptimize. | Andrey A. Chernov | 2015-11-01 | 1 | -4/+3 |
| * | Addition to prev. commit. | Andrey A. Chernov | 2015-11-01 | 1 | -4/+6 |
| * | Don't seek to the end if write buffer is empty (in append modes). | Andrey A. Chernov | 2015-11-01 | 1 | -11/+12 |
| * | Add _flags2 per jhb@ suggestion since no room left in _flags. | Andrey A. Chernov | 2015-10-28 | 6 | -10/+7 |
| * | According to POSIX, a write operation shall start at the current size of | Andrey A. Chernov | 2015-10-25 | 1 | -0/+3 |
| * | Since no room left in the _flags, reuse __SALC for O_APPEND. | Andrey A. Chernov | 2015-10-24 | 5 | -19/+31 |
| * | Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. | Craig Rodrigues | 2015-09-20 | 3 | -8/+6 |
| * | Remove names from some prototypes | Craig Rodrigues | 2015-09-20 | 1 | -1/+1 |
| * | Remove names from some prototypes | Craig Rodrigues | 2015-09-20 | 1 | -2/+2 |
| * | Add declarations to eliminate -Wmissing-prototypes warnings | Craig Rodrigues | 2015-09-20 | 3 | -0/+6 |
| * | Switch libc from using _sig{procmask,action,suspend} symbols, which | Konstantin Belousov | 2015-08-29 | 1 | -3/+4 |
| * | Fix a couple of markup typos. | John Baldwin | 2015-08-02 | 1 | -3/+3 |
| * | Add fdclose(3) function. | Mariusz Zaborski | 2015-07-04 | 3 | -27/+134 |
| * | Reassign copyright statements on several files from Advanced | John Baldwin | 2015-04-23 | 3 | -3/+3 |
| * | Support file verification in MAC. | Craig Rodrigues | 2015-04-22 | 1 | -0/+4 |
| * | libc: clean some set-but-not-used errors. | Pedro F. Giffuni | 2015-02-18 | 1 | -3/+0 |
| * | In r268924 __fflush was modified so that when write(2) was not successful, | Xin LI | 2014-12-10 | 1 | -4/+6 |
| * | Fix prototypes. | Kevin Lo | 2014-10-28 | 1 | -3/+3 |
| * | Fix the example: free the memory that was allocated by getline(). | Nick Hibma | 2014-07-31 | 1 | -0/+1 |
| * | In the "Too many open files" edge cases don't try to preserve old | Andrey A. Chernov | 2014-07-26 | 1 | -0/+8 |
| * | Avoid possible cast degradation. | Pedro F. Giffuni | 2014-07-22 | 2 | -2/+2 |
| * | For "a"-mode files and rewind/fseek + fwrite combination return meaningful | Andrey A. Chernov | 2014-07-22 | 1 | -0/+18 |
| * | Back the whole change out until I figure out how to obtain O_APPEND, | Andrey A. Chernov | 2014-07-22 | 1 | -6/+0 |