Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
c20de902875dcaebde0ccd0b7a8351598f254d4c
/
libc
/
arch-arm
6ff0c75
Add recvmmsg and sendmmsg syscalls.
by Guillaume Ranquet
· 11 years ago
53e4329
More OpenBSD cleanup (primarily string).
by Elliott Hughes
· 11 years ago
b8dc9bb
Stop asking GCC to cause trouble.
by Elliott Hughes
· 11 years ago
851e68a
Unify our assembler macros.
by Elliott Hughes
· 11 years ago
09289d9
Remove useless _C_LABEL from our assembler source.
by Elliott Hughes
· 11 years ago
bfa2b6f
Merge "Stop advertising an arm32-specific hack like it's a build system feature."
by Elliott Hughes
· 11 years ago
6e39ba7
Stop advertising an arm32-specific hack like it's a build system feature.
by Elliott Hughes
· 11 years ago
adab51a
Added script generating additions to libgcc_compat.c from linker errors
by Dmitriy Ivanov
· 11 years ago
986f906
Fix build by avoiding the _C_LABEL macro.
by Elliott Hughes
· 11 years ago
db1ea34
Implement some of the missing LFS64 support.
by Elliott Hughes
· 12 years ago
f25d677
Reconfig libc's Android.mk to build for multilib
by Ying Wang
· 12 years ago
b3a23bd
Build syscall stubs in their own library.
by Elliott Hughes
· 11 years ago
0266ae5
Switch <elf.h> over to linux uapi under the covers.
by Elliott Hughes
· 11 years ago
9afe288
Kill <machine/_types.h>.
by Elliott Hughes
· 12 years ago
f64b8ea
Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.
by Elliott Hughes
· 12 years ago
62ffe14
Add all implicitly loaded symbols from libgcc.a into libgcc_compat.c.
by Ben Cheng
· 12 years ago
f38fb19
Re-export libgcc's __aeabi_uidivmod and __popcount_tab
by Bernhard Rosenkränzer
· 12 years ago
0f461e3
Fix <sys/resource.h>.
by Elliott Hughes
· 12 years ago
54a7494
Regenerate the NOTICE files.
by Elliott Hughes
· 12 years ago
887e114
Clean up <sched.h>.
by Elliott Hughes
· 12 years ago
2aace21
Remove the bogus exit status from _exit_with_stack_teardown.
by Elliott Hughes
· 12 years ago
5eccb96
Fix aarch64 futex assembly routines.
by Elliott Hughes
· 12 years ago
e3fb66d
Add __popcountsi2 to the function compat list.
by Ben Cheng
· 12 years ago
2b333ea
Remove <machine/kernel.h>.
by Elliott Hughes
· 12 years ago
c13fb75
Move bionic over to GCC's 'warning' attribute.
by Elliott Hughes
· 12 years ago
c54ca40
Clean up some ARMv4/ARMv5 cruft.
by Elliott Hughes
· 12 years ago
ed45970
Add cfi directives to all arm assembly.
by Christopher Ferris
· 12 years ago
f00c938
Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD
by The Android Open Source Project
· 12 years ago
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
b2386fe
am 4346bd9f: am bffe261a: Merge "Sort the syscalls.mk files, give all generated files the same header."
by Elliott Hughes
· 12 years ago
6b9321b
am d6e117b6: am 1f29c2f5: Merge "Switch sigpending over to rt_sigpending."
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
afaebc3
am 87fc78de: am 608c65f6: Merge "Fix sigsuspend to use rt_sigsuspend on all platforms."
by Elliott Hughes
· 12 years ago
1f5af92
Fix sigsuspend to use rt_sigsuspend on all platforms.
by Elliott Hughes
· 12 years ago
f2a760d
am a85606e1: am c100a100: Merge "\'Avoid confusing "read prevented write" log messages\' 2."
by Elliott Hughes
· 12 years ago
68b6711
'Avoid confusing "read prevented write" log messages' 2.
by Elliott Hughes
· 12 years ago
289c460
am ac6bc319: Remove new aligned memcpy path for cortex-a15.
by Christopher Ferris
· 12 years ago
ac6bc31
Remove new aligned memcpy path for cortex-a15.
by Christopher Ferris
· 12 years ago
d77ff4f
am 76d78dc0: am dc9d8d05: Merge "Modify prefetch for krait memcpy."
by Christopher Ferris
· 12 years ago
4681f82
am 5b3f1d8b: am 22b83da4: Merge "Clean up the sigprocmask/pthread_sigmask implementation."
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
2d38f0c
am 21d70d5f: am 39385aa7: Merge "Clean up the cpuacct cruft."
by Elliott Hughes
· 12 years ago
232163c
Clean up the cpuacct cruft.
by Elliott Hughes
· 12 years ago
1cdc9fe
am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libraries."
by Elliott Hughes
· 12 years ago
eb847bc
Fix x86_64 build, clean up intermediate libraries.
by Elliott Hughes
· 12 years ago
42b618c
am 58b8f225: am 5cf1f229: Merge "pthread_exit should call __NR_exit with status 0."
by Elliott Hughes
· 12 years ago
c4c6e19
pthread_exit should call __NR_exit with status 0.
by Elliott Hughes
· 12 years ago
9258c7b
am b7d77a9e: am 56777421: Merge "Add arch-x86_64/include/machine."
by Elliott Hughes
· 12 years ago
7264516
Add arch-x86_64/include/machine.
by Elliott Hughes
· 12 years ago
7909bd1
am 9da8b682: am c417d0a5: Merge "Make error messages even better!"
by Nick Kralevich
· 12 years ago
6861c6f
Make error messages even better!
by Nick Kralevich
· 12 years ago
be7b640
am 6d923d49: am 14102932: Merge "Move common arch-* code to arch-common directory"
by Elliott Hughes
· 12 years ago
1410293
Merge "Move common arch-* code to arch-common directory"
by Elliott Hughes
· 12 years ago
1a086a5
am 270c52da: am 1fe477fc: Merge "Add dependencies on included makefiles."
by Christopher Ferris
· 12 years ago
d7a6329
Add dependencies on included makefiles.
by Christopher Ferris
· 12 years ago
bdc610a
am dc7f8ddc: am 6088047a: Merge "Remove dead files."
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
de7ed18
am 0292c1c8: am 3901b1bd: Merge "Remove the __ARM_FEATURE_DSP check."
by Christopher Ferris
· 12 years ago
aec1b35
Remove the __ARM_FEATURE_DSP check.
by Christopher Ferris
· 12 years ago
670f372
am b6201932: am 2c701a1b: Merge "libc: don\'t export unnecessary symbols"
by Nick Kralevich
· 12 years ago
32bbf8a
libc: don't export unnecessary symbols
by Nick Kralevich
· 12 years ago
5825f97
am 88f29444: am 7b538021: Merge "Make it easier to add syscalls for another architecture."
by Elliott Hughes
· 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
e74f77f
am 48a909c9: am aad3c52e: Merge "Ensure we have the off64_t variant of every function that takes an off_t."
by Elliott Hughes
· 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
2e7a8b4
resolved conflicts for merge of 883ef249 to klp-dev-plus-aosp
by Christopher Ferris
· 12 years ago
883ef24
__memcpy_chk: Fix signed cmp of unsigned values.
by Christopher Ferris
· 12 years ago
5cb0436
am 1a88ca08: am 98c726ec: Merge "Add the dl_iterate_phdr function to libdl for arm."
by Christopher Ferris
· 12 years ago
24053a4
Add the dl_iterate_phdr function to libdl for arm.
by Christopher Ferris
· 12 years ago
153ec2a
am 49c0d471: Merge "Fix all debug directives." into klp-dev
by Christopher Ferris
· 12 years ago
05332f2
Fix all debug directives.
by Christopher Ferris
· 12 years ago
f6186e9
am 1278ae38: am 22f5ef6b: Merge "Delete CAVEATS / fix spelling."
by Nick Kralevich
· 12 years ago
bdbdbb8
Delete CAVEATS / fix spelling.
by Nick Kralevich
· 12 years ago
5f7ccea
Update all debug directives.
by Christopher Ferris
· 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
f0c3d90
Create optimized __strcpy_chk/__strcat_chk.
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
7c860db
Optimize __memset_chk, __memcpy_chk.
by Christopher Ferris
· 12 years ago
1ce6654
Fix strcpy.c that should have been strcpy.S.
by Christopher Ferris
· 12 years ago
Next »