Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
bionic
/
f3ea093ebbfd9bd348ac16a46c96b637e3696c82
f3ea093
Add x86 optimization of rint functions and tests
by jzha136
· 11 years ago
b83bd7b
Merge "Minor clock_getcpuclockid optimization."
by Elliott Hughes
· 10 years ago
2bf5332
Minor clock_getcpuclockid optimization.
by Elliott Hughes
· 10 years ago
ba2232d
Merge "forkpty: set the output fd to -1 on the slave side."
by Josh Gao
· 10 years ago
a703498
Merge "Don't call clock_getres in sysconf."
by Elliott Hughes
· 10 years ago
d2b8de2
Don't call clock_getres in sysconf.
by Elliott Hughes
· 10 years ago
6d7c1ee
forkpty: set the output fd to -1 on the slave side.
by Josh Gao
· 10 years ago
c4d2bed
Merge "Add __memset_chk assembler for mips32 and mips64."
by Elliott Hughes
· 10 years ago
29d4b71
Add __memset_chk assembler for mips32 and mips64.
by Douglas Leung
· 10 years ago
015f2e8
Merge "libm: rename LIBC_PRIVATE to LIBC_DEPRECATED"
by Dimitry Ivanov
· 10 years ago
cb9e453
Merge "Enable test with clang aarch64."
by Chih-hung Hsieh
· 10 years ago
389e28e
Enable test with clang aarch64.
by Chih-Hung Hsieh
· 10 years ago
9296460
libm: rename LIBC_PRIVATE to LIBC_DEPRECATED
by Dimitry Ivanov
· 10 years ago
728e0e9
Merge "Add x86 __memset_chk assembler."
by Elliott Hughes
· 10 years ago
7d188ce
Merge "Fix x86-64 __memset_chk."
by Elliott Hughes
· 10 years ago
a80ddc8
Fix x86-64 __memset_chk.
by Elliott Hughes
· 10 years ago
81d6a18
Add x86 __memset_chk assembler.
by Elliott Hughes
· 10 years ago
5f67f8a
Merge "Update Android.bp with recent *.mk changes"
by Dan Willemsen
· 10 years ago
a27d8c3
Update Android.bp with recent *.mk changes
by Dan Willemsen
· 10 years ago
f3b42e5
Merge "Clean up bcopy cruft."
by Elliott Hughes
· 10 years ago
ff9bda7
Merge "Mandate optimized assembler for x86-64 __memset_chk."
by Elliott Hughes
· 10 years ago
19ca2fe
Merge changes I17c22dc2,I9989e2ea
by Josh Gao
· 10 years ago
0c3655a
Add a checksum to jmp_buf on AArch64.
by Josh Gao
· 10 years ago
a4c6913
Add a checksum to jmp_buf on ARM.
by Josh Gao
· 10 years ago
bed110a
Clean up bcopy cruft.
by Elliott Hughes
· 10 years ago
6809af0
Merge "Remove optimized code for bzero, which was removed from POSIX in 2008."
by Elliott Hughes
· 10 years ago
01d5b94
Remove optimized code for bzero, which was removed from POSIX in 2008.
by Elliott Hughes
· 10 years ago
61c95fe
Mandate optimized assembler for x86-64 __memset_chk.
by Elliott Hughes
· 10 years ago
5e57039
Merge "Mandate optimized __memset_chk for arm and arm64."
by Elliott Hughes
· 10 years ago
6e30ca5
Merge "libdl: Rename LIBC_PRIVATE to LIBC_PLATFORM"
by Dimitry Ivanov
· 10 years ago
7846093
Mandate optimized __memset_chk for arm and arm64.
by Elliott Hughes
· 10 years ago
ca75a3e
Merge "Do not add linker the _r_debug.r_map on link_image"
by Dimitry Ivanov
· 10 years ago
98cdef3
libdl: Rename LIBC_PRIVATE to LIBC_PLATFORM
by Dimitry Ivanov
· 10 years ago
2332d52
Merge "Improve diagnostics from the assembler __memcpy_chk routines."
by Elliott Hughes
· 10 years ago
e97d8ed
Do not add linker the _r_debug.r_map on link_image
by Dimitry Ivanov
· 10 years ago
c5fa374
Merge "Fix getifaddrs' handling of point-to-point interfaces."
by Elliott Hughes
· 10 years ago
ef925e5
Fix getifaddrs' handling of point-to-point interfaces.
by Elliott Hughes
· 10 years ago
a3be5bf
Merge "linker: print "not accessible" error message to the log"
by Dimitry Ivanov
· 10 years ago
d17a377
linker: print "not accessible" error message to the log
by Dimitry Ivanov
· 10 years ago
3c6016f
Improve diagnostics from the assembler __memcpy_chk routines.
by Elliott Hughes
· 10 years ago
c199690
Merge "Improve diagnostics from the assembler __memset_chk routines."
by Elliott Hughes
· 10 years ago
62e5964
Improve diagnostics from the assembler __memset_chk routines.
by Elliott Hughes
· 10 years ago
4fedc41
Merge "Update libgcc_compat.c file for mips32 arch"
by Dimitry Ivanov
· 10 years ago
375a915
Update libgcc_compat.c file for mips32 arch
by Lazar Trsic
· 10 years ago
2de7983
Merge "Copy the entire zero-separated DNS seach domain string."
by Pierre Imai
· 10 years ago
2790040
Merge "Rewrite ifaddrs#getifaddrs_INET."
by Elliott Hughes
· 10 years ago
bf97770
Rewrite ifaddrs#getifaddrs_INET.
by Elliott Hughes
· 10 years ago
6fa50a2
Merge "Move hard-coded values to constants."
by Christopher Ferris
· 10 years ago
bb3add2
Merge "Update Android.bp with recent Android.mk changes"
by Dan Willemsen
· 10 years ago
879cec2
Update Android.bp with recent Android.mk changes
by Dan Willemsen
· 10 years ago
0967fc7
Copy the entire zero-separated DNS seach domain string.
by Pierre Imai
· 10 years ago
1786635
Merge "Create logging sockets with SOCK_NONBLOCK..."
by Elliott Hughes
· 10 years ago
0f67d5f
Create logging sockets with SOCK_NONBLOCK...
by Elliott Hughes
· 10 years ago
31adf6c
Merge "Improve FORTIFY failure diagnostics."
by Elliott Hughes
· 10 years ago
b83d674
Improve FORTIFY failure diagnostics.
by Elliott Hughes
· 10 years ago
549e522
Move hard-coded values to constants.
by Christopher Ferris
· 10 years ago
eb72725
Merge "Update timezone data to 2016a"
by Neil Fuller
· 10 years ago
a8f05fc
Merge "If you're going to use memset..."
by Elliott Hughes
· 10 years ago
f86c449
If you're going to use memset...
by Elliott Hughes
· 10 years ago
a8e75ba
Merge "GCC doesn't like {}, and clang doesn't like {0}..."
by Elliott Hughes
· 10 years ago
2c6c953
GCC doesn't like {}, and clang doesn't like {0}...
by Elliott Hughes
· 10 years ago
d07d77e
Merge "Fix a structure initialisation in pthread_exit()."
by Elliott Hughes
· 10 years ago
6bd5cf6
Fix a structure initialisation in pthread_exit().
by Anton Kirilov
· 10 years ago
b4b98e7
Merge "[MIPS] Add __popcountsi2 to libgcc_compat.c"
by Dimitry Ivanov
· 10 years ago
19acb69
[MIPS] Add __popcountsi2 to libgcc_compat.c
by Dimitry Ivanov
· 10 years ago
92057af
Update timezone data to 2016a
by Neil Fuller
· 10 years ago
e0959b4
Merge "Remove unused libm_clang variable."
by Stephen Hines
· 10 years ago
0a84f1a
Merge "Fix wrong guard values for 64 bit."
by Christopher Ferris
· 10 years ago
0e2a026
Fix wrong guard values for 64 bit.
by Christopher Ferris
· 10 years ago
f2d516b
Merge "Fix incorrect size of array."
by Christopher Ferris
· 10 years ago
f499dc9
Fix incorrect size of array.
by Christopher Ferris
· 10 years ago
64955c8
Remove unused libm_clang variable.
by Stephen Hines
· 10 years ago
b539baa
Merge "Improvements to dynamic linker messages"
by Dimitry Ivanov
· 10 years ago
9f0a695
Improvements to dynamic linker messages
by Dimitry Ivanov
· 10 years ago
c95a4c8
Merge changes Iac8109b3,I5ad67001,Ic1adb4df,I08a50349
by Colin Cross
· 10 years ago
d75d4be
malloc_debug: reread /proc/pid/maps when entry is missing
by Colin Cross
· 10 years ago
2c75991
Add backtrace_string and export to libmemunreachable
by Colin Cross
· 10 years ago
2d4721c
Export malloc_backtrace
by Colin Cross
· 10 years ago
869691c
Export malloc_iterate and friends
by Colin Cross
· 10 years ago
aca2013
Merge "Move gdb support functions to a separate file"
by Dimitry Ivanov
· 10 years ago
6b788ee
Move gdb support functions to a separate file
by Dimitry Ivanov
· 10 years ago
4327ae0
Merge "Fix cfi directives for memmove/strlcpy."
by Christopher Ferris
· 10 years ago
90ea63a
Merge "Fix scope ids for link-local IPv6 addresses from getifaddrs(3)."
by Elliott Hughes
· 10 years ago
be7a1ea
Merge "Revert "Move gdb support functions to a separate file""
by Nicolas Geoffray
· 10 years ago
0fa5410
Revert "Move gdb support functions to a separate file"
by Nicolas Geoffray
· 10 years ago
97b6e13
Fix cfi directives for memmove/strlcpy.
by Christopher Ferris
· 10 years ago
4dd56ac
Merge changes Id6e60861,I0eacb3f0
by Dimitry Ivanov
· 10 years ago
e73b27a
Merge "Fix cfi directives in small strncmp case."
by Christopher Ferris
· 10 years ago
de84e51
Fix cfi directives in small strncmp case.
by Christopher Ferris
· 10 years ago
f8d051c
Move gdb support functions to a separate file
by Dimitry Ivanov
· 10 years ago
f3064e4
Use insert_link_map_into_debug_map for executable
by Dimitry Ivanov
· 10 years ago
7dac8b8
Fix scope ids for link-local IPv6 addresses from getifaddrs(3).
by Elliott Hughes
· 10 years ago
c347a10
Merge "Update a comment for init_linker_info_for_gdb"
by Dimitry Ivanov
· 10 years ago
6400129
Update a comment for init_linker_info_for_gdb
by Dimitry Ivanov
· 10 years ago
598cb89
Merge "malloc_debug: reset TrackData mutex after fork"
by Colin Cross
· 10 years ago
2de48bc
Merge "Initialize linker link_map for gdb directly"
by Dimitry Ivanov
· 10 years ago
acedcba
Merge "Revert "Revert "Split out liblinker_malloc static library"""
by Dimitry Ivanov
· 10 years ago
aa9cb26
Revert "Revert "Split out liblinker_malloc static library""
by Dimitry Ivanov
· 10 years ago
8d22dd5
Initialize linker link_map for gdb directly
by Dimitry Ivanov
· 10 years ago
b244d21
Merge "linker: remove soinfo::entry"
by Dimitry Ivanov
· 10 years ago
Next »