Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
7da319106906ad236a0b4502cbafdd8dff7b8a39
/
libc
568c86a
Fix wchar.cpp signed/unsigned comparison build failure.
by Elliott Hughes
· 11 years ago
f0291ca
Merge "Switch to a working UTF-8 mb/wc implementation."
by Elliott Hughes
· 11 years ago
5a0aa3d
Switch to a working UTF-8 mb/wc implementation.
by Elliott Hughes
· 11 years ago
fddbafd
Keep the kernel header scrubber's data structures in sync.
by Elliott Hughes
· 11 years ago
0990d4f
Make SIGRTMIN hide the real-time signals we use internally.
by Elliott Hughes
· 11 years ago
77473e4
Merge "Fix cpu_set_t"
by Calin Juravle
· 11 years ago
4566731
Merge "Adds quick_exit(3) and at_quick_exit(3) from freebsd"
by Dan Albert
· 11 years ago
b743790
Fix cpu_set_t
by Calin Juravle
· 11 years ago
d4ae59d
Merge "Reserve space in mbstate to allow for proper wchar support"
by Calin Juravle
· 11 years ago
b8425c5
Adds quick_exit(3) and at_quick_exit(3) from freebsd
by Dan Albert
· 11 years ago
94336d8
Switch to OpenBSD stdio wide printf functions.
by Elliott Hughes
· 11 years ago
c932225
Switch to OpenBSD stdio wide get/put functions.
by Elliott Hughes
· 11 years ago
01ae00f
Switch to the OpenBSD implementations of the wide scanf functions.
by Elliott Hughes
· 11 years ago
770491f
Fix build (signed char issue).
by Elliott Hughes
· 11 years ago
3d7a0d9
Switch to the OpenBSD wcsto* functions.
by Elliott Hughes
· 11 years ago
eab395e
Reserve space in mbstate to allow for proper wchar support
by Calin Juravle
· 11 years ago
0a5e26d
Add mbtowc and fix mbrtowc.
by Elliott Hughes
· 11 years ago
d299bcf
Replace our broken wcswcs with the working upstream one.
by Elliott Hughes
· 11 years ago
329103d
Don't use so much stack in tzcode.
by Elliott Hughes
· 11 years ago
533dde4
Fix brk/sbrk error checking.
by Elliott Hughes
· 11 years ago
b1cacd4
Reserve space in pthread structures for future extensibility.
by Calin Juravle
· 11 years ago
08bfcff
Merge "Allow liblog to pass failure reasons to debuggerd."
by Elliott Hughes
· 11 years ago
ab29071
Merge "Revert "Reserve space in pthread structures for future extensibility.""
by Greg Hackmann
· 11 years ago
6b64000
Revert "Reserve space in pthread structures for future extensibility."
by Greg Hackmann
· 11 years ago
f2aeca5
Merge "Remove an unsed include dir"
by Calin Juravle
· 11 years ago
fbb46a0
Remove an unsed include dir
by Calin Juravle
· 11 years ago
690401d
Merge "Removed non-existing include dir"
by Calin Juravle
· 11 years ago
4b7c4f8
Removed non-existing include dir
by Calin Juravle
· 11 years ago
477d14b
Merge "Reserve space in pthread structures for future extensibility."
by Calin Juravle
· 11 years ago
ae77f74
Merge "Clean-up _fpmath and fake_long_doubles"
by Calin Juravle
· 11 years ago
2e3b710
Allow liblog to pass failure reasons to debuggerd.
by Elliott Hughes
· 11 years ago
a64d768
Remove two dead files.
by Elliott Hughes
· 11 years ago
b84926b
prctl: Adds the PR_SET_TIMERSLACK_PID option
by Ruchi Kandoi
· 11 years ago
1abc9ff
Clean-up _fpmath and fake_long_doubles
by Calin Juravle
· 11 years ago
cf83fd7
Reserve space in pthread structures for future extensibility.
by Calin Juravle
· 11 years ago
532ad90
Merge "Switch to the upstream OpenBSD getenv/putenv/setenv implementation."
by Elliott Hughes
· 11 years ago
eae5902
Remove strntoimax and strntoumax from the future.
by Elliott Hughes
· 11 years ago
58d9e28
Switch to the upstream OpenBSD getenv/putenv/setenv implementation.
by Elliott Hughes
· 11 years ago
8d77bce
LP64 shouldn't include the non-standard <time64.h> cruft.
by Elliott Hughes
· 11 years ago
cce36c1
Use -fvisibility=hidden to build libc_gdtoa.
by Elliott Hughes
· 11 years ago
c5eea6d
Merge "Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN."
by Elliott Hughes
· 11 years ago
b1bfa79
Merge "Allow sharing the RELRO section via a file."
by Torne (Richard Coles)
· 11 years ago
c363e5d
Merge "Support loading libraries to a reserved address."
by Torne (Richard Coles)
· 11 years ago
16f6429
Merge "Add android_dlopen_ext() interface to linker."
by Torne (Richard Coles)
· 11 years ago
83c07b5
Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.
by Elliott Hughes
· 11 years ago
d39f3f2
Clean up and document our hacks for building BSD source.
by Elliott Hughes
· 11 years ago
44a98d5
Merge "clang is >= 3.4 now; remove a hack."
by Elliott Hughes
· 11 years ago
d3679c8
clang is >= 3.4 now; remove a hack.
by Elliott Hughes
· 11 years ago
2e003f4
Remove unused #defines from "arith.h".
by Elliott Hughes
· 11 years ago
6d09ec3
Merge "Fix for libgcc compat generation script."
by Dmitriy Ivanov
· 11 years ago
6a45fe9
Fix for libgcc compat generation script.
by Dmitriy Ivanov
· 11 years ago
9b22c21
Merge "Make uselocale(3) claim its pthread key in an ELF constructor."
by Elliott Hughes
· 11 years ago
1acd971
Merge "Switch to upstream OpenBSD fread/fvwrite."
by Elliott Hughes
· 11 years ago
fe0c6ae
Merge "Brings LC_* defs into line with POSIX"
by Dan Albert
· 11 years ago
db68e56
Brings LC_* defs into line with POSIX
by Dan Albert
· 11 years ago
2f68866
Make uselocale(3) claim its pthread key in an ELF constructor.
by Elliott Hughes
· 11 years ago
1b836ee
Fix a wchar.wcstombs_wcrtombs test failure.
by Elliott Hughes
· 11 years ago
9d3c2dd
Switch to upstream OpenBSD fread/fvwrite.
by Elliott Hughes
· 11 years ago
b88da06
Merge "Upgrade to current vfprintf."
by Elliott Hughes
· 11 years ago
f3c7390
Upgrade our <ctype.h> implementation to OpenBSD head.
by Elliott Hughes
· 11 years ago
0e351e4
Merge "Changes our ctype identifiers to match the BSDs"
by Dan Albert
· 11 years ago
779585f
Changes our ctype identifiers to match the BSDs
by Dan Albert
· 11 years ago
0549371
Upgrade to current vfprintf.
by Elliott Hughes
· 11 years ago
183ad9d
Allow sharing the RELRO section via a file.
by Torne (Richard Coles)
· 11 years ago
12bbb91
Support loading libraries to a reserved address.
by Torne (Richard Coles)
· 11 years ago
012cb45
Add android_dlopen_ext() interface to linker.
by Torne (Richard Coles)
· 11 years ago
acbe322
Regenerate the NOTICE files.
by Elliott Hughes
· 11 years ago
8da69a2
Merge "Switch fpclassify over to ieee_ext."
by Elliott Hughes
· 11 years ago
c480f57
Merge "Clean up <machine/ieee.h>."
by Elliott Hughes
· 11 years ago
f081e13
Switch fpclassify over to ieee_ext.
by Elliott Hughes
· 11 years ago
cb65cc3
Clean up <machine/ieee.h>.
by Elliott Hughes
· 11 years ago
20828db
Use FLT_ROUNDS in LP64 strtold.
by Elliott Hughes
· 11 years ago
4bd97ce
Switch to gdtoa.
by Elliott Hughes
· 11 years ago
40b0579
Add iswblank for libcxx.
by Elliott Hughes
· 11 years ago
0f95a55
Fix arm64 floating point definitions.
by Elliott Hughes
· 11 years ago
02c78a3
Reimplement isinf/isnan/fpclassify.
by Elliott Hughes
· 11 years ago
5eb6704
Replace the bionic hack for a vfprintf leak with (roughly) the upstream fix.
by Elliott Hughes
· 11 years ago
b676aaf
Remove unnecessary #includes.
by Elliott Hughes
· 11 years ago
93e1907
Use the glibc name user_fpregs_struct.
by Elliott Hughes
· 11 years ago
c5992a0
Fix mcontext_t for x86-64.
by Elliott Hughes
· 11 years ago
a5d8331
Merge "Use glibc structure for __cmsg_nxthdr."
by Calin Juravle
· 11 years ago
b52a4ab
Merge "Flesh out <locale.h>."
by Elliott Hughes
· 11 years ago
c4936e2
Flesh out <locale.h>.
by Elliott Hughes
· 11 years ago
9f52564
Implement _Exit(3).
by Elliott Hughes
· 11 years ago
ff64831
Use glibc structure for __cmsg_nxthdr.
by Calin Juravle
· 11 years ago
ac70d2e
Merge "Clean up localeconv(3)."
by Elliott Hughes
· 11 years ago
5363a45
Clean up localeconv(3).
by Elliott Hughes
· 11 years ago
e2239dd
Merge "Corrected typo in mips64.mk about memcpy.cpp"
by Andrew Hsieh
· 11 years ago
48501af
AArch64: Fix flock64 for LP64.
by Serban Constantinescu
· 11 years ago
4e3ce11
Corrected typo in mips64.mk about memcpy.cpp
by Andrew Hsieh
· 11 years ago
0b0387c
Merge "Fix kernel header scrubbing for LP64."
by Elliott Hughes
· 11 years ago
9195a25
Fix kernel header scrubbing for LP64.
by Elliott Hughes
· 11 years ago
41059d7
Merge "Add stpcpy/stpncpy."
by Christopher Ferris
· 11 years ago
b9bb48b
Merge "Fix the printf issue for 64 bits. The following case:"
by Elliott Hughes
· 11 years ago
950a58e
Add stpcpy/stpncpy.
by Christopher Ferris
· 11 years ago
efbdb53
Remove a non-standard turd: strtotimeval.
by Elliott Hughes
· 11 years ago
5f149f1
Merge "Implement wctomb(3) for ltrace."
by Elliott Hughes
· 11 years ago
50249bc
Fix build: __unused isn't unused!
by Elliott Hughes
· 11 years ago
77e944f
Implement wctomb(3) for ltrace.
by Elliott Hughes
· 11 years ago
5c7bda5
Fix aarch64 struct ucontext.
by Elliott Hughes
· 11 years ago
Next »