Age | Commit message (Expand) | Author |
2016-05-26 | The destination string is declared as "s" but referred to as "dst" | Todd C. Miller |
2016-05-11 | Add RETURN VALUES section and .Xr to memmem(3). | Ingo Schwarze |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-12-01 | Phrase allocation failure more clearly. ok deraadt@ | mmcc |
2015-11-24 | Document that these functions are now in strings.h. | Daniel Dickman |
2015-10-25 | The only thing that was translated into multiple languages in OpenBSD | Alexander Bluhm |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |
2015-09-12 | __strsignal() is now declared in hidden/signal.h | Philip Guenther |
2015-09-12 | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct | Philip Guenther |
2015-09-06 | Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signame | Philip Guenther |
2015-09-05 | Use new framework for wrapping cat{open,gets,close}(), eliminating | Philip Guenther |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2015-06-19 | Remove needless casts. There's no reason to cast delim to char * | Todd C. Miller |
2015-05-15 | Make index/rindex weak aliases of strchr/strrchr since they are not | Todd C. Miller |
2015-03-02 | Update comment to match code; Caspar Schutijser | Todd C. Miller |
2015-01-15 | Make strlcpy/strlcat slightly easier to read. | Todd C. Miller |
2014-12-12 | catch up with swab.c rev. 1.9: | Ingo Schwarze |
2014-12-11 | update swab() to match the current posix definition. "rationale: none." | Ted Unangst |
2014-12-09 | no more string(3); | Jason McIntyre |
2014-12-09 | In ingo's new world order, we do not want multiple manual pages describing | Theo de Raadt |
2014-11-30 | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | Ingo Schwarze |
2014-11-30 | restructure libc/string + libc/arch/*/string coperation regarding | Theo de Raadt |
2014-10-11 | Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine, | Ingo Schwarze |
2014-10-08 | obvious malloc -> reallocarray, for mult int oflow | Theo de Raadt |
2014-07-09 | rephrase the stpcpy() warning | Christian Weisgerber |
2014-06-21 | loosen the spec for timingsafe functions slightly, so as to not | Ted Unangst |
2014-06-21 | Protect explicit_bzero() from link-time optimization | Matthew Dempsky |
2014-06-13 | Add timingsafe_memcmp(). | Matthew Dempsky |
2014-06-10 | mop up ifndef KERNEL goo; ok miod | Theo de Raadt |
2014-04-19 | tweak previous; | Jason McIntyre |
2014-04-19 | Use somewhat harsher language and better examples; demonstrate that | Theo de Raadt |
2014-04-07 | Add some missing names to the NAME sections. | Ingo Schwarze |
2014-03-23 | remove the never used bm string functions | Ted Unangst |
2014-02-23 | in HISTORY, say where this actually came from; | Ingo Schwarze |
2014-02-05 | Remove unnecessary stdio.h include. | Stefan Sperling |
2014-01-22 | add explicit_bzero to NAME; | Jason McIntyre |
2014-01-22 | add explicit_bzero to libc. implementation subject to change, but start | Ted Unangst |
2013-12-19 | fix double word error; | Jason McIntyre |
2013-12-19 | Split out strncpy and strncat from strcpy and strcat manuals. | Todd C. Miller |
2013-12-05 | no more regexp(3), so point to regex(3); | Jason McIntyre |
2013-10-14 | Missed the file renames for the string functions when committing the | Philip Guenther |
2013-09-30 | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | Todd C. Miller |
2013-09-25 | Add examples to show why this is a terrible API. OK jmc@ henning@ | Todd C. Miller |
2013-09-25 | According to POSIX, if the src and dst strings overlap, the behavior | Todd C. Miller |
2013-07-17 | more library history | Ingo Schwarze |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-06-04 | remove some incredible lies about overlapping buffers | Theo de Raadt |
2013-06-01 | Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008. | Stefan Sperling |
2013-05-30 | Remove useless include. | Antoine Jacoutot |