..
__bionic_get_shell_path.cpp
__bionic_get_shell_path(): explanatory comment.
2024-02-26 23:08:06 +00:00
__cmsg_nxthdr.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
__cxa_guard.cpp
Remove now unneeded #undef in __cxa_guard.cpp
2019-08-07 11:10:22 -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
Fix dlclose for libraries with thread_local dtors
2018-01-10 10:24:06 +01:00
__errno.cpp
Move errno to a pthread_internal_t field.
2018-12-11 12:59:23 -08:00
__gnu_basename.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
__libc_current_sigrtmax.cpp
Remove <signal.h> inlines for obsolete API levels.
2023-02-24 00:28:20 +00:00
__libc_current_sigrtmin.cpp
Move sigrtmin.h into platform headers.
2020-01-02 14:14:15 -08:00
__libc_init_main_thread.cpp
Revert "Linker support for MTE globals."
2023-12-06 19:01:46 +00:00
__set_errno.cpp
Move __set_errno to ndk_cruft.cpp.
2015-10-29 18:11:32 -07:00
__stack_chk_fail.cpp
Move libc_log code into libasync_safe.
2017-05-03 08:50:43 -07:00
abort.cpp
Generalize abort's inline_tgkill, use it in fdsan.
2018-08-31 16:39:23 -07:00
accept.cpp
Mark sockets on creation (socket()) and accept4().
2014-05-19 15:19:16 -07:00
access.cpp
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
2013-10-22 16:31:01 -07:00
android_crash_detail.cpp
header and android_crash_detail prefix for crash_detail API
2024-02-20 23:41:38 +00:00
android_profiling_dynamic.cpp
Consistently use %m rather than strerror() in logging.
2023-07-12 21:16:31 +00:00
android_set_abort_message.cpp
header and android_crash_detail prefix for crash_detail API
2024-02-20 23:41:38 +00:00
android_unsafe_frame_pointer_chase.cpp
Stop fp unwinding if the pc is 0.
2023-10-31 14:14:28 -07:00
arpa_inet.cpp
Fix inet_aton on LP32.
2015-10-09 17:36:05 -07:00
assert.cpp
Remove dead longjmperror
.
2017-08-23 15:40:03 -07:00
atexit.cpp
Consistently use %m rather than strerror() in logging.
2023-07-12 21:16:31 +00:00
atexit.h
Rewrite __cxa_atexit / __cxa_finalize
2020-03-06 21:04:32 -08:00
atof.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
bionic_allocator.cpp
Consistently use %m rather than strerror() in logging.
2023-07-12 21:16:31 +00:00
bionic_arc4random.cpp
Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals
2018-12-04 13:51:56 -08:00
bionic_call_ifunc_resolver.cpp
Merge changes from topic "revert-2709995-VVPYYBKIHY" into main
2023-12-07 01:36:49 +00:00
bionic_elf_tls.cpp
Fix StaticTlsLayout for atypical alignment values
2024-03-20 17:01:35 -07:00
bionic_futex.cpp
bionic: fix pthread_mutex_timedlock for PI mutexes
2023-12-13 12:10:50 -08:00
bionic_netlink.cpp
Add the ScopedFd that we've never quite gotten around to.
2019-10-31 21:16:18 -07:00
bionic_netlink.h
Add the ScopedFd that we've never quite gotten around to.
2019-10-31 21:16:18 -07:00
bionic_systrace.cpp
Fix recursive deadlock inside bionic_systrace
2022-01-25 20:50:12 +00:00
bionic_time_conversions.cpp
bionic: fix pthread_mutex_timedlock for PI mutexes
2023-12-13 12:10:50 -08:00
brk.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
c16rtomb.cpp
Optimize the mbs fast path slightly.
2021-11-16 11:03:19 -08:00
c32rtomb.cpp
Make multibyte result constants public.
2023-08-04 19:48:35 +00:00
chmod.cpp
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
2013-10-22 16:31:01 -07:00
chown.cpp
Remove bogus transitive includes.
2014-12-29 13:29:50 -08:00
clearenv.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
clock.cpp
clock: buff our coverage numbers slightly.
2020-05-29 15:36:16 -07:00
clock_getcpuclockid.cpp
Minor clock_getcpuclockid optimization.
2016-03-07 11:54:02 -08:00
clock_nanosleep.cpp
Remove the ___ hack.
2019-06-19 15:38:42 -07:00
clone.cpp
Move bionic_macros.h from private to platform.
2020-01-02 14:09:50 -08:00
ctype.cpp
Remove <ctype.h> cruft.
2023-10-06 15:06:17 +00:00
dirent.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
dl_iterate_phdr_static.cpp
Add additional dl_phdr_info fields
2019-08-22 12:43:17 -07:00
dup.cpp
Add a tool to track down fd leaks.
2020-01-30 13:55:10 -08:00
elf_note.cpp
bionic: Refactor __get_elf_note()
2024-02-06 17:58:40 -08:00
empty_android_ids.h
getgrnam, getgrgid, getpwnam, getpwuid for host
2020-10-29 07:52:54 +09:00
environ.cpp
Mark __BIONIC_WEAK_FOR_NATIVE_BRIDGE symbols
2017-10-27 10:01:46 +02:00
error.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
eventfd.cpp
fdtrack: add wrapper for eventfd.
2020-04-29 17:21:16 -07:00
exec.cpp
Make fork equivalent to vfork when HWASan or MTE stack tagging is enabled.
2023-05-08 15:26:00 -07:00
execinfo.cpp
Add execinfo functionality.
2021-10-20 21:53:07 +00:00
exit.cpp
Make fork equivalent to vfork when HWASan or MTE stack tagging is enabled.
2023-05-08 15:26:00 -07:00
faccessat.cpp
Document more clearly that we don't plan on using faccessat2(2).
2021-06-25 09:16:18 -07:00
fchmod.cpp
Remove the ___ hack.
2019-06-19 15:38:42 -07:00
fchmodat.cpp
Add the ScopedFd that we've never quite gotten around to.
2019-10-31 21:16:18 -07:00
fcntl.cpp
Clarify the fcntl() "that's not how F_SETFD works" error.
2023-10-12 16:04:14 +00:00
fdsan.cpp
Merge "Consistently use %m rather than strerror() in logging." into main am: a4b7949aca
am: f681964728
am: 12fd33dfe4
am: ea65516304
am: 42071860a1
am: d591bee9e1
2023-07-13 22:50:59 +00:00
fdtrack.cpp
Disable fdtrack post-fork.
2021-04-07 19:00:45 -07:00
ffs.cpp
Add ffsl(3), ffsll(3).
2020-03-26 11:43:05 -07:00
fgetxattr.cpp
Improve <sys/xattr.h> coverage.
2021-03-08 14:09:43 -08:00
flistxattr.cpp
Improve <sys/xattr.h> coverage.
2021-03-08 14:09:43 -08:00
fork.cpp
Add _Fork().
2024-02-29 20:50:58 +00:00
fortify.cpp
libc: remove __size_mul_overflow
2024-04-17 14:54:57 -07:00
fpclassify.cpp
Remove some legacy declarations from <math.h>.
2017-10-19 14:15:31 -07:00
fsetxattr.cpp
Remove the ___ hack.
2019-06-19 15:38:42 -07:00
ftruncate.cpp
Cleanup ftruncate negative test.
2015-06-01 13:22:57 -07:00
fts.c
Export fts as a static library for use with musl
2021-09-08 15:53:10 -07:00
ftw.cpp
Fix various ftw/nftw "shall fail"s from POSIX.
2018-05-08 15:20:07 -07:00
futimens.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
get_device_api_level.cpp
Add android_get_device_api_level.
2018-09-06 14:19:46 -07:00
getauxval.cpp
Changes for #inclusivefixit.
2020-07-21 16:34:58 -07:00
getcwd.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
getdomainname.cpp
Add {get,set}domainname(2)
2016-03-25 14:16:58 -07:00
getentropy.cpp
Add the ScopedFd that we've never quite gotten around to.
2019-10-31 21:16:18 -07:00
gethostname.cpp
Various coverage improvements.
2020-08-12 15:52:14 -07:00
getloadavg.cpp
Add getloadavg(3).
2018-10-23 11:23:00 -07:00
getpagesize.cpp
Remove PAGE_SIZE call sites.
2023-06-12 10:59:39 -07:00
getpgrp.cpp
Take ownership of various simple syscall wrappers.
2014-03-10 17:17:01 -07:00
getpid.cpp
Introduce api to track fd ownership in libc.
2018-07-19 14:28:54 -07:00
getpriority.cpp
Fix getpriority/setpriority types.
2016-11-29 15:14:11 -08:00
gettid.cpp
Shave another uninteresting stack frame off aborts.
2017-06-20 14:58:16 -07:00
grp_pwd.cpp
Simplify our trivial initgroups(), and add a test.
2024-02-14 17:19:14 -08:00
grp_pwd_file.cpp
getgrnam, getgrgid, getpwnam, getpwuid for host
2020-10-29 07:52:54 +09:00
grp_pwd_file.h
getgrnam, getgrgid, getpwnam, getpwuid for host
2020-10-29 07:52:54 +09:00
gwp_asan_wrappers.cpp
Rename GWP-ASan android_mallopt() arguments
2024-05-03 13:20:45 +02:00
gwp_asan_wrappers.h
[GWP-ASan] Provide runtime configuration through an env var + sysprop.
2022-04-20 11:26:00 -07:00
heap_tagging.cpp
[MTE] update ring buffer when enabling stack trace collection
2024-05-06 14:46:32 -07:00
heap_tagging.h
Allow init to upgrade MTE to sync.
2022-08-10 10:11:08 -07:00
heap_zero_init.cpp
[MemInit] Remove old API, introduce new MemInit API.
2021-01-25 15:19:31 -08:00
heap_zero_init.h
[MemInit] Remove old API, introduce new MemInit API.
2021-01-25 15:19:31 -08:00
iconv.cpp
Make multibyte result constants public.
2023-08-04 19:48:35 +00:00
icu.cpp
Replace libandroidicu usage in bionic with the new libicu.so available in NDK
2020-10-20 15:44:20 +01:00
icu_static.cpp
Add libc_nopthread.
2017-10-16 21:31:37 -07:00
icu_wrappers.cpp
Implement wcwidth(3) in terms of icu4c.
2017-07-27 17:08:24 -07:00
ifaddrs.cpp
Consistently use %m rather than strerror() in logging.
2023-07-12 21:16:31 +00:00
inotify_init.cpp
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.
2013-10-23 09:48:29 -07:00
ioctl.cpp
fix the mremap signature
2015-11-06 13:14:43 -08:00
isatty.cpp
Move three legacy .c files to .cpp.
2024-02-13 16:36:11 -08:00
jemalloc.h
Rename iterate to malloc_iterate internally.
2019-11-08 11:49:14 -08:00
jemalloc_wrapper.cpp
[scudo] -1 is also valid for M_DECAY_TIME
2024-04-26 15:24:24 -07:00
killpg.cpp
Replace killpg.
2017-07-11 15:00:17 -07:00
langinfo.cpp
Implement <langinfo.h>.
2016-11-19 11:46:54 -08:00
lchown.cpp
Remove bogus transitive includes.
2014-12-29 13:29:50 -08:00
legacy_32_bit_support.cpp
Add preadv2/pwritev2 wrappers.
2021-10-18 12:58:47 -07:00
lfs64_support.cpp
CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.
2014-09-23 18:21:52 -07:00
libc_init_common.cpp
Disable USE_SCUDO branches for HWASan
2024-04-04 20:07:04 +00:00
libc_init_common.h
Let executables not rely on sentinels in preinit_array/init_array/fini_array
2023-09-01 10:17:05 -07:00
libc_init_dynamic.cpp
Make "remapping stacks as PROT_MTE" debug log
2024-04-30 18:13:14 +00:00
libc_init_static.cpp
Fix StaticTlsLayout for atypical alignment values
2024-03-20 17:01:35 -07:00
libgen.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
link.cpp
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
2013-10-22 16:31:01 -07:00
locale.cpp
Avoid using new/delete in locale.cpp
2022-06-13 17:39:32 -07:00
lockf.cpp
Fix lockf for LP32.
2016-01-26 14:32:55 -08:00
lstat.cpp
Implement some of the missing LFS64 support.
2014-02-18 15:39:24 -08:00
malloc_common.cpp
[scudo] -1 is also valid for M_DECAY_TIME
2024-04-26 15:24:24 -07:00
malloc_common.h
[GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks).
2020-02-10 10:51:23 -08:00
malloc_common_dynamic.cpp
Disable USE_SCUDO branches for HWASan
2024-04-04 20:07:04 +00:00
malloc_common_dynamic.h
[GWP-ASan] Integrate GWP-ASan into bionc's malloc() (using hooks).
2020-02-10 10:51:23 -08:00
malloc_heapprofd.cpp
malloc_heapprofd: Avoid a spurious error log
2021-10-07 17:25:00 +01:00
malloc_heapprofd.h
allow for heapprofd's signal to be multiplexed
2020-01-15 22:55:03 +00:00
malloc_limit.cpp
Increase time to set allocation limit.
2023-08-04 13:10:48 -07:00
malloc_limit.h
[malloc dispatch] Install dispatch over the top of GWP-ASan.
2020-02-11 15:29:21 -08:00
malloc_tagged_pointers.h
[Tagged Pointers] Point to SAC documentation in abort message.
2021-01-05 13:10:21 -08:00
mblen.cpp
Implement mblen(3).
2016-04-28 16:41:29 -07:00
mbrtoc16.cpp
Fix mismatched return types for surrogate pairs.
2023-08-04 19:48:35 +00:00
mbrtoc32.cpp
Fix result for zero-length non-null conversion.
2023-08-04 19:48:56 +00:00
mempcpy.cpp
Add GNU extensions mempcpy and wmemcpy.
2015-02-18 22:02:56 -08:00
memset_explicit.cpp
Add C23's memset_explicit().
2022-08-10 23:36:16 +00:00
mkdir.cpp
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
2013-10-22 16:31:01 -07:00
mkfifo.cpp
Add mkfifoat(3).
2014-10-23 19:10:54 -07:00
mknod.cpp
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
2013-10-22 16:31:01 -07:00
mmap.cpp
Remove PAGE_SIZE call sites.
2023-06-12 10:59:39 -07:00
mntent.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
mremap.cpp
Remove PAGE_SIZE call sites.
2023-06-12 10:59:39 -07:00
ndk_cruft.cpp
More cleanup for #inclusivefixit.
2020-07-31 10:35:03 -07:00
ndk_cruft_data.cpp
Optimize tolower(3)/toupper(3) from <ctype.h>.
2019-09-27 14:42:39 -07:00
net_if.cpp
Add the ScopedFd that we've never quite gotten around to.
2019-10-31 21:16:18 -07:00
netdb.cpp
Complete <netdb.h>.
2017-10-15 10:37:51 -07:00
NetdClient.cpp
libnetd_client: support hooking sendto/sendmsg/sendmmsg too.
2019-06-20 08:32:24 -07:00
NetdClientDispatch.cpp
Add a tool to track down fd leaks.
2020-01-30 13:55:10 -08:00
netinet_ether.cpp
Clean up the <netinet/ether.h> implementation.
2024-02-16 01:23:46 +00:00
netinet_in.cpp
POSIX says IPPORT_RESERVED is in <netdb.h>.
2016-08-12 10:38:35 -07:00
new.cpp
Make our definition of std::nothrow weak.
2020-12-08 14:40:30 -08:00
nl_types.cpp
Add trivial no-op <nl_types.h>.
2016-04-06 17:22:44 -07:00
open.cpp
Add a tool to track down fd leaks.
2020-01-30 13:55:10 -08:00
pathconf.cpp
Clarify _PC_REC_INCR_XFER_SIZE and _PC_REC_MAX_XFER_SIZE.
2024-02-21 19:18:09 +00:00
pause.cpp
Add sigset64_t
and accompanying functions.
2018-01-30 18:47:16 -08:00
pidfd.cpp
Add wrappers for pidfd_{open,getfd,send_signal}.
2021-02-25 13:55:12 -08:00
pipe.cpp
fdtrack: add wrappers for pipe, pipe2.
2020-04-29 17:21:16 -07:00
poll.cpp
De-pessimize SigSetConverter usage.
2023-07-19 12:20:07 -07:00
posix_fadvise.cpp
Add posix_fadvise(3).
2014-09-11 08:45:46 -07:00
posix_fallocate.cpp
Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.
2014-02-03 16:20:46 -08:00
posix_madvise.cpp
implement posix_madvise
2014-12-04 11:01:28 -08:00
posix_timers.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
preadv_pwritev.cpp
Add preadv2/pwritev2 wrappers.
2021-10-18 12:58:47 -07:00
pthread_atfork.cpp
Move bionic_macros.h from private to platform.
2020-01-02 14:09:50 -08:00
pthread_attr.cpp
Reland^2 "[MTE] remap stacks with PROT_MTE when requested by dlopened library"
2024-02-15 17:47:19 -08:00
pthread_barrier.cpp
Fix pthread_barrierattr_getpshared prototype.
2016-08-11 23:18:13 -07:00
pthread_cond.cpp
Remove <pthread.h> cruft.
2023-02-27 21:31:11 +00:00
pthread_create.cpp
Move memtag_stack out of libc_globals
2024-03-12 12:42:23 -07:00
pthread_detach.cpp
Pass caller names to __pthread_internal_find for better errors.
2019-02-01 16:31:10 -08:00
pthread_equal.cpp
pthread_exit.cpp
riscv64 SCS support.
2023-02-23 01:21:07 +00:00
pthread_getcpuclockid.cpp
Make more pthread functions weak for native bridge
2019-09-25 16:55:47 +02:00
pthread_getschedparam.cpp
Make pthread_get/setschedparam weak for native bridge
2019-04-25 16:43:24 +02:00
pthread_gettid_np.cpp
Pass caller names to __pthread_internal_find for better errors.
2019-02-01 16:31:10 -08:00
pthread_internal.cpp
Move memtag_stack out of libc_globals
2024-03-12 12:42:23 -07:00
pthread_internal.h
bionic: max_android_page_size to 16384
2024-05-22 18:29:04 +00:00
pthread_join.cpp
Pass caller names to __pthread_internal_find for better errors.
2019-02-01 16:31:10 -08:00
pthread_key.cpp
Reorganize static TLS memory for ELF TLS
2019-01-11 15:34:22 -08:00
pthread_kill.cpp
Make more pthread functions weak for native bridge
2019-09-25 16:55:47 +02:00
pthread_mutex.cpp
Remove <pthread.h> cruft.
2023-02-27 21:31:11 +00:00
pthread_once.cpp
Use FUTEX_WAIT_BITSET to avoid converting timeouts.
2015-11-19 13:42:03 -08:00
pthread_rwlock.cpp
Clean up __always_inline
2024-04-17 10:50:41 -07:00
pthread_self.cpp
pthread_setname_np.cpp
Make more pthread functions weak for native bridge
2019-09-25 16:55:47 +02:00
pthread_setschedparam.cpp
Make pthread_get/setschedparam weak for native bridge
2019-04-25 16:43:24 +02:00
pthread_sigqueue.cpp
Make more pthread functions weak for native bridge
2019-09-25 16:55:47 +02:00
pthread_spinlock.cpp
Implement pthread spin.
2015-11-18 17:51:21 -08:00
ptrace.cpp
ptrace(3) should be varargs.
2014-07-16 16:07:10 -07:00
pty.cpp
Cleanup for #inclusivefixit.
2020-07-28 12:12:20 -07:00
raise.cpp
Make raise/abort work with stale cached pid/tid values.
2017-05-10 16:42:04 -07:00
rand.cpp
Implement rand/srand in terms of random/srandom.
2014-07-14 12:02:22 -07:00
readlink.cpp
Remove outdated _FORTIFY_SOURCE #undefs
2017-07-21 11:25:52 -07:00
realpath.cpp
Reimplement realpath.
2020-01-22 18:30:50 -08:00
reboot.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
recv.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
recvmsg.cpp
Make the atomic load explicit
2021-01-08 01:21:52 +00:00
rename.cpp
Rewrite renameat().
2022-10-04 20:13:49 +00:00
rmdir.cpp
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
2013-10-22 16:31:01 -07:00
scandir.cpp
scandir: clarity improvements.
2023-03-28 22:35:24 +00:00
sched_cpualloc.cpp
Move three legacy .c files to .cpp.
2024-02-13 16:36:11 -08:00
sched_cpucount.cpp
Move three legacy .c files to .cpp.
2024-02-13 16:36:11 -08:00
sched_getaffinity.cpp
Fix indentation in sched_getaffinity.
2013-10-15 16:49:49 -07:00
sched_getcpu.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
scudo.h
Add support for scudo svelte.
2019-12-16 16:22:55 -08:00
semaphore.cpp
Stop using the __ANDROID_API_x__ constants.
2019-12-20 13:26:14 -08:00
send.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
setegid.cpp
Clean up the cpuacct cruft.
2013-10-09 17:35:36 -07:00
seteuid.cpp
Clean up the cpuacct cruft.
2013-10-09 17:35:36 -07:00
setjmp_cookie.cpp
Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals
2018-12-04 13:51:56 -08:00
setpgrp.cpp
Take ownership of various simple syscall wrappers.
2014-03-10 17:17:01 -07:00
sigaction.cpp
Clarify which architectures do/don't need sa_restorer.
2024-01-24 14:25:00 -08:00
signal.cpp
De-pessimize SigSetConverter usage.
2023-07-19 12:20:07 -07:00
sigprocmask.cpp
De-pessimize SigSetConverter usage.
2023-07-19 12:20:07 -07:00
sleep.cpp
sleep/usleep: switch to trivial implementations.
2019-10-28 22:25:02 -07:00
socketpair.cpp
fdtrack: add wrapper for socketpair.
2020-04-29 17:21:16 -07:00
spawn.cpp
De-pessimize SigSetConverter usage.
2023-07-19 12:20:07 -07:00
stat.cpp
Implement some of the missing LFS64 support.
2014-02-18 15:39:24 -08:00
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
Add strchrnul.
2015-08-26 09:59:29 -07:00
strerror.cpp
Add strerrordesc_np() and strerrorname_np().
2023-09-27 11:21:12 -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.cpp
string/memory functions: avoid qemu bugs/performance issues.
2023-11-15 15:49:57 -08:00
strrchr.cpp
Remove outdated _FORTIFY_SOURCE #undefs
2017-07-21 11:25:52 -07:00
strsignal.cpp
Add strerrordesc_np() and strerrorname_np().
2023-09-27 11:21:12 -07:00
strtol.cpp
Microoptimize the strtol() family.
2023-12-13 10:46:42 -08:00
strtold.cpp
Remove __RENAME_LDBL.
2023-06-07 17:20:53 +00:00
swab.cpp
Make swab(3) inline prior to API 28.
2020-08-07 13:10:51 -07:00
symlink.cpp
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
2013-10-22 16:31:01 -07:00
sync_file_range.cpp
Add sync_file_range to <fcntl.h>.
2016-04-05 12:17:22 -07:00
sys_epoll.cpp
Add epoll_pwait2().
2023-08-23 15:59:12 -07:00
sys_msg.cpp
Remove dead code.
2020-02-13 22:25:02 -08:00
sys_sem.cpp
Remove dead code.
2020-02-13 22:25:02 -08:00
sys_shm.cpp
Remove dead code.
2020-02-13 22:25:02 -08:00
sys_signalfd.cpp
De-pessimize SigSetConverter usage.
2023-07-19 12:20:07 -07:00
sys_statfs.cpp
Support statvfs on API levels before 19.
2019-08-29 21:57:58 -07:00
sys_statvfs.cpp
Use inline keyword without underscores consistently
2024-04-17 10:51:09 -07:00
sys_thread_properties.cpp
Fix bug in finding another thread's TCB.
2020-10-15 10:28:19 -04:00
sys_time.cpp
Add futimes, futimesat, and lutimes.
2016-06-08 19:51:20 -07:00
sysconf.cpp
sysconf()/getpagesize() documentation.
2024-03-27 21:23:42 +00:00
sysinfo.cpp
Remove PAGE_SIZE call sites.
2023-06-12 10:59:39 -07:00
syslog.cpp
syslog.h: implement LOG_PERROR.
2023-05-03 14:19:40 -07:00
sysprop_helpers.cpp
Revert "Add debug logging for memtag level"
2023-05-18 01:27:52 +00:00
sysprop_helpers.h
Revert "Add debug logging for memtag level"
2023-05-18 01:27:52 +00:00
system.cpp
Add the missing '--' to shell invocations.
2021-11-04 17:29:35 -07:00
system_property_api.cpp
Move __system_properties_reload to LIBC from LIBC_PLATFORM
2023-10-25 17:41:33 -07:00
system_property_set.cpp
__system_property_set: add string names for init's error codes.
2024-04-22 22:18:06 +00:00
tdestroy.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
termios.cpp
<termios.h>: add two new POSIX functions.
2023-08-29 09:33:04 -07:00
thread_private.cpp
Reimplement popen(3)/pclose(3).
2018-07-11 12:15:26 -07:00
threads.cpp
threads.h: Add C11 thread support.
2019-04-24 09:12:29 -07:00
time.cpp
<time.h>: change the new C23 TIME_ constants.
2023-05-03 15:37:46 -07:00
time64.c
Bump tzcode from 2016g to 2022a*.
2022-06-07 09:59:16 +01:00
time64_config.h
time_l.cpp
Sync strptime.c with upstream.
2022-12-12 20:56:12 +00:00
tmpfile.cpp
Make tmpfile() respect $TMPDIR.
2023-04-18 17:11:06 -07:00
umount.cpp
Take ownership of various simple syscall wrappers.
2014-03-10 17:17:01 -07:00
unlink.cpp
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
2013-10-22 16:31:01 -07:00
usleep.cpp
sleep/usleep: switch to trivial implementations.
2019-10-28 22:25:02 -07:00
utmp.cpp
Reimplement our no-op utmp.h functions more simply.
2020-08-07 17:07:31 -07:00
vdso.cpp
Microoptimize vdso lookup.
2023-12-12 15:13:03 -08:00
wait.cpp
Modernize codebase by replacing NULL with nullptr
2018-08-02 18:09:44 -07:00
wchar.cpp
Make multibyte result constants public.
2023-08-04 19:48:35 +00:00
wchar_l.cpp
Expose tzalloc()/localtime_rz()/mktime_z()/tzfree().
2023-06-16 08:10:47 -07:00
wcstod.cpp
Remove __RENAME_LDBL.
2023-06-07 17:20:53 +00:00
wctype.cpp
Optimize tolower(3)/toupper(3) from <ctype.h>.
2019-09-27 14:42:39 -07:00
wcwidth.cpp
Implement wcwidth(3) in terms of icu4c.
2017-07-27 17:08:24 -07:00
wmempcpy.cpp
Add GNU extensions mempcpy and wmemcpy.
2015-02-18 22:02:56 -08:00