Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
198d13e8c25e69f7dbda3f5e1a3258b13fe8db5d
/
libc
198d13e
Merge "make mmap fail on requests larger than PTRDIFF_MAX"
by Josh Gao
· 10 years ago
fb7f45b
Merge "Update timezone data to 2015g"
by Neil Fuller
· 10 years ago
f0141df
Make struct FILE opaque.
by Elliott Hughes
· 10 years ago
8ab433d
Fix stdio read after EOF behavior.
by Elliott Hughes
· 10 years ago
1ab3f30
Merge "Fix inet_aton on LP32."
by Elliott Hughes
· 10 years ago
7b77cb3
Fix inet_aton on LP32.
by Elliott Hughes
· 10 years ago
c6f704b
Merge "utmp.h: add more ut_type defines"
by Mike Frysinger
· 10 years ago
fe9d0ed
Move setjmp cookie to a shared globals struct.
by Josh Gao
· 10 years ago
93c0f5e
Move VDSO pointers to a shared globals struct.
by Josh Gao
· 10 years ago
68af0ad
utmp.h: add more ut_type defines
by Mike Frysinger
· 10 years ago
487a182
Merge "Fix inet_addr/inet_aton/inet_network."
by Elliott Hughes
· 10 years ago
0478666
Fix inet_addr/inet_aton/inet_network.
by Elliott Hughes
· 10 years ago
f41fe71
Merge "Sync with upstream tzcode (2015g)."
by Elliott Hughes
· 10 years ago
9fb22a3
Sync with upstream tzcode (2015g).
by Elliott Hughes
· 10 years ago
d8df28f
Merge "Implement setjmp cookies on MIPS and MIPS64"
by Josh Gao
· 10 years ago
31740bf
Update timezone data to 2015g
by Neil Fuller
· 10 years ago
1b519c0
Implement setjmp cookies on MIPS and MIPS64
by Nikola Veljkovic
· 10 years ago
697e261
Fix bionic_coverage for kati.
by Dan Albert
· 10 years ago
8dbf02d
Add missing register preserve in x86/x86_64 longjmp.
by Josh Gao
· 10 years ago
f7cf8b2
Merge "bionic: tzset running hot"
by Mark Salyzyn
· 10 years ago
d057894
bionic: tzset running hot
by Mark Salyzyn
· 10 years ago
a5d5d16
Use foreach loop to match setuid unsafe env vars.
by Josh Gao
· 10 years ago
4a65557
Merge "Remove invalid left shifts of -1."
by Stephen Hines
· 10 years ago
ad157a3
Merge "Add a no dwarf version of assembler macros."
by Christopher Ferris
· 10 years ago
8f8308c
Add a no dwarf version of assembler macros.
by Christopher Ferris
· 10 years ago
1d0268c
libc: krait: Use performance version of memcpy
by Brent DeGraaf
· 12 years ago
cb6f599
Fix the way to count online cpus.
by Yabin Cui
· 10 years ago
23360cc
Remove invalid left shifts of -1.
by Stephen Hines
· 10 years ago
280d546
Fix bug number for linker related workarounds
by Dmitriy Ivanov
· 10 years ago
931e139
Merge "Add cortex-a53.a57 target for 32 bit big/little."
by Christopher Ferris
· 10 years ago
70a9f0a
Merge "Fix over read in strcpy/stpcpy/strcat."
by Christopher Ferris
· 10 years ago
fdfcfce
Fix over read in strcpy/stpcpy/strcat.
by Christopher Ferris
· 10 years ago
54ee040
Add cortex-a53.a57 target for 32 bit big/little.
by Christopher Ferris
· 10 years ago
c38cee5
Merge "Prevent the build system from hiding our ABI."
by Dan Albert
· 10 years ago
0aa96ae
Prevent the build system from hiding our ABI.
by Dan Albert
· 10 years ago
9e3a249
Merge "Clean up /proc/<pid>/maps sscanfs."
by Elliott Hughes
· 10 years ago
0dec228
Clean up /proc/<pid>/maps sscanfs.
by Elliott Hughes
· 10 years ago
dd51453
Merge "Add preliminary OEM UID/GID support."
by Jorge Lucangeli Obes
· 10 years ago
efcb5d9
Merge "Remove some <sys/cdefs.h> cruft."
by Elliott Hughes
· 10 years ago
3d00f79
Merge "Increase alternative signal stack size on 64-bit devices."
by Yabin Cui
· 10 years ago
a39e301
Add preliminary OEM UID/GID support.
by Jorge Lucangeli Obes
· 10 years ago
44ddb31
Remove some <sys/cdefs.h> cruft.
by Elliott Hughes
· 10 years ago
f8a2243
<netinet/udp.h> should include <linux/udp.h>.
by Elliott Hughes
· 10 years ago
33ac04a
Increase alternative signal stack size on 64-bit devices.
by Yabin Cui
· 10 years ago
777bd95
Merge "Import scsi headers."
by Christopher Ferris
· 10 years ago
96b1323
Merge "Define WIFCONTINUED()"
by Greg Hackmann
· 10 years ago
7c46045
Merge "Fix SOCK_* flag definitions"
by Greg Hackmann
· 10 years ago
c6043f6
Define WIFCONTINUED()
by Greg Hackmann
· 10 years ago
d75abb9
Fix SOCK_* flag definitions
by Greg Hackmann
· 10 years ago
6048173
Import scsi headers.
by Christopher Ferris
· 10 years ago
d963955
Merge "Add support for manually modified kernel headers."
by Christopher Ferris
· 10 years ago
d12c332
Add support for manually modified kernel headers.
by Christopher Ferris
· 10 years ago
35e91a1
Update Android.bp for setjmp cookies
by Dan Willemsen
· 10 years ago
2342e64
Implement setjmp cookies on x86_64.
by Josh Gao
· 10 years ago
85c14fb
Implement setjmp cookies on x86.
by Josh Gao
· 10 years ago
54db0df
Implement setjmp cookies on AArch64.
by Josh Gao
· 10 years ago
7fda8d2
Implement setjmp cookies on ARM.
by Josh Gao
· 10 years ago
90fc8e2
Merge "Add Android.bp for libc/libm/libdl"
by Dan Willemsen
· 10 years ago
208ae17
Add Android.bp for libc/libm/libdl
by Dan Willemsen
· 10 years ago
5693332
Fix the way to get main thread stack start address.
by Mor-sarid, Nitzan
· 10 years ago
14545d4
Merge "Move several FreeBSD functions to OpenBSD."
by Elliott Hughes
· 10 years ago
26a8322
Move several FreeBSD functions to OpenBSD.
by Elliott Hughes
· 10 years ago
71927a8
Sync with upstream NetBSD lib/libc/regex.
by Elliott Hughes
· 10 years ago
5ca6652
make mmap fail on requests larger than PTRDIFF_MAX
by Daniel Micay
· 10 years ago
268af26
CMSG_DATA should return an unsigned char*.
by Dan Albert
· 10 years ago
af4713e
Unify unistd.h.
by Dan Albert
· 10 years ago
a6435a1
Use attribute availability.
by Dan Albert
· 10 years ago
efc134d
Only close stdin/stdout/stderr for debug malloc.
by Christopher Ferris
· 10 years ago
915bf81
Update to v3.18.21 kernel headers.
by Christopher Ferris
· 10 years ago
32bf43f
Rename debug_stacktrace to debug_backtrace.
by Elliott Hughes
· 10 years ago
44ead71
Regenerate NOTICE files.
by Elliott Hughes
· 10 years ago
c2e634d
Merge "Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64."
by Elliott Hughes
· 10 years ago
46c7bc8
Merge "Don't re-export libunwind_llvm."
by Dan Albert
· 10 years ago
adf5c72
Fix regoff_t for LP32 and _FILE_OFFSET_BITS=64.
by Elliott Hughes
· 10 years ago
848808c
Merge "Add preadv/pwritev."
by Elliott Hughes
· 10 years ago
6f4594d
Add preadv/pwritev.
by Elliott Hughes
· 10 years ago
d518a6d
Merge "Fix the 16 bit/32 bit instruction check for arm."
by Christopher Ferris
· 10 years ago
b72c9d8
Fix the 16 bit/32 bit instruction check for arm.
by Christopher Ferris
· 10 years ago
7ac3c12
Add strchrnul.
by Elliott Hughes
· 10 years ago
cc64618
Don't re-export libunwind_llvm.
by Dan Albert
· 10 years ago
03f2246
Add the missing aarch64 user structs.
by Elliott Hughes
· 10 years ago
53f2abb
Merge "Update timezone data to 2015f"
by Neil Fuller
· 10 years ago
6e7bc70
Update timezone data to 2015f
by Neil Fuller
· 10 years ago
f7286a2
Merge "Move tzdata scripts from bionic to external/icu"
by Neil Fuller
· 10 years ago
06b3f70
Add exported __popcount_tab for libgcc compat under compiler-rt.
by Josh Gao
· 10 years ago
ac77536
Move tzdata scripts from bionic to external/icu
by Neil Fuller
· 10 years ago
4d7d05b
Merge "Revert "fix incompatibility with -fstack-protector-strong""
by Nick Kralevich
· 10 years ago
3d01422
Revert "fix incompatibility with -fstack-protector-strong"
by Nick Kralevich
· 10 years ago
5f7a512
Merge "fix incompatibility with -fstack-protector-strong"
by Nick Kralevich
· 10 years ago
62c26ed
Merge "add fortified implementations of write/pwrite{,64}"
by Yabin Cui
· 10 years ago
afdd154
add fortified implementations of write/pwrite{,64}
by Daniel Micay
· 10 years ago
079fc83
Merge "Modify ip to get the instr being executed."
by Christopher Ferris
· 10 years ago
df0891a
Merge "Add a TLS slot for TSAN."
by Dan Albert
· 10 years ago
224bef8
Modify ip to get the instr being executed.
by Christopher Ferris
· 10 years ago
aa23b2e
Add a TLS slot for TSAN.
by Dan Albert
· 10 years ago
e4d51cf
Merge "Add optimized cortex-a7/cortex-a53 memset/memcpy."
by Christopher Ferris
· 10 years ago
2926f9a
libc: remove bcopy from memmove on 64-bit architectures
by Jake Weinstein
· 10 years ago
5930772
Add optimized cortex-a7/cortex-a53 memset/memcpy.
by Christopher Ferris
· 10 years ago
61d9ae5
[MIPS] Invalidate cached pid in vfork.
by Duane Sand
· 10 years ago
5341691
Move up to C++14.
by Dan Albert
· 10 years ago
Next »