Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
c0352bbd5f8bd4c7696d3b71a0056dcfb2b44708
/
libc
c0352bb
Add offset to backtrace_string printing.
by Christopher Ferris
· 9 years ago
a559cff
Merge "Update malloc debug documentation."
by Christopher Ferris
· 9 years ago
4c65669
Update malloc debug documentation.
by Christopher Ferris
· 9 years ago
025fb33
Merge "Remove the repetitive warnings from the uapi headers."
by Treehugger Robot
· 9 years ago
96c1db7
Remove the repetitive warnings from the uapi headers.
by Elliott Hughes
· 9 years ago
f58179c
Merge "Stop including <sys/sysmacros.h> from <sys/types.h>."
by Treehugger Robot
· 9 years ago
866e7b6
Fix assembler warnings.
by Christopher Ferris
· 9 years ago
6c01208
Merge "Remove obsolete __stack_chk_fail_local."
by Elliott Hughes
· 9 years ago
1f66c6d
Merge "Fix _POSIX_THREAD_PROCESS_SHARED."
by Treehugger Robot
· 9 years ago
4af220c
Remove obsolete __stack_chk_fail_local.
by Elliott Hughes
· 9 years ago
81a5b6f
Merge "Switch to inline assembler in crtbegin."
by Elliott Hughes
· 9 years ago
8543f92
Stop including <sys/sysmacros.h> from <sys/types.h>.
by Elliott Hughes
· 9 years ago
94072fb
Switch to inline assembler in crtbegin.
by Elliott Hughes
· 9 years ago
dc18a4b
Merge "Make use of the DNS query hook in the netcontext"
by Treehugger Robot
· 9 years ago
7bbe7cb
Merge changes Iefdc1662,I8ee9ce62
by Treehugger Robot
· 9 years ago
90a83be
Make use of the DNS query hook in the netcontext
by Ben Schwartz
· 9 years ago
5a215d7
Don't define IN_CLOEXEC/IN_NONBLOCK for pre-L.
by Dan Albert
· 9 years ago
cdfface
Undef EPOLL_CLOEXEC for pre-L.
by Dan Albert
· 9 years ago
dd878fe
Add a netcontext variant of gethostbyname
by Ben Schwartz
· 9 years ago
4767bc4
Merge "Add a netcontext variant of gethostbyaddr"
by Treehugger Robot
· 9 years ago
761bb2b
Merge "Add the DNS query hook to net context"
by Treehugger Robot
· 9 years ago
137a2cf
Merge "Va_end should be used with va_start"
by Treehugger Robot
· 9 years ago
13ec1cf
Va_end should be used with va_start
by Mikhail Lappo
· 9 years ago
468c808
Fix _POSIX_THREAD_PROCESS_SHARED.
by Elliott Hughes
· 9 years ago
2b0f2a4
Fix missing function export.
by Christopher Ferris
· 9 years ago
8fbd15a
Merge "Make `union semun` usable."
by Elliott Hughes
· 9 years ago
497ad30
Make `union semun` usable.
by Elliott Hughes
· 9 years ago
5017805
Add a netcontext variant of gethostbyaddr
by Ben Schwartz
· 9 years ago
f0305dc
Add the DNS query hook to net context
by Ben Schwartz
· 9 years ago
083923d
Make mallopt available in the future.
by Christopher Ferris
· 9 years ago
6fba793
Merge "libc: ARM64: fix memset for non-standard ZVA sizes"
by Christopher Ferris
· 9 years ago
d84c30d
Merge "Add support for modifying decay timer."
by Christopher Ferris
· 9 years ago
f19eeb8
libc: ARM64: fix memset for non-standard ZVA sizes
by Kevin Brodsky
· 9 years ago
a1c0d2f
Add support for modifying decay timer.
by Christopher Ferris
· 9 years ago
94bd274
Add support for cortex-a73.
by Christopher Ferris
· 9 years ago
d785b44
Merge "Clean up __isthreaded."
by Treehugger Robot
· 9 years ago
dfcb82d
Clean up __isthreaded.
by Elliott Hughes
· 9 years ago
a57476b
Run bionic/libc/tools/genversion-scripts.py
by Elliott Hughes
· 9 years ago
3c71e1a
Merge "Cope with AT_SYSINFO not being set on x86."
by Treehugger Robot
· 9 years ago
b291d08
Zero-initialize user_desc for __set_thread_area.
by Elliott Hughes
· 9 years ago
9ae2372
Cope with AT_SYSINFO not being set on x86.
by Elliott Hughes
· 9 years ago
1f9e648
Merge "Make raise/abort work with stale cached pid/tid values."
by Treehugger Robot
· 9 years ago
bf2af69
Make raise/abort work with stale cached pid/tid values.
by Josh Gao
· 9 years ago
dd5bd45
[MIPS64] Enable necessary mips64 syscalls in seccomp whitelist
by Lazar Trsic
· 9 years ago
22b4351
Fix MIPS seccomp definitions for PRIMARY and SECONDARY arch
by Lazar Trsic
· 9 years ago
28285f5
libc: clean up ARM64 copyright notices
by Jake Weinstein
· 9 years ago
7a3681e
Move libc_log code into libasync_safe.
by Christopher Ferris
· 9 years ago
d390df1
Restore ELF32_ST_INFO/ELF64_ST_INFO.
by Elliott Hughes
· 9 years ago
2fad0d5
Include the libc/kernel/android/scsi headers in the NDK.
by Elliott Hughes
· 9 years ago
82f7208
Merge "Update bionic after Clang rebase"
by Yi Kong
· 9 years ago
7ba2bed
Make unified headers' SIGRTMIN/SIGRTMAX usable before API 21.
by Elliott Hughes
· 9 years ago
06be345
Update bionic after Clang rebase
by Yi Kong
· 9 years ago
6c8881d
Merge "Update static functions/macro definitions."
by Christopher Ferris
· 9 years ago
ee1e0a3
Update static functions/macro definitions.
by Christopher Ferris
· 9 years ago
e54e64b
Merge "Make the _Unwind_Ptr declaration match clang's."
by Elliott Hughes
· 9 years ago
f2c6ad6
Make the _Unwind_Ptr declaration match clang's.
by Elliott Hughes
· 9 years ago
2e8e5e6
DO NOT MERGE: The future is now.
by Josh Gao
· 9 years ago
ee1c45f
Merge "Add syscalls that aren't currently used to the seccomp whitelist."
by Josh Gao
· 9 years ago
64cdd0c
Merge "Make all the ELF relocation constants available."
by Treehugger Robot
· 9 years ago
de9262e
Add syscalls that aren't currently used to the seccomp whitelist.
by Josh Gao
· 9 years ago
237c3ee
Merge "libc: fix typo in __RENAME macro"
by Treehugger Robot
· 9 years ago
5109bb4
Make all the ELF relocation constants available.
by Elliott Hughes
· 9 years ago
31e5a35
libc: fix typo in __RENAME macro
by George Burgess IV
· 9 years ago
0446c8c
Add missing arch-specific AT_ cruft.
by Elliott Hughes
· 9 years ago
791989d
Merge "Add PT_ARM_EXIDX."
by Treehugger Robot
· 9 years ago
7b37fa9
Merge "Move bionic_systrace.cpp over to CachedProperty."
by Treehugger Robot
· 9 years ago
5dc0565
Merge "Remove unused elf_machdep.h cruft."
by Elliott Hughes
· 9 years ago
57e7a0d
Merge "Un-deprecated __system_property_find_nth."
by Treehugger Robot
· 9 years ago
901601b
Remove unused elf_machdep.h cruft.
by Elliott Hughes
· 9 years ago
3914b19
Add PT_ARM_EXIDX.
by Dan Albert
· 9 years ago
438e019
Un-deprecated __system_property_find_nth.
by Elliott Hughes
· 9 years ago
e4ddb3c
Move bionic_systrace.cpp over to CachedProperty.
by Elliott Hughes
· 9 years ago
ef2b2fe
Link to the public post about clang FORTIFY.
by Elliott Hughes
· 9 years ago
e4e69a1
Merge "Report the right error code from PropertyServiceConnection()"
by Treehugger Robot
· 9 years ago
be4232b
Report the right error code from PropertyServiceConnection()
by Tom Cherry
· 9 years ago
35dfaa8
Fix incorrect check.
by Christopher Ferris
· 9 years ago
da08de8
Merge "libc: ARM: Add 32-bit Kryo memcpy"
by Christopher Ferris
· 9 years ago
e8a3280
Merge "Address review comments on the bionic tzdata loader."
by Treehugger Robot
· 9 years ago
04d99df
libc: ARM: Add 32-bit Kryo memcpy
by Jake Weinstein
· 9 years ago
b63ed1d
Restore __system_property_find_nth version
by Dimitry Ivanov
· 9 years ago
f568ccd
Merge "libc: use Cortex-A7/A53 memset on Kryo"
by Christopher Ferris
· 9 years ago
a8f9c80
Merge "Add seccomp blacklist, and exclude swap functions"
by Treehugger Robot
· 9 years ago
4d114f9
libc: use Cortex-A7/A53 memset on Kryo
by Jake Weinstein
· 9 years ago
a01cbaa
Address review comments on the bionic tzdata loader.
by Elliott Hughes
· 9 years ago
3dd3d55
Add seccomp blacklist, and exclude swap functions
by Paul Lawrence
· 9 years ago
2be8013
Merge "Move libc_logging.cpp over to CachedProperty."
by Treehugger Robot
· 9 years ago
21d4a9a
Merge "Move localtime.c over to CachedProperty."
by Treehugger Robot
· 9 years ago
ff82ce8
Merge "Remove the useless lock from CachedProperty."
by Treehugger Robot
· 9 years ago
a98aa56
Remove the useless lock from CachedProperty.
by Elliott Hughes
· 9 years ago
230a7a4
Mark CRT objects as vendor available
by Dan Willemsen
· 9 years ago
d517ac2
Merge "Don't let missing Treble property context files affect errno."
by Treehugger Robot
· 9 years ago
94f58b2
Merge "Fix missing parse_open_file method."
by Christopher Ferris
· 9 years ago
87ff824
Move libc_logging.cpp over to CachedProperty.
by Elliott Hughes
· 9 years ago
0e8616a
Move localtime.c over to CachedProperty.
by Elliott Hughes
· 9 years ago
7ade61c
Don't let missing Treble property context files affect errno.
by Elliott Hughes
· 9 years ago
93d4f8b
Fix missing parse_open_file method.
by Alessio Balsini
· 9 years ago
6c0468b
Merge "Remove .(ll)ndk suffix from (ll)ndk_library"
by Treehugger Robot
· 9 years ago
51a9bf1
Remove .(ll)ndk suffix from (ll)ndk_library
by Dan Willemsen
· 9 years ago
bdbab30
Merge "Refactor Config from a struct to a class."
by Christopher Ferris
· 9 years ago
df244d8
Merge "Add LLNDK stub libraries for the VNDK"
by Dan Willemsen
· 9 years ago
Next »