tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libc
/
arch
/
amd64
/
string
/
at
jcs
11 files
Makefile.inc
Import new amd64 assembly versions of strchr/index, strrchr/rindex, and strlen that provide a significantly faster performance than our previous .c or .S implementations. Based on NetBSD's code.
11 years ago
bcmp.S
Add ENTRY_NB() macro for doing an ASM function entry without setting the binding to global (NB == "no binding"), as clang 13 is now warning about changing the binding from global to weak.
4 years ago
bzero.S
Add ENTRY_NB() macro for doing an ASM function entry without setting the binding to global (NB == "no binding"), as clang 13 is now warning about changing the binding from global to weak.
4 years ago
ffs.S
Add retguard macros for libc. ok deraadt
7 years ago
memchr.S
Add retguard macros for libc. ok deraadt
7 years ago
memmove.S
memmove() entry point is declared with NENTRY() and isn't consecutive with an ENTRY(), so it needs its own endbr64 for IBT
2 years ago
memset.S
Add retguard macros for libc. ok deraadt
7 years ago
strchr.S
Add retguard macros for libc. ok deraadt
7 years ago
strcmp.S
Add retguard macros for libc. ok deraadt
7 years ago
strlen.S
spelling
4 years ago
strrchr.S
Add retguard macros for libc. ok deraadt
7 years ago