1. a92b57c Merge "Added ftw64, nftw64" by Calin Juravle · 11 years ago
  2. 7c1efff Merge "Added mkstemp64" by Calin Juravle · 11 years ago
  3. 53e4329 More OpenBSD cleanup (primarily string). by Elliott Hughes · 11 years ago
  4. 0e44bc3 Remove <asm/page.h>. by Elliott Hughes · 11 years ago
  5. d4934a7 Added ftw64, nftw64 by Calin Juravle · 11 years ago
  6. fe317a3 Added mkstemp64 by Calin Juravle · 11 years ago
  7. 37e9570 Fix 64-bit build. by Narayan Kamath · 11 years ago
  8. c9ae21a Move system_properties over to C++. by Narayan Kamath · 11 years ago
  9. 9150dfb Merge "Clean up our OpenBSD usage." by Elliott Hughes · 11 years ago
  10. 0133944 Clean up our OpenBSD usage. by Elliott Hughes · 11 years ago
  11. 90b0157 Merge "Fixed int fast types for LP64" by Calin Juravle · 11 years ago
  12. da030de Fixed int fast types for LP64 by Calin Juravle · 11 years ago
  13. b8dc9bb Stop asking GCC to cause trouble. by Elliott Hughes · 11 years ago
  14. 677b6e6 Move the upstream-netbsd libc files into the correct directory. by Elliott Hughes · 11 years ago
  15. 8d0fe1c Merge "Remove two DNS files that weren't being built." by Elliott Hughes · 11 years ago
  16. d28b277 Remove two DNS files that weren't being built. by Elliott Hughes · 11 years ago
  17. 851e68a Unify our assembler macros. by Elliott Hughes · 11 years ago
  18. c345caa Fix mips64 crt build. by Elliott Hughes · 11 years ago
  19. 09289d9 Remove useless _C_LABEL from our assembler source. by Elliott Hughes · 11 years ago
  20. bfa2b6f Merge "Stop advertising an arm32-specific hack like it's a build system feature." by Elliott Hughes · 11 years ago
  21. 54d49ac Merge "Added script generating additions to libgcc_compat.c from linker errors" by Dmitriy Ivanov · 11 years ago
  22. 6e39ba7 Stop advertising an arm32-specific hack like it's a build system feature. by Elliott Hughes · 11 years ago
  23. adab51a Added script generating additions to libgcc_compat.c from linker errors by Dmitriy Ivanov · 11 years ago
  24. 1fbe621 Don't explicitly list the tzcode files. by Elliott Hughes · 11 years ago
  25. d465eb4 Remove the useless _C_LABEL from generated system calls. by Elliott Hughes · 11 years ago
  26. 9abbbdc Make mips/mips64 syscall stubs more like the other architectures. by Elliott Hughes · 11 years ago
  27. eae27dc Make mips generated assembler more like the mips64 stuff. by Elliott Hughes · 11 years ago
  28. 44ef37c Merge "Use uid_t and gid_t for st_uid and st_gid in struct stat." by Elliott Hughes · 11 years ago
  29. 6b55593 Use uid_t and gid_t for st_uid and st_gid in struct stat. by Elliott Hughes · 11 years ago
  30. 986f906 Fix build by avoiding the _C_LABEL macro. by Elliott Hughes · 11 years ago
  31. db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 11 years ago
  32. ffe0266 Merge "bionic: fix __set_errno for arm64 syscalls that return a 64-bit value" by Elliott Hughes · 11 years ago
  33. 3d19a83 bionic: fix __set_errno for arm64 syscalls that return a 64-bit value by Colin Cross · 11 years ago
  34. a38cb08 Clean up various warnings in bionic. by Elliott Hughes · 11 years ago
  35. cfbfe70 Remove duplicate definitions of MIN and MAX. by Elliott Hughes · 11 years ago
  36. 671e236 Restore sys_signame for LP64. by Elliott Hughes · 11 years ago
  37. aa0ebda Clean up sys_signame and sys_siglist a little. by Elliott Hughes · 11 years ago
  38. 76c8b88 Fix missing args. by Ying Wang · 11 years ago
  39. c4c50b2 Merge "Reconfig libc's Android.mk to build for multilib" by Ying Wang · 11 years ago
  40. f25d677 Reconfig libc's Android.mk to build for multilib by Ying Wang · 11 years ago
  41. 199346a Fix NSIG. by Elliott Hughes · 11 years ago
  42. 9918665 [MIPS64] Dynamic linker by Chris Dearman · 11 years ago
  43. b3a23bd Build syscall stubs in their own library. by Elliott Hughes · 11 years ago
  44. a6ecba4 Clean up cacheflush. by Elliott Hughes · 11 years ago
  45. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 11 years ago
  46. 3a9c5d6 Fix <link.h>. by Elliott Hughes · 11 years ago
  47. ebd90b9 Fix socklen_t (on LP64 only). by Elliott Hughes · 11 years ago
  48. c16a453 Merge "Remove <sys/_types.h>." by Elliott Hughes · 11 years ago
  49. 9f87a0b Remove <sys/_types.h>. by Elliott Hughes · 11 years ago
  50. 645d031 [MIPS64] libc/libm support by Chris Dearman · 11 years ago
  51. 5043212 [MIPS64] Add syscall related files by Chris Dearman · 11 years ago
  52. ea0fab1 Remove unused cruft from MIPS <machine/signal.h>. by Elliott Hughes · 11 years ago
  53. 9afe288 Kill <machine/_types.h>. by Elliott Hughes · 11 years ago
  54. f64b8ea Add fallocate/fallocate64/posix_fallocate/posix_fallocate64. by Elliott Hughes · 11 years ago
  55. 8d60cc6 Use __inline__ for fortify. by Elliott Hughes · 11 years ago
  56. fb4da1e Merge "Regenerate binder header" by Arve Hjønnevåg · 11 years ago
  57. 47ff6b9 Merge "Add missing ucontext_t definition to bionic for arch-arm64." by Elliott Hughes · 11 years ago
  58. 7b95807 Add missing ucontext_t definition to bionic for arch-arm64. by Ross McIlroy · 11 years ago
  59. 46f3db6 [MIPS] SA_RESTORER support is not needed for MIPS by Chris Dearman · 11 years ago
  60. 3614424 Make ARM <user.h> more glibc-compatible. by Elliott Hughes · 11 years ago
  61. 02c661b Add mips <sys/ucontext.h>. by Elliott Hughes · 11 years ago
  62. 4e72fcc Add arm <sys/ucontext.h>. by Elliott Hughes · 11 years ago
  63. 677a07c Add x86 <sys/ucontext.h>. by Elliott Hughes · 11 years ago
  64. e61d106 Add x86_64 ucontext.h for better compatibility by Pavel Chupin · 11 years ago
  65. fbaa254 Regenerate binder header by Arve Hjønnevåg · 11 years ago
  66. 908e8c2 Remove a __system_property_get call from the DNS code. by Elliott Hughes · 11 years ago
  67. 431166d Fix 32-bit mmap/mmap64 handling of negative offsets. by Elliott Hughes · 11 years ago
  68. 6f23ce3 Merge "Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX for LP64)." by Elliott Hughes · 11 years ago
  69. e2a292d Remove __STDC_FORMAT_MACROS and __STDC_LIMIT_MACROS guards (and fix SIZE_MAX for LP64). by Elliott Hughes · 11 years ago
  70. 62ffe14 Add all implicitly loaded symbols from libgcc.a into libgcc_compat.c. by Ben Cheng · 11 years ago
  71. 513f83b Merge "bionic: rename aarch64 target to arm64" by Colin Cross · 11 years ago
  72. f38fb19 Re-export libgcc's __aeabi_uidivmod and __popcount_tab by Bernhard Rosenkränzer · 11 years ago
  73. d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 11 years ago
  74. 5b4884f Merge "Add "__noreturn" to assert and assert2" by Elliott Hughes · 11 years ago
  75. 323d4b6 Add "__noreturn" to assert and assert2 by Vadim Markovtsev · 11 years ago
  76. af8aebe Move _thread_created_hook to where it belongs. by Elliott Hughes · 11 years ago
  77. b5e2110 Merge "AArch64: Use LDXR/STXR instead of LDAXR/STLXR for bionic_atomic_cmpxchg()" by Elliott Hughes · 11 years ago
  78. ae18974 Merge "Add some more headers." by Elliott Hughes · 11 years ago
  79. c835c35 Add some more headers. by Elliott Hughes · 11 years ago
  80. 4e9cb03 Add extra libc stubs for mntent related functions. by JP Abgrall · 11 years ago
  81. 33c3e8d Merge "Add NT_PRSTATUS to <elf.h>." by Elliott Hughes · 11 years ago
  82. 1272dbd Add NT_PRSTATUS to <elf.h>. by Elliott Hughes · 11 years ago
  83. 8e6bf35 Merge "Add <sgidefs.h>." by Elliott Hughes · 11 years ago
  84. f8b2b3c Fix x86 user_regs_struct. by Elliott Hughes · 11 years ago
  85. 1c2cf23 Add <sgidefs.h>. by Elliott Hughes · 11 years ago
  86. a8a3178 Add the glibc-compatible d_fileno. by Elliott Hughes · 11 years ago
  87. 0f461e3 Fix <sys/resource.h>. by Elliott Hughes · 11 years ago
  88. 8276d28 Merge "Our dirent is a dirent64." by Elliott Hughes · 11 years ago
  89. 38f0ef3 Our dirent is a dirent64. by Elliott Hughes · 11 years ago
  90. 5b17e4d Add <sys/reg.h>. by Elliott Hughes · 11 years ago
  91. 8a6eec3 Merge "Fix x86_64 register names in <sys/user.h>." by Elliott Hughes · 11 years ago
  92. eddc8ec Fix x86_64 register names in <sys/user.h>. by Elliott Hughes · 11 years ago
  93. 155b076 We shouldn't have a <sys/dirent.h> that's a subset of <dirent.h>. by Elliott Hughes · 11 years ago
  94. 4c8caf0 Merge "<sched.h> should offer both __sched_priority and sched_priority." by Elliott Hughes · 11 years ago
  95. 4faf76c Merge "<fcntl.h> should get you the POSIX_FADV_* constants." by Elliott Hughes · 11 years ago
  96. bc4e135 Merge "Add SWAP_FLAG_* constants to <sys/swap.h>." by Elliott Hughes · 11 years ago
  97. 65c6f30 Add SWAP_FLAG_* constants to <sys/swap.h>. by Elliott Hughes · 11 years ago
  98. bbb34f9 <sched.h> should offer both __sched_priority and sched_priority. by Elliott Hughes · 11 years ago
  99. 01e505a <fcntl.h> should get you the POSIX_FADV_* constants. by Elliott Hughes · 11 years ago
  100. abfc88f Define fsid_t as well as __fsid_t. by Elliott Hughes · 11 years ago