1. 4177bd8 Fixes to the update-tzdata.py tool by Neil Fuller · 9 years ago
  2. 371dcc1 Fix tzdata update tools for 'backzone'. by Elliott Hughes · 10 years ago
  3. 27355af am d11eac34: Force export symbols on all x86 variants in libc. by Christopher Ferris · 10 years ago
  4. d11eac3 Force export symbols on all x86 variants in libc. by Christopher Ferris · 10 years ago
  5. b5f5b0e Fix update-tzdata.py to rebuild icu4c .dat file. by Elliott Hughes · 10 years ago
  6. 7efad83 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 10 years ago
  7. e35fd48 Make __set_errno hidden in asm. by Dan Albert · 10 years ago
  8. 90cb5ff Fix the tzdata update tools. by Elliott Hughes · 10 years ago
  9. 2aa142f Fix generate-NOTICE to cope better with BSD __COPYRIGHT macros. by Elliott Hughes · 10 years ago
  10. 4ac83fa Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files. by Elliott Hughes · 10 years ago
  11. 30ab939 update-tzdata.py needs to know where to find icu. by Elliott Hughes · 10 years ago
  12. e8e4534 Bring our "libresolv" stuff in line with glibc. by Elliott Hughes · 10 years ago
  13. 602b4e4 AArch64: Remove Frame Record from ARM64 syscalls by Serban Constantinescu · 10 years ago
  14. f6b1d43 Add a few more C11 functions to the whitelist. by Elliott Hughes · 10 years ago
  15. 15a0456 Remove unnecessary instructions from x86/x86_64 syscalls. by Elliott Hughes · 10 years ago
  16. 15b91e9 Fix x86 cfi directives for syscalls. by Christopher Ferris · 10 years ago
  17. 45bf4c3 Add some more BSD symbols to the list. by Elliott Hughes · 10 years ago
  18. df22a12 Add cfi directives for arm64 assembler. by Christopher Ferris · 10 years ago
  19. 7680514 Merge "Treat zero or >1 dat files as an error" by Neil Fuller · 10 years ago
  20. 43f3715 Treat zero or >1 dat files as an error by Neil Fuller · 10 years ago
  21. 29f2906 Merge "Add a few more symbols to check-symbols-glibc." by Elliott Hughes · 10 years ago
  22. 2278488 Merge "Change update-tzdata.py to update ICU data as well" by Neil Fuller · 10 years ago
  23. b497c43 Add a few more symbols to check-symbols-glibc. by Elliott Hughes · 10 years ago
  24. 246c688 Change update-tzdata.py to update ICU data as well by Neil Fuller · 10 years ago
  25. 5a93e88 Add a script for finding symbols in bionic that aren't in glibc. by Elliott Hughes · 10 years ago
  26. bfa582d Update the NOTICE files and improve the script slightly. by Elliott Hughes · 10 years ago
  27. 6a45fe9 Fix for libgcc compat generation script. by Dmitriy Ivanov · 10 years ago
  28. 22a0d6f Bring the generate-NOTICE script up to date. by Elliott Hughes · 10 years ago
  29. 54d49ac Merge "Added script generating additions to libgcc_compat.c from linker errors" by Dmitriy Ivanov · 10 years ago
  30. adab51a Added script generating additions to libgcc_compat.c from linker errors by Dmitriy Ivanov · 10 years ago
  31. d465eb4 Remove the useless _C_LABEL from generated system calls. by Elliott Hughes · 10 years ago
  32. 9abbbdc Make mips/mips64 syscall stubs more like the other architectures. by Elliott Hughes · 10 years ago
  33. eae27dc Make mips generated assembler more like the mips64 stuff. by Elliott Hughes · 10 years ago
  34. 986f906 Fix build by avoiding the _C_LABEL macro. by Elliott Hughes · 10 years ago
  35. db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 10 years ago
  36. b3a23bd Build syscall stubs in their own library. by Elliott Hughes · 10 years ago
  37. 5043212 [MIPS64] Add syscall related files by Chris Dearman · 10 years ago
  38. d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 10 years ago
  39. e4bc756 Add cfi directives to x86 syscalls. by Christopher Ferris · 10 years ago
  40. 887e114 Clean up <sched.h>. by Elliott Hughes · 10 years ago
  41. ed45970 Add cfi directives to all arm assembly. by Christopher Ferris · 11 years ago
  42. ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 11 years ago
  43. feaa89a AArch64: Add support for AArch64 to the syscall interface by Serban Constantinescu · 11 years ago
  44. 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 11 years ago
  45. fff6e27 Use hidden visibility for generated stubs whose names begin with underscores. by Elliott Hughes · 11 years ago
  46. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 11 years ago
  47. c9da332 Remove support for the useless 'custom' option in SYSCALLS.TXT. by Elliott Hughes · 11 years ago
  48. 0437f3f Refactor the syscall generation script. by Elliott Hughes · 11 years ago
  49. 6fe4e87 Add an optional alias list to SYSCALLS.TXT by H.J. Lu · 11 years ago
  50. f12a18b x86_64: Add x86_64 syscalls and tune gen scripts for x86_64 by Pavel Chupin · 11 years ago
  51. d612165 Make it easier to add syscalls for another architecture. by Elliott Hughes · 11 years ago
  52. 5e52279 Simplify the SYSCALLS.TXT format. by Elliott Hughes · 11 years ago
  53. 18bc975 Slight script cleanup; make gensyscalls work from any directory. by Elliott Hughes · 11 years ago
  54. 85aeb49 Don't avoid IPv6 when looking for new tzdata. by Elliott Hughes · 11 years ago
  55. 21da42e Disable IPv6 when looking for tzdata updates. by Elliott Hughes · 11 years ago
  56. 676e66d Add signature checking to HTTP tzdata updates. by Elliott Hughes · 11 years ago
  57. f8dff7d Rename the tzdata update tool, and add HTTP support. by Elliott Hughes · 11 years ago
  58. a51916b Fix the SYSCALLS.TXT documentation and remove a dead script. by Elliott Hughes · 11 years ago
  59. e6ddfc5 Remove some dead script code and fix a script comment. by Elliott Hughes · 11 years ago
  60. 1b91c6c Stop generating <sys/linux-syscalls.h>. by Elliott Hughes · 11 years ago
  61. cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 11 years ago
  62. 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 11 years ago
  63. 9724ce3 Don't #define SYS_ constants unless they make sense for the current architecture. by Elliott Hughes · 11 years ago
  64. 8ecf225 Provide glibc-compatible SYS_* aliases for the __NR_* constants. by Elliott Hughes · 11 years ago
  65. af7f2f2 Fix a bug in ZoneCompactor that meant the zonetab offset was wrong. by Elliott Hughes · 11 years ago
  66. 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 11 years ago
  67. cd6780b Remove dead code from gensyscalls.py. by Elliott Hughes · 11 years ago
  68. 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 11 years ago
  69. a0ee078 Upgrade libm. by Elliott Hughes · 11 years ago
  70. c95eb57 Clean up trailing whitespace in the kernel headers. by Elliott Hughes · 11 years ago
  71. faa0fdb arm syscall : for eabi call_default don't use stack by Matthieu Castet · 11 years ago
  72. 285b025 Verify architecture neutral syscall numbers by Chris Dearman · 12 years ago
  73. 5d2ef87 Upgrade to tzdata2012j. by Elliott Hughes · 12 years ago
  74. e3063f4 Upgrade to tzdata2012i. by Elliott Hughes · 12 years ago
  75. 2393535 Support zone.tab in bionic, and remove the file format version. by Elliott Hughes · 12 years ago
  76. dc595d8 Merge "Change ZoneCompator to generate the single "tzdata" file." by Elliott Hughes · 12 years ago
  77. 5b1497a Change ZoneCompator to generate the single "tzdata" file. by Elliott Hughes · 12 years ago
  78. 4612763 Update generate-NOTICE.py to know about tzdata. by Elliott Hughes · 12 years ago
  79. 328a484 Do all the zoneinfo.* file generation in Java. by Elliott Hughes · 12 years ago
  80. eb06129 Switch bionic over to using libcore's copy of libcore.util.ZoneInfo. by Elliott Hughes · 12 years ago
  81. fb018a2 Put all the tzdata in one file. by Elliott Hughes · 12 years ago
  82. 965b867 Update libc/NOTICE and record the incantation. by Elliott Hughes · 12 years ago
  83. 261e223 Sort NOTICE entries. by Elliott Hughes · 12 years ago
  84. 387d4b7 Auto-generate a complete NOTICE file. by Elliott Hughes · 12 years ago
  85. 541c225 Remove the 'Factory' time zone by not processing the 'factory' file. by Elliott Hughes · 12 years ago
  86. 5d967e4 Upgrade to tzdata2012d. by Elliott Hughes · 12 years ago
  87. dc6c2b7 am 70cf0bc0: Merge "Remove the last references to SuperH." by Elliott Hughes · 12 years ago
  88. e33af61 Remove the last references to SuperH. by Elliott Hughes · 12 years ago
  89. 804147c am edb7cad9: Merge "Actually set the header guard in "linux-syscalls.h"." by Elliott Hughes · 12 years ago
  90. 1928523 Actually set the header guard in "linux-syscalls.h". by Elliott Hughes · 12 years ago
  91. dbd5eca resolved conflicts for merge of e5408907 to jb-dev-plus-aosp by Elliott Hughes · 12 years ago
  92. 1fa0d84 [MIPS] Add support for MIPS syscalls by Raghu Gandham · 12 years ago
  93. 8f78ddb Update to tzdata2012c. by Elliott Hughes · 12 years ago
  94. 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 12 years ago
  95. 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 12 years ago
  96. d6045cb Don't generate sys/linux-unistd.h by Nick Kralevich · 12 years ago
  97. bcb2eda Update to tzdata2011m. by Elliott Hughes · 13 years ago
  98. faa7c1d Update to tzdata2011l. by Elliott Hughes · 13 years ago
  99. 22b1377 checksyscalls fix to handle "__ARM_NR_... (__ARM_NR_BASE+0x...)" by JP Abgrall · 13 years ago
  100. 3224c08 Merge changes I8c481c89,I791406f8,I5f09cef8 by David Turner · 13 years ago