index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mvme88k
/
include
/
endian.h
Age
Commit message (
Expand
)
Author
2004-04-26
Fix RCSID
Miod Vallat
2004-04-26
Start factorizing luna88k and mvme88k common parts.
Miod Vallat
2003-06-03
terms 3 & 4 cleanup based on "terms" file
Theo de Raadt
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
2001-03-02
add #define __STRICT_ALIGNMENT
Jason Wright
2001-01-14
Complete move to UVM virtual memory system. More header fixes.
Steve Murphree
1999-05-10
Use symbolic define for BYTE_ORDER.
Marc Espie
1997-11-09
New endian.h design. All architectures now use a common file for the bulk
Niklas Hallqvist
1997-06-25
Include usage notes in the rest of the endian.h files for consistancy.
grr
1997-06-25
Big endian HTON?() macros should be (void)(x).
Jason Downs
1997-04-04
Define in_addr_t and in_port_t everywhere but use u_intXX_t for
Todd C. Miller
1997-03-03
Cleanup after import. This also seems to bring up the current version.
Dale S. Rahn
1997-03-03
This is a remove to get rid of the old mvme88k port which was incomplete
Dale S. Rahn
1996-11-25
htons et al. works on explicit 16- and 32-bit quantities and not the
Niklas Hallqvist
1995-10-18
initial 88k import; code by nivas and based on mach luna88k
Theo de Raadt