1. b6d301f [MIPS] Fix setjmp signals by Duane Sand · 11 years ago
  2. ee17e88 Merge "Define MAXHOSTNAMELEN explicitly in source files." by Yabin Cui · 10 years ago
  3. 2d8f9b5 Define MAXHOSTNAMELEN explicitly in source files. by Yabin Cui · 10 years ago
  4. e375eca Merge "Switch pthread_cond_t to <stdatomic.h>." by Yabin Cui · 10 years ago
  5. e5f816c Switch pthread_cond_t to <stdatomic.h>. by Yabin Cui · 11 years ago
  6. a4fc89b Merge "Stop including <linux/param.h> in <sys/param.h>." by Yabin Cui · 10 years ago
  7. 4216085 Remove stray log line. by Narayan Kamath · 10 years ago
  8. bc64d1d Merge "Switch kernel header parsing to python libclang" by Tao Bao · 10 years ago
  9. d7db594 Switch kernel header parsing to python libclang by Tao Bao · 11 years ago
  10. 44e88db Merge "Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs" by Colin Cross · 10 years ago
  11. 91b403c Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs by Colin Cross · 10 years ago
  12. 9dfb00c Merge "Use the libcxxabi __cxa_demangle." by Elliott Hughes · 10 years ago
  13. 6e54c3e Use the libcxxabi __cxa_demangle. by Elliott Hughes · 10 years ago
  14. aba6f71 Apparently, logd does need the NULs. by Elliott Hughes · 10 years ago
  15. da2c0a7 Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680 by Colin Cross · 10 years ago
  16. 5b869c0 Use LOCAL_LDFLAGS_64 instead of enumerating 64-bit architectures by Colin Cross · 10 years ago
  17. a6b6ed5 Fix typo in cpu variant makefile depenendency for arm64 by Colin Cross · 10 years ago
  18. 7dc502d Remove libc_static_common_src_files by Colin Cross · 10 years ago
  19. 1742a32 Share LP32 makefile settings between arches by Colin Cross · 10 years ago
  20. 5e52226 Stop including <linux/param.h> in <sys/param.h>. by Yabin Cui · 11 years ago
  21. bdd8452 Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data. by Fredrik Roubert · 11 years ago
  22. 7e1b3d3 Merge "Switch sem_t from bionic atomics to stdatomic.h." by Yabin Cui · 11 years ago
  23. a3d97da Switch sem_t from bionic atomics to stdatomic.h. by Yabin Cui · 11 years ago
  24. 11829be Merge "Add test about pthread_mutex_t owner tid limit." by Yabin Cui · 11 years ago
  25. 140f367 Add test about pthread_mutex_t owner tid limit. by Yabin Cui · 11 years ago
  26. 00490ae Ensure raw fchmod/fchmodat syscalls are hidden. by Nick Kralevich · 11 years ago
  27. d57bf44 Merge "Switch pthread_mutex_t from bionic atomics to <stdatomic.h>." by Hans Boehm · 11 years ago
  28. c5999c1 Merge "Clean up SEEK_SET definitions." by Elliott Hughes · 11 years ago
  29. 86fc96f Switch pthread_mutex_t from bionic atomics to <stdatomic.h>. by Yabin Cui · 11 years ago
  30. d80ec66 Merge "Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support" by Nick Kralevich · 11 years ago
  31. 1ed337d Clean up SEEK_SET definitions. by Elliott Hughes · 11 years ago
  32. 3cbc6c6 Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH support by Nick Kralevich · 11 years ago
  33. 42084a2 Small logging cleanup. by Elliott Hughes · 11 years ago
  34. 7f0f30c Merge "Fix clang build." by Elliott Hughes · 11 years ago
  35. 30fbf5f Fix clang build. by Elliott Hughes · 11 years ago
  36. d514d9b Merge "Fixes to the update-tzdata.py tool" by Neil Fuller · 11 years ago
  37. 0662c3e Fixes to the update-tzdata.py tool by Neil Fuller · 11 years ago
  38. 4674e38 Fortify poll and ppoll. by Elliott Hughes · 11 years ago
  39. cb0e703 Include <malloc.h> for struct mallinfo. by Elliott Hughes · 11 years ago
  40. 09c3382 Merge "Break two incorrect transitive includes." by Elliott Hughes · 11 years ago
  41. 94335cc Merge "Put back inline definitions if using an old API." by Dan Albert · 11 years ago
  42. 4dcfccf Remove unused CONFIG_SECONDS. by Elliott Hughes · 11 years ago
  43. 5038b19 Break two incorrect transitive includes. by Elliott Hughes · 11 years ago
  44. 466dbe4 Put back inline definitions if using an old API. by Dan Albert · 11 years ago
  45. cd1959b Merge "Add primitive CPPLINT.cfg." by Dan Albert · 11 years ago
  46. 6ac4dd8 Add primitive CPPLINT.cfg. by Dan Albert · 11 years ago
  47. 6a3ff01 Rewrite __cxa_guard.cpp with <stdatomic.h>. by Yabin Cui · 11 years ago
  48. 05fc1d7 Add missing includes. by Elliott Hughes · 11 years ago
  49. a9c3d05 Merge "Modify MIPS64 stat structure to match a generic one in AOSP." by Elliott Hughes · 11 years ago
  50. 86d2fee Modify MIPS64 stat structure to match a generic one in AOSP. by Raghu Gandham · 11 years ago
  51. 80e6d6d Switch pthread_once_t to stdatomic.h. by Yabin Cui · 11 years ago
  52. e609909 Fix mips build. by Elliott Hughes · 11 years ago
  53. 192e169 Merge "x86 has an assembler bcopy implementation." by Elliott Hughes · 11 years ago
  54. 1edfd9e x86 has an assembler bcopy implementation. by Elliott Hughes · 11 years ago
  55. 643a9be Merge "[Arm64] Fix overlapping fp fields in jmp_buf" by Elliott Hughes · 11 years ago
  56. 5c7964c Merge "Clean up <stdlib.h> slightly." by Elliott Hughes · 11 years ago
  57. f2d02c3 Merge "Make bionic compile even if resolver debugging is enabled." by Lorenzo Colitti · 11 years ago
  58. dbaab26 [Arm64] Fix overlapping fp fields in jmp_buf by Duane Sand · 11 years ago
  59. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 11 years ago
  60. 419ed12 Merge "Update kernel headers to v3.18.3." by Christopher Ferris · 11 years ago
  61. 247cfe0 Merge "Add <error.h>." by Elliott Hughes · 11 years ago
  62. b8a8cf0 Add <error.h>. by Elliott Hughes · 11 years ago
  63. 82d7504 Update kernel headers to v3.18.3. by Christopher Ferris · 11 years ago
  64. 616344d Make bionic compile even if resolver debugging is enabled. by Lorenzo Colitti · 11 years ago
  65. 6eb5dc1 Merge "Fix coverage build after adding clang coverage." by Dan Albert · 11 years ago
  66. 6e9e6ad Fix coverage build after adding clang coverage. by Dan Albert · 11 years ago
  67. c5dc02a Reduce <stdlib.h> namespace pollution. by Elliott Hughes · 11 years ago
  68. 6466292 Reduce <signal.h> namespace pollution. by Elliott Hughes · 11 years ago
  69. 6e15edc Merge "Say "Bad file descriptor" rather than "Bad file number"." by Elliott Hughes · 11 years ago
  70. d309877 Say "Bad file descriptor" rather than "Bad file number". by Elliott Hughes · 11 years ago
  71. e6bb5a2 Fix optimized fread. by Elliott Hughes · 11 years ago
  72. ab58559 Merge "Add a basic NDK compatibility library." by Dan Albert · 11 years ago
  73. c56af08 Use a more specific return type for app_id_from_name. by Elliott Hughes · 11 years ago
  74. 9c3fd59 Add a basic NDK compatibility library. by Dan Albert · 11 years ago
  75. d1668a7 Merge "Turn on -Wold-style-cast and fix the errors." by Elliott Hughes · 11 years ago
  76. 4f11c59 Merge "Add ndk_missing_symbols.py." by Dan Albert · 11 years ago
  77. 8b5df39 Turn on -Wold-style-cast and fix the errors. by Elliott Hughes · 11 years ago
  78. 169eb66 Add ndk_missing_symbols.py. by Dan Albert · 11 years ago
  79. 8c4994b Implement __fsetlocking. by Elliott Hughes · 11 years ago
  80. e69e645 Fix signed/unsigned comparison that was upsetting clang. by Elliott Hughes · 11 years ago
  81. 8885dcc Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions. by Elliott Hughes · 11 years ago
  82. a6a0949 Fix build error when XLOG is enabled by Patrick Tjin · 11 years ago
  83. 75b9938 Optimized fread. by Elliott Hughes · 11 years ago
  84. 19e246d Fix possible leak in pthread_detach. by Yabin Cui · 11 years ago
  85. 9d9ebc5 bionic: libc: Added path to root ramdisk build properties file. by Andres Morales · 11 years ago
  86. 01abeac Sync with upstream OpenBSD stdio. by Elliott Hughes · 11 years ago
  87. 3471fcb Clean up paths.h. by Yabin Cui · 11 years ago
  88. a137f53 Add ARM_IRELATIVE relocation by Dmitriy Ivanov · 11 years ago
  89. c62a4b5 Fix freeaddrinfo(NULL). by Elliott Hughes · 11 years ago
  90. 917d390 Make pthread stack size match real range. by Yabin Cui · 11 years ago
  91. ac8f281 Merge "_Unwind_Context is a struct." by Elliott Hughes · 11 years ago
  92. 30e59c4 _Unwind_Context is a struct. by Elliott Hughes · 11 years ago
  93. 8004f73 Merge "Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK." by Yabin Cui · 11 years ago
  94. ba8dfc2 Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK. by Yabin Cui · 11 years ago
  95. e247e1c [MIPS64] Add correct mcontext_t for 64-bit MIPS by Faraz Shahbazker · 11 years ago
  96. 541b0b1 Merge "Reserve enough user request stack space in pthread_create." by Yabin Cui · 11 years ago
  97. 6a7aaf4 Reserve enough user request stack space in pthread_create. by Yabin Cui · 11 years ago
  98. 40360b3 Remove bogus transitive includes. by Elliott Hughes · 11 years ago
  99. 0a55240 Merge "Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>." by Elliott Hughes · 11 years ago
  100. 64d8382 Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>. by Elliott Hughes · 11 years ago