Adapt SYS.h to use retguard macros from asm.h, so that generated systemcalls are guarded. Adapt the first few hand-written functions to thismodel (a few remain)ok kettenis mortimer
Use C versions of bcopy(3) and memmove(3) for now as the assembly versionof bcopy(9) doesn't work in its current state.ok deraadt@
Provide an optimized implementation of ffs(3) in libc onaarch64/powerpc/powerpc64, making use of the count leadingzeros instruction. Also add a brief regression test.ok deraadt@ kettenis@
PowerPC64 libc string/net filesInitial attempt to port powerpc code to powerpc64Expects TOC loading in ENTRY(),memmove.S is the powerpc 32 bit, optimization is possible for 64 bitand handle le
PowerPC64 libc string/net filesInitial attempt to port powerpc code to powerpc64Expects TOC loading in ENTRY(),memmove.S is the powerpc 32 bit, optimization is possible for 64 bitand handle len of > 32 bits.
show more ...