1. 35b123e Upgrade to tzdata2013e. by Elliott Hughes · 12 years ago
  2. d612165 Make it easier to add syscalls for another architecture. by Elliott Hughes · 12 years ago
  3. c612a13 Merge "Update capability.h" by Michael Wright · 12 years ago
  4. 8bd5aa6 Update capability.h by Michael Wright · 12 years ago
  5. 759111c Merge "Simplify the SYSCALLS.TXT format." by Elliott Hughes · 12 years ago
  6. c8d9867 Merge "Update taskstats.h from Linux 3.11.1" by Elliott Hughes · 12 years ago
  7. 5e52279 Simplify the SYSCALLS.TXT format. by Elliott Hughes · 12 years ago
  8. 1d13c64 Fix %hhd formats in the printf family. by Elliott Hughes · 12 years ago
  9. fc2ceae Merge "Remove two -D flags for unused macros." by Elliott Hughes · 12 years ago
  10. 3f33165 Remove two -D flags for unused macros. by Elliott Hughes · 12 years ago
  11. 50a1b77 Update taskstats.h from Linux 3.11.1 by Sami Kyostila · 12 years ago
  12. 16e185c __memcpy_chk: Fix signed cmp of unsigned values. by Christopher Ferris · 12 years ago
  13. a57c9c0 Fix all debug directives. by Christopher Ferris · 12 years ago
  14. bd7fe1d Update all debug directives. by Christopher Ferris · 12 years ago
  15. bef76b5 Merge "Add linux/sock_diag.h" by Nick Kralevich · 12 years ago
  16. 8470f01 Add linux/sock_diag.h by Nick Kralevich · 12 years ago
  17. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 12 years ago
  18. afcc0cc Add mmap64() by Daniel Leung · 12 years ago
  19. 9ae59c0 Declare __page_shift and __page_size with C linkage. by Bernhard Rosenkraenzer · 12 years ago
  20. a259472 Merge "Fix mismatch between declaration and forward declaration" by Elliott Hughes · 12 years ago
  21. 045f311 Merge "Use $ANDROID_DATA and $ANDROID_ROOT to find the tzdata." by Elliott Hughes · 12 years ago
  22. cf178bf Use $ANDROID_DATA and $ANDROID_ROOT to find the tzdata. by Elliott Hughes · 12 years ago
  23. 45e52fa Update netlink.h from tip-of-tree external/kernel-headers by Nick Kralevich · 12 years ago
  24. edad1e1 Fix mismatch between declaration and forward declaration by Bernhard Rosenkraenzer · 12 years ago
  25. 50af69e Simplify main thread stack size initialization by Brian Carlstrom · 12 years ago
  26. 322e7bc Use kernel default for initial thread size by Brian Carlstrom · 12 years ago
  27. 24053a4 Add the dl_iterate_phdr function to libdl for arm. by Christopher Ferris · 12 years ago
  28. df7436e Merge "Avoid segfaults if properties are not initialized" by Elliott Hughes · 12 years ago
  29. 3c4b50f Fix strchr for basic non-sse case on x86 by Pavel Chupin · 12 years ago
  30. a21e696 Avoid segfaults if properties are not initialized by Pavel Chupin · 12 years ago
  31. bd8e674 cdefs.h: introduce __bos0 by Nick Kralevich · 12 years ago
  32. 93501d3 FORTIFY_SOURCE: introduce __strncpy_chk2 by Nick Kralevich · 12 years ago
  33. bdbdbb8 Delete CAVEATS / fix spelling. by Nick Kralevich · 12 years ago
  34. 33dd7c1 Merge "Add explicit -m32/-melf_i386 for x86 target" by Elliott Hughes · 12 years ago
  35. e85c183 Add explicit -m32/-melf_i386 for x86 target by Pavel Chupin · 12 years ago
  36. a31ddef Change how DNS resolver handle no default iface by Robert Greenwalt · 12 years ago
  37. 713fe64 Apply upstream commit 943a6621866e9d6e654f5cfe1494378c1fb8957a. by Elliott Hughes · 12 years ago
  38. 7843d44 Work around tzcode's reliance on signed overflow. by Elliott Hughes · 12 years ago
  39. 9b06cc3 Fix pthread_getcpuclockid. by Jeff Hao · 12 years ago
  40. 5f45d58 Create optimized __strcpy_chk/__strcat_chk. by Christopher Ferris · 12 years ago
  41. 59a13c1 Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. by Christopher Ferris · 12 years ago
  42. 55bdef8 Update kernel input headers by Michael Wright · 12 years ago
  43. 5e9b20f Make ctype.h a little less unhygienic. by Elliott Hughes · 12 years ago
  44. aec2ffb Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. by Elliott Hughes · 12 years ago
  45. d0be7c8 Add futimens. by Elliott Hughes · 12 years ago
  46. b922ed3 Fix strcpy.c that should have been strcpy.S. DO NOT MERGE by Christopher Ferris · 12 years ago
  47. 4e24dcc Optimize strcat/strcpy, small tweaks to strlen. DO NOT MERGE by Christopher Ferris · 12 years ago
  48. cd92751 Merge "Fix stdint.h intptr_t/uintptr_t for x86_64/x32" by Elliott Hughes · 12 years ago
  49. a0473d7 Merge "syslog needs a valid socket path for _PATH_LOG" by Elliott Hughes · 12 years ago
  50. 1d8d9a3 Fix the detection of alt-network in dns resolver. by Robert Greenwalt · 12 years ago
  51. baa91f4 Add ssse3 implementation of __memcmp16. by Alexander Ivchenko · 12 years ago
  52. 772b797 Update the comments to reflect the current status. by Ben Cheng · 12 years ago
  53. a6ed05c Merge "libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher" by Elliott Hughes · 12 years ago
  54. 0a9c615 Fix stdint.h intptr_t/uintptr_t for x86_64/x32 by Pavel Chupin · 13 years ago
  55. e0805a9 Tell the dns resolver about our domains. by Robert Greenwalt · 12 years ago
  56. c03e1e7 Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way. by Elliott Hughes · 12 years ago
  57. efddf44 libgcc_compat: Introduce __aeabi_lasr for cortex-a9 and higher by synergydev · 12 years ago
  58. 838f01f Bump the number of TLS slots to 128. by Elliott Hughes · 12 years ago
  59. e320a8c Avoid sign extension of the mmap offset. by Elliott Hughes · 12 years ago
  60. bfba6aa am a8d06766: Merge "[MIPS] __dso_handle.S and __dso_handle_so.S not needed." by Elliott Hughes · 12 years ago
  61. a8d0676 Merge "[MIPS] __dso_handle.S and __dso_handle_so.S not needed." by Elliott Hughes · 12 years ago
  62. c5749f1 am 061246b6: Merge "Restore dlmalloc mmap threshold to 64k" by Rom Lemarchand · 12 years ago
  63. d0f2a60 Restore dlmalloc mmap threshold to 64k by Rom Lemarchand · 12 years ago
  64. 0995a7b [MIPS] __dso_handle.S and __dso_handle_so.S not needed. by Pete Delaney · 12 years ago
  65. c2902ed am 6fe4a58f: Merge "Move stuff only needed by pthread-timers.c into pthread-timers.c." by Elliott Hughes · 12 years ago
  66. 4cf1395 Move stuff only needed by pthread-timers.c into pthread-timers.c. by Elliott Hughes · 12 years ago
  67. 178c418 am e8bd8c2e: Merge "Upgrade mktemp.c to the current upstream version." by Elliott Hughes · 12 years ago
  68. 284f788 Upgrade mktemp.c to the current upstream version. by Elliott Hughes · 12 years ago
  69. 81b4698 am f8a66bb3: Merge "Remove some non-unused makefile generality." by Elliott Hughes · 12 years ago
  70. 4c6b925 Remove some non-unused makefile generality. by Elliott Hughes · 12 years ago
  71. b6b2375 am 8fa9081f: Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 12 years ago
  72. 8fa9081 Merge "[MIPS] Rewrite MIPS crtbegin* as C files." by Elliott Hughes · 12 years ago
  73. 3688601 [MIPS] Rewrite MIPS crtbegin* as C files. by Pete Delaney · 12 years ago
  74. cbf07a2 am 2be511d4: Merge "Improve stack overflow diagnostics (take 2)." by Elliott Hughes · 12 years ago
  75. 84114c8 Improve stack overflow diagnostics (take 2). by Elliott Hughes · 12 years ago
  76. e35d6c2 am 40e7a878: Merge "Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno." by Elliott Hughes · 12 years ago
  77. 107cdd4 Prevent the madvise(MADV_MERGEABLE) mmap hack from affecting errno. by Elliott Hughes · 12 years ago
  78. 4763ef2 am b7b36b81: Merge "mmap: Reinstate passing MADV_MERGEABLE on private anonymous maps" by Elliott Hughes · 12 years ago
  79. e459bba mmap: Reinstate passing MADV_MERGEABLE on private anonymous maps by Rom Lemarchand · 12 years ago
  80. 6f08b86 am 2cf5a6f6: Merge "Revert "Improve stack overflow diagnostics."" by Guang Zhu · 12 years ago
  81. 849bfd5 am 8c1b9668: Merge "Revert "Clean up our alternate signal stacks."" by Guang Zhu · 12 years ago
  82. 2cf5a6f Merge "Revert "Improve stack overflow diagnostics."" by Guang Zhu · 12 years ago
  83. d14dc3b Revert "Improve stack overflow diagnostics." by Guang Zhu · 12 years ago
  84. 8c1b966 Merge "Revert "Clean up our alternate signal stacks."" by Guang Zhu · 12 years ago
  85. eb1b074 Revert "Clean up our alternate signal stacks." by Guang Zhu · 12 years ago
  86. 7ff868a am f63c28f0: Merge "Fix assembler errors in generic arm strlen.c." by Christopher Ferris · 12 years ago
  87. b1d7fd4 am 6f4fed74: Merge "Add new optimized strlen for arm." by Christopher Ferris · 12 years ago
  88. 9ad2a73 Fix assembler errors in generic arm strlen.c. by Christopher Ferris · 12 years ago
  89. 0aa9b52 Add new optimized strlen for arm. by Christopher Ferris · 12 years ago
  90. 79dfb1a am f35e0c14: Merge "Clean up our alternate signal stacks." by Elliott Hughes · 12 years ago
  91. 10a954d am 026867c7: Merge "Improve stack overflow diagnostics." by Elliott Hughes · 12 years ago
  92. d2acf12 am 9562d38d: Merge "Clean up __builtin_expect usage." by Elliott Hughes · 12 years ago
  93. 2a18ea1 am f152e386: Merge "EABI syscall cleanup." by Elliott Hughes · 12 years ago
  94. 5cf8795 Clean up our alternate signal stacks. by Elliott Hughes · 12 years ago
  95. aa754dc Improve stack overflow diagnostics. by Elliott Hughes · 12 years ago
  96. d4e753f Clean up __builtin_expect usage. by Elliott Hughes · 12 years ago
  97. da4a3e6 EABI syscall cleanup. by Elliott Hughes · 12 years ago
  98. 5148661 am 67750c85: Merge "Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize." by Elliott Hughes · 12 years ago
  99. b95cf0d Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacksize. by Elliott Hughes · 12 years ago
  100. f384be3 am 59ed029b: Merge "Upgrade to tzcode2013d." by Elliott Hughes · 12 years ago