summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/include/endian.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify the MD byteswapping code as much as possible across architectures.naddy2018-10-021-25/+20
* add a license for the code in here, all of which i seem to have written.dlg2017-02-061-1/+17
* there is no longer a need to ifdef __armv7__ armv6 rev instructionsjsg2017-01-061-3/+1
* armv6 introduced opcodes for reversing words in registers. we candlg2015-01-111-1/+46
* Tackle the endian.h mess. Make it so that:guenther2014-07-121-2/+4
* remove support for big endian; ok drahnderaadt2011-11-081-5/+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-1/+6
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-3/+3
* ARM is strict alignment (practically) so let the kernel know this. ok miod@drahn2005-01-201-1/+2
* Arm port, NetBSD codebase stripped down, 32bit only support.drahn2004-02-011-0/+8