| Commit message (Expand) | Author | Age | Files | Lines |
* | Make index/rindex weak aliases of strchr/strrchr since they are not | millert | 2015-05-15 | 4 | -90/+6 |
* | Update comment to match code; Caspar Schutijserlibressl-v2.1.4 | millert | 2015-03-02 | 1 | -2/+2 |
* | Make strlcpy/strlcat slightly easier to read. | millert | 2015-01-15 | 4 | -86/+82 |
* | catch up with swab.c rev. 1.9: | schwarze | 2014-12-12 | 1 | -5/+23 |
* | update swab() to match the current posix definition. "rationale: none." | tedu | 2014-12-11 | 1 | -50/+24 |
* | no more string(3); | jmc | 2014-12-09 | 1 | -3/+2 |
* | In ingo's new world order, we do not want multiple manual pages describing | deraadt | 2014-12-09 | 3 | -247/+3 |
* | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | schwarze | 2014-11-30 | 1 | -3/+3 |
* | restructure libc/string + libc/arch/*/string coperation regarding | deraadt | 2014-11-30 | 8 | -155/+309 |
* | Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine, | schwarze | 2014-10-11 | 1 | -4/+11 |
* | obvious malloc -> reallocarray, for mult int oflow | deraadt | 2014-10-08 | 1 | -2/+2 |
* | rephrase the stpcpy() warning | naddy | 2014-07-09 | 1 | -2/+2 |
* | loosen the spec for timingsafe functions slightly, so as to not | tedu | 2014-06-21 | 1 | -10/+5 |
* | Protect explicit_bzero() from link-time optimization | matthew | 2014-06-21 | 1 | -7/+10 |
* | Add timingsafe_memcmp(). | matthew | 2014-06-13 | 5 | -33/+152 |
* | mop up ifndef KERNEL goo; ok miod | deraadt | 2014-06-10 | 12 | -60/+12 |
* | tweak previous; | jmc | 2014-04-19 | 1 | -3/+2 |
* | Use somewhat harsher language and better examples; demonstrate that | deraadt | 2014-04-19 | 4 | -109/+88 |
* | Add some missing names to the NAME sections. | schwarze | 2014-04-07 | 2 | -6/+8 |
* | remove the never used bm string functions | tedu | 2014-03-23 | 3 | -329/+3 |
* | in HISTORY, say where this actually came from; | schwarze | 2014-02-23 | 1 | -5/+7 |
* | Remove unnecessary stdio.h include. | stsp | 2014-02-05 | 1 | -2/+1 |
* | add explicit_bzero to NAME; | jmc | 2014-01-22 | 1 | -2/+3 |
* | add explicit_bzero to libc. implementation subject to change, but start | tedu | 2014-01-22 | 3 | -4/+37 |
* | fix double word error; | jmc | 2013-12-19 | 1 | -2/+2 |
* | Split out strncpy and strncat from strcpy and strcat manuals. | millert | 2013-12-19 | 5 | -168/+308 |
* | no more regexp(3), so point to regex(3); | jmc | 2013-12-05 | 1 | -3/+3 |
* | Missed the file renames for the string functions when committing the | guenther | 2013-10-14 | 1 | -1/+25 |
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | millert | 2013-09-30 | 1 | -4/+4 |
* | Add examples to show why this is a terrible API. OK jmc@ henning@ | millert | 2013-09-25 | 1 | -1/+60 |
* | According to POSIX, if the src and dst strings overlap, the behavior | millert | 2013-09-25 | 6 | -12/+48 |
* | more library history | schwarze | 2013-07-17 | 4 | -15/+22 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | schwarze | 2013-07-16 | 4 | -12/+12 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 52 | -157/+157 |
* | remove some incredible lies about overlapping buffers | deraadt | 2013-06-04 | 2 | -22/+10 |
* | Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008. | stsp | 2013-06-01 | 1 | -2/+2 |
* | Remove useless include. | ajacoutot | 2013-05-30 | 1 | -2/+1 |
* | typo: compare len against null needle, not haystack | ajacoutot | 2013-05-15 | 1 | -2/+2 |
* | Add an implementation of memmem() -- from FreeBSD with some tweaks. | ajacoutot | 2013-05-13 | 3 | -4/+145 |
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | okan | 2012-08-02 | 1 | -21/+1 |
* | fix an off-by-one error where the return value would point to the | naddy | 2012-07-11 | 1 | -2/+2 |
* | Add strnlen() to libkern. | matthew | 2012-04-26 | 1 | -1/+5 |
* | tweak previous; | jmc | 2012-04-03 | 1 | -3/+3 |
* | simplify the strlcpy/strlcat manual page substantially. do less | deraadt | 2012-04-02 | 1 | -70/+58 |
* | Bump standards years, as we conform to the new versions too | guenther | 2012-03-26 | 1 | -4/+4 |
* | strsignal() was standardized in POSIX-2008 | guenther | 2012-03-26 | 1 | -2/+7 |
* | fix SEE ALSO; | jmc | 2012-01-17 | 1 | -2/+2 |
* | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. | guenther | 2012-01-17 | 4 | -3/+222 |
* | grammar; | jmc | 2012-01-14 | 1 | -2/+2 |
* | this is sparta^WPOSIX 2008 | espie | 2012-01-14 | 1 | -2/+7 |