1. e1c0213 Merge "Switch pthread_rwlock_t to stdatomic." by Yabin Cui · 10 years ago
  2. 08ee8d2 Switch pthread_rwlock_t to stdatomic. by Yabin Cui · 10 years ago
  3. c09268a bionic: deprecate _PATH_MEM by Mark Salyzyn · 10 years ago
  4. b8b5a72 Make getgrent deprecated. by Yabin Cui · 10 years ago
  5. 398ef15 Merge "Move endpwent to ndk_cruft.cpp." by Yabin Cui · 10 years ago
  6. f1b4a5d Merge "Make tempnam/mktemp deprecated." by Yabin Cui · 10 years ago
  7. 9b4f77f Make tempnam/mktemp deprecated. by Yabin Cui · 10 years ago
  8. 52d7f1a Move endpwent to ndk_cruft.cpp. by Yabin Cui · 10 years ago
  9. 8c41eae Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp." by Yabin Cui · 10 years ago
  10. 7fb680b Move getusershell/endusershell/setusershell to ndk_cruft.cpp. by Yabin Cui · 10 years ago
  11. 6af62e0 Add RLIM_SAVED_CUR and RLIM_SAVED_MAX. by Elliott Hughes · 10 years ago
  12. 4c5891d valgrind can't find syscall because we didn't put it in <unistd.h>. by Elliott Hughes · 10 years ago
  13. 3cfb52a Add GNU extensions mempcpy and wmemcpy. by Elliott Hughes · 10 years ago
  14. 4add77b Merge "Make gets() deprecated." by Yabin Cui · 10 years ago
  15. 913fcb2 Make gets() deprecated. by Yabin Cui · 10 years ago
  16. 1dbc6bb Merge "Implement _FILE_OFFSET_BITS (mostly)." by Elliott Hughes · 10 years ago
  17. 68dc20d Implement _FILE_OFFSET_BITS (mostly). by Elliott Hughes · 10 years ago
  18. 0e61c2c Merge "Revert "Move use of __warnattr to __deprecated."" by Yabin Cui · 10 years ago
  19. 784de4e Revert "Move use of __warnattr to __deprecated." by Yabin Cui · 10 years ago
  20. b5c2379 Merge "Move use of __warnattr to __deprecated." by Yabin Cui · 10 years ago
  21. 4645c4f Move use of __warnattr to __deprecated. by Yabin Cui · 10 years ago
  22. 62533de Change getgrent error declaration message to proper style. by Yabin Cui · 10 years ago
  23. 92b9c6f POSIX says flock is in <sys/file.h>, not <unistd.h>. by Elliott Hughes · 10 years ago
  24. 4181cc6 Merge "Declare getgrent/setgrent/endgrent as missing." by Yabin Cui · 10 years ago
  25. 13ed3f0 Add missing SHT_LOOS/SHT_HIOS values by Dmitriy Ivanov · 10 years ago
  26. c9d0943 Declare getgrent/setgrent/endgrent as missing. by Yabin Cui · 10 years ago
  27. ee17e88 Merge "Define MAXHOSTNAMELEN explicitly in source files." by Yabin Cui · 10 years ago
  28. 2d8f9b5 Define MAXHOSTNAMELEN explicitly in source files. by Yabin Cui · 10 years ago
  29. e375eca Merge "Switch pthread_cond_t to <stdatomic.h>." by Yabin Cui · 10 years ago
  30. e5f816c Switch pthread_cond_t to <stdatomic.h>. by Yabin Cui · 11 years ago
  31. a4fc89b Merge "Stop including <linux/param.h> in <sys/param.h>." by Yabin Cui · 10 years ago
  32. 5e52226 Stop including <linux/param.h> in <sys/param.h>. by Yabin Cui · 11 years ago
  33. 7e1b3d3 Merge "Switch sem_t from bionic atomics to stdatomic.h." by Yabin Cui · 11 years ago
  34. a3d97da Switch sem_t from bionic atomics to stdatomic.h. by Yabin Cui · 11 years ago
  35. d57bf44 Merge "Switch pthread_mutex_t from bionic atomics to <stdatomic.h>." by Hans Boehm · 11 years ago
  36. 86fc96f Switch pthread_mutex_t from bionic atomics to <stdatomic.h>. by Yabin Cui · 11 years ago
  37. 1ed337d Clean up SEEK_SET definitions. by Elliott Hughes · 11 years ago
  38. 4674e38 Fortify poll and ppoll. by Elliott Hughes · 11 years ago
  39. 09c3382 Merge "Break two incorrect transitive includes." by Elliott Hughes · 11 years ago
  40. 94335cc Merge "Put back inline definitions if using an old API." by Dan Albert · 11 years ago
  41. 5038b19 Break two incorrect transitive includes. by Elliott Hughes · 11 years ago
  42. 466dbe4 Put back inline definitions if using an old API. by Dan Albert · 11 years ago
  43. cd1959b Merge "Add primitive CPPLINT.cfg." by Dan Albert · 11 years ago
  44. 6ac4dd8 Add primitive CPPLINT.cfg. by Dan Albert · 11 years ago
  45. a9c3d05 Merge "Modify MIPS64 stat structure to match a generic one in AOSP." by Elliott Hughes · 11 years ago
  46. 86d2fee Modify MIPS64 stat structure to match a generic one in AOSP. by Raghu Gandham · 11 years ago
  47. 80e6d6d Switch pthread_once_t to stdatomic.h. by Yabin Cui · 11 years ago
  48. 76f8916 Clean up <stdlib.h> slightly. by Elliott Hughes · 11 years ago
  49. 419ed12 Merge "Update kernel headers to v3.18.3." by Christopher Ferris · 11 years ago
  50. b8a8cf0 Add <error.h>. by Elliott Hughes · 11 years ago
  51. 82d7504 Update kernel headers to v3.18.3. by Christopher Ferris · 11 years ago
  52. c5dc02a Reduce <stdlib.h> namespace pollution. by Elliott Hughes · 11 years ago
  53. 6466292 Reduce <signal.h> namespace pollution. by Elliott Hughes · 11 years ago
  54. d309877 Say "Bad file descriptor" rather than "Bad file number". by Elliott Hughes · 11 years ago
  55. 9d9ebc5 bionic: libc: Added path to root ramdisk build properties file. by Andres Morales · 11 years ago
  56. 3471fcb Clean up paths.h. by Yabin Cui · 11 years ago
  57. e247e1c [MIPS64] Add correct mcontext_t for 64-bit MIPS by Faraz Shahbazker · 11 years ago
  58. 40360b3 Remove bogus transitive includes. by Elliott Hughes · 11 years ago
  59. 0a55240 Merge "Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>." by Elliott Hughes · 11 years ago
  60. 64d8382 Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>. by Elliott Hughes · 11 years ago
  61. 998f2d5 Remove more BSD cruft from the public headers. by Elliott Hughes · 11 years ago
  62. c631bb2 Merge "Fix the types of some of the struct stat fields." by Elliott Hughes · 11 years ago
  63. 9257c47 Fix the types of some of the struct stat fields. by Elliott Hughes · 11 years ago
  64. 0c92e8c Remove bogus #include <endian.h> from <sys/stat.h>. by Elliott Hughes · 11 years ago
  65. 1c52e6c Fix struct stat member types for x86-64. by Elliott Hughes · 11 years ago
  66. 370a3e5 Merge "Sync with upstream for gethnamaddr.c." by Yabin Cui · 11 years ago
  67. 58d33a5 Sync with upstream for gethnamaddr.c. by Yabin Cui · 11 years ago
  68. badd7e1 Fix <net/route.h>. by Elliott Hughes · 11 years ago
  69. 3337435 Merge "Use machine/timespec.h to separate timespec definition." by Yabin Cui · 11 years ago
  70. db49903 Use machine/timespec.h to separate timespec definition. by Yabin Cui · 11 years ago
  71. a381fe8 Fix ptsname(3) and ttyname(3) to use TLS. by Elliott Hughes · 11 years ago
  72. 824f914 Move BSD stuff together in <sys/endian.h>. by Elliott Hughes · 11 years ago
  73. a7feda3 <net/route.h> should include IPv6 too. by Elliott Hughes · 11 years ago
  74. 1ec05b7 Sync <net/if_types.h> with upstream. by Elliott Hughes · 11 years ago
  75. 94926f8 Merge "support _POSIX_REALTIME_SIGNALS" by Yabin Cui · 11 years ago
  76. b033761 Merge "Change _POSIX_CPUTIME macro to make it compitable with glibc." by Yabin Cui · 11 years ago
  77. 7257560 Change _POSIX_CPUTIME macro to make it compitable with glibc. by Yabin Cui · 11 years ago
  78. 6348160 support _POSIX_REALTIME_SIGNALS by Yabin Cui · 11 years ago
  79. 56e0173 Simplify our endian.h implementation. by Elliott Hughes · 11 years ago
  80. 2421406 Merge "Add cache related sysconf queries" by Tao Bao · 11 years ago
  81. 1f40be9 Add cache related sysconf queries by Tao Bao · 11 years ago
  82. 9e08a7b Merge "Restore symbols from <arpa/nameser.h>." by Elliott Hughes · 11 years ago
  83. 42804c4 Restore symbols from <arpa/nameser.h>. by Elliott Hughes · 11 years ago
  84. 5afae64 implement posix_madvise by Yabin Cui · 11 years ago
  85. 6cbc56b Merge "Implement <pty.h>." by Elliott Hughes · 11 years ago
  86. 65f0df7 Implement <pty.h>. by Elliott Hughes · 11 years ago
  87. efbb6fb change argument type in madvise by Yabin Cui · 11 years ago
  88. 212e0e3 Build our benchmarks against glibc too. by Elliott Hughes · 11 years ago
  89. 3e6ef3f Merge "support _POSIX_CPUTIME" by Yabin Cui · 11 years ago
  90. aad1a39 libc: Fix headers to allow direct inclusion. by David 'Digit' Turner · 11 years ago
  91. d5c6527 support _POSIX_CPUTIME by Yabin Cui · 11 years ago
  92. eb3a5e0 Merge "flesh out sysconf(3) and the _POSIX_* constants" by Yabin Cui · 11 years ago
  93. 1c19194 flesh out sysconf(3) and the _POSIX_* constants by Yabin Cui · 11 years ago
  94. 75ef63d Move some pthread functions to signal.h. by Dan Albert · 11 years ago
  95. f664034 Revert "<sched.h> should offer both __sched_priority and sched_priority." by Dan Albert · 11 years ago
  96. 6e50cb4 libc: Move <sgidefs.h> to libc/arch-mips/ by David 'Digit' Turner · 11 years ago
  97. 9d93986 Add functions in sysinfo.h. by Yabin Cui · 11 years ago
  98. 60d84af sysconf(3) returns long. by Elliott Hughes · 11 years ago
  99. 168667c Add non-macro stdin/stdout/stderr too. by Elliott Hughes · 11 years ago
  100. 5c7d958 Add missing function prototypes wcpcpy/wcpncpy. by Christopher Ferris · 11 years ago