History log of /freebsd-10.1-release/sys/sys/endian.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 208331 20-May-2010 phk

Fix some way-past-brucification complaints from FlexeLint.


# 121122 15-Oct-2003 obrien

Quiet warnings about mis-matched pointer assignment.

Tested on: PowerPC


# 113009 03-Apr-2003 phk

Pointy hat commit:

Don't Cut&Paste from big endian to little endian function without subsequent
adjustments.


# 113007 03-Apr-2003 phk

Use "unsigned char" instead of "u_char" to avoid trouble.


# 113005 03-Apr-2003 phk

Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decoding
into byte strings of unknown alignment.


# 95737 29-Apr-2002 mike

Make this header self-reliant with regard to the types it uses.


# 95533 26-Apr-2002 mike

Move the new byte order function prototypes from <sys/param.h> to
<sys/endian.h>. This puts us in line with NetBSD and OpenBSD.