summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64/string
AgeCommit message (Expand)AuthorFilesLines
2018-07-10In asm.h ensure NENTRY uses the old-school nop-sled align, but change standardderaadt1-1/+1
2018-07-03Add retguard macros for libc.mortimer10-10/+33
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)"guenther2-4/+8
2015-12-11"the the" -> "the" in commentmmcc1-2/+2
2015-11-14Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in theguenther10-15/+15
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingguenther10-26/+26
2015-05-29Sprinkle END() in some straightforward *.S files that have ENTRY(). Theuebayasi10-5/+17
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notmillert2-4/+4
2014-12-09Import new amd64 assembly versions of strchr/index, strrchr/rindex,reyk5-95/+442
2014-11-30restructure libc/string + libc/arch/*/string coperation regardingderaadt9-5/+359
2014-11-20One of these optimized stubs creates some incredibly subtle damage,deraadt12-391/+4
2014-11-20Add amd64 assembler versions of some standard functions to libc. Thereyk12-4/+391
2012-09-04remove lint leftovers; ok guenther@okan1-3/+1
2012-01-17Remove assembly version of strlen from i386 and amd64, where it'smikeb1-18/+0
2012-01-17Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther1-3/+3
2007-05-15fix some lint 'xxx used, but not defined' warnings by properly addingotto1-1/+3
2004-01-28things for amd64; from art@mickey3-0/+42