android_bionic/libc/bionic
Dan Albert 1c78cb0fee Add missing includes.
Test: mma
Bug: None
Change-Id: I0221b213e08d07cc5ac0b704a86e98ae8c0f456f
2017-10-11 11:25:52 -07:00
..
NetdClient.cpp Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
NetdClientDispatch.cpp
__bionic_get_shell_path.cpp For devices which are not treble enabled, return the system shell. 2017-09-07 17:19:21 -07:00
__cmsg_nxthdr.cpp
__cxa_guard.cpp Always use CLOCK_MONOTONIC for pthreads and semaphores 2017-08-18 09:11:05 -07:00
__cxa_pure_virtual.cpp Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
__cxa_thread_atexit_impl.cpp
__errno.cpp Remove `volatile` from the `__errno` declaration. 2017-06-13 16:02:07 -07:00
__gnu_basename.cpp
__libc_current_sigrtmax.cpp Make unified headers' SIGRTMIN/SIGRTMAX usable before API 21. 2017-04-26 14:34:36 -07:00
__libc_current_sigrtmin.cpp Make unified headers' SIGRTMIN/SIGRTMAX usable before API 21. 2017-04-26 14:34:36 -07:00
__libc_init_main_thread.cpp Improve pthread_create failure handling. 2017-09-19 14:02:50 -07:00
__set_errno.cpp
__stack_chk_fail.cpp Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
abort.cpp Shave another uninteresting stack frame off aborts. 2017-06-20 14:58:16 -07:00
accept.cpp
accept4.cpp
access.cpp
android_set_abort_message.cpp Add missing includes. 2017-10-11 11:25:52 -07:00
arpa_inet.cpp
assert.cpp Remove dead `longjmperror`. 2017-08-23 15:40:03 -07:00
atof.cpp
bionic_arc4random.cpp Add missing includes. 2017-10-11 11:25:52 -07:00
bionic_futex.cpp Always use CLOCK_MONOTONIC for pthreads and semaphores 2017-08-18 09:11:05 -07:00
bionic_netlink.cpp
bionic_netlink.h
bionic_systrace.cpp Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
bionic_time_conversions.cpp Always use CLOCK_MONOTONIC for pthreads and semaphores 2017-08-18 09:11:05 -07:00
brk.cpp
c16rtomb.cpp Hide various mbstate implementation details. 2017-07-14 17:00:05 -07:00
c32rtomb.cpp Hide various mbstate implementation details. 2017-07-14 17:00:05 -07:00
chmod.cpp
chown.cpp
clearenv.cpp
clock.cpp
clock_getcpuclockid.cpp
clock_nanosleep.cpp
clone.cpp Add directives to force stop unwinding. 2017-10-05 15:18:47 -07:00
close.cpp
connect.cpp
ctype.cpp
dirent.cpp
dl_iterate_phdr_static.cpp All architectures have AT_SYSINFO_EHDR now. 2017-09-22 13:08:50 -07:00
dup2.cpp
environ.cpp Move environ valiable into it's own file 2017-07-10 21:44:17 +02:00
epoll_create.cpp
epoll_pwait.cpp
epoll_wait.cpp
error.cpp
ether_aton.c
ether_ntoa.c
eventfd_read.cpp
eventfd_write.cpp
exec.cpp Va_end should be used with va_start 2017-05-20 13:20:41 -07:00
faccessat.cpp Add details on why AT_SYMLINK_NOFOLLOW is dangerous 2017-02-14 12:55:15 -08:00
fchmod.cpp
fchmodat.cpp
ffs.cpp
fgetxattr.cpp
flistxattr.cpp
flockfile.cpp
fork.cpp Shave another uninteresting stack frame off aborts. 2017-06-20 14:58:16 -07:00
fortify.cpp Add more const-correct C++ overloads. 2017-08-23 14:34:40 -07:00
fpclassify.cpp
fsetxattr.cpp
ftruncate.cpp
fts.c bionic: fix assorted static analyzer warnings 2017-06-28 15:03:15 -07:00
ftw.cpp
futimens.cpp
getauxval.cpp
getcwd.cpp Remove outdated _FORTIFY_SOURCE #undefs 2017-07-21 11:25:52 -07:00
getdomainname.cpp
getentropy_linux.c
gethostname.cpp
getpagesize.cpp
getpgrp.cpp
getpid.cpp
getpriority.cpp
gettid.cpp Shave another uninteresting stack frame off aborts. 2017-06-20 14:58:16 -07:00
grp_pwd.cpp Add a legacy inline for mmap64. 2017-10-05 23:41:47 -07:00
iconv.cpp Add missing includes. 2017-10-11 11:25:52 -07:00
icu.cpp Add missing includes. 2017-10-11 11:25:52 -07:00
icu_static.cpp
icu_wrappers.cpp Implement wcwidth(3) in terms of icu4c. 2017-07-27 17:08:24 -07:00
ifaddrs.cpp
initgroups.c
inotify_init.cpp
ioctl.cpp
isatty.c
jemalloc.h Add support for modifying decay timer. 2017-05-15 16:59:16 -07:00
jemalloc_wrapper.cpp Add a legacy inline for mmap64. 2017-10-05 23:41:47 -07:00
killpg.cpp Replace killpg. 2017-07-11 15:00:17 -07:00
langinfo.cpp
lchown.cpp
legacy_32_bit_support.cpp
lfs64_support.cpp
libc_init_common.cpp Move environ valiable into it's own file 2017-07-10 21:44:17 +02:00
libc_init_common.h
libc_init_dynamic.cpp Add directives to force stop unwinding. 2017-10-05 15:18:47 -07:00
libc_init_static.cpp Add directives to force stop unwinding. 2017-10-05 15:18:47 -07:00
libgen.cpp Allocate thread local buffers in __init_tls. 2017-02-22 16:05:03 -08:00
link.cpp
locale.cpp Add a non-TLS slot implementation of locale.cpp. 2017-07-12 13:47:42 -07:00
lockf.cpp
lstat.cpp
malloc_common.cpp Add support for modifying decay timer. 2017-05-15 16:59:16 -07:00
malloc_info.cpp
malloc_info.h
mblen.cpp
mbrtoc16.cpp Hide various mbstate implementation details. 2017-07-14 17:00:05 -07:00
mbrtoc32.cpp Hide various mbstate implementation details. 2017-07-14 17:00:05 -07:00
memmem.cpp libc: add const-correct string.h overloads 2017-04-05 13:17:07 -07:00
mempcpy.cpp
mkdir.cpp
mkfifo.cpp
mknod.cpp
mmap.cpp Add a legacy inline for mmap64. 2017-10-05 23:41:47 -07:00
mntent.cpp Allocate thread local buffers in __init_tls. 2017-02-22 16:05:03 -08:00
mremap.cpp Add a legacy inline for mmap64. 2017-10-05 23:41:47 -07:00
ndk_cruft.cpp Clean up __isthreaded. 2017-05-11 15:29:03 -07:00
net_if.cpp
netdb.cpp
netinet_in.cpp
new.cpp Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
nl_types.cpp
open.cpp With O_TMPFILE, open(2) takes a mode argument. 2017-08-04 10:20:18 -07:00
pathconf.cpp
pause.cpp
pipe.cpp
poll.cpp Remove outdated _FORTIFY_SOURCE #undefs 2017-07-21 11:25:52 -07:00
posix_fadvise.cpp
posix_fallocate.cpp
posix_madvise.cpp
posix_timers.cpp
pthread_atfork.cpp
pthread_attr.cpp Merge "Support larger guard regions." 2017-09-19 01:08:25 +00:00
pthread_barrier.cpp
pthread_cond.cpp Fix a comment in the pthread_cond_t implementation. 2017-02-18 16:35:36 -08:00
pthread_create.cpp Add a legacy inline for mmap64. 2017-10-05 23:41:47 -07:00
pthread_detach.cpp Revert "Remove the global thread list." 2017-02-02 02:41:38 +00:00
pthread_equal.cpp
pthread_exit.cpp Support larger guard regions. 2017-09-18 16:09:43 -07:00
pthread_getcpuclockid.cpp Be more strict about using invalid `pthread_t`s. 2017-02-13 17:59:29 -08:00
pthread_getschedparam.cpp Be more strict about using invalid `pthread_t`s. 2017-02-13 17:59:29 -08:00
pthread_gettid_np.cpp Be more strict about using invalid `pthread_t`s. 2017-02-13 17:59:29 -08:00
pthread_internal.cpp Drop thread list lock before abort. 2017-09-18 14:40:35 -07:00
pthread_internal.h Improve pthread_create failure handling. 2017-09-19 14:02:50 -07:00
pthread_join.cpp Revert "Remove the global thread list." 2017-02-02 02:41:38 +00:00
pthread_key.cpp
pthread_kill.cpp Be more strict about using invalid `pthread_t`s. 2017-02-13 17:59:29 -08:00
pthread_mutex.cpp
pthread_once.cpp
pthread_rwlock.cpp
pthread_self.cpp
pthread_setname_np.cpp Be more strict about using invalid `pthread_t`s. 2017-02-13 17:59:29 -08:00
pthread_setschedparam.cpp Be more strict about using invalid `pthread_t`s. 2017-02-13 17:59:29 -08:00
pthread_sigmask.cpp
pthread_spinlock.cpp
ptrace.cpp
pty.cpp Allocate thread local buffers in __init_tls. 2017-02-22 16:05:03 -08:00
pututline.c
raise.cpp Make raise/abort work with stale cached pid/tid values. 2017-05-10 16:42:04 -07:00
rand.cpp
readlink.cpp Remove outdated _FORTIFY_SOURCE #undefs 2017-07-21 11:25:52 -07:00
reboot.cpp
recv.cpp Remove outdated _FORTIFY_SOURCE #undefs 2017-07-21 11:25:52 -07:00
rename.cpp
rmdir.cpp
scandir.cpp
sched_cpualloc.c bionic: fix assorted static analyzer warnings 2017-06-28 15:03:15 -07:00
sched_cpucount.c
sched_getaffinity.cpp
sched_getcpu.cpp
semaphore.cpp
send.cpp add fortified implementations of send/sendto 2017-02-14 15:50:28 -08:00
setegid.cpp
seteuid.cpp
setjmp_cookie.cpp Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
setpgrp.cpp
sigaction.cpp
sigaddset.cpp
sigblock.c
sigdelset.cpp
sigemptyset.cpp
sigfillset.cpp
sighold.cpp
sigignore.cpp
siginterrupt.c
sigismember.cpp
signal.cpp
signalfd.cpp
sigpause.cpp
sigpending.cpp
sigprocmask.cpp
sigqueue.cpp
sigrelse.cpp
sigset.cpp
sigsetmask.c
sigsuspend.cpp
sigtimedwait.cpp
sigwait.cpp
sigwaitinfo.cpp
socket.cpp
stat.cpp
statvfs.cpp
stdlib_l.cpp Move non-locale.h APIs out of locale.cpp. 2017-07-12 12:41:47 -07:00
strchr.cpp Remove outdated _FORTIFY_SOURCE #undefs 2017-07-21 11:25:52 -07:00
strchrnul.cpp
strerror.cpp Allocate thread local buffers in __init_tls. 2017-02-22 16:05:03 -08:00
strerror_r.cpp Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
string_l.cpp Move non-locale.h APIs out of locale.cpp. 2017-07-12 12:41:47 -07:00
strings_l.cpp Move non-locale.h APIs out of locale.cpp. 2017-07-12 12:41:47 -07:00
strnlen.c
strrchr.cpp Remove outdated _FORTIFY_SOURCE #undefs 2017-07-21 11:25:52 -07:00
strsignal.cpp Allocate thread local buffers in __init_tls. 2017-02-22 16:05:03 -08:00
strtold.cpp Use __RENAME for long double functions. 2017-09-14 16:10:43 -07:00
symlink.cpp
sync_file_range.cpp
sys_msg.cpp
sys_sem.cpp
sys_shm.cpp
sys_siglist.c
sys_signame.c
sys_time.cpp
sysconf.cpp POSIX clock cleanup. 2017-10-05 10:33:18 -07:00
sysinfo.cpp Fix overflow in get_phys_pages and get_avphys_pages. 2017-08-24 16:51:48 -07:00
syslog.cpp Move libc_log code into libasync_safe. 2017-05-03 08:50:43 -07:00
system_properties.cpp Add a legacy inline for mmap64. 2017-10-05 23:41:47 -07:00
tdestroy.cpp Finish <search.h>. 2017-08-31 17:38:51 -07:00
termios.cpp Make inline tcsetattr definition match constants. 2017-07-05 12:00:29 -07:00
thread_private.cpp
time64.c
time64_config.h
tmpfile.cpp
umount.cpp
unlink.cpp
vdso.cpp All architectures have AT_SYSINFO_EHDR now. 2017-09-22 13:08:50 -07:00
wait.cpp
wchar.cpp Hide various mbstate implementation details. 2017-07-14 17:00:05 -07:00
wchar_l.cpp Move wchar _l functions out of wchar.cpp. 2017-07-13 10:29:20 -07:00
wcstod.cpp Add missing includes. 2017-10-11 11:25:52 -07:00
wctype.cpp Implement wcwidth(3) in terms of icu4c. 2017-07-27 17:08:24 -07:00
wcwidth.cpp Implement wcwidth(3) in terms of icu4c. 2017-07-27 17:08:24 -07:00
wmempcpy.cpp