1. ef2b2fe Link to the public post about clang FORTIFY. by Elliott Hughes · 8 years ago
  2. bd3d208 libc: add const-correct string.h overloads by George Burgess IV · 8 years ago
  3. 4c78ca7 Cleanup now that we don't need __NDK_FPABI__. by Dan Albert · 8 years ago
  4. 156d5a8 Match __bos0 to __pass_object_size0 in FORTIFY by George Burgess IV · 8 years ago
  5. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 8 years ago
  6. 95fa061 Rename __pure, __pure2, and __purefunc. by Elliott Hughes · 9 years ago
  7. b36efa4 Fix instances of '#if __LP64__'. by Josh Gao · 9 years ago
  8. 9519fc0 Merge changes I9b662ca9,Iad7f3fc9,I1b16a4b5,I47b07755,I6496a8c4, ... by Treehugger Robot · 9 years ago
  9. d1dd7c5 Remove __static_cast macro from <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  10. bfb6bae versioner: replace availability attributes with annotate. by Josh Gao · 9 years ago
  11. 61bd7cb Merge changes I0262eed9,Iba9ee03a by Treehugger Robot · 9 years ago
  12. 3e6929d Add a temporary hack to work around __NDK_FPABI__. by Dan Albert · 9 years ago
  13. f6495c7 Stop #define'ing __func__ and __restrict. by Elliott Hughes · 9 years ago
  14. 8778d64 Remove __BIONIC_LEGACY_INLINE. by Josh Gao · 9 years ago
  15. 5470c18 Make it possible to build bionic with -I instead of -isystem. by Elliott Hughes · 9 years ago
  16. f47514d Remove __LIBC_ABI_PUBLIC__. by Elliott Hughes · 9 years ago
  17. 9eb3ae1 Remove __nonnull (in favor of _Nonnull). by Elliott Hughes · 9 years ago
  18. 9c8d711 Don't expose all BSD extensions. by Elliott Hughes · 9 years ago
  19. 3ba55f8 Rationalize visibility. by Elliott Hughes · 9 years ago
  20. f484050 Preliminary cleanup of <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  21. 8ba4424 Fix __errordecl on clang. by Josh Gao · 9 years ago
  22. 46b4416 Update header versions for NDK platform fixes. by Josh Gao · 9 years ago
  23. baa2a97 Use clang's nullability instead of nonnull. by Dan Albert · 10 years ago
  24. 34c599a Add __INTRODUCED_IN_FUTURE for unreleased APIs. by Josh Gao · 9 years ago
  25. 5a3d5ca Add __INTRODUCED_IN_{32,64}. by Josh Gao · 9 years ago
  26. 7e94d29 Remove __UNAVAILABLE. by Elliott Hughes · 9 years ago
  27. 29226f3 Tag unavailable functions with macro. by Josh Gao · 9 years ago
  28. b8e1b705 Make the legacy inline headers compile standalone. by Josh Gao · 9 years ago
  29. 6b45d57 use GNU C89 extern inline semantics for __size_mul_overflow() by Xia Yang · 10 years ago
  30. a818445 Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC. by Christopher Ferris · 10 years ago
  31. 44ddb31 Remove some <sys/cdefs.h> cruft. by Elliott Hughes · 10 years ago
  32. a6435a1 Use attribute availability. by Dan Albert · 10 years ago
  33. fed2659 add fortified implementations of fread/fwrite by Daniel Micay · 10 years ago
  34. 7ea817d Add some glibc-like #defines for libchrome. by Elliott Hughes · 10 years ago
  35. 1dbc6bb Merge "Implement _FILE_OFFSET_BITS (mostly)." by Elliott Hughes · 10 years ago
  36. 68dc20d Implement _FILE_OFFSET_BITS (mostly). by Elliott Hughes · 10 years ago
  37. 784de4e Revert "Move use of __warnattr to __deprecated." by Yabin Cui · 10 years ago
  38. 4645c4f Move use of __warnattr to __deprecated. by Yabin Cui · 10 years ago
  39. c9d0943 Declare getgrent/setgrent/endgrent as missing. by Yabin Cui · 10 years ago
  40. 466dbe4 Put back inline definitions if using an old API. by Dan Albert · 11 years ago
  41. 998f2d5 Remove more BSD cruft from the public headers. by Elliott Hughes · 11 years ago
  42. 1aaa178 cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  43. 884a3de Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  44. 9b543ff cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  45. fc8974b _GNU_SOURCE implies _BSD_SOURCE and the latest _POSIX_C_SOURCE. by Elliott Hughes · 11 years ago
  46. e0c56ef Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. by Elliott Hughes · 11 years ago
  47. f4c948a Move the meat of <features.h> into <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  48. 2cfb4e8 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  49. e6c57fc Add C11 <stdatomic.h>. by Elliott Hughes · 11 years ago
  50. caa15bf Define __WORDSIZE like glibc. by Elliott Hughes · 11 years ago
  51. 8d60cc6 Use __inline__ for fortify. by Elliott Hughes · 11 years ago
  52. c13fb75 Move bionic over to GCC's 'warning' attribute. by Elliott Hughes · 12 years ago
  53. ab61eb3 Switch to upstream sleep(3) and usleep(3). by Elliott Hughes · 12 years ago
  54. bd8e674 cdefs.h: introduce __bos0 by Nick Kralevich · 12 years ago
  55. 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 12 years ago
  56. 16d1af1 libc: add limited FORTIFY_SOURCE support for clang by Nick Kralevich · 12 years ago
  57. b24c063 libc: Introduce __errordecl() by Nick Kralevich · 12 years ago
  58. d04c183 Add more __restricts, clean up __format__ attributes. by Elliott Hughes · 12 years ago
  59. 78d6d98 libc: upgrade sprintf to _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  60. 1aae9bd strncpy: implement _FORTIFY_SOURCE=2 by Nick Kralevich · 12 years ago
  61. 890c8ed Fix builds where _FORTIFY_SOURCE is off. by Elliott Hughes · 12 years ago
  62. 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 12 years ago
  63. 24fad01 Document the mallinfo struct, add missing attributes. by Elliott Hughes · 12 years ago
  64. a0ee078 Upgrade libm. by Elliott Hughes · 13 years ago
  65. c1b44ec Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>" by David 'Digit' Turner · 13 years ago
  66. c124baa libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h> by David 'Digit' Turner · 13 years ago
  67. 829c089 disable _FORTIFY_SOURCE under clang by Nick Kralevich · 13 years ago
  68. 2b7f68c Revert "Fix the clang build: this compiler doesn't support the gnu_inline function attribute" by Shih-wei Liao · 13 years ago
  69. 4f1f149 Fix the clang build: this compiler doesn't support the gnu_inline function attribute by Shih-wei Liao · 13 years ago
  70. 9b6cc22 FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro by Nick Kralevich · 13 years ago
  71. 71a18dd _FORTIFY_SOURCE: add memset / bzero support by Nick Kralevich · 13 years ago
  72. a677907 string.h: add __attribute__ ((pure)) to string functions by Nick Kralevich · 13 years ago
  73. 8eda21b libc: <sys/cdefs.h>: Fix the use of __STDC_VERSION__ from C++ by David 'Digit' Turner · 14 years ago
  74. 23d2439 libc: Add <android/api-level.h> by David 'Digit' Turner · 15 years ago
  75. 50ace4f Remove compiler warnings when building Bionic. by David 'Digit' Turner · 15 years ago
  76. 3527fd6 wchar.h: improve wchar_t support in Bionic by David 'Digit' Turner · 15 years ago
  77. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  78. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  79. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago