summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64/string (follow)
Commit message (Expand)AuthorAgeFilesLines
* In asm.h ensure NENTRY uses the old-school nop-sled align, but change standardderaadt2018-07-101-1/+1
* Add retguard macros for libc.mortimer2018-07-0310-10/+33
* 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-292-4/+8
* "the the" -> "the" in commentmmcc2015-12-111-2/+2
* Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in theguenther2015-11-1410-15/+15
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3110-26/+26
* Sprinkle END() in some straightforward *.S files that have ENTRY(). Theuebayasi2015-05-2910-5/+17
* Make index/rindex weak aliases of strchr/strrchr since they are notmillert2015-05-152-4/+4
* Import new amd64 assembly versions of strchr/index, strrchr/rindex,reyk2014-12-095-95/+442
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-309-5/+359
* One of these optimized stubs creates some incredibly subtle damage,deraadt2014-11-2012-391/+4
* Add amd64 assembler versions of some standard functions to libc. Thereyk2014-11-2012-4/+391
* remove lint leftovers; ok guenther@okan2012-09-041-3/+1
* Remove assembly version of strlen from i386 and amd64, where it'smikeb2012-01-171-18/+0
* Reimplement mutexes, condvars, and rwlocks to eliminate bugs,guenther2012-01-171-3/+3
* fix some lint 'xxx used, but not defined' warnings by properly addingotto2007-05-151-1/+3
* things for amd64; from art@mickey2004-01-283-0/+42