1. 02ce401 API guard every post-21 API. by Dan Albert · 10 months ago
  2. 414dd2d Always include <sys/cdefs.h> first. by Elliott Hughes · 10 months ago
  3. fb9df25 unistd.h: document chdir()/fchdir(). by Elliott Hughes · 11 months ago
  4. bbd39aa Replace http://man7.org links with https://man7.org links. by Elliott Hughes · 12 months ago
  5. b631ec7 <unistd.h>: explain why getpagesize() is better than getauxval() as well as sysconf(). by Elliott Hughes · 1 year, 2 months ago
  6. c8ea872 Fix gettid() in functions that call fork() or equivalent. by Elliott Hughes · 1 year, 2 months ago
  7. 9b9371b Replace commented-out deprecated attribute with doc comment. by Elliott Hughes · 1 year, 4 months ago
  8. 3bfb6ee sysconf()/getpagesize() documentation. by Elliott Hughes · 1 year, 4 months ago
  9. 8257268 _Fork(): clarify what not running pthread_atfork() handlers means in practice. by Elliott Hughes · 1 year, 5 months ago
  10. 2411fff Add _Fork(). by Elliott Hughes · 1 year, 6 months ago
  11. 9c06d16 s/master/main/ by Elliott Hughes · 1 year, 10 months ago
  12. 7110157 Make getentropy available from <unistd.h> by David Benjamin · 2 years, 1 month ago
  13. c77993e Mark getpagesize() const. by Elliott Hughes · 2 years, 2 months ago
  14. 655e430 Remove the always-true __INTRODUCED_IN() annotations. by Elliott Hughes · 2 years, 2 months ago
  15. f4ace9d libc/include: remove easy __ANDROID_API__ tautologies. by Elliott Hughes · 2 years, 6 months ago
  16. 3d59110 Nullability check for unistd module by zijunzhao · 2 years, 7 months ago
  17. d4fd67c Add some missing "Available since" documentation. by Elliott Hughes · 2 years, 8 months ago
  18. c2e412e Add copy_file_range(2) syscall stub to bionic. by zijunzhao · 3 years, 4 months ago
  19. b65e105 add new Linux close_range() system call to bionic by Maciej Żenczykowski · 3 years, 7 months ago
  20. 2dbea43 Make swab(3) inline prior to API 28. by Dan Albert · 6 years ago
  21. 5ac438e Clean up mips references in the headers. by Elliott Hughes · 5 years ago
  22. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  23. 0e14c5a <unistd.h> __INTRODUCED_IN cleaup. by Elliott Hughes · 6 years ago
  24. f106a39 Remove __INTRODUCED_IN for obsolete API levels. by Elliott Hughes · 6 years ago
  25. 3403315 Annotate no_return and returns_twice functions. by Josh Gao · 6 years ago
  26. 9c60177 Document the set*id functions. by Elliott Hughes · 7 years ago
  27. 9024235 Remove __overloadable/__RENAME_CLANG by George Burgess IV · 8 years ago
  28. cc0fe6e The future is now (2018 edition). by Elliott Hughes · 8 years ago
  29. a348174 Improve the _FILE_OFFSET_BITS docs and link to them. by Elliott Hughes · 8 years ago
  30. ac29d9f Merge "Add POSIX swab." by Treehugger Robot · 8 years ago
  31. 4d215aa Add POSIX fexecve. by Elliott Hughes · 8 years ago
  32. fa386e0 Add POSIX swab. by Elliott Hughes · 8 years ago
  33. bda6f3b Improve names for function arguments in <unistd.h> for Studio. by Elliott Hughes · 8 years ago
  34. 896362e Add syncfs(2). by Elliott Hughes · 8 years ago
  35. 1db06fa Merge "libc: Split FORTIFY into its own headers" by Treehugger Robot · 8 years ago
  36. 06bd586 POSIX getlogin_r/LOGIN_NAME_MAX/TTY_NAME_MAX. by Elliott Hughes · 8 years ago
  37. b97049c libc: Split FORTIFY into its own headers by George Burgess IV · 8 years ago
  38. 00fedf5 Undo recent _FILE_OFFSET_BITS=64 changes. by Elliott Hughes · 8 years ago
  39. 2e8e5e6 DO NOT MERGE: The future is now. by Josh Gao · 8 years ago
  40. 9c2094f Fixup API level guards for new fortify functions. by Dan Albert · 8 years ago
  41. 156d5a8 Match __bos0 to __pass_object_size0 in FORTIFY by George Burgess IV · 8 years ago
  42. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 8 years ago
  43. 79a8f4b Fix return type of sync(2). by Elliott Hughes · 9 years ago
  44. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  45. 95fa061 Rename __pure, __pure2, and __purefunc. by Elliott Hughes · 9 years ago
  46. a39f5d8 Make getpagesize inline static. by Dan Albert · 9 years ago
  47. 2990404 Correct more fortify availability guards. by Dan Albert · 9 years ago
  48. fd936ae POSIX says <fcntl.h> makes SEEK_* visible. by Elliott Hughes · 9 years ago
  49. d80a52e Add __attribute__((sentinel)) tags to execl and friends. by Josh Gao · 9 years ago
  50. dfa6bbb Guard fortify inlines with __ANDROID_API__. by Dan Albert · 9 years ago
  51. b6a4a4c Add version information for legacy inlines. by Josh Gao · 9 years ago
  52. 3b2096a Remove unnecessary 'extern's. by Elliott Hughes · 9 years ago
  53. 46b4416 Update header versions for NDK platform fixes. by Josh Gao · 9 years ago
  54. 6e9c1f6 Remove declaration for __brk. by Josh Gao · 9 years ago
  55. 34c599a Add __INTRODUCED_IN_FUTURE for unreleased APIs. by Josh Gao · 9 years ago
  56. 14adff1 Add versioning information to symbols. by Josh Gao · 9 years ago
  57. 8c8ef59 Move <sys/sysconf.h> to <bits/sysconf.h>. by Josh Gao · 9 years ago
  58. 7449e59 Extract getopt and friends to <bits/getopt.h> by Josh Gao · 9 years ago
  59. 98e574c Extract ioctl to <bits/ioctl.h>. by Josh Gao · 9 years ago
  60. ee8d169 Extract fcntl to <bits/fcntl.h>. by Josh Gao · 9 years ago
  61. e2faf07 Add {get,set}domainname(2) by Greg Hackmann · 9 years ago
  62. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  63. af4713e Unify unistd.h. by Dan Albert · 10 years ago
  64. afdd154 add fortified implementations of write/pwrite{,64} by Daniel Micay · 10 years ago
  65. 9101b00 add a fortified implementation of getcwd by Daniel Micay · 10 years ago
  66. 4228188 add fortified readlink/readlinkat implementations by Daniel Micay · 10 years ago
  67. e7e1c87 add fortified implementations of pread/pread64 by Daniel Micay · 10 years ago
  68. 8c41eae Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp." by Yabin Cui · 10 years ago
  69. 7fb680b Move getusershell/endusershell/setusershell to ndk_cruft.cpp. by Yabin Cui · 10 years ago
  70. 4c5891d valgrind can't find syscall because we didn't put it in <unistd.h>. by Elliott Hughes · 10 years ago
  71. 1dbc6bb Merge "Implement _FILE_OFFSET_BITS (mostly)." by Elliott Hughes · 10 years ago
  72. 68dc20d Implement _FILE_OFFSET_BITS (mostly). by Elliott Hughes · 11 years ago
  73. 92b9c6f POSIX says flock is in <sys/file.h>, not <unistd.h>. by Elliott Hughes · 10 years ago
  74. 1ed337d Clean up SEEK_SET definitions. by Elliott Hughes · 11 years ago
  75. a381fe8 Fix ptsname(3) and ttyname(3) to use TLS. by Elliott Hughes · 11 years ago
  76. 60d84af sysconf(3) returns long. by Elliott Hughes · 11 years ago
  77. b86a4c7 Add sethostname(2). by Elliott Hughes · 11 years ago
  78. 658727e Inline helpers need to be exported unmangled. by Dan Albert · 11 years ago
  79. 31165ed CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. by Elliott Hughes · 11 years ago
  80. a186b2e Clean up fpathconf(3)/pathconf(3). by Elliott Hughes · 11 years ago
  81. f4c948a Move the meat of <features.h> into <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  82. 5f5cc45 Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE). by Elliott Hughes · 11 years ago
  83. 2cfb4e8 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  84. f4c1a36 Remove declarations for things that don't exist. by Elliott Hughes · 11 years ago
  85. 4916706 Fix linkage of grantpt(3). by Elliott Hughes · 11 years ago
  86. 9c07aee Clean up some misinformation around prctl. by Elliott Hughes · 11 years ago
  87. 462abab Removes getdtablesize(3) from LP64. by Dan Albert · 11 years ago
  88. b27a840 Add __pure2 to a few more functions, most notably gettid and pthread_self. by Elliott Hughes · 11 years ago
  89. b4e099c Remove issetugid. by Elliott Hughes · 11 years ago
  90. a7821b7 Use __typeof__() instead of typeof() by Dan Albert · 11 years ago
  91. 58d9e28 Switch to the upstream OpenBSD getenv/putenv/setenv implementation. by Elliott Hughes · 11 years ago
  92. 0133944 Clean up our OpenBSD usage. by Elliott Hughes · 11 years ago
  93. a6ecba4 Clean up cacheflush. by Elliott Hughes · 11 years ago
  94. ab61eb3 Switch to upstream sleep(3) and usleep(3). by Elliott Hughes · 12 years ago
  95. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 12 years ago
  96. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  97. b036b5c FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  98. 8d25327 Revert "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 12 years ago
  99. 65c99de FORTIFY_SOURCE: fortify read() by Nick Kralevich · 12 years ago
  100. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago