summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/string
AgeCommit message (Expand)AuthorFilesLines
2018-01-18Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther1-2/+3
2017-11-29clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther11-25/+31
2017-11-28GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionstb2-4/+4
2017-08-19Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignmentsderaadt3-6/+6
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingguenther13-26/+38
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notmillert2-4/+4
2015-05-14Use STRONG_ALIAS instead of ALTENTRY.kettenis2-4/+6
2014-12-11we do not need the complexity of an assembly swab function here.tedu2-69/+2
2014-12-02Noone cares what castle the princess is inderaadt3-5/+3
2014-12-02sync bcopy/memmove/memcpy implementation with the kernel. ok deraadttedu3-161/+46
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingderaadt8-91/+207
2012-09-04remove lint leftovers; ok guenther@okan1-3/+1
2012-01-17Remove assembly version of strlen from i386 and amd64, where it'smikeb2-23/+3
2007-05-25"boundries" -> "boundaries" in various comments. Started by Diego Casati.krw2-4/+4
2005-08-07zap rcsid, tested there. okay deraadt@espie19-96/+19
2005-03-25Change wording of APIWARNs to match arch-independent code.kettenis2-4/+4
2005-03-25Fix APIWARNs.kettenis2-6/+6
2003-07-24warn about unsafe APIs at link time. Conditional on libc/Makefile definingderaadt2-2/+16
2003-06-11oopsderaadt2-12/+2
2003-06-11ansification; checked by pvalderaadt2-2/+12
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-7/+3
2002-07-08offload the arguments from the stack before performingmickey1-9/+7
2000-12-29don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>mickey1-8/+6
1999-04-25missing parts from last commitmillert1-2/+2
1997-07-23tabifykstailey1-3/+3
1996-08-19Fix RCS idstholo20-16/+51
1996-03-25Add support for building lint(1) librarytholo1-0/+2
1995-10-18initial import of NetBSD treederaadt20-0/+836