1. 61fb3fc Prepare to switch to the uapi <linux/signal.h>. by Elliott Hughes · 11 years ago
  2. 40596aa Make cpp.py less braindead. by Elliott Hughes · 11 years ago
  3. 3503ce2 Fix <sys/select.h> for LP64, clean up <time.h>. by Elliott Hughes · 11 years ago
  4. c3f1140 <pthread.h> fixes and pthread cleanup. by Elliott Hughes · 11 years ago
  5. 1264050 Update <sys/exec_elf.h> to include EM_AARCH64. by Elliott Hughes · 11 years ago
  6. 7f8863d AArch64: Autogenerated syscalls for AArch64 by Serban Constantinescu · 11 years ago
  7. 74ce459 Update <sys/exec_elf.h> to get the DF_* flags. by Elliott Hughes · 11 years ago
  8. e4d792a Don't allow text relocations on 64-bit. by Elliott Hughes · 11 years ago
  9. 27586eb Fix utime/utimes when passed a NULL pointer. by Elliott Hughes · 11 years ago
  10. 1195207 Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls. by Elliott Hughes · 11 years ago
  11. 93de3d8 Fix header file dependencies. by Elliott Hughes · 11 years ago
  12. cac7b9d Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls. by Elliott Hughes · 11 years ago
  13. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 11 years ago
  14. debc021 AArch64: Fix definitions for STDINT_LIMITS by Serban Constantinescu · 11 years ago
  15. 594b1a4 Make sure we have a mkfifo symbol. by Elliott Hughes · 11 years ago
  16. c7fdee7 Fix struct statfs for LP64. by Elliott Hughes · 11 years ago
  17. f68fac8 x86_64: Fix sys/stat.h by Pavel Chupin · 12 years ago
  18. 43d2137 Add SOCK_CLOEXEC and SOCK_NONBLOCK socket flags. by Andrei Emeltchenko · 11 years ago
  19. e989399 O_CLOEXEC is always defined for arm, mips, x86, and x86_64. by Elliott Hughes · 11 years ago
  20. c7e9b23 Fix sigaction(3) for 64-bit. by Elliott Hughes · 11 years ago
  21. 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 11 years ago
  22. 40d105c Switch sigpending over to rt_sigpending. by Elliott Hughes · 11 years ago
  23. 6e38072 Wrap sprintf()/snprintf() macros to prevent expansion errors. by Stephen Hines · 11 years ago
  24. b036b5c FORTIFY_SOURCE: fortify read() by Nick Kralevich · 11 years ago
  25. 8d25327 Revert "FORTIFY_SOURCE: fortify read()" by Nick Kralevich · 11 years ago
  26. 65c99de FORTIFY_SOURCE: fortify read() by Nick Kralevich · 11 years ago
  27. 78df45e Fix the ALIGN and ALIGNBYTES macros for LP64. by Elliott Hughes · 11 years ago
  28. 7264516 Add arch-x86_64/include/machine. by Elliott Hughes · 11 years ago
  29. 7943df6 Check memory size on FD_* functions by Nick Kralevich · 11 years ago
  30. 90201d5 FORTIFY_SOURCE: Add __FD_* checks by Nick Kralevich · 11 years ago
  31. b91791d Use alloc_size attribute on *alloc functions by Nick Kralevich · 11 years ago
  32. 5e72c51 Remove #define _BITSIZE 32. by Elliott Hughes · 11 years ago
  33. e4ffd9f Regenerate the system call stubs (to get x86_64). by Elliott Hughes · 11 years ago
  34. f281fd0 Merge "Better statfs/fstatfs glibc compatibility." by Elliott Hughes · 11 years ago
  35. 01a700e Better statfs/fstatfs glibc compatibility. by Elliott Hughes · 11 years ago
  36. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 11 years ago
  37. d3e64a3 Add x86_64 to the bionic headers. by Elliott Hughes · 11 years ago
  38. a9a02ac Fix inttypes.h and stdint.h for 64-bit (and C++11). by Elliott Hughes · 11 years ago
  39. d13c2b1 Fix unnecessary call to __strncpy_chk2 by Nick Kralevich · 11 years ago
  40. 60f4f9a libc: fortify recvfrom() by Nick Kralevich · 11 years ago
  41. b4f7616 Ensure we have the off64_t variant of every function that takes an off_t. by Elliott Hughes · 11 years ago
  42. afcc0cc Add mmap64() by Daniel Leung · 11 years ago
  43. 9ae59c0 Declare __page_shift and __page_size with C linkage. by Bernhard Rosenkraenzer · 11 years ago
  44. 24053a4 Add the dl_iterate_phdr function to libdl for arm. by Christopher Ferris · 11 years ago
  45. 3c4b50f Fix strchr for basic non-sse case on x86 by Pavel Chupin · 11 years ago
  46. bd8e674 cdefs.h: introduce __bos0 by Nick Kralevich · 11 years ago
  47. 93501d3 FORTIFY_SOURCE: introduce __strncpy_chk2 by Nick Kralevich · 11 years ago
  48. 5e9b20f Make ctype.h a little less unhygienic. by Elliott Hughes · 11 years ago
  49. aec2ffb Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. by Elliott Hughes · 11 years ago
  50. d0be7c8 Add futimens. by Elliott Hughes · 11 years ago
  51. cd92751 Merge "Fix stdint.h intptr_t/uintptr_t for x86_64/x32" by Elliott Hughes · 11 years ago
  52. a0473d7 Merge "syslog needs a valid socket path for _PATH_LOG" by Elliott Hughes · 11 years ago
  53. 0a9c615 Fix stdint.h intptr_t/uintptr_t for x86_64/x32 by Pavel Chupin · 12 years ago
  54. c03e1e7 Define PTHREAD_KEYS_MAX and _POSIX_THREAD_KEYS_MAX in a POSIX-compliant way. by Elliott Hughes · 11 years ago
  55. ff20b91 am 8a363692: Merge "Add TCP_INFO state enum values." by Elliott Hughes · 11 years ago
  56. ef49e99 am d30877ae: Merge "syslog.h: add __printflike to syslog functions" by Nick Kralevich · 11 years ago
  57. 0dff43c Add TCP_INFO state enum values. by Elliott Hughes · 11 years ago
  58. 6b1dd17 syslog.h: add __printflike to syslog functions by Nick Kralevich · 11 years ago
  59. 731f7c2 am 9d476716: Merge "Add <sys/statvfs.h>." by Elliott Hughes · 11 years ago
  60. 06040fd Add <sys/statvfs.h>. by Elliott Hughes · 11 years ago
  61. f3f72e7 am 4fc8a0c1: Merge "Remove <netinet/icmp6.h> ni_* macros." by Elliott Hughes · 11 years ago
  62. c2cd33e Remove <netinet/icmp6.h> ni_* macros. by Elliott Hughes · 11 years ago
  63. 233050b am e31c45c9: Merge "Make bionic\'s <netinet/icmp6.h> standalone, like glibc\'s." by Elliott Hughes · 11 years ago
  64. 3a040d8 Make bionic's <netinet/icmp6.h> standalone, like glibc's. by Elliott Hughes · 11 years ago
  65. 62bdd03 am 6b33f31b: Merge "Fix IPv6 filtering definitions in netinet/icmp6.h." by Elliott Hughes · 11 years ago
  66. bfc6a59 Fix IPv6 filtering definitions in netinet/icmp6.h. by Lorenzo Colitti · 11 years ago
  67. 24400ac am e63ea6ac: Merge "Clean up <sys/mount.h>/<linux/fs.h> duplication." by Elliott Hughes · 11 years ago
  68. e42e51d Clean up <sys/mount.h>/<linux/fs.h> duplication. by Elliott Hughes · 11 years ago
  69. a8b954c am de2781d9: Merge changes I01345c23,I3b57517c by Elliott Hughes · 11 years ago
  70. f936ef1 Include linux/termios.h from sys/ioctl.h. by Lorenzo Colitti · 11 years ago
  71. 833dc58 am 87b4286f: Merge "Expose dn_comp and dn_expand to system C code." by Elliott Hughes · 11 years ago
  72. b8e435c Expose dn_comp and dn_expand to system C code. by Lorenzo Colitti · 11 years ago
  73. 7c808b2 am feec97a7: Merge "Fix inttypes.h PRI?PTR and SCN?PTR macros." by Elliott Hughes · 11 years ago
  74. 74f0833 Fix inttypes.h PRI?PTR and SCN?PTR macros. by Elliott Hughes · 11 years ago
  75. dcd237a am 1ba3a2c2: Merge "Update icmp6.h to current NetBSD." by Elliott Hughes · 11 years ago
  76. ce7c404 Update icmp6.h to current NetBSD. by Lorenzo Colitti · 11 years ago
  77. 28d298a am 413eef71: Merge "More FORTIFY_SOURCE functions under clang" by Nick Kralevich · 11 years ago
  78. a6cde39 More FORTIFY_SOURCE functions under clang by Nick Kralevich · 11 years ago
  79. f9ef010 am 78a7bf99: Merge "stdio.h: enable vs?printf clang FORTIFY_SOURCE" by Nick Kralevich · 11 years ago
  80. c8ae8bd stdio.h: enable vs?printf clang FORTIFY_SOURCE by Nick Kralevich · 11 years ago
  81. 146d79c am fbec57d4: Merge changes Ib496e818,I074204e9 by Colin Cross · 11 years ago
  82. 5e9a086 bionic: add compatibility mode for properties by Colin Cross · 11 years ago
  83. db6dd60 am b116bf76: Merge "Switch to current upstream getopt_long." by Elliott Hughes · 11 years ago
  84. b116bf7 Merge "Switch to current upstream getopt_long." by Elliott Hughes · 11 years ago
  85. baa6186 am 995f17e6: Merge "libc: add swapon and swapoff syscalls" by Rom Lemarchand · 11 years ago
  86. d278b82 Switch to current upstream getopt_long. by Elliott Hughes · 11 years ago
  87. d206b56 libc: add swapon and swapoff syscalls by Rom Lemarchand · 11 years ago
  88. 7180213 am bfacb603: Merge "libc: enable FORTIFY_SOURCE snprintf under clang" by Nick Kralevich · 11 years ago
  89. 621b19d libc: enable FORTIFY_SOURCE snprintf under clang by Nick Kralevich · 11 years ago
  90. a99e29e am 1642edb5: Merge changes Ib074192d,I6df3afed,I69070455,Icbe31908,Id3fa4526,I038d451f by Colin Cross · 11 years ago
  91. 1540f60 bionic: revert to a single (larger) property area by Greg Hackmann · 11 years ago
  92. 996cdc4 bionic: reimplement property area as hybrid trie/binary tree by Greg Hackmann · 11 years ago
  93. cb215a7 bionic: make property area expandable by Greg Hackmann · 11 years ago
  94. 9544803 am 0ea1d5c0: Merge "libc: enable sprintf FORTIFY_SOURCE under clang" by Nick Kralevich · 11 years ago
  95. c6eb985 libc: enable sprintf FORTIFY_SOURCE under clang by Nick Kralevich · 11 years ago
  96. 5fed0ee am 0ce28d20: Merge "libc: enable FORTIFY_SOURCE clang strlcpy" by Nick Kralevich · 11 years ago
  97. 8bafa74 libc: enable FORTIFY_SOURCE clang strlcpy by Nick Kralevich · 11 years ago
  98. 33df38a am 4eed6509: Merge "stdint.h header is not fully compatible with C99(ISO9899:1999)" by Elliott Hughes · 11 years ago
  99. 4eed650 Merge "stdint.h header is not fully compatible with C99(ISO9899:1999)" by Elliott Hughes · 11 years ago
  100. f425050 am 3225f498: Merge "bionic: add __system_property_foreach" by Colin Cross · 11 years ago