| Commit message (Expand) | Author | Age | Files | Lines |
| * | Follow up on r331936. gets_s(3) will also fail in the same way that | Cy Schubert | 2018-10-28 | 1 | -0/+2 |
| * | MFC r333895, r334022 | Cy Schubert | 2018-06-18 | 1 | -1/+1 |
| * | MFC r334031: | Konstantin Belousov | 2018-06-05 | 2 | -1/+28 |
| * | MFC r331936, r331942, r331943, r331945, r331947, r331948 | Cy Schubert | 2018-04-18 | 4 | -5/+135 |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 115 | -236/+6 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 115 | -6/+236 |
| * | MFC r329848: | Pedro F. Giffuni | 2018-02-28 | 1 | -2/+2 |
| * | MFC r327099: | Eitan Adler | 2018-01-15 | 1 | -1/+1 |
| * | MFC r325030: | Cy Schubert | 2017-11-04 | 1 | -1/+0 |
| * | MFC r318705,r318711: | Enji Cooper | 2017-07-18 | 2 | -9/+14 |
| * | MFC r320472,r320508,r320509: | Konstantin Belousov | 2017-07-13 | 38 | -139/+186 |
| * | 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 |