| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix regression in pw(8) when creating numeric users or groups. | Xin LI | 2015-09-16 | 1 | -3/+4 |
| * | MFC 281887: | John Baldwin | 2015-06-02 | 3 | -3/+3 |
| * | MFC discussed with: jilles, -developers | Enji Cooper | 2015-01-11 | 2 | -8/+18 |
| * | MFC r275665: | Xin LI | 2014-12-10 | 1 | -4/+6 |
| * | MFC r273760: | Kevin Lo | 2014-11-24 | 1 | -3/+3 |
| * | MFC r268924: | Pedro F. Giffuni | 2014-08-16 | 1 | -9/+16 |
| * | MFC: r269116 | Andrey A. Chernov | 2014-08-06 | 1 | -0/+8 |
| * | MFC: r268997 | Andrey A. Chernov | 2014-08-06 | 1 | -0/+18 |
| * | MFC r268926, r268930, r268983: | Pedro F. Giffuni | 2014-08-03 | 5 | -7/+13 |
| * | MFC r268985, r269001: | Pedro F. Giffuni | 2014-07-25 | 4 | -5/+5 |
| * | MFC r268928: | Pedro F. Giffuni | 2014-07-23 | 1 | -1/+1 |
| * | MFC r262890: | Eitan Adler | 2014-03-10 | 1 | -2/+0 |
| * | libc/stdio: Allow fopen/freopen modes in any order (except initial r/w/a). | Jilles Tjoelker | 2013-09-06 | 1 | -27/+28 |
| * | libc: Always use our own copy of sys_errlist and sys_nerr (.so only). | Jilles Tjoelker | 2013-08-31 | 1 | -1/+2 |
| * | Add mkostemp() and mkostemps(). | Jilles Tjoelker | 2013-08-09 | 4 | -21/+106 |
| * | Typo corrected. | Jens Schweikhardt | 2013-07-12 | 1 | -1/+1 |
| * | mktemp(3): Add standards section. Prefer standard header. | Jilles Tjoelker | 2013-07-05 | 1 | -4/+29 |
| * | Convert libc/stdio from K&R to ANSI C | Ed Maste | 2013-04-23 | 34 | -151/+53 |
| * | Renumber clauses to reduce diffs to other versions | Ed Maste | 2013-04-23 | 70 | -70/+70 |
| * | Spelling correction | Ed Maste | 2013-04-11 | 1 | -1/+1 |
| * | Remove unused atomic header | Ed Maste | 2013-04-11 | 1 | -1/+0 |
| * | mdoc: add missing El. | Joel Dahl | 2013-02-27 | 1 | -0/+1 |
| * | Add an implementation of open_memstream() and open_wmemstream(). These | John Baldwin | 2013-02-27 | 5 | -1/+639 |
| * | setbuf(3): Restore a BUGS section about setbuf(). | Jilles Tjoelker | 2013-02-18 | 1 | -1/+4 |
| * | setbuf(3): Remove bugs section about ancient versions of BSD. | Jilles Tjoelker | 2013-02-15 | 1 | -17/+1 |
| * | mdoc: Remove EOL whitespace. | Joel Dahl | 2013-02-09 | 1 | -1/+1 |
| * | - Fix more style(9)-related issues (copyright header, spaces after function | Pietro Cerutti | 2013-02-01 | 1 | -56/+55 |
| * | - Remove underscores from the internal structure name, as it doesn't collide | Pietro Cerutti | 2013-01-31 | 2 | -32/+118 |
| * | Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along | Pietro Cerutti | 2013-01-30 | 4 | -7/+224 |
| * | The getline function returns the number of characters read, not | Eitan Adler | 2012-12-01 | 1 | -2/+2 |
| * | libc: Allow setting close-on-exec in fopen/freopen/fdopen. | Jilles Tjoelker | 2012-11-30 | 4 | -2/+33 |
| * | Clarify that the ' flag is an apostrophe. | Greg Lehey | 2012-11-08 | 1 | -1/+1 |
| * | fopen(3): Mention that the "x" mode option is from C11. | Jilles Tjoelker | 2012-11-01 | 1 | -1/+5 |
| * | Correct double "the the" | Eitan Adler | 2012-09-14 | 1 | -1/+1 |
| * | The register_printf_render_std() function expects regular string. | Pawel Jakub Dawidek | 2012-07-04 | 1 | -1/+1 |
| * | Only set _w to 0 when the file stream is not currently reading. Without | Eitan Adler | 2012-05-30 | 1 | -1/+1 |
| * | Add two new locale-specific man pages: | Isabell Long | 2012-05-23 | 3 | -1/+157 |
| * | Minor mdoc nits. | Joel Dahl | 2012-05-12 | 2 | -4/+4 |
| * | Remove reference to non-existent FreeBSD Security Architecture | Eitan Adler | 2012-05-09 | 1 | -3/+1 |
| * | Remove incorrect __restrict qualifier on several pointers | Jean-Sébastien Pédron | 2012-04-30 | 2 | -9/+9 |
| * | Fix a bug in *wscanf's handling of non-wide %s, %c, and %[ | David Schultz | 2012-04-30 | 1 | -44/+9 |
| * | Previously, vfscanf()'s wide character processing functions were | David Schultz | 2012-04-29 | 3 | -149/+82 |
| * | Fix small documentation mistakes. | Jeremie Le Hen | 2012-04-28 | 1 | -1/+1 |
| * | Import stdbuf(1) and the shared library it relies on. | Jeremie Le Hen | 2012-04-28 | 1 | -0/+4 |
| * | Take the spinlock around clearing of the fp->_flags in fclose(3), which | Konstantin Belousov | 2012-04-24 | 2 | -9/+21 |
| * | Bugfix: Include whitespace characters in the count of the number of | David Schultz | 2012-04-22 | 1 | -1/+1 |
| * | Bugfix: Correctly count the number of characters read for %l[ conversions. | David Schultz | 2012-04-22 | 1 | -7/+4 |
| * | Bugfix: %n doesn't count as a conversion, so | David Schultz | 2012-04-22 | 2 | -2/+0 |
| * | Refactor scanf to improve modularity. Conversions are now performed | David Schultz | 2012-04-22 | 2 | -668/+843 |
| * | As noted by Peter Jeremy, r234528 only partially fixed the infinite | David Schultz | 2012-04-21 | 1 | -1/+1 |