Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
c4c50b25f805b48338f3e8fb9ac137e81c187706
/
libc
c4c50b2
Merge "Reconfig libc's Android.mk to build for multilib"
by Ying Wang
· 11 years ago
f25d677
Reconfig libc's Android.mk to build for multilib
by Ying Wang
· 12 years ago
199346a
Fix NSIG.
by Elliott Hughes
· 11 years ago
9918665
[MIPS64] Dynamic linker
by Chris Dearman
· 11 years ago
b3a23bd
Build syscall stubs in their own library.
by Elliott Hughes
· 11 years ago
a6ecba4
Clean up cacheflush.
by Elliott Hughes
· 11 years ago
0266ae5
Switch <elf.h> over to linux uapi under the covers.
by Elliott Hughes
· 11 years ago
3a9c5d6
Fix <link.h>.
by Elliott Hughes
· 11 years ago
ebd90b9
Fix socklen_t (on LP64 only).
by Elliott Hughes
· 11 years ago
c16a453
Merge "Remove <sys/_types.h>."
by Elliott Hughes
· 11 years ago
9f87a0b
Remove <sys/_types.h>.
by Elliott Hughes
· 11 years ago
645d031
[MIPS64] libc/libm support
by Chris Dearman
· 11 years ago
5043212
[MIPS64] Add syscall related files
by Chris Dearman
· 11 years ago
ea0fab1
Remove unused cruft from MIPS <machine/signal.h>.
by Elliott Hughes
· 11 years ago
9afe288
Kill <machine/_types.h>.
by Elliott Hughes
· 11 years ago
f64b8ea
Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.
by Elliott Hughes
· 12 years ago
8d60cc6
Use __inline__ for fortify.
by Elliott Hughes
· 12 years ago
fb4da1e
Merge "Regenerate binder header"
by Arve Hjønnevåg
· 12 years ago
47ff6b9
Merge "Add missing ucontext_t definition to bionic for arch-arm64."
by Elliott Hughes
· 12 years ago
7b95807
Add missing ucontext_t definition to bionic for arch-arm64.
by Ross McIlroy
· 12 years ago
46f3db6
[MIPS] SA_RESTORER support is not needed for MIPS
by Chris Dearman
· 12 years ago
3614424
Make ARM <user.h> more glibc-compatible.
by Elliott Hughes
· 12 years ago
02c661b
Add mips <sys/ucontext.h>.
by Elliott Hughes
· 12 years ago
4e72fcc
Add arm <sys/ucontext.h>.
by Elliott Hughes
· 12 years ago
677a07c
Add x86 <sys/ucontext.h>.
by Elliott Hughes
· 12 years ago
e61d106
Add x86_64 ucontext.h for better compatibility
by Pavel Chupin
· 12 years ago
fbaa254
Regenerate binder header
by Arve Hjønnevåg
· 12 years ago
908e8c2
Remove a __system_property_get call from the DNS code.
by Elliott Hughes
· 12 years ago
431166d
Fix 32-bit mmap/mmap64 handling of negative offsets.
by Elliott Hughes
· 12 years ago
6f23ce3
Merge "Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX for LP64)."
by Elliott Hughes
· 12 years ago
e2a292d
Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX for LP64).
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
513f83b
Merge "bionic: rename aarch64 target to arm64"
by Colin Cross
· 12 years ago
f38fb19
Re-export libgcc's __aeabi_uidivmod and __popcount_tab
by Bernhard Rosenkränzer
· 12 years ago
d1973ca
bionic: rename aarch64 target to arm64
by Colin Cross
· 12 years ago
5b4884f
Merge "Add "__noreturn" to assert and assert2"
by Elliott Hughes
· 12 years ago
323d4b6
Add "__noreturn" to assert and assert2
by Vadim Markovtsev
· 12 years ago
af8aebe
Move _thread_created_hook to where it belongs.
by Elliott Hughes
· 12 years ago
b5e2110
Merge "AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg()"
by Elliott Hughes
· 12 years ago
ae18974
Merge "Add some more headers."
by Elliott Hughes
· 12 years ago
c835c35
Add some more headers.
by Elliott Hughes
· 12 years ago
4e9cb03
Add extra libc stubs for mntent related functions.
by JP Abgrall
· 12 years ago
33c3e8d
Merge "Add NT_PRSTATUS to <elf.h>."
by Elliott Hughes
· 12 years ago
1272dbd
Add NT_PRSTATUS to <elf.h>.
by Elliott Hughes
· 12 years ago
8e6bf35
Merge "Add <sgidefs.h>."
by Elliott Hughes
· 12 years ago
f8b2b3c
Fix x86 user_regs_struct.
by Elliott Hughes
· 12 years ago
1c2cf23
Add <sgidefs.h>.
by Elliott Hughes
· 12 years ago
a8a3178
Add the glibc-compatible d_fileno.
by Elliott Hughes
· 12 years ago
0f461e3
Fix <sys/resource.h>.
by Elliott Hughes
· 12 years ago
8276d28
Merge "Our dirent is a dirent64."
by Elliott Hughes
· 12 years ago
38f0ef3
Our dirent is a dirent64.
by Elliott Hughes
· 12 years ago
5b17e4d
Add <sys/reg.h>.
by Elliott Hughes
· 12 years ago
8a6eec3
Merge "Fix x86_64 register names in <sys/user.h>."
by Elliott Hughes
· 12 years ago
eddc8ec
Fix x86_64 register names in <sys/user.h>.
by Elliott Hughes
· 12 years ago
155b076
We shouldn't have a <sys/dirent.h> that's a subset of <dirent.h>.
by Elliott Hughes
· 12 years ago
4c8caf0
Merge "<sched.h> should offer both __sched_priority and sched_priority."
by Elliott Hughes
· 12 years ago
4faf76c
Merge "<fcntl.h> should get you the POSIX_FADV_* constants."
by Elliott Hughes
· 12 years ago
bc4e135
Merge "Add SWAP_FLAG_* constants to <sys/swap.h>."
by Elliott Hughes
· 12 years ago
65c6f30
Add SWAP_FLAG_* constants to <sys/swap.h>.
by Elliott Hughes
· 12 years ago
bbb34f9
<sched.h> should offer both __sched_priority and sched_priority.
by Elliott Hughes
· 12 years ago
01e505a
<fcntl.h> should get you the POSIX_FADV_* constants.
by Elliott Hughes
· 12 years ago
abfc88f
Define fsid_t as well as __fsid_t.
by Elliott Hughes
· 12 years ago
54a7494
Regenerate the NOTICE files.
by Elliott Hughes
· 12 years ago
10cd709
Merge "Add cfi directives to x86 syscalls."
by Christopher Ferris
· 12 years ago
e4bc756
Add cfi directives to x86 syscalls.
by Christopher Ferris
· 12 years ago
b235f8c
Merge "Fix dev_t (for LP64)."
by Elliott Hughes
· 12 years ago
338e610
Add TCPOPT_* constants.
by Elliott Hughes
· 12 years ago
894f8cb
Fix dev_t (for LP64).
by Elliott Hughes
· 12 years ago
c1c3f7d
Merge "Remove as many hard-coded constants from the MIPS vfork.S as possible."
by Elliott Hughes
· 12 years ago
c5bf703
Remove as many hard-coded constants from the MIPS vfork.S as possible.
by Elliott Hughes
· 12 years ago
a85aaf1
Use the MAX_ERRNO constant.
by Elliott Hughes
· 12 years ago
b0a2efc
Remove a hardcoded constant from aarch64's vfork.
by Elliott Hughes
· 12 years ago
887e114
Clean up <sched.h>.
by Elliott Hughes
· 12 years ago
5063791
Fix MIPS build.
by Elliott Hughes
· 12 years ago
2aace21
Remove the bogus exit status from _exit_with_stack_teardown.
by Elliott Hughes
· 12 years ago
6d92906
Merge "Fix MIPS build."
by Elliott Hughes
· 12 years ago
5b395ce
Fix MIPS build.
by Elliott Hughes
· 12 years ago
3fdb735
Merge "Avoid sign extension in 32-bit mmap."
by Elliott Hughes
· 12 years ago
9986890
Avoid sign extension in 32-bit mmap.
by Elliott Hughes
· 12 years ago
68d89c7
Remove some old kernel header cruft not needed with uapi.
by Elliott Hughes
· 12 years ago
5eccb96
Fix aarch64 futex assembly routines.
by Elliott Hughes
· 12 years ago
766c7ef
Allocate additional space on stack for indirect syscall
by Chris Dearman
· 12 years ago
5e26221
Merge "Fix backwards compatible system property structure"
by Greg Hackmann
· 12 years ago
498295c
Upgrade to tzdata2013i.
by Elliott Hughes
· 12 years ago
aa26768
Merge "Allow GCC-built fortified code to run on a clang-built bionic."
by Elliott Hughes
· 12 years ago
a19a41b
Merge "Fix struct stat for aarch64."
by Elliott Hughes
· 12 years ago
f85b9ac
Merge "Don't force O_LARGEFILE on LP64."
by Elliott Hughes
· 12 years ago
b8fa5b1
Fix struct stat for aarch64.
by Elliott Hughes
· 12 years ago
17cabe1
Don't force O_LARGEFILE on LP64.
by Elliott Hughes
· 12 years ago
e3fb66d
Add __popcountsi2 to the function compat list.
by Ben Cheng
· 12 years ago
cd0609f
Allow GCC-built fortified code to run on a clang-built bionic.
by Elliott Hughes
· 12 years ago
cf7a4a4
Merge "Revert "Add C linkage for __open_2 and __openat_2.""
by Elliott Hughes
· 12 years ago
9a42eef
Revert "Add C linkage for __open_2 and __openat_2."
by Elliott Hughes
· 12 years ago
845c778
ARM: Change dmb domain for bionic_atomic_barrier()
by Serban Constantinescu
· 12 years ago
da97755
Fix aarch64 custom assembler now non-uapi is gone.
by Elliott Hughes
· 12 years ago
c13d89b
Add C linkage for __open_2 and __openat_2.
by Ben Cheng
· 12 years ago
bf3ec9a
AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg()
by Serban Constantinescu
· 12 years ago
81ddd14
Merge "Remove the non-uapi kernel headers."
by Christopher Ferris
· 12 years ago
e4c6b08
Clean up more recursive FORTIFY_SOURCE calls
by Nick Kralevich
· 12 years ago
ddea383
__strnlen_chk: avoid recursive strlen calls
by Nick Kralevich
· 12 years ago
Next »