OpenGrok
Cross Reference: bswap.h
xref
: /
src
/
sys
/
arch
/
vax
/
include
/
bswap.h
Home
|
History
|
Annotate
|
Download
|
only in
include
History log of
/src/sys/arch/vax/include/bswap.h
Revision
Date
Author
Comments
1.4
31-Jan-2006
dsl
Change sys/arch/xxx/include/bswap.h to #include machine/byte_swap.h then
sys/bswap.h in order to pick up the MD inline routines and the constant
folding definitions in the right order.
Code can include either sys/bswap.h or machine/bswap.h with the same effect.
1.3
27-May-2000
ragge
branches: 1.3.42; 1.3.54;
Use machine instead of vax in include path.
1.2
21-Aug-1999
simonb
branches: 1.2.2; 1.2.10;
Include <sys/bswap.h> for function prototypes. i386, pc532 and vax
still include <machine/byte_swap.h> and define macros for some of
the bswap*() functions.
1.1
15-Jan-1999
bouyer
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.
1.2.10.1
22-Jun-2000
minoura
Sync w/ netbsd-1-5-base.
1.2.2.1
20-Nov-2000
bouyer
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
1.3.54.1
01-Feb-2006
yamt
sync with head.
1.3.42.1
21-Jun-2006
yamt
sync with head.
Indexes created Sat Oct 18 17:09:52 GMT 2025