1. dbf5b2e Add POSIX <utmpx.h>. by Elliott Hughes · 2 years, 4 months ago
  2. 2f5829b Remove <fenv.h> inlines for obsolete API levels. by Elliott Hughes · 2 years, 5 months ago
  3. d3627a4 Sync strptime.c with upstream. by Elliott Hughes · 2 years, 8 months ago
  4. 023e4e7 Move to arm-optimized-routines memset(). by Elliott Hughes · 2 years, 9 months ago
  5. 7daf459 Switch to the arm-optimized-routines memcpy() and memmove(). by Elliott Hughes · 2 years, 9 months ago
  6. 88e4e60 Sync with upstream NetBSD. by Elliott Hughes · 2 years, 9 months ago
  7. ebc19a9 riscv64: add bionic assembler and string functions. by Elliott Hughes · 2 years, 10 months ago
  8. 0f19b10 Switch to FreeBSD's elf_common.h. by Elliott Hughes · 2 years, 10 months ago
  9. 919fb7f avx2 implementation for memset. by ahs · 3 years, 2 months ago
  10. 9da85fa Export bionic's resolv base64 functions to musl by Colin Cross · 3 years, 6 months ago
  11. e9898f3 Move the Rust system property bindings into librustutils. by Joel Galenson · 4 years ago
  12. e1f1e79 Migrate keystore2's Rust system library bindings to bionic. by Joel Galenson · 4 years ago
  13. aa8db1b Fix/update notices. by Elliott Hughes · 4 years, 6 months ago
  14. bac0ebb Sync libm with upstream FreeBSD. by Elliott Hughes · 4 years, 6 months ago
  15. 8564b8d Use ELF notes to set the desired memory tagging level. by Evgenii Stepanov · 4 years, 8 months ago
  16. 439ebbd Simplify and improve tempnam() and tmpnam(). by Elliott Hughes · 4 years, 8 months ago
  17. a5744e2 Add benchmark for property mapping by Tom Cherry · 5 years ago
  18. f08e70a Merge "Reimplement our no-op utmp.h functions more simply." by Elliott Hughes · 5 years ago
  19. 9a1d397 Reimplement our no-op utmp.h functions more simply. by Elliott Hughes · 5 years ago
  20. 5633caa Switch to musl memmem (via OpenBSD). by Elliott Hughes · 5 years ago
  21. 26b0607 Sync with upstream OpenBSD. by Elliott Hughes · 5 years ago
  22. 5e93ee2 Update libc/NOTICE. by Elliott Hughes · 5 years ago
  23. afa983c Rewrite __cxa_atexit / __cxa_finalize by Ryan Prichard · 5 years ago
  24. 56a9fda Remove dead code. by Elliott Hughes · 5 years ago
  25. 5ac438e Clean up mips references in the headers. by Elliott Hughes · 5 years ago
  26. 8fe1fcd Merge "Reimplement realpath." by Elliott Hughes · 6 years ago
  27. 22fb267 Reimplement realpath. by Elliott Hughes · 6 years ago
  28. 8bff8bb Update the copyright notice by Ryan Prichard · 6 years ago
  29. b030de2 Use the canonical form of the APL2 boilerplate. by Elliott Hughes · 6 years ago
  30. c6b38ae Sync with upstream OpenBSD strstr(). by Elliott Hughes · 6 years ago
  31. 9a4b68e Take a bunch of trivial patches from upstream OpenBSD. by Elliott Hughes · 6 years ago
  32. 40f69ae Update notice by Tom Cherry · 6 years ago
  33. bff53b2 libc: import ARM strcmp from newlib by Jake Weinstein · 8 years ago
  34. 584bc62 Move libdl and linker to static NOTICE files. by Elliott Hughes · 6 years ago
  35. 45d1349 Reorganize static TLS memory for ELF TLS by Ryan Prichard · 7 years ago
  36. 4282833 Fix notice file. by Christopher Ferris · 7 years ago
  37. 45024fe Add ARM EABI function __aeabi_read_tp by Ryan Prichard · 7 years ago
  38. 01bfd89 Remove denver from bionic by Haibo Huang · 7 years ago
  39. 3927db1 Remove denver64 from libc by Haibo Huang · 7 years ago
  40. b177085 Add reallocarray(3). by Elliott Hughes · 7 years ago
  41. ab52807 Update to FreeBSD libm r336665. by Elliott Hughes · 7 years ago
  42. 253a830 Revert "Update to FreeBSD libm r336523." by Andreas Gampe · 7 years ago
  43. f86ee10 Update to FreeBSD libm r336523. by Elliott Hughes · 7 years ago
  44. 468efc8 Reimplement popen(3)/pclose(3). by Elliott Hughes · 7 years ago
  45. da46cae Add generic arm non-neon memmove. by Elliott Hughes · 7 years ago
  46. e332f65 Switch to FreeBSD's actual sincos. by Elliott Hughes · 7 years ago
  47. 8da8ca4 Update libm from upstream. by Elliott Hughes · 7 years ago
  48. 211c4d3 Rewrite getentropy. by Elliott Hughes · 8 years ago
  49. 581723e Make ld-android.so export linker symbols by dimitry · 8 years ago
  50. ed9bfc4 [AArch64] Optimized memcmp by Sebastian Pop · 8 years ago
  51. 5c6a7bf Remove some legacy declarations from <math.h>. by Elliott Hughes · 8 years ago
  52. 5033918 Complete <netdb.h>. by Elliott Hughes · 8 years ago
  53. d4ca231 Unified sysroot: kill arch-specific include dirs. by Elliott Hughes · 8 years ago
  54. f1c568d Add <glob.h>. by Elliott Hughes · 8 years ago
  55. 5702c6f Finish <search.h>. by Elliott Hughes · 8 years ago
  56. 3a4c454 Replace fmemopen. by Elliott Hughes · 8 years ago
  57. 65cebf0 Merge "Allow passing filenames to generate-NOTICE.py." by Treehugger Robot · 8 years ago
  58. aac7c3a Allow passing filenames to generate-NOTICE.py. by Elliott Hughes · 8 years ago
  59. 5ea0b06 libm symbol cleanup. by Elliott Hughes · 8 years ago
  60. b364683 Sync with upstream OpenBSD: trivial stuff. by Elliott Hughes · 8 years ago
  61. 02a3fe9 Update <arpa/*> from FreeBSD. by Elliott Hughes · 8 years ago
  62. 2b1ebb5 Move libc/zoneinfo/ files to system/timezone by Neil Fuller · 8 years ago
  63. 28285f5 libc: clean up ARM64 copyright notices by Jake Weinstein · 8 years ago
  64. 04d99df libc: ARM: Add 32-bit Kryo memcpy by Jake Weinstein · 9 years ago
  65. 7336db7 Add (duplicate) license from new XML file by Neil Fuller · 8 years ago
  66. fcb877a Add libc optimizations to bionic for MIPS by Prashant Patil · 8 years ago
  67. dfe8434 Move seccomp policy to bionic by Paul Lawrence · 8 years ago
  68. 98a53b7 Revert "Move seccomp policy to bionic" by Paul Lawrence · 8 years ago
  69. 06a3220 Move seccomp policy to bionic by Paul Lawrence · 8 years ago
  70. bcc4da9 Unify linker files under one license (BSD) by Dimitry Ivanov · 8 years ago
  71. 451909d Remove dependency on libc.a from the linker by Dimitry Ivanov · 9 years ago
  72. 2e3d6a1 Adding kuser_helper on note to all arm32 binaries. by mspector · 9 years ago
  73. 8b3e812 Merge "libc: ARM64: update memset/strlen/memcpy/memmove to newlib/cortex-strings" by Christopher Ferris · 9 years ago
  74. 9af7490 Clean up <sys/limits.h> a bit. by Elliott Hughes · 9 years ago
  75. 372f19e libc: ARM64: update memset/strlen/memcpy/memmove to newlib/cortex-strings by Jake Weinstein · 9 years ago
  76. 98d655c Revert "Revert "Update getentropy_linux.c from upstream."" by Josh Gao · 9 years ago
  77. dfb74c5 Minor copyright header unification. by Elliott Hughes · 9 years ago
  78. c30862f One NOTICE file to rule them all. by Dan Albert · 9 years ago
  79. 32d5592 Update our notice files as a pre-upload step. by Dan Albert · 9 years ago
  80. 77a3e28 Update NOTICE files. by Elliott Hughes · 9 years ago
  81. 882b8af Regenerate NOTICE files. by Elliott Hughes · 9 years ago
  82. b4931ce Update NOTICE files. by Elliott Hughes · 9 years ago
  83. 44ead71 Regenerate NOTICE files. by Elliott Hughes · 10 years ago
  84. f58ac87 Update NOTICE files (the second time today). by Elliott Hughes · 10 years ago
  85. 7e54c76 Update NOTICE files. by Elliott Hughes · 10 years ago
  86. 6b2b585 Update bionic NOTICE files. by Elliott Hughes · 11 years ago
  87. 5c2264a Update NOTICE files. by Elliott Hughes · 11 years ago
  88. 3e424d0 Implement twalk(3), add unit tests. by Elliott Hughes · 11 years ago
  89. 3758a24 Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files. by Elliott Hughes · 11 years ago
  90. 1558138 Regenerate the bionic NOTICE files. by Elliott Hughes · 11 years ago
  91. bfa582d Update the NOTICE files and improve the script slightly. by Elliott Hughes · 11 years ago
  92. acbe322 Regenerate the NOTICE files. by Elliott Hughes · 11 years ago
  93. c4fbf92 Update the NOTICE files by Calin Juravle · 11 years ago
  94. 4e54b11 Update the NOTICE files. by Elliott Hughes · 11 years ago
  95. 54a7494 Regenerate the NOTICE files. by Elliott Hughes · 12 years ago
  96. 2753e12 libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. by Will Newton · 12 years ago
  97. d278b82 Switch to current upstream getopt_long. by Elliott Hughes · 12 years ago
  98. 4eeec44 Fix the qsort copyright notice (fixed upstream this afternoon). by Elliott Hughes · 12 years ago
  99. 2815b1d Take some fixed upstream copyright headers and regenerate NOTICE. by Elliott Hughes · 12 years ago
  100. b2e1abd Pull upstream FreeBSD revision 249810. by Elliott Hughes · 12 years ago