1. 91a61f7 Merge "Switch x86 and x86-64 to __builtin_bswap*." by Elliott Hughes · 11 years ago
  2. 12f35ad Switch x86 and x86-64 to __builtin_bswap*. by Elliott Hughes · 11 years ago
  3. 1de2548 Switch aarch64 to __builtin_bswap16. by Elliott Hughes · 11 years ago
  4. a5602c5 Remove __ARM_HAVE_HALFWORD_MULTIPLY. by Elliott Hughes · 11 years ago
  5. 6651aa6 Remove __ARM_HAVE_LDREXD. by Elliott Hughes · 11 years ago
  6. b514026 Kill <machine/exec.h>. by Elliott Hughes · 11 years ago
  7. 20841a1 Avoid pathological behavior in OpenBSD's fread. by Elliott Hughes · 11 years ago
  8. 8574a06 Use mmap to create the pthread_internal_t. by Yabin Cui · 11 years ago
  9. 8374a54 Merge "Specify .cpu cortex-a15" by Christopher Ferris · 11 years ago
  10. 212e0e3 Build our benchmarks against glibc too. by Elliott Hughes · 11 years ago
  11. 3e6ef3f Merge "support _POSIX_CPUTIME" by Yabin Cui · 11 years ago
  12. aad1a39 libc: Fix headers to allow direct inclusion. by David 'Digit' Turner · 11 years ago
  13. ce46f55 Specify .cpu cortex-a15 by Bernhard Rosenkränzer · 11 years ago
  14. 3638a83 Add error-check when mapping socket to fd by Robert Alm · 11 years ago
  15. 1b66f6e Move a private x86-64 header file out of the limelight. by Elliott Hughes · 11 years ago
  16. d5c6527 support _POSIX_CPUTIME by Yabin Cui · 11 years ago
  17. 5b8ceff Revert "Use mmap to create the pthread_internal_t." by Nicolas Geoffray · 11 years ago
  18. 3a47863 [MIPS] Rewrite of setjmp/longjmp for mips64 and mipsr6 by Duane Sand · 11 years ago
  19. cc5f654 Use mmap to create the pthread_internal_t. by Yabin Cui · 11 years ago
  20. eb3a5e0 Merge "flesh out sysconf(3) and the _POSIX_* constants" by Yabin Cui · 11 years ago
  21. 95a0236 Merge "Sync with upstream OpenBSD fts.c." by Elliott Hughes · 11 years ago
  22. 806dd9f Merge "Move some pthread functions to signal.h." by Dan Albert · 11 years ago
  23. 2818279 Sync with upstream OpenBSD fts.c. by Elliott Hughes · 11 years ago
  24. 1c19194 flesh out sysconf(3) and the _POSIX_* constants by Yabin Cui · 11 years ago
  25. ee369fb Bring our <machine/endian.h> files back in sync. by Elliott Hughes · 11 years ago
  26. 4ae178f Mips: remove arch-specific atexit.h by Dmitriy Ivanov · 11 years ago
  27. e3e8d15 Mips: Remove unused files by Dmitriy Ivanov · 11 years ago
  28. c619603 Mips: Reuse atexit.h from libc/arch-common by Dmitriy Ivanov · 11 years ago
  29. 75ef63d Move some pthread functions to signal.h. by Dan Albert · 11 years ago
  30. f664034 Revert "<sched.h> should offer both __sched_priority and sched_priority." by Dan Albert · 11 years ago
  31. 5313c3f Merge "Fix flockfile(3) and friends for stdin/stdout/stderr too." by Elliott Hughes · 11 years ago
  32. c48c3e4 Fix flockfile(3) and friends for stdin/stdout/stderr too. by Elliott Hughes · 11 years ago
  33. c9278b8 Merge "libc: Move <sgidefs.h> to libc/arch-mips/" by David 'Digit' Turner · 11 years ago
  34. 649f78d Merge "fix shared gid support in getpwnam/getgrnam" by Yabin Cui · 11 years ago
  35. a04c79b fix shared gid support in getpwnam/getgrnam by Yabin Cui · 11 years ago
  36. 6e50cb4 libc: Move <sgidefs.h> to libc/arch-mips/ by David 'Digit' Turner · 11 years ago
  37. 8eda0a6 Merge "libc: Fix mktime returns an uncorrect time in empty TZ case" by Elliott Hughes · 11 years ago
  38. bfbf7a4 Remove remaining bionic support for TARGET_CPU_SMP being false. by Elliott Hughes · 11 years ago
  39. 154e202 libc: Fix mktime returns an uncorrect time in empty TZ case by Satoru Takeuchi · 11 years ago
  40. 9d93986 Add functions in sysinfo.h. by Yabin Cui · 11 years ago
  41. 661423a Merge "Increase support of pathconf options." by Yabin Cui · 11 years ago
  42. b5e581a Increase support of pathconf options. by Yabin Cui · 11 years ago
  43. 60d84af sysconf(3) returns long. by Elliott Hughes · 11 years ago
  44. 168667c Add non-macro stdin/stdout/stderr too. by Elliott Hughes · 11 years ago
  45. 59b1dea Merge "Add missing function prototypes wcpcpy/wcpncpy." by Christopher Ferris · 11 years ago
  46. 5c7d958 Add missing function prototypes wcpcpy/wcpncpy. by Christopher Ferris · 11 years ago
  47. e3c4acf Fix our <mntent.h> implementation. by Elliott Hughes · 11 years ago
  48. 288fa03 Merge "Assume glibc >= 2.15." by Elliott Hughes · 11 years ago
  49. 6229798 Merge "Don't receive structs containing pointers over sockets." by Elliott Hughes · 11 years ago
  50. 854c98d Merge "Allow stdatomic.h to be included from mingw prebuilt." by Hans Boehm · 11 years ago
  51. 55293c1 Don't receive structs containing pointers over sockets. by Elliott Hughes · 11 years ago
  52. 68d98d8 Assume glibc >= 2.15. by Elliott Hughes · 11 years ago
  53. 16db1ae Merge "Add support for hash-style=gnu" by Dmitriy Ivanov · 11 years ago
  54. 95f197f Allow stdatomic.h to be included from mingw prebuilt. by Hans Boehm · 11 years ago
  55. ec18ce0 Add support for hash-style=gnu by Dmitriy Ivanov · 11 years ago
  56. 5d05d02 Merge "Add 64-bit slm optimized strlcpy and srlcat." by Christopher Ferris · 11 years ago
  57. e5cabca Merge "implement missing seekdir and telldir" by Yabin Cui · 11 years ago
  58. bbdfa51 Merge "gethostname.c: change to report ENAMETOOLONG error when buflen is less" by Elliott Hughes · 11 years ago
  59. 2f954ba gethostname.c: change to report ENAMETOOLONG error when buflen is less by Yongqin Liu · 11 years ago
  60. 2e7145c Add 64-bit slm optimized strlcpy and srlcat. by Varvara Rainchik · 11 years ago
  61. b11d8e0 Upgrade bionic to tzdata2014j. by Elliott Hughes · 11 years ago
  62. 440c80a Merge "Fix tzdata update tools for 'backzone'." by Elliott Hughes · 11 years ago
  63. 2c2463b Fix tzdata update tools for 'backzone'. by Elliott Hughes · 11 years ago
  64. 71d220c bionic: libc: Added path to vendor build properties file. by Daniel Rosenberg · 11 years ago
  65. 00bbc7f Bionic: Make DISALLOW_COPY_AND_ASSIGN conditional by Andreas Gampe · 11 years ago
  66. 8c79b4e Add the <dirent.h> feature macros glibc uses. by Elliott Hughes · 11 years ago
  67. e6ac9bb Remove temporary compatibility hack. by Elliott Hughes · 11 years ago
  68. 0ac0df8 Fix struct stat to match POSIX 2008. by Elliott Hughes · 11 years ago
  69. b86a4c7 Add sethostname(2). by Elliott Hughes · 11 years ago
  70. 5ca4a9e implement missing seekdir and telldir by Yabin Cui · 11 years ago
  71. 2ed9ee1 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by The Android Open Source Project · 11 years ago
  72. cd30cb3 am 08a70184: Merge "Add POSIX lcong48." by Elliott Hughes · 11 years ago
  73. b20c244 Implement all the POSIX _l functions. by Elliott Hughes · 11 years ago
  74. 274afe8 Add POSIX lcong48. by Elliott Hughes · 11 years ago
  75. fa7e13b am a80f11ba: Merge "Add support for listing missing POSIX 2013 symbols." by Elliott Hughes · 11 years ago
  76. 6370aed Add support for listing missing POSIX 2013 symbols. by Elliott Hughes · 11 years ago
  77. eac625a am c13a2044: Merge "Fix newlocale with a NULL locale name." by Elliott Hughes · 11 years ago
  78. 45f736b am 6c8f2475: Merge "Fix warning of missing field initializer." by Chih-Hung Hsieh · 11 years ago
  79. c13a204 Merge "Fix newlocale with a NULL locale name." by Elliott Hughes · 11 years ago
  80. 7e0d0f8 Fix newlocale with a NULL locale name. by Elliott Hughes · 11 years ago
  81. dc6599e Fix warning of missing field initializer. by Chih-Hung Hsieh · 11 years ago
  82. 9013863 am e76ea9bb: Merge "Ensure we initialize stdin/stdout/stderr\'s recursive mutexes." by Elliott Hughes · 11 years ago
  83. 6a03abc Ensure we initialize stdin/stdout/stderr's recursive mutexes. by Elliott Hughes · 11 years ago
  84. 25f4bb9 am e38bf839: Merge "limits.h: add define for HOST_NAME_MAX" by Elliott Hughes · 11 years ago
  85. e38bf83 Merge "limits.h: add define for HOST_NAME_MAX" by Elliott Hughes · 11 years ago
  86. 0589777 limits.h: add define for HOST_NAME_MAX by Yongqin Liu · 11 years ago
  87. 4c29b1c am f362e9fb: Merge "Remove an unused file." by Elliott Hughes · 11 years ago
  88. 39cd0fa Remove an unused file. by Elliott Hughes · 11 years ago
  89. 63edd69 am cbb4606a: Merge "change unsigned int to uint32_t for api arc4random/arc4random_uniform" by Yabin Cui · 11 years ago
  90. 91bfaed am 13dcb88b: Merge "Disable tzdata in ." by Elliott Hughes · 11 years ago
  91. 912fe0a am f96eaf62: Merge "[x86,x86_64] Fix libgcc unwinding through signal" by Elliott Hughes · 11 years ago
  92. a39f939 change unsigned int to uint32_t for api arc4random/arc4random_uniform by Yabin Cui · 11 years ago
  93. 7dbb1cf am 021b6412: Merge "Fix the type of u_ar0 in <sys/user.h>." by Elliott Hughes · 11 years ago
  94. ee8faa5 am 7f164f60: Merge "POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK." by Elliott Hughes · 11 years ago
  95. e24bf5d Disable tzdata in $ANDROID_DATA. by Elliott Hughes · 11 years ago
  96. 3f5d8a0 am cad8d226: Merge "Use mxcr_mask instead of mxcsr_mask to match glibc." by Elliott Hughes · 11 years ago
  97. 43ec1fb am a4c0b756: Merge "Add mkfifoat(3)." by Elliott Hughes · 11 years ago
  98. ac5df33 am 6c5694b6: Merge "Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3)." by Elliott Hughes · 11 years ago
  99. 50321e2 [x86,x86_64] Fix libgcc unwinding through signal by Pavel Chupin · 11 years ago
  100. 021b641 Merge "Fix the type of u_ar0 in <sys/user.h>." by Elliott Hughes · 11 years ago