summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc/include/endian.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo *dlg2014-10-221-4/+4
* Tackle the endian.h mess. Make it so that:guenther2014-07-121-2/+5
* the memory constraints are correct, so we dont need volatile to providedlg2014-03-251-5/+5
* provide an MI api for doing byteswapping loads and stores. somedlg2014-03-141-1/+67
* move powerpc to non-__STRICT_ALIGNMENT, as it always was. Essentiallyderaadt2011-08-221-3/+1
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.pirofti2011-03-111-4/+4
* Whoops, need to #undef _BIG_ENDIAN not _BYTE_ORDERmillert2005-12-131-2/+2
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-2/+3
* terms 3 & 4 cleanup based on "terms" filederaadt2003-06-031-6/+1
* add #define __STRICT_ALIGNMENTjason2001-03-021-1/+3
* Use symbolic define for BYTE_ORDER.espie1999-05-101-2/+2
* New endian.h design. All architectures now use a common file for the bulkniklas1997-11-091-73/+20
* Monolithic PowerPC kernel, new includepefo1997-10-131-34/+30
* Sigh, Revert changes to endian.h - it was all confusion due to incorrectgrr1997-06-251-5/+12
* Big endian HTON?() macros should be (void)(x).downsj1997-06-251-5/+5
* change like sparc/include/endian.hgrr1997-06-241-5/+5
* Define in_addr_t and in_port_t everywhere but use u_intXX_t formillert1997-04-041-5/+8
* adding OpenBSD tag to files.rahnds1996-12-281-0/+1
* Changes necessary to make the kernel compile and boot.rahnds1996-12-281-4/+4
* Check-in of powerpc kernel support.rahnds1996-12-211-0/+84