History log of /netbsd-src/lib/libc/arch/vax/gen/byte_swap_2.S (Results 1 – 4 of 4)
Revision Date Author Comments
# 787e823f 25-Jan-2011 matt <matt@NetBSD.org>

Move IDs into .ident
Use END(x)
Remove a.out support
Make CERROR hidden


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 0ce5ca14 24-Feb-2002 matt <matt@NetBSD.org>

Change to use a register prefix.


# dc306354 15-Jan-1999 bouyer <bouyer@NetBSD.org>

Move the bswap functions from libutil to libc (this bups the
minor of libc and the major of libutil). For little-endian architectures
merge the bnswap() assembly versions with nto* and hton* using sy

Move the bswap functions from libutil to libc (this bups the
minor of libc and the major of libutil). For little-endian architectures
merge the bnswap() assembly versions with nto* and hton* using symbols
aliasing. Use symbol renaming for the bswap function in this case to avoid
namespace pollution.
Declare bswap* in machine/bswap.h, not machine/endian.h. For little-endian
machines, common code for inline macros go in machine/byte_swap.h
Sync libkern with libc.
Adjust #include in kernel sources for machine/bswap.h.

show more ...