Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
provide older versions at all)
|
|
|
|
|
|
|
|
|
|
uintptr_t
|
|
|
|
|
|
|
|
fails ... so fix that. add back in fstat() ofter we open() the directory as we need the blocksize further down in the code. unify the memory error handling to shrink the code there a little.
|
|
|
|
|
|
cutting codesize/race condition
|
|
|
|
possible (saves space and gives us access to d_type most of the time)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to be weaks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The patch fixes up the .align directives to '2' (i.e. a multiple
of 4) not '4' (a multiple of 16 - apparently an error since it seems
to be unnecessary, there is no advantage here in cache line alignment).
this is an arm "feature" ... the value given to .align is not in bytes:
.align 4 in arm means .align 2 ^ 4
|
|
|
|
add support for using BX instruction for THUMB aware architectures
|