Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd are | cognet | 2007-10-13 | 3 | -9/+9 |
| | | | | | | available, use _ARM_ARCH_5/_ARM_ARCH_5E instead. MFC After: 3 days | ||||
* | Fix a long line in copyright notice. | cognet | 2005-10-03 | 1 | -1/+2 |
| | | | | Pointed out by: Gavin Atkinson gavin.atkinson ury york ac uk | ||||
* | Add an asm version of strlen() for arm (how useful). | cognet | 2005-10-03 | 2 | -1/+78 |
| | |||||
* | Use the RET macro. | cognet | 2004-11-09 | 6 | -31/+31 |
| | | | | | For setjmp() and longjmp(), put the signal mask where it's supposed to be, instead of in the space reserved for fp regs. | ||||
* | MFKernel: Implement ffs with clz on Xscale. | cognet | 2004-11-07 | 1 | -0/+6 |
| | |||||
* | Always use bx for returning on Xscale. | cognet | 2004-09-23 | 1 | -76/+76 |
| | | | | Obtained from: NetBSD | ||||
* | Fix the align-to-32-bits code. | cognet | 2004-09-23 | 1 | -2/+2 |
| | | | | Obtained from: NetBSD | ||||
* | Import the FreeBSD/arm libc bits. | cognet | 2004-05-14 | 12 | -0/+3363 |
Obtained from: NetBSD |