1. 42804c4 Restore symbols from <arpa/nameser.h>. by Elliott Hughes · 11 years ago
  2. 6cbc56b Merge "Implement <pty.h>." by Elliott Hughes · 11 years ago
  3. 65f0df7 Implement <pty.h>. by Elliott Hughes · 11 years ago
  4. efbb6fb change argument type in madvise by Yabin Cui · 11 years ago
  5. 212e0e3 Build our benchmarks against glibc too. by Elliott Hughes · 11 years ago
  6. 3e6ef3f Merge "support _POSIX_CPUTIME" by Yabin Cui · 11 years ago
  7. aad1a39 libc: Fix headers to allow direct inclusion. by David 'Digit' Turner · 11 years ago
  8. d5c6527 support _POSIX_CPUTIME by Yabin Cui · 11 years ago
  9. eb3a5e0 Merge "flesh out sysconf(3) and the _POSIX_* constants" by Yabin Cui · 11 years ago
  10. 1c19194 flesh out sysconf(3) and the _POSIX_* constants by Yabin Cui · 11 years ago
  11. 75ef63d Move some pthread functions to signal.h. by Dan Albert · 11 years ago
  12. f664034 Revert "<sched.h> should offer both __sched_priority and sched_priority." by Dan Albert · 11 years ago
  13. 6e50cb4 libc: Move <sgidefs.h> to libc/arch-mips/ by David 'Digit' Turner · 11 years ago
  14. 9d93986 Add functions in sysinfo.h. by Yabin Cui · 11 years ago
  15. 60d84af sysconf(3) returns long. by Elliott Hughes · 11 years ago
  16. 168667c Add non-macro stdin/stdout/stderr too. by Elliott Hughes · 11 years ago
  17. 5c7d958 Add missing function prototypes wcpcpy/wcpncpy. by Christopher Ferris · 11 years ago
  18. 854c98d Merge "Allow stdatomic.h to be included from mingw prebuilt." by Hans Boehm · 11 years ago
  19. 95f197f Allow stdatomic.h to be included from mingw prebuilt. by Hans Boehm · 11 years ago
  20. ec18ce0 Add support for hash-style=gnu by Dmitriy Ivanov · 11 years ago
  21. e5cabca Merge "implement missing seekdir and telldir" by Yabin Cui · 11 years ago
  22. 71d220c bionic: libc: Added path to vendor build properties file. by Daniel Rosenberg · 11 years ago
  23. 8c79b4e Add the <dirent.h> feature macros glibc uses. by Elliott Hughes · 11 years ago
  24. e6ac9bb Remove temporary compatibility hack. by Elliott Hughes · 11 years ago
  25. 0ac0df8 Fix struct stat to match POSIX 2008. by Elliott Hughes · 11 years ago
  26. b86a4c7 Add sethostname(2). by Elliott Hughes · 11 years ago
  27. 5ca4a9e implement missing seekdir and telldir by Yabin Cui · 11 years ago
  28. b20c244 Implement all the POSIX _l functions. by Elliott Hughes · 11 years ago
  29. 274afe8 Add POSIX lcong48. by Elliott Hughes · 11 years ago
  30. e38bf83 Merge "limits.h: add define for HOST_NAME_MAX" by Elliott Hughes · 11 years ago
  31. 0589777 limits.h: add define for HOST_NAME_MAX by Yongqin Liu · 11 years ago
  32. a39f939 change unsigned int to uint32_t for api arc4random/arc4random_uniform by Yabin Cui · 11 years ago
  33. e03950f Fix the type of u_ar0 in <sys/user.h>. by Elliott Hughes · 11 years ago
  34. f485547 Use mxcr_mask instead of mxcsr_mask to match glibc. by Elliott Hughes · 11 years ago
  35. ca8e84c Add mkfifoat(3). by Elliott Hughes · 11 years ago
  36. a6c1279 Rename library_offset to library_fd_offset by Dmitriy Ivanov · 11 years ago
  37. 3ce0769 Only use <atomic> for C++11 and newer. by Dan Albert · 11 years ago
  38. 1816025 Add clock_settime and clock_nanosleep. by Haruki Hasegawa · 11 years ago
  39. a6bee4d Add glibc alias for NT_PRFPREG by Dmitriy Ivanov · 11 years ago
  40. 5a3ca37 Merge "Revert "Work around a bug in Immersion's libImmEmulatorJ.so."" by Elliott Hughes · 11 years ago
  41. c9e4f2d Merge "Inline helpers need to be exported unmangled." by Dan Albert · 11 years ago
  42. 658727e Inline helpers need to be exported unmangled. by Dan Albert · 11 years ago
  43. 3d77327 Revert "Work around a bug in Immersion's libImmEmulatorJ.so." by Elliott Hughes · 11 years ago
  44. 7d3f553 Work around a bug in Immersion's libImmEmulatorJ.so. by Elliott Hughes · 11 years ago
  45. 1aaa178 cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  46. 6d569b9 Merge "Add file_offset parameter to android_extinfo" by Dmitriy Ivanov · 11 years ago
  47. 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 11 years ago
  48. a6eef3b Merge "Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions"" by Nick Kralevich · 11 years ago
  49. 884a3de Revert "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  50. 558ec81 Merge "cdefs.h: add artificial attribute to FORTIFY_SOURCE functions" by Nick Kralevich · 11 years ago
  51. b84f667 further cleanup memcpy fortify implementation by Nick Kralevich · 11 years ago
  52. 9b543ff cdefs.h: add artificial attribute to FORTIFY_SOURCE functions by Nick Kralevich · 11 years ago
  53. 48be71d string.h: remove unused variable by Nick Kralevich · 11 years ago
  54. d5df412 Merge "Add RTLD_NODELETE flag support" by Dmitriy Ivanov · 11 years ago
  55. 1b20daf Add RTLD_NODELETE flag support by Dmitriy Ivanov · 11 years ago
  56. 76ac4d0 Make memory_order_acquire visible in global namespace by Hans Boehm · 11 years ago
  57. 6cdeb52 Fix unused DT entry warnings. by Dmitriy Ivanov · 11 years ago
  58. fc5a93f Merge "Fix incorrect parameter types for locale funcs." by Dan Albert · 11 years ago
  59. 31165ed CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. by Elliott Hughes · 11 years ago
  60. 3c5037f Fix incorrect parameter types for locale funcs. by Dan Albert · 11 years ago
  61. a186b2e Clean up fpathconf(3)/pathconf(3). by Elliott Hughes · 11 years ago
  62. c296e4f Use the uapi fs magic in <sys/vfs.h>. by Elliott Hughes · 11 years ago
  63. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago
  64. 8e4d371 Add greg_t for arm64. by Elliott Hughes · 11 years ago
  65. ba8d4f4 Update kernel uapi headers to v3.16.1. by Christopher Ferris · 11 years ago
  66. 2ad11a9 Fix some 32-bit-isms in <stdio.h>. by Elliott Hughes · 11 years ago
  67. 26a8eb5 POSIX says <signal.h> gets you ucontext_t. by Elliott Hughes · 11 years ago
  68. a4831cb Add pthread_gettid_np and re-expose __get_thread for LP32. by Elliott Hughes · 11 years ago
  69. b587f33 Add posix_fadvise(3). by Elliott Hughes · 11 years ago
  70. cf5fc80 Don't expose non-standard basename_r and dirname_r in LP64. by Elliott Hughes · 11 years ago
  71. fc8974b _GNU_SOURCE implies _BSD_SOURCE and the latest _POSIX_C_SOURCE. by Elliott Hughes · 11 years ago
  72. 3242960 Make stdatomic.h work with gcc4.6 host compiler by Hans Boehm · 11 years ago
  73. e0c56ef Use __GNUC_PREREQ rather than __GNUC_PREREQ__ to match glibc. by Elliott Hughes · 11 years ago
  74. cc4259e Merge "Ignore all __weak_alias in OpenBSD libC." by Chih-Hung Hsieh · 11 years ago
  75. 416d7dd Add GNU-compatible strerror_r. by Elliott Hughes · 11 years ago
  76. b6b5cb5 Ignore all __weak_alias in OpenBSD libC. by Chih-Hung Hsieh · 11 years ago
  77. 3e4a009 Undefine _Atomic before redefining by Hans Boehm · 11 years ago
  78. a4a8c4f Merge "Fix, generalize stdatomic.h; improve test." by Hans Boehm · 11 years ago
  79. 00aaea3 Fix, generalize stdatomic.h; improve test. by Hans Boehm · 11 years ago
  80. 4756afe Merge "Implement malloc_info(3)." by Dan Albert · 11 years ago
  81. 4caa1f0 Implement malloc_info(3). by Dan Albert · 11 years ago
  82. 2e6c5fc Merge "Remove _flush_cache(2) for mips64." by Dan Albert · 11 years ago
  83. 9598b8c Run constructors before resolving ifunc functions by Dmitriy Ivanov · 11 years ago
  84. 47793d6 Remove _flush_cache(2) for mips64. by Dan Albert · 11 years ago
  85. 6b841db Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream. by Elliott Hughes · 11 years ago
  86. 2b021e1 Add <stdio_ext.h> for elfutils. by Elliott Hughes · 11 years ago
  87. 09c39d6 Implement the GNU basename(3) in addition to the POSIX one. by Elliott Hughes · 11 years ago
  88. 35d226e Add in_port_t and move it and in_addr_t to the correct header file. by Elliott Hughes · 11 years ago
  89. 6f4220c Merge "Move the meat of <features.h> into <sys/cdefs.h>." by Elliott Hughes · 11 years ago
  90. f4c948a Move the meat of <features.h> into <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  91. 17f83c9 Merge "Remove unused defines from <features.h>." by Elliott Hughes · 11 years ago
  92. f800969 Remove unused defines from <features.h>. by Elliott Hughes · 11 years ago
  93. b810462 Fix _BSD_SOURCE/__USE_BSD. by Elliott Hughes · 11 years ago
  94. 3a25ab9 Missing #include <sys/cdefs.h>. by Dan Albert · 11 years ago
  95. 934c801 Merge "Expose android_set_abort_message()." by Dan Albert · 11 years ago
  96. ce6b1ab Expose android_set_abort_message(). by Dan Albert · 11 years ago
  97. 5f5cc45 Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE). by Elliott Hughes · 11 years ago
  98. 2cfb4e8 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  99. 7d05f74 Merge "Have stdatomic.h punt to C++ atomic when possible" by Hans Boehm · 11 years ago
  100. 019d395 Have stdatomic.h punt to C++ atomic when possible by Hans Boehm · 11 years ago