| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r294597: | Warren Block | 2016-02-06 | 1 | -1/+6 |
| * | MFC r293856: | Brooks Davis | 2016-01-20 | 1 | -1/+1 |
| * | MFC r293855: | Brooks Davis | 2016-01-20 | 1 | -1/+1 |
| * | MFC: r266671, r266725: | Allan Jude | 2015-04-16 | 3 | -98/+38 |
| * | MFC r266865; | Pedro F. Giffuni | 2014-06-14 | 1 | -2/+2 |
| * | MFC r262890: | Eitan Adler | 2014-03-10 | 2 | -6/+0 |
| * | libc: Always use our own copy of sys_errlist and sys_nerr (.so only). | Jilles Tjoelker | 2013-08-31 | 1 | -3/+5 |
| * | Renumber clauses to reduce diffs to other versions | Ed Maste | 2013-05-28 | 73 | -73/+73 |
| * | Create a symlink from strchrnul.3 to strchr.3. | Niclas Zeising | 2013-03-06 | 1 | -1/+2 |
| * | Add strchrnul(), a GNU function similar to strchr(), except that it returns | Niclas Zeising | 2013-02-13 | 4 | -5/+81 |
| * | clarify the wording for 'first' and 'last' | Eitan Adler | 2012-09-30 | 1 | -5/+4 |
| * | strsignal(): Reindent. | Jilles Tjoelker | 2012-09-19 | 1 | -18/+18 |
| * | strsignal(): Do not append signal numbers to messages for known signals. | Jilles Tjoelker | 2012-09-19 | 1 | -1/+1 |
| * | Correct BUGS description of static buffer use | Ed Maste | 2012-07-27 | 1 | -3/+3 |
| * | Add the functions documented in the man pages in commit 237393 to the | Isabell Long | 2012-06-21 | 1 | -2/+7 |
| * | Add more locale-specific functions to the relevant man pages: | Isabell Long | 2012-06-21 | 4 | -7/+54 |
| * | General mdoc(7) and typo fixes. | Glen Barber | 2012-05-11 | 1 | -1/+1 |
| * | Remove trailing whitespace per mdoc lint warning | Eitan Adler | 2012-03-29 | 1 | -1/+1 |
| * | Fix indentation. | Konstantin Belousov | 2012-03-14 | 1 | -1/+1 |
| * | POSIX mandates that swab do nothing when len < 0 | Eitan Adler | 2012-03-04 | 2 | -1/+6 |
| * | Add err(3) to strerror(3) SEE ALSO section | Eitan Adler | 2012-02-16 | 1 | -0/+1 |
| * | Change index() and rindex() to a weak alias. | Ed Schouten | 2012-01-05 | 2 | -2/+2 |
| * | Merge index() and strchr() together. | Ed Schouten | 2012-01-03 | 5 | -129/+105 |
| * | Revert r227812 and r227808 per discussion | Eitan Adler | 2011-12-02 | 4 | -30/+18 |
| * | - fix some style(9) nits with my last commit | Eitan Adler | 2011-11-22 | 2 | -3/+5 |
| * | - add check for pointer equality prior to performing the O(n) pass | Eitan Adler | 2011-11-22 | 4 | -18/+28 |
| * | (Hopefully) Fix the build with clang by removing a typedef that's no longer n... | David Chisnall | 2011-11-21 | 1 | -2/+0 |
| * | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | David Chisnall | 2011-11-20 | 8 | -29/+140 |
| * | Fix prototype for ffsll(3) and fls(3). | Xin LI | 2011-05-03 | 1 | -2/+2 |
| * | Allow strerror(0) and strerror_r(0, ...). | Jilles Tjoelker | 2011-04-05 | 2 | -2/+5 |
| * | index(3): Mention that index/rindex are deprecated and not specified by | Jilles Tjoelker | 2011-03-20 | 1 | -1/+14 |
| * | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | Warner Losh | 2010-08-24 | 1 | -4/+2 |
| * | MFtbemd: | Warner Losh | 2010-08-23 | 1 | -3/+3 |
| * | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | Ulrich Spörlein | 2010-05-13 | 2 | -27/+27 |
| * | Correct bugs fixed but not merged from my own tree. | Xin LI | 2010-03-13 | 1 | -2/+3 |
| * | Follow up commit to reindent the code. | Xin LI | 2010-03-12 | 1 | -13/+13 |
| * | Two optimizations to MI strlen(3) inspired by David S. Miller's | Xin LI | 2010-03-12 | 1 | -12/+31 |
| * | Mark up "unsigned char". | Ruslan Ermilov | 2010-02-04 | 4 | -4/+11 |
| * | Implement strndup(3) using strnlen(3). | Ed Schouten | 2010-02-02 | 1 | -3/+1 |
| * | Make strsignal(3) thread-safe. | Hajimu UMEMOTO | 2010-01-24 | 1 | -4/+48 |
| * | Add a missing word to a sentence in the return values section. | Tom Rhodes | 2009-12-04 | 1 | -1/+1 |
| * | Add an .Nm for strncat. | Christian Brueffer | 2009-12-01 | 1 | -2/+3 |
| * | Correct the information about when the respective functionality first | Christian Brueffer | 2009-04-23 | 1 | -1/+1 |
| * | There is no way for strmode(3) to append '+' if the file has ACL, | Edward Tomasz Napierala | 2009-04-14 | 2 | -4/+2 |
| * | Add wide character variants of string manipulations routines to 'SEE ALSO'. | Edward Tomasz Napierala | 2009-04-07 | 16 | -16/+33 |
| * | 7.2 will be the first release where strndup() appears. | Konstantin Belousov | 2009-03-22 | 1 | -1/+1 |
| * | Add wcpcpy(3) and wcpncpy(3). | David Schultz | 2009-03-04 | 5 | -3/+108 |
| * | Add restrict qualifiers. | David Schultz | 2009-02-28 | 1 | -1/+1 |
| * | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | David Schultz | 2009-02-28 | 10 | -21/+312 |
| * | Add restrict qualifiers to the parameters to strlcpy() and strlcat(). | David Schultz | 2009-02-28 | 3 | -4/+4 |