- 6a6eb87 Correct nullability check for pthread_create() by Zijun · 1 year, 7 months ago
- b02d0b9 Merge "Prefer __nodiscard to __wur for readability." into main by Elliott Hughes · 1 year, 7 months ago
- b19df89 Prefer __nodiscard to __wur for readability. by Elliott Hughes · 1 year, 7 months ago
- fb61806 <threads.h>: `thread_local` should match the C23 #if guard for `static_assert`. by Elliott Hughes · 1 year, 7 months ago
- 1e76a82 Consistently position __wur next to the return type. by Elliott Hughes · 1 year, 7 months ago
- 2f070f2 Merge "Add reallocarray() polyfill." into main by Elliott Hughes · 1 year, 7 months ago
- f93af26 Add reallocarray() polyfill. by Elliott Hughes · 1 year, 7 months ago
- 470ac46 Merge "<sys/timerfd.h>: don't redefine constants." into main by Elliott Hughes · 1 year, 7 months ago
- 2b1c13d Merge "<sys/vfs.h>: explain the apparently useless duplication here." into main by Elliott Hughes · 1 year, 7 months ago
- 1019133 Merge "<sys/eventfd.h>: don't redefine constants." into main by Elliott Hughes · 1 year, 7 months ago
- ad58cc7 <sys/vfs.h>: explain the apparently useless duplication here. by Elliott Hughes · 1 year, 7 months ago
- c7afe76 <sys/timerfd.h>: don't redefine constants. by Elliott Hughes · 1 year, 7 months ago
- d1e0b1c <sys/eventfd.h>: don't redefine constants. by Elliott Hughes · 1 year, 7 months ago
- a776a5b <sys/inotify.h>: don't redefine constants. by Elliott Hughes · 1 year, 7 months ago
- eb8785a Remove two unused `extern`s on function declarations. by Elliott Hughes · 1 year, 7 months ago
- 219e602 <sys/stat.h>: add lchmod(). by Elliott Hughes · 1 year, 7 months ago
- 3ae4752 Merge "<stdlib.h>: ato*()/strto*() cleanup." into main by Elliott Hughes · 1 year, 7 months ago
- 2239545 Merge "No need to require API 23 for strptime_l()." into main by Elliott Hughes · 1 year, 7 months ago
- c2d539a Merge "<wchar.h>: use __RENAME() for some trivial aliases." into main by Elliott Hughes · 1 year, 7 months ago
- 0767784 <wchar.h>: use __RENAME() for some trivial aliases. by Elliott Hughes · 1 year, 7 months ago
- 55acfc1 No need to require API 23 for strptime_l(). by Elliott Hughes · 1 year, 7 months ago
- 14a5588 <stdlib.h>: ato*()/strto*() cleanup. by Elliott Hughes · 1 year, 7 months ago
- 2b27f57 <bits/threads_inlines.h>: add missing nullability annotations. by Elliott Hughes · 1 year, 7 months ago
- 09e764b Merge "Remove guards on constants and types." into main by Treehugger Robot · 1 year, 7 months ago
- cce5437 Reapply "Stop using versioner." by Dan Albert · 1 year, 8 months ago
- 2229e55 Fix posix_spawn()/posix_spawnp() nullability annotations. by Elliott Hughes · 1 year, 8 months ago
- 106afcd Revert "Stop using versioner." by Pechetty Sravani (xWF) · 1 year, 8 months ago
- e135120 Stop using versioner. by Dan Albert · 1 year, 8 months ago
- a642197 Remove guards on constants and types. by Dan Albert · 1 year, 8 months ago
- c9f344e Make aligned_alloc() __wur too. by Elliott Hughes · 1 year, 8 months ago
- ee04e3d No need to require API 23 for strerror_l(). by Elliott Hughes · 1 year, 8 months ago
- dcc7c9c Merge "Add mseal(2) wrapper." into main by Elliott Hughes · 1 year, 8 months ago
- 0f27896 Merge "Remove __INTRODUCED_IN_NO_GUARD_FOR_NDK()." into main by Elliott Hughes · 1 year, 8 months ago
- bbd39aa Replace http://man7.org links with https://man7.org links. by Elliott Hughes · 1 year, 8 months ago
- b3904ee Add mseal(2) wrapper. by Elliott Hughes · 1 year, 8 months ago
- 2f9fe8c Remove __INTRODUCED_IN_NO_GUARD_FOR_NDK(). by Elliott Hughes · 1 year, 8 months ago
- 3930264 Merge "Merge <stdio_ext.h>'s __fpurge() with <stdio.h>'s fpurge()." into main by Elliott Hughes · 1 year, 8 months ago
- 00a2a6f Merge <stdio_ext.h>'s __fpurge() with <stdio.h>'s fpurge(). by Elliott Hughes · 1 year, 8 months ago
- b5b0283 Merge "Remove elf.h riscv64 constants that are now in uapi." into main by Treehugger Robot · 1 year, 8 months ago
- 52c6164 Merge "Add sig2str()/str2sig() from POSIX Issue 8." into main by Elliott Hughes · 1 year, 8 months ago
- 07d5209 Add sig2str()/str2sig() from POSIX Issue 8. by Elliott Hughes · 1 year, 8 months ago
- 08909ff Remove elf.h riscv64 constants that are now in uapi. by Elliott Hughes · 1 year, 8 months ago
- 0191ea6 Merge "Merge <sys/system_properties.h> and <sys/_system_properties.h>." into main by Elliott Hughes · 1 year, 8 months ago
- 7ac54f5 Update to v6.10 kernel headers. by Christopher Ferris · 1 year, 8 months ago
- b1a578a Merge "libc: suppress libcxx's const-correct string overloads" into main by Treehugger Robot · 1 year, 8 months ago
- 620eec1 Merge <sys/system_properties.h> and <sys/_system_properties.h>. by Elliott Hughes · 1 year, 8 months ago
- 61b629d libc: suppress libcxx's const-correct string overloads by George Burgess IV · 1 year, 8 months ago
- df67242 Remove clang workaround. by Elliott Hughes · 1 year, 8 months ago
- ce4abcb <netinet/in6.h>: don't require <string.h>. by Elliott Hughes · 1 year, 8 months ago
- eadd64f Merge "Add POSIX qsort_r()." into main by Elliott Hughes · 1 year, 8 months ago
- 61f6dbf <sys/select.h>: use __builtin_memset rather than writing our own. by Elliott Hughes · 1 year, 8 months ago
- 5bae572 Add POSIX qsort_r(). by Elliott Hughes · 1 year, 8 months ago
- 28c2f7d <sys/_system_properties.h>: improve documentation. by Elliott Hughes · 1 year, 8 months ago
- 66d6112 Merge "Require deprecation messages." into main by Treehugger Robot · 1 year, 9 months ago
- 82e48ae Explain why RTLD_LAZY isn't supported. by Elliott Hughes · 1 year, 9 months ago
- aa530d5 Merge "<ctype.h>: more optimization." into main by Elliott Hughes · 1 year, 9 months ago
- 4e2d092 <ctype.h>: more optimization. by Elliott Hughes · 2 years, 2 months ago
- da81ec4 <fts.h>: fix nullability annotation. by Elliott Hughes · 1 year, 9 months ago
- dc6e2fb Remove cdecl cruft. by Elliott Hughes · 1 year, 9 months ago
- 356c50c <math.h>: there's a type-generic __builtin_signbit() now. by Elliott Hughes · 1 year, 10 months ago
- c51df93 math.h: match other OSes more closely. by Elliott Hughes · 1 year, 10 months ago
- 2483d93 Merge "Add <netinet/igmp.h>." into main by Elliott Hughes · 1 year, 10 months ago
- 7296274 Add <netinet/igmp.h>. by Elliott Hughes · 1 year, 10 months ago
- f274a20 Add <sys/io.h>. by Elliott Hughes · 1 year, 10 months ago
- c221bec Add a missing riscv64 psabi constant. by Elliott Hughes · 1 year, 10 months ago
- 988c807 Merge "<malloc.h>: warn on unused results for malloc_usable_size()." into main by Elliott Hughes · 1 year, 10 months ago
- 5b57093 Merge "<stdio.h>: warn on some unused results." into main by Elliott Hughes · 1 year, 10 months ago
- 69ddb74 <malloc.h>: warn on unused results for malloc_usable_size(). by Elliott Hughes · 1 year, 10 months ago
- b631ec7 <unistd.h>: explain why getpagesize() is better than getauxval() as well as sysconf(). by Elliott Hughes · 1 year, 10 months ago
- 78706d2 <stdio.h>: warn on some unused results. by Elliott Hughes · 1 year, 10 months ago
- d4c54b4 Warn about unused results with bsearch(). by Elliott Hughes · 1 year, 10 months ago
- c8ea872 Fix gettid() in functions that call fork() or equivalent. by Elliott Hughes · 1 year, 10 months ago
- a13b3b3 Merge "Tidy and document the `inline`/`__inline`/`__inline__` situation." into main by Elliott Hughes · 1 year, 11 months ago
- 88908db Merge "Minor <android/dlext.h> documentation improvements." into main by Elliott Hughes · 1 year, 11 months ago
- bdba54d Merge "Update <android/api-level.h>." into main by Treehugger Robot · 1 year, 11 months ago
- 923b48c Merge "Update <system_properties.h> documentation." into main by Treehugger Robot · 1 year, 11 months ago
- c2622a5 Minor <android/dlext.h> documentation improvements. by Elliott Hughes · 1 year, 11 months ago
- 3772ae4 Update <system_properties.h> documentation. by Elliott Hughes · 1 year, 11 months ago
- d6c3a07 Update <android/api-level.h>. by Elliott Hughes · 1 year, 11 months ago
- 72b10fc Document <link.h>. by Elliott Hughes · 1 year, 11 months ago
- e25abd9 Require deprecation messages. by Dan Albert · 1 year, 11 months ago
- 3469e7d Tidy and document the `inline`/`__inline`/`__inline__` situation. by Elliott Hughes · 1 year, 11 months ago
- 2237fcf Revert "Use inline keyword without underscores consistently" by Dan Albert · 1 year, 11 months ago
- a97a475 Merge "Add deprecation message for __sF." into main by Treehugger Robot · 1 year, 11 months ago
- 000745a Merge "Allow deprecation messages." into main by Treehugger Robot · 1 year, 11 months ago
- cc86c74 Add deprecation message for __sF. by Dan Albert · 1 year, 11 months ago
- 398e1aa Allow deprecation messages. by Dan Albert · 1 year, 11 months ago
- cdbc7c7 Merge "[scudo] -1 is also valid for M_DECAY_TIME" into main by Treehugger Robot · 1 year, 11 months ago
- 6abb406 [scudo] -1 is also valid for M_DECAY_TIME by Chia-hung Duan · 2 years ago
- 5063d26 Merge "Always use `__foo__` for attribute names." into main by Elliott Hughes · 2 years ago
- 9b9371b Replace commented-out deprecated attribute with doc comment. by Elliott Hughes · 2 years ago
- a1b5ca2 Always use `__foo__` for attribute names. by Elliott Hughes · 2 years ago
- 7d3c6cd Document pthread_key_create(3), pthread_key_delete(3), and PTHREAD_KEYS_MAX. by Elliott Hughes · 2 years ago
- 785e161 Merge "Update to v6.8 kernel headers." into main by Christopher Ferris · 2 years ago
- ceed466 libc: remove __size_mul_overflow by Nick Desaulniers · 2 years ago
- 0be8f18 Merge "Use inline keyword without underscores consistently" into main by Nick Desaulniers · 2 years ago
- 58f06e1 Use inline keyword without underscores consistently by Nick Desaulniers · 2 years ago
- 7d098bb Fix incorrect links by Florian Mayer · 2 years ago
- b830ddf Update to v6.8 kernel headers. by Christopher Ferris · 2 years ago
- e7f4506 Merge "Add LINE_MAX." into main by Treehugger Robot · 2 years ago