summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther2018-01-181-2/+3
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-2911-25/+31
* GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionstb2017-11-282-4/+4
* Use 0xcc trapsleds instead of default/nop/0xcc in BTC alignmentsderaadt2017-08-193-6/+6
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3113-26/+38
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-152-4/+4
* Use STRONG_ALIAS instead of ALTENTRY.kettenis2015-05-142-4/+6
* we do not need the complexity of an assembly swab function here.tedu2014-12-112-69/+2
* Noone cares what castle the princess is inderaadt2014-12-023-5/+3
* sync bcopy/memmove/memcpy implementation with the kernel. ok deraadttedu2014-12-023-161/+46
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-308-91/+207
* remove lint leftovers; ok guenther@okan2012-09-041-3/+1
* Remove assembly version of strlen from i386 and amd64, where it'smikeb2012-01-172-23/+3
* "boundries" -> "boundaries" in various comments. Started by Diego Casati.krw2007-05-252-4/+4
* zap rcsid, tested there. okay deraadt@espie2005-08-0719-96/+19
* Change wording of APIWARNs to match arch-independent code.kettenis2005-03-252-4/+4
* Fix APIWARNs.kettenis2005-03-252-6/+6
* warn about unsafe APIs at link time. Conditional on libc/Makefile definingderaadt2003-07-242-2/+16
* oopsderaadt2003-06-112-12/+2
* ansification; checked by pvalderaadt2003-06-112-2/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* offload the arguments from the stack before performingmickey2002-07-081-9/+7
* don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>mickey2000-12-291-8/+6
* missing parts from last commitmillert1999-04-251-2/+2
* tabifykstailey1997-07-231-3/+3
* Fix RCS idstholo1996-08-1920-16/+51
* Add support for building lint(1) librarytholo1996-03-251-0/+2
* initial import of NetBSD treederaadt1995-10-1820-0/+836