History log of /netbsd-src/lib/libc/arch/i386/string/swab.S (Results 1 – 14 of 14)
Revision Date Author Comments
# 0d34bfa2 23-May-2014 uebayasi <uebayasi@NetBSD.org>

Put missing END() markers to set ELF symbol size.


# 51a21598 12-Nov-2007 ad <ad@NetBSD.org>

Don't unconditionally clear the direction flag. The ABI says it must always
be clear when making a function call, and 'cld' takes about 50 clock cyles
on the P4.


# 2310089c 02-Aug-2005 rpaulo <rpaulo@NetBSD.org>

Fix typos found by Giorgos Keramid and Steve Kargl on freebsd-arch mailing
list. They were found on libc x86_64 MD code, but I noticed that they are
present on i386 too.


# 99410184 26-Jul-2003 salo <salo@NetBSD.org>

netbsd.org->NetBSD.org


# 74511f97 23-Aug-1999 kleink <kleink@NetBSD.org>

Use _ALIGN_TEXT from <machine/asm.h>.


# 390695fb 28-Apr-1995 jtc <jtc@NetBSD.org>

$Id: $ -> $NetBSD: $


# 954b7961 28-Apr-1995 jtc <jtc@NetBSD.org>

Winning Strategies has placed this code into the Public Domain


# c95cd47b 12-Mar-1994 jtc <jtc@NetBSD.org>

Use RCSID macro for RCS ID's.


# f28455f7 14-Feb-1994 jtc <jtc@NetBSD.org>

Use "ror $8,%ax" instead of "xchg %al,%ah": equal on a i386, 1 cycle faster
on a i486, and 2 cycles faster on a iPentium.


# e2c220f9 28-Jan-1994 jtc <jtc@NetBSD.org>

Fix spelling error in Copyright notice


# 32d96ccd 25-Nov-1993 jtc <jtc@NetBSD.org>

Remove special case for len == 0 --- It wasn't needed. By dropping the
conditional, the general case (where we are actually swapping bytes) is
a tiny bit faster.


# 79591d04 21-Oct-1993 jtc <jtc@NetBSD.org>

So many files in arch/i386 have been changed I might as well run my
remove unecessary trailing whitespace script.


# 823c3657 21-Oct-1993 jtc <jtc@NetBSD.org>

Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change
th LIBC_RCS, the entire source tree should be updated at once.
Remove && !defined(lint) from conditionals around rcs id's.

Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change
th LIBC_RCS, the entire source tree should be updated at once.
Remove && !defined(lint) from conditionals around rcs id's. No one is
ever going to pass a *.s file through lint.

show more ...


# 0b9f5089 07-Oct-1993 cgd <cgd@NetBSD.org>

make an arch directory in libc, and move all machine dirs into it