index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
libkern
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the unified syntax in a few more assembly files
andrew
2014-12-05
1
-1
/
+2
*
Fix unwind-info errors in our hand-written arm assembler code.
ian
2014-08-01
1
-10
/
+10
*
Fix ixp425 boot2 with ARM EABI:
andrew
2013-09-29
1
-0
/
+4
*
Add __aeabi_memset to libkern, implemented using memset, as clang may
andrew
2013-03-16
1
-0
/
+49
*
Add END to ARM libkern assembly functions
andrew
2013-03-16
4
-1
/
+19
*
Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can be
andrew
2013-03-16
1
-0
/
+58
*
Add __aeabi_memcpy to libkern as clang may generate calls to it.
andrew
2013-03-10
1
-0
/
+37
*
Add the required __aeabi_* functions the kernel uses when built for ARM EABI
andrew
2013-01-17
3
-0
/
+128
*
Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead.
cognet
2007-10-13
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-07
2
-2
/
+2
*
Use the RET macro.
cognet
2004-11-09
2
-6
/
+6
*
Implement ffs with clz for Xscale.
cognet
2004-11-07
1
-1
/
+8
*
Don't attempt to profile __udivsi3() and friends, as mcount() uses them.
cognet
2004-10-01
1
-4
/
+4
*
Import libkern arm specific bits.
cognet
2004-05-14
3
-0
/
+713