Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
14d6be45b960f8fbb039bd946e22ce406e8b65c3
/
libc
/
arch-arm
507cfe2
Add .cfi_startproc/.cfi_endproc to ENTRY/END.
by Christopher Ferris
· 12 years ago
36d6188
Clean up forking and cloning.
by Elliott Hughes
· 12 years ago
877ec6d
Fix pthread_join.
by Elliott Hughes
· 12 years ago
70b24b1
Switch pthread_create over to __bionic_clone.
by Elliott Hughes
· 12 years ago
ed74484
Stop using the non-uapi <linux/err.h> header file.
by Elliott Hughes
· 12 years ago
0620925
Clean up the 32-bit kernel support, fix LP64 fcntl declaration.
by Elliott Hughes
· 12 years ago
6b53c23
Fix the exit syscall stub's name.
by Elliott Hughes
· 12 years ago
bf42568
Let the compiler worry about implementing ffs(3).
by Elliott Hughes
· 12 years ago
1195207
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
by Elliott Hughes
· 12 years ago
cac7b9d
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.
by Elliott Hughes
· 12 years ago
f8fcfbc
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
by Elliott Hughes
· 12 years ago
7f70c9b
AArch64: Fix uses of stack size for 32/64bit libc builds
by Serban Constantinescu
· 12 years ago
c7e9b23
Fix sigaction(3) for 64-bit.
by Elliott Hughes
· 12 years ago
103ccde
Sort the syscalls.mk files, give all generated files the same header.
by Elliott Hughes
· 12 years ago
40d105c
Switch sigpending over to rt_sigpending.
by Elliott Hughes
· 12 years ago
1f5af92
Fix sigsuspend to use rt_sigsuspend on all platforms.
by Elliott Hughes
· 12 years ago
68b6711
'Avoid confusing "read prevented write" log messages' 2.
by Elliott Hughes
· 12 years ago
dc9d8d0
Merge "Modify prefetch for krait memcpy."
by Christopher Ferris
· 12 years ago
c3c58fb
Modify prefetch for krait memcpy.
by Christopher Ferris
· 12 years ago
19e6232
Clean up the sigprocmask/pthread_sigmask implementation.
by Elliott Hughes
· 12 years ago
232163c
Clean up the cpuacct cruft.
by Elliott Hughes
· 12 years ago
eb847bc
Fix x86_64 build, clean up intermediate libraries.
by Elliott Hughes
· 12 years ago
c4c6e19
pthread_exit should call __NR_exit with status 0.
by Elliott Hughes
· 12 years ago
7264516
Add arch-x86_64/include/machine.
by Elliott Hughes
· 12 years ago
6861c6f
Make error messages even better!
by Nick Kralevich
· 12 years ago
1410293
Merge "Move common arch-* code to arch-common directory"
by Elliott Hughes
· 12 years ago
d7a6329
Add dependencies on included makefiles.
by Christopher Ferris
· 12 years ago
fc4d70f
Remove dead files.
by Christopher Ferris
· 12 years ago
b49c17c
Move common arch-* code to arch-common directory
by Pavel Chupin
· 12 years ago
aec1b35
Remove the __ARM_FEATURE_DSP check.
by Christopher Ferris
· 12 years ago
32bbf8a
libc: don't export unnecessary symbols
by Nick Kralevich
· 12 years ago
d612165
Make it easier to add syscalls for another architecture.
by Elliott Hughes
· 12 years ago
16e185c
__memcpy_chk: Fix signed cmp of unsigned values.
by Christopher Ferris
· 12 years ago
a57c9c0
Fix all debug directives.
by Christopher Ferris
· 12 years ago
bd7fe1d
Update all debug directives.
by Christopher Ferris
· 12 years ago
b4f7616
Ensure we have the off64_t variant of every function that takes an off_t.
by Elliott Hughes
· 12 years ago
24053a4
Add the dl_iterate_phdr function to libdl for arm.
by Christopher Ferris
· 12 years ago
bdbdbb8
Delete CAVEATS / fix spelling.
by Nick Kralevich
· 12 years ago
5f45d58
Create optimized __strcpy_chk/__strcat_chk.
by Christopher Ferris
· 12 years ago
59a13c1
Optimize __memset_chk, __memcpy_chk. DO NOT MERGE.
by Christopher Ferris
· 12 years ago
b922ed3
Fix strcpy.c that should have been strcpy.S. DO NOT MERGE
by Christopher Ferris
· 12 years ago
4e24dcc
Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE
by Christopher Ferris
· 12 years ago
772b797
Update the comments to reflect the current status.
by Ben Cheng
· 12 years ago
efddf44
libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher
by synergydev
· 12 years ago
7ff868a
am f63c28f0: Merge "Fix assembler errors in generic arm strlen.c."
by Christopher Ferris
· 12 years ago
b1d7fd4
am 6f4fed74: Merge "Add new optimized strlen for arm."
by Christopher Ferris
· 12 years ago
9ad2a73
Fix assembler errors in generic arm strlen.c.
by Christopher Ferris
· 12 years ago
0aa9b52
Add new optimized strlen for arm.
by Christopher Ferris
· 12 years ago
2a18ea1
am f152e386: Merge "EABI syscall cleanup."
by Elliott Hughes
· 12 years ago
da4a3e6
EABI syscall cleanup.
by Elliott Hughes
· 12 years ago
fac9199
am ebc8ce1d: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings."
by Elliott Hughes
· 12 years ago
2753e12
libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings.
by Will Newton
· 12 years ago
269daac
am 7c14d67b: Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings."
by Christopher Ferris
· 12 years ago
b61103d
libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings.
by Will Newton
· 12 years ago
baa6186
am 995f17e6: Merge "libc: add swapon and swapoff syscalls"
by Rom Lemarchand
· 12 years ago
d206b56
libc: add swapon and swapoff syscalls
by Rom Lemarchand
· 12 years ago
77f90de
am fc104f89: Merge "Fix abort(3) to raise SIGABRT rather than causing SIGSEGV."
by Ben Cheng
· 12 years ago
7e6ce1a
Fix abort(3) to raise SIGABRT rather than causing SIGSEGV.
by Ben Cheng
· 12 years ago
72ce296
am 404d491e: Merge "Use bl instead of blx to support interworking properly."
by Ben Cheng
· 12 years ago
a123b5d
Use bl instead of blx to support interworking properly.
by Ben Cheng
· 12 years ago
4c8eba6
am 2e317075: Merge "libc/arm: add cortex-a8 cpu variant"
by Erik Gilling
· 12 years ago
22bda4b
libc/arm: add cortex-a8 cpu variant
by Rom Lemarchand
· 12 years ago
562804f
am f0f4fa3f: Merge "libc: add timerfd calls"
by Elliott Hughes
· 12 years ago
4200e62
libc: add timerfd calls
by Todd Poynor
· 12 years ago
83966db
am f7153fd1: Merge "Remove redundant space within square brackets"
by Andrew Hsieh
· 12 years ago
e8f46e8
Remove redundant space within square brackets
by Andrew Hsieh
· 12 years ago
39e4ed9
am 516a8970: Merge "Rewrite memset for cortexa15 to use strd."
by Christopher Ferris
· 12 years ago
796cbe2
Rewrite memset for cortexa15 to use strd.
by Christopher Ferris
· 12 years ago
101dadf
am fc76c7d3: Merge "Add missing branch in memcpy.S dst aligned case."
by Christopher Ferris
· 12 years ago
3fe5b10
am 68fd78ef: Merge "Update to latest cortexa15 memcpy code."
by Christopher Ferris
· 12 years ago
bf0d1ad
Add missing branch in memcpy.S dst aligned case.
by Christopher Ferris
· 12 years ago
185ce72
Update to latest cortexa15 memcpy code.
by Christopher Ferris
· 12 years ago
369f923
Merge "libc/arm: add cortex-a7 cpu variant" into jb-mr2-dev
by Dima Zavin
· 12 years ago
0c973d7
libc/arm: add cortex-a7 cpu variant
by Dima Zavin
· 12 years ago
cda6209
Use the correct names for the __ARM_NR_* syscalls.
by Elliott Hughes
· 12 years ago
8794ece
Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
by Elliott Hughes
· 12 years ago
5c2772f
The SYS_ constants should cover all __NR_ values.
by Elliott Hughes
· 12 years ago
17a8b0d
Expose wait4 as wait4 rather than __wait4.
by Elliott Hughes
· 12 years ago
31dea25
Create arch specific versions of strcmp.
by Christopher Ferris
· 12 years ago
8f2a5a0
Clean up internal libc logging.
by Elliott Hughes
· 12 years ago
ec706c2
Merge "Use the kernel's MAX_ERRNO in the syscall stubs."
by Elliott Hughes
· 12 years ago
9aceab5
Use the kernel's MAX_ERRNO in the syscall stubs.
by Elliott Hughes
· 12 years ago
04954a4
Break bionic implementations into arch versions.
by Christopher Ferris
· 12 years ago
1428300
Add stack unwinding directives to memcpy.
by Ben Cheng
· 12 years ago
eb149e9
Adding strcmp tuned for Cortex-A15.
by Greta Yorsh
· 13 years ago
5b349fc
Adding memcpy tuned for Cortex-A15.
by Greta Yorsh
· 14 years ago
40eabe2
Fix the pthread_setname_np test.
by Elliott Hughes
· 12 years ago
6719500
Add a bunch more missing ENDs to assembler routines.
by Elliott Hughes
· 12 years ago
73964c5
Everyone has CLZ.
by Elliott Hughes
· 12 years ago
9f878c2
Really set errno if __pthread_clone fails.
by Elliott Hughes
· 12 years ago
d7a3a40
Use ENTRY/END in ARM __get_sp.
by Elliott Hughes
· 12 years ago
5e3fc43
Fix __pthread_clone on ARM to set errno on failure.
by Elliott Hughes
· 12 years ago
f94fd3c
Clean up ARM assembler files to use ENTRY/END.
by Elliott Hughes
· 12 years ago
646e058
Fix x86 build, remove void* arithmetic.
by Elliott Hughes
· 12 years ago
42b2c6a
Clean up the argc/argv/envp/auxv handling.
by Elliott Hughes
· 12 years ago
a0ee078
Upgrade libm.
by Elliott Hughes
· 13 years ago
a6a3ac5
Use the NetBSD <sys/exec_elf.h>.
by Elliott Hughes
· 13 years ago
6a94cb7
Merge "arm syscall : for eabi call_default don't use stack"
by Elliott Hughes
· 13 years ago
1e980b6
Fix the duplication in the debugging code.
by Elliott Hughes
· 13 years ago
faa0fdb
arm syscall : for eabi call_default don't use stack
by Matthieu Castet
· 13 years ago
Next »