summaryrefslogtreecommitdiff
path: root/src/lib/libc/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* New POSIX xlocale implementation written from scratch.libressl-v2.6.1schwarze2017-09-0511-96/+396
* delete pointless .Tn ASCII found by jca@ with mandoc -Tlintschwarze2017-09-021-5/+4
* Mention strtok_r in STANDARDSjca2017-08-311-2/+6
* Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy"guenther2017-08-141-3/+12
* void functions don't return 0tb2017-07-051-6/+2
* New strstr() implementation from musl libc by Rich Felker. Thismillert2017-04-121-44/+180
* the referred to EXAMPLES section is now in strncpy(3);jmc2016-11-121-3/+3
* Remove the save_errno dance inside strerror_r(3). It is from thebluhm2016-10-191-5/+3
* Roll back uintptr_t cast changes after discussions with tedu, otto anddtucker2016-10-163-24/+7
* Cast pointers to uintptr_t to avoid potential signedness errors.dtucker2016-10-143-7/+24
* The destination string is declared as "s" but referred to as "dst"millert2016-05-261-5/+5
* Add RETURN VALUES section and .Xr to memmem(3).schwarze2016-05-111-3/+4
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-21/+1
* Phrase allocation failure more clearly. ok deraadt@mmcc2015-12-011-3/+3
* Document that these functions are now in strings.h.daniel2015-11-247-19/+22
* The only thing that was translated into multiple languages in OpenBSDbluhm2015-10-251-23/+1
* Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In oneguenther2015-10-015-11/+5
* __strsignal() is now declared in hidden/signal.hguenther2015-09-121-2/+0
* Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directguenther2015-09-1222-22/+47
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-061-7/+3
* Use new framework for wrapping cat{open,gets,close}(), eliminatingguenther2015-09-051-4/+1
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3142-40/+84
* Remove needless casts. There's no reason to cast delim to char *millert2015-06-191-5/+4
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-154-90/+6
* Update comment to match code; Caspar Schutijserlibressl-v2.1.4millert2015-03-021-2/+2
* Make strlcpy/strlcat slightly easier to read.millert2015-01-154-86/+82
* catch up with swab.c rev. 1.9:schwarze2014-12-121-5/+23
* update swab() to match the current posix definition. "rationale: none."tedu2014-12-111-50/+24
* no more string(3);jmc2014-12-091-3/+2
* In ingo's new world order, we do not want multiple manual pages describingderaadt2014-12-093-247/+3
* Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.schwarze2014-11-301-3/+3
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-308-155/+309
* Since deraadt@ remembers seeing strdup() on one particular 4.2BSD machine,schwarze2014-10-111-4/+11
* obvious malloc -> reallocarray, for mult int oflowderaadt2014-10-081-2/+2
* rephrase the stpcpy() warningnaddy2014-07-091-2/+2
* loosen the spec for timingsafe functions slightly, so as to nottedu2014-06-211-10/+5
* Protect explicit_bzero() from link-time optimizationmatthew2014-06-211-7/+10
* Add timingsafe_memcmp().matthew2014-06-135-33/+152
* mop up ifndef KERNEL goo; ok miodderaadt2014-06-1012-60/+12
* tweak previous;jmc2014-04-191-3/+2
* Use somewhat harsher language and better examples; demonstrate thatderaadt2014-04-194-109/+88
* Add some missing names to the NAME sections.schwarze2014-04-072-6/+8
* remove the never used bm string functionstedu2014-03-233-329/+3
* in HISTORY, say where this actually came from;schwarze2014-02-231-5/+7
* Remove unnecessary stdio.h include.stsp2014-02-051-2/+1
* add explicit_bzero to NAME;jmc2014-01-221-2/+3
* add explicit_bzero to libc. implementation subject to change, but starttedu2014-01-223-4/+37
* fix double word error;jmc2013-12-191-2/+2
* Split out strncpy and strncat from strcpy and strcat manuals.millert2013-12-195-168/+308
* no more regexp(3), so point to regex(3);jmc2013-12-051-3/+3