NetBSD/sys/arch/sparc64
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
..
compile
conf Add -Wpointer-arith warning since `void *' arithmetic is not ANSI C. 1999-01-08 19:26:12 +00:00
dev Need to put IGN in SBUS slot interrupt vectors as well. (From Kapil Chowksey) 1999-01-10 23:32:57 +00:00
fpu these are fpu_xitof & fpu_ftoxi in the code... 1998-11-24 12:48:14 +00:00
include Move the bswap functions from libutil to libc (this bups the 1999-01-15 13:31:15 +00:00
sparc64 Finally fixed 64-bit signal trampoline. 1999-01-11 06:43:51 +00:00
stand move sparc{,64} installboot.8 back to src/share, to avoid splitting sources for users who dont get everything. 1998-12-22 02:34:09 +00:00
Makefile Fix more syscall32 and signal breakage. 1998-10-08 02:31:39 +00:00