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