summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64/string/memset.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add retguard macros for libc.mortimer2018-07-031-0/+2
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-291-1/+1
* Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in theguenther2015-11-141-1/+1
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-2/+2
* Sprinkle END() in some straightforward *.S files that have ENTRY(). Theuebayasi2015-05-291-0/+1
* restructure libc/string + libc/arch/*/string coperation regardingderaadt2014-11-301-0/+55
* One of these optimized stubs creates some incredibly subtle damage,deraadt2014-11-201-54/+0
* Add amd64 assembler versions of some standard functions to libc. Thereyk2014-11-201-0/+54