History log of /netbsd-current/common/lib/libc/arch/x86_64/string/ffs.S
Revision Date Author Comments
# 1.5 22-Mar-2014 jakllsch

For all x86_64 string assembly functions that don't overlap (i.e. every
one except memset and bzero) use END() so that symbol size information
is available.


# 1.4 20-Jul-2009 christos

branches: 1.4.6; 1.4.12;
Put back dsl's string changes, but fix memchr.S to use cmp so that the
condition code is set (and fix the comments 0x10->0x01). From Anon Ymous
We need a test for memchr(x, -1)...


# 1.3 19-Jul-2009 christos

revert changes that made new kernels hang in ACPI detection


# 1.2 18-Jul-2009 dsl

Remove a pointless _ALIGN_TEXT.
XXX ffs() ought to be a gcc inline asm.


# 1.1 20-Dec-2005 christos

branches: 1.1.36;
Merge libkern + libc common files. As requested by core.


# 1.1.36.1 23-Jul-2009 jym

Sync with HEAD.


# 1.4.12.1 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.4.6.1 22-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")