NetBSD/sys/lib/libkern/arch/i386
bouyer dc306354b0 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.
1999-01-15 13:31:15 +00:00
..
DEFS.h
Makefile.inc Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
SYS.h Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
bcmp.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
bcopy.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
byte_swap_2.S Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
byte_swap_4.S Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
bzero.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
ffs.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
index.S And index.S... 1998-02-22 07:20:24 +00:00
memchr.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
memcmp.S add memcmp.S 1998-08-04 01:40:57 +00:00
memcpy.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
memmove.S add memmove.S 1998-08-04 01:41:26 +00:00
memset.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
random.S Assign my copyrights to TNF. 1998-08-15 04:42:42 +00:00
rindex.S And rindex.S... 1998-02-22 07:21:32 +00:00
scanc.S Assign copyrights to TNF. 1998-08-15 03:51:30 +00:00
setjmp.S
skpc.S Assign copyrights to TNF. 1998-08-15 03:51:30 +00:00
strcat.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
strchr.S Add these as well. 1998-02-22 07:01:44 +00:00
strcmp.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
strcpy.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
strlen.S Move random.S from arch/i386/i386. 1998-02-22 08:14:56 +00:00
strrchr.S Add these as well. 1998-02-22 07:01:44 +00:00