aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/endian.h
Commit message (Expand)AuthorAgeFilesLines
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+4
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix some way-past-brucification complaints from FlexeLint.Poul-Henning Kamp2010-05-201-18/+23
* Quiet warnings about mis-matched pointer assignment.David E. O'Brien2003-10-151-12/+12
* Pointy hat commit:Poul-Henning Kamp2003-04-031-3/+3
* Use "unsigned char" instead of "u_char" to avoid trouble.Poul-Henning Kamp2003-04-031-12/+12
* Add inline functions {be,le}{16,32,64}{enc,dec}() for encoding decodingPoul-Henning Kamp2003-04-031-0/+108
* Make this header self-reliant with regard to the types it uses.Mike Barcroft2002-04-291-12/+28
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+76