1. 7cbff41 sysconf.c was renamed to sysconf.cpp (and modified)... by Elliott Hughes · 13 years ago
  2. a55f630 Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK). by Elliott Hughes · 13 years ago
  3. 4fa35d8 Fix <endian.h> and <sys/endian.h>. by Elliott Hughes · 13 years ago
  4. d8a5a6f Use pthread_kill() in raise() by Chris Dearman · 13 years ago
  5. 03e1ebb Added audit.h from the kernel. by Geremy Condra · 13 years ago
  6. 5787475 FORTIFY_SOURCE: remove memcpy overlap checks by Nick Kralevich · 13 years ago
  7. 8b6fea5 FORTIFY_SOURCE: fix up previous commit by Nick Kralevich · 13 years ago
  8. 326ea54 clean up FORTIFY_SOURCE handling. by Nick Kralevich · 13 years ago
  9. 9a4d305 FORTIFY_SOURCE: fortify strrchr by Nick Kralevich · 13 years ago
  10. 60fb683 Merge "mmap: Remove madvise() workaround" by Elliott Hughes · 13 years ago
  11. 46d64ed Merge "Add argument checking to sigemptyset(3) and friends." by Elliott Hughes · 13 years ago
  12. da73f65 Add argument checking to sigemptyset(3) and friends. by Elliott Hughes · 13 years ago
  13. 049e583 FORTIFY_SOURCE: fortify strchr by Nick Kralevich · 13 years ago
  14. 4a9e837 Reduce the exposure of the __set_errno implementation detail. by Elliott Hughes · 13 years ago
  15. 97b70b2 Merge "Replace .S version of x86 crtfiles with .c version" by Elliott Hughes · 13 years ago
  16. 20c4a3a Replace .S version of x86 crtfiles with .c version by Pavel Chupin · 13 years ago
  17. 3975cec Remove (near-)duplicate definitions of size_t and ssize_t. by Elliott Hughes · 13 years ago
  18. 50e62e4 Merge "Bug: __WINT_TYPE__ and wint_t reference to different types" by Elliott Hughes · 13 years ago
  19. 99ea84b Merge "[MIPS] Fix the MIPS getsid system call" by Elliott Hughes · 13 years ago
  20. 5d4b842 Merge "Verify architecture neutral syscall numbers" by Elliott Hughes · 13 years ago
  21. 58aaaa7 [MIPS] Fix the MIPS getsid system call by Chris Dearman · 13 years ago
  22. 285b025 Verify architecture neutral syscall numbers by Chris Dearman · 13 years ago
  23. f27b7fb Define DEFFILEMODE and friends by Hakan Kvist · 13 years ago
  24. b15c58b Clean up _BYTE_ORDER definitions for better x86 portability. by Elliott Hughes · 13 years ago
  25. 5d2ef87 Upgrade to tzdata2012j. by Elliott Hughes · 13 years ago
  26. a437bff Bug: __WINT_TYPE__ and wint_t reference to different types by Sergey Melnikov · 13 years ago
  27. 635df85 mmap: Remove madvise() workaround by Nick Kralevich · 13 years ago
  28. ac3de8d Support GNU_RELRO for static executables. by Nick Kralevich · 13 years ago
  29. d86d713 am b62e2770: Merge "Add optimized version of memset for Cortex A9" by Elliott Hughes · 13 years ago
  30. 884e4f8 Add optimized version of memset for Cortex A9 by Henrik Smiding · 15 years ago
  31. 0b25791 am 49677dec: Merge "Add optimized version of memcpy for Cortex A9" by Elliott Hughes · 13 years ago
  32. 6d0bcdc Add optimized version of memcpy for Cortex A9 by Henrik Smiding · 15 years ago
  33. 6181aea am c2132915: Merge "Add optimized version of memcmp for Cortex A9" by Elliott Hughes · 13 years ago
  34. c213291 Merge "Add optimized version of memcmp for Cortex A9" by Elliott Hughes · 13 years ago
  35. 0622408 am bb91e9fb: Merge "Upgrade to tzdata2012i." by Elliott Hughes · 13 years ago
  36. e3063f4 Upgrade to tzdata2012i. by Elliott Hughes · 13 years ago
  37. 7f7ac8c am e3c7b519: Merge "Don\'t corrupt the thread list if the main thread exits." by Elliott Hughes · 13 years ago
  38. 4f251be Don't corrupt the thread list if the main thread exits. by Elliott Hughes · 13 years ago
  39. 4569ab9 am 06b59610: Merge "Fix bug in pthread_join, pthread_exit, pthread_detach" by Elliott Hughes · 13 years ago
  40. 06b5961 Merge "Fix bug in pthread_join, pthread_exit, pthread_detach" by Elliott Hughes · 13 years ago
  41. 743a273 am 1f21ece4: Merge "Clean up the <libgen.h> implementation a little, bring in tests." by Elliott Hughes · 13 years ago
  42. 5f78719 am 4d36b0bd: Merge "Fix the pthread_join on self error case." by Elliott Hughes · 13 years ago
  43. 0b8fa1d am 9297af94: Merge "Fix a potential NULL pointer dereference in _init_thread()." by Elliott Hughes · 13 years ago
  44. 40e467e am 33c4a3ad: Merge "libc: Fix alphasort() signature (and implementation)." by Elliott Hughes · 13 years ago
  45. 8576560 am 8f9a1eb1: Merge "Upgrade to tzdata2012h." by Elliott Hughes · 13 years ago
  46. a67cedb am 9e783963: Merge "Clean up the implementation of the <dirent.h> functions." by Elliott Hughes · 13 years ago
  47. 58b5754 Clean up the <libgen.h> implementation a little, bring in tests. by Elliott Hughes · 13 years ago
  48. 10ce969 Fix bug in pthread_join, pthread_exit, pthread_detach by Sergey Melnikov · 13 years ago
  49. 14f1959 Fix the pthread_join on self error case. by Elliott Hughes · 13 years ago
  50. ae8eb74 Fix a potential NULL pointer dereference in _init_thread(). by Xi Wang · 13 years ago
  51. c30396f libc: Fix alphasort() signature (and implementation). by David 'Digit' Turner · 13 years ago
  52. f93fc10 Upgrade to tzdata2012h. by Elliott Hughes · 13 years ago
  53. 063cfb2 Clean up the implementation of the <dirent.h> functions. by Elliott Hughes · 13 years ago
  54. 85819ef am f2b3ac95: Merge "Fix recovery: don\'t assert if there\'s no tzdata." by Elliott Hughes · 13 years ago
  55. 49271d8 Fix recovery: don't assert if there's no tzdata. by Elliott Hughes · 13 years ago
  56. df7f24f am 7b68e3f7: Merge "Per-thread -fstack-protector guards for x86." by Elliott Hughes · 13 years ago
  57. ad88a08 Per-thread -fstack-protector guards for x86. by Elliott Hughes · 13 years ago
  58. 60c7ac2 am d0f2b7e7: Merge "More upstream NetBSD upgrades." by Elliott Hughes · 13 years ago
  59. ab44f52 More upstream NetBSD upgrades. by Elliott Hughes · 13 years ago
  60. 45f0755 am e3dbe1e3: Merge "Upgrade more functions to the current upstream NetBSD copy." by Elliott Hughes · 13 years ago
  61. e8bcca3 Upgrade more functions to the current upstream NetBSD copy. by Elliott Hughes · 13 years ago
  62. 4280143 am fb93e6a5: Merge "Move setlocale(3) and the wchar stubs over to .cpp." by Elliott Hughes · 13 years ago
  63. 29c7f0b Move setlocale(3) and the wchar stubs over to .cpp. by Elliott Hughes · 13 years ago
  64. 69ec117 am 5a9911e9: Merge "Add missing BEGIN_DECLS/END_DECLS for FORTIFY_SOURCE stdio prototypes." by Elliott Hughes · 13 years ago
  65. 9d5a96c am 574773b1: Merge "Clean up warnings in stubs.cpp." by Elliott Hughes · 13 years ago
  66. 5a9911e Merge "Add missing BEGIN_DECLS/END_DECLS for FORTIFY_SOURCE stdio prototypes." by Elliott Hughes · 13 years ago
  67. ce45fea Add missing BEGIN_DECLS/END_DECLS for FORTIFY_SOURCE stdio prototypes. by Elliott Hughes · 13 years ago
  68. 6fa26e2 Clean up warnings in stubs.cpp. by Elliott Hughes · 13 years ago
  69. 75f33ad am 4e457759: Merge "Move the FORTIFY_SOURCE helpers over to .cpp." by Elliott Hughes · 13 years ago
  70. 4035b7a Move the FORTIFY_SOURCE helpers over to .cpp. by Elliott Hughes · 13 years ago
  71. 008744c am df92635a: Merge "Support zone.tab in bionic, and remove the file format version." by Elliott Hughes · 13 years ago
  72. 2393535 Support zone.tab in bionic, and remove the file format version. by Elliott Hughes · 13 years ago
  73. 417834b am eb370aa3: Merge "Make bionic look in /data/misc for tzdata updates." by Elliott Hughes · 13 years ago
  74. 1c29572 Make bionic look in /data/misc for tzdata updates. by Elliott Hughes · 13 years ago
  75. 629a28c am dc595d83: Merge "Change ZoneCompator to generate the single "tzdata" file." by Elliott Hughes · 13 years ago
  76. 58d0871 am 7a85c42b: Merge "Update generate-NOTICE.py to know about tzdata." by Elliott Hughes · 13 years ago
  77. dc595d8 Merge "Change ZoneCompator to generate the single "tzdata" file." by Elliott Hughes · 13 years ago
  78. 5b1497a Change ZoneCompator to generate the single "tzdata" file. by Elliott Hughes · 13 years ago
  79. 4612763 Update generate-NOTICE.py to know about tzdata. by Elliott Hughes · 13 years ago
  80. af72df5 am e75c273a: Merge "Track the tzdata2012g update in the new file format." by Elliott Hughes · 13 years ago
  81. 8af5412 Track the tzdata2012g update in the new file format. by Elliott Hughes · 13 years ago
  82. f0af78c am 551ca77e: Merge "Do all the zoneinfo.* file generation in Java." by Elliott Hughes · 13 years ago
  83. c2c2a48 Upgrade to tzdata2012g. by Elliott Hughes · 13 years ago
  84. 356c0af am 2266e495: Merge "Switch bionic over to using libcore\'s copy of libcore.util.ZoneInfo." by Elliott Hughes · 13 years ago
  85. 328a484 Do all the zoneinfo.* file generation in Java. by Elliott Hughes · 13 years ago
  86. eb06129 Switch bionic over to using libcore's copy of libcore.util.ZoneInfo. by Elliott Hughes · 13 years ago
  87. fb8ecd6 am bc77942a: am f0e402db: Upgrade to tzdata2012g. by Elliott Hughes · 13 years ago
  88. bc77942 am f0e402db: Upgrade to tzdata2012g. by Elliott Hughes · 13 years ago
  89. f0e402d Upgrade to tzdata2012g. by Elliott Hughes · 13 years ago
  90. 4d71adb am 10225071: Merge "Fixes x86 build." by Elliott Hughes · 13 years ago
  91. 8b95404 Fixes x86 build. by Elliott Hughes · 13 years ago
  92. 79c6a8d am ca7466d2: Merge "Make bionic\'s dependency on the tzdata explicit." by Elliott Hughes · 13 years ago
  93. 914d8d4 Make bionic's dependency on the tzdata explicit. by Elliott Hughes · 13 years ago
  94. 1b31536 am 5ae762a3: Merge "Pull bionic\'s time zone data from the new single \'tzdata\' file." by Elliott Hughes · 13 years ago
  95. 5ae762a Merge "Pull bionic's time zone data from the new single 'tzdata' file." by Elliott Hughes · 13 years ago
  96. e5c8ced am 9ffaabcc: Merge "Remove obsolete CHANGES.TXT and ISSUES.TXT." by Elliott Hughes · 13 years ago
  97. 9ffaabc Merge "Remove obsolete CHANGES.TXT and ISSUES.TXT." by Elliott Hughes · 13 years ago
  98. d23af23 Pull bionic's time zone data from the new single 'tzdata' file. by Elliott Hughes · 13 years ago
  99. c2e4c31 am 32ea9fe5: Merge "Put all the tzdata in one file." by Elliott Hughes · 13 years ago
  100. fb018a2 Put all the tzdata in one file. by Elliott Hughes · 13 years ago