Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
refs/heads/backup
/
libc
/
libc.map.txt
235f35a
Add removed platform functions used by apps.
by Christopher Ferris
· 6 years ago
2601d43
Move all leak info functions to android_mallopt.
by Christopher Ferris
· 6 years ago
ab1c43d
Remove gMallocLeakZygoteChild.
by Christopher Ferris
· 6 years ago
1fc5ccf
Add a platform API for setting an allocation limit.
by Christopher Ferris
· 7 years ago
e3d90de
Switch libm to libcrt.builtins
by Yi Kong
· 7 years ago
165b1cf
Switch libc to libcrt.builtins
by Yi Kong
· 7 years ago
16455b5
Implement dynamic TLS accesses and allocation
by Ryan Prichard
· 7 years ago
ecc37e3
conditional zygote child heap profiling + android_internal_mallopt
by Ryan Savitski
· 7 years ago
606191f
Revert "Expose more symbols temporarily"
by Jiyong Park
· 7 years ago
98564b8
Merge changes from topic "move_bionic_to_apex"
by Treehugger Robot
· 7 years ago
45024fe
Add ARM EABI function __aeabi_read_tp
by Ryan Prichard
· 7 years ago
220f51e
Expose more symbols temporarily
by Jiyong Park
· 7 years ago
c45fe9f
Add stubs variants for bionic libs
by Jiyong Park
· 7 years ago
d19b3c5
Generate the per-arch .map files at build time.
by Elliott Hughes
· 7 years ago
2d0b28b
Add getloadavg(3).
by Elliott Hughes
· 7 years ago
b177085
Add reallocarray(3).
by Elliott Hughes
· 7 years ago
ce934e3
Add android_get_device_api_level.
by Elliott Hughes
· 7 years ago
726b63f
Implement pthread_sigqueue.
by Josh Gao
· 7 years ago
b6b3a1d
fdsan: expose functions to get and interpret tags.
by Josh Gao
· 7 years ago
e16082f
fdsan: expose the address of the table to the platform.
by Josh Gao
· 7 years ago
6fdfd92
Use LIBC_Q for LIBC_PRIVATE / LIBC_PLATFORM
by Ryan Prichard
· 7 years ago
f6e5b58
Introduce api to track fd ownership in libc.
by Josh Gao
· 7 years ago
f98d87b
Add C11 timespec_get.
by Elliott Hughes
· 7 years ago
3a5fd00
Expose __res_randomid.
by Elliott Hughes
· 7 years ago
2e1a40a
Change heap dump format slightly.
by Christopher Ferris
· 7 years ago
12306f0
Fix the map for pthread_cond_timedwait_monotonic_np.
by Elliott Hughes
· 7 years ago
e219cef
Fix posix_memalign introduced tag.
by Dan Albert
· 7 years ago
b83bf14
Fortify ppoll64.
by Elliott Hughes
· 7 years ago
c6b5bcd
Add _monotonic_np versions of timed wait functions
by Tom Cherry
· 8 years ago
d5172fc
Merge "Add __fseterr."
by Treehugger Robot
· 8 years ago
665ce21
Merge "Add remaining _l function stubs."
by Elliott Hughes
· 8 years ago
4578526
Add __fseterr.
by Elliott Hughes
· 8 years ago
3376c23
Add remaining _l function stubs.
by Elliott Hughes
· 8 years ago
db478a6
Implement malloc hooks.
by Christopher Ferris
· 8 years ago
cae21a9
Add aligned_alloc to libc.
by Christopher Ferris
· 8 years ago
3e23591
Add `struct sigaction64` and `sigaction64`.
by Elliott Hughes
· 8 years ago
5905d6f
Add `sigset64_t` and accompanying functions.
by Elliott Hughes
· 8 years ago
6b9c85b
Support priority inheritance mutex in 64bit programs.
by Yabin Cui
· 8 years ago
37ad959
More missing _unlocked <stdio.h> functions.
by Elliott Hughes
· 8 years ago
c8a2612
Merge "Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched."
by Elliott Hughes
· 8 years ago
8aecba7
Implement pthread_attr_getinheritsched/pthread_attr_setinheritsched.
by Elliott Hughes
· 8 years ago
ac29d9f
Merge "Add POSIX swab."
by Treehugger Robot
· 8 years ago
4d215aa
Add POSIX fexecve.
by Elliott Hughes
· 8 years ago
fa386e0
Add POSIX swab.
by Elliott Hughes
· 8 years ago
dff08ce
Add pthread_setschedprio.
by Elliott Hughes
· 8 years ago
5033918
Complete <netdb.h>.
by Elliott Hughes
· 8 years ago
14e3ff9
Implement <spawn.h>.
by Elliott Hughes
· 8 years ago
a5c316f
Don't repeat ourselves unnecessarily in the maps.
by Elliott Hughes
· 8 years ago
b3639ad
Merge changes I76dde1e3,I54fec461
by Elliott Hughes
· 8 years ago
8465e96
Add <sys/random.h>.
by Elliott Hughes
· 8 years ago
f1c568d
Add <glob.h>.
by Elliott Hughes
· 8 years ago
5702c6f
Finish <search.h>.
by Elliott Hughes
· 8 years ago
f11aa95
Pretend the <fts.h> functions didn't appear until 21.
by Elliott Hughes
· 8 years ago
a648733
Implement <iconv.h>.
by Elliott Hughes
· 8 years ago
44d8f7b
Fix ndk build.
by Elliott Hughes
· 8 years ago
896362e
Add syncfs(2).
by Elliott Hughes
· 8 years ago
5ba2c21
Finish <stdio_ext.h>.
by Elliott Hughes
· 8 years ago
4dd33f9
Merge "Allow calling v?dprintf for any target API level."
by Treehugger Robot
· 8 years ago
06bd586
POSIX getlogin_r/LOGIN_NAME_MAX/TTY_NAME_MAX.
by Elliott Hughes
· 8 years ago
5f7135e
Allow calling v?dprintf for any target API level.
by Dan Albert
· 8 years ago
488eb8b
Move mallopt to correct section.
by Christopher Ferris
· 8 years ago
ca84fe3
Add mallopt to canonical list of exports.
by Christopher Ferris
· 8 years ago
dd878fe
Add a netcontext variant of gethostbyname
by Ben Schwartz
· 8 years ago
5017805
Add a netcontext variant of gethostbyaddr
by Ben Schwartz
· 8 years ago
2e8e5e6
DO NOT MERGE: The future is now.
by Josh Gao
· 8 years ago
b63ed1d
Restore __system_property_find_nth version
by Dimitry Ivanov
· 8 years ago
b876bab
Move __system_property_*_serial back to LIBC
by Dimitry Ivanov
· 9 years ago
41a3a6f
Hide internal __system_property_* functions
by Dimitry Ivanov
· 9 years ago
c54937b
Merge "add fortified implementations of send/sendto"
by Treehugger Robot
· 9 years ago
95b59c5
add fortified implementations of send/sendto
by Daniel Micay
· 9 years ago
a0d374d
Add __system_property_wait and return the serial in __system_property_read_callback.
by Elliott Hughes
· 9 years ago
16b2a4d
Revert "Revert "Remove limit of system property name length""
by Dimitry Ivanov
· 9 years ago
489f58b
Revert "Remove limit of system property name length"
by Dimitry Ivanov
· 9 years ago
5c1ce27
Remove limit of system property name length
by Dimitry Ivanov
· 10 years ago
581b9f6
Hide __system_property_add/update, deprecate find_nth
by Dimitry Ivanov
· 9 years ago
fc8e688
Implement <langinfo.h>.
by Elliott Hughes
· 9 years ago
3103f6d
Add strtof_l and strtod_l.
by Dan Albert
· 9 years ago
7c59f3f
Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>.
by Elliott Hughes
· 9 years ago
5ffed9b
Move brillo closer to Android.
by Elliott Hughes
· 9 years ago
00c8e95
Put bsd_signal back.
by Dan Albert
· 9 years ago
674d93d
Unversion some symbols for the NDK.
by Dan Albert
· 9 years ago
bf0e762
Mark LIBC_O as being a future version.
by Dan Albert
· 9 years ago
09bc172
Mark LIBC_N as being introduced in android-24.
by Dan Albert
· 9 years ago
b8109d0
Annotate the libc version map with NDK info.
by Dan Albert
· 9 years ago
20788ae
Add ctermid.
by Elliott Hughes
· 9 years ago
449eff0
Add futimes, futimesat, and lutimes.
by Elliott Hughes
· 9 years ago
71e783d
Remove __brk
by Dimitry Ivanov
· 9 years ago
7ba106c
Fix <wctype.h>.
by Elliott Hughes
· 9 years ago
6f6f905
Implement mblen(3).
by Elliott Hughes
· 9 years ago
54548d8
Make malloc debug symbols platform-private
by Dimitry Ivanov
· 9 years ago
722ab05
bionic: Implement getpwent and getgrent
by Mark Salyzyn
· 9 years ago
97c9d73
Add new info functions to resolver for use by Netd.
by Pierre Imai
· 9 years ago
ab6c7de
Merge "Revert "Temporary move __udivdi3 back to LIBC for x86""
by Dimitry Ivanov
· 9 years ago
9f39326
Revert "Temporary move __udivdi3 back to LIBC for x86"
by Dimitry Ivanov
· 9 years ago
6cfb84b
Add trivial no-op <nl_types.h>.
by Elliott Hughes
· 9 years ago
eafad49
Add <sys/quota.h>.
by Elliott Hughes
· 9 years ago
7f72ad4
Add sync_file_range to <fcntl.h>.
by Elliott Hughes
· 9 years ago
c9291e1
Merge "Add POSIX getsubopt(3)."
by Elliott Hughes
· 9 years ago
df143f8
Add POSIX getsubopt(3).
by Elliott Hughes
· 9 years ago
5375bf6
Add SysV signal handling
by Greg Hackmann
· 10 years ago
Next »