NetBSD/sys/lib/libkern/arch/ns32k
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
..
Makefile.inc Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
SYS.h Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
bcmp.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
bcopy.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +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 Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
ffs.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
memchr.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
memcmp.S add memcmp.S memmove.S 1998-08-04 03:35:59 +00:00
memcpy.S bugfix from libc. 1998-05-28 22:07:59 +00:00
memmove.S add memcmp.S memmove.S 1998-08-04 03:35:59 +00:00
memset.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
random.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
strcat.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
strchr.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
strcmp.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
strcpy.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
strlen.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
strncmp.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
strncpy.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00
strrchr.S Prepare assembler source files for -mrtd kernels. 1998-04-03 22:59:28 +00:00