summaryrefslogtreecommitdiff
path: root/lib/libc/arch/i386/string
AgeCommit message (Expand)Author
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notTodd C. Miller
2015-05-14Use STRONG_ALIAS instead of ALTENTRY.Mark Kettenis
2014-12-11we do not need the complexity of an assembly swab function here.Ted Unangst
2014-12-02Noone cares what castle the princess is inTheo de Raadt
2014-12-02sync bcopy/memmove/memcpy implementation with the kernel. ok deraadtTed Unangst
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingTheo de Raadt
2012-09-04remove lint leftovers; ok guenther@Okan Demirmen
2012-01-17Remove assembly version of strlen from i386 and amd64, where it'sMike Belopuhov
2007-05-25"boundries" -> "boundaries" in various comments. Started by Diego Casati.Kenneth R Westerback
2005-08-07zap rcsid, tested there. okay deraadt@Marc Espie
2005-03-25Change wording of APIWARNs to match arch-independent code.Mark Kettenis
2005-03-25Fix APIWARNs.Mark Kettenis
2003-07-24warn about unsafe APIs at link time. Conditional on libc/Makefile definingTheo de Raadt
2003-06-11oopsTheo de Raadt
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-07-08offload the arguments from the stack before performingMichael Shalayeff
2000-12-29don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>Michael Shalayeff
1999-04-25missing parts from last commitTodd C. Miller
1997-07-23tabifykstailey
1996-08-19Fix RCS idsThorsten Lockert
1996-03-25Add support for building lint(1) libraryThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt