1. 786d0e7 ANDROID: fix type of sysinfo.uptime am: b4848eec05 by Colin Cross · 3 years, 1 month ago
  2. e385b79 Disable musl build on darwin am: d5653711c7 by Colin Cross · 3 years, 1 month ago
  3. 8dff6cf Add android compat headers am: 195a9b35b5 by Colin Cross · 3 years, 1 month ago
  4. 1638173 Add Android.bp file to compile libc_musl am: 22a72b0423 by Colin Cross · 3 years, 1 month ago
  5. 969b338 ANDROID: add embedded linker trampoline am: 35c0a11298 by Colin Cross · 3 years, 1 month ago
  6. e4bd031 ANDROID: use libc_musl.so instead of libc.so am: b0a973b5de by Colin Cross · 3 years, 1 month ago
  7. 9914121 ANDROID: Fix warning in musl sys/socket.h am: 8dbf5d1b59 by Colin Cross · 3 years, 1 month ago
  8. 3c311a1 Add LICENSE, METADATA, MODULE_LICENSE_MIT and OWNERS files am: 2a73a26b03 by Colin Cross · 3 years, 1 month ago
  9. ce67bb1 Merge remote-tracking branch 'aosp/upstream-master' am: b97a4ea5a1 by Colin Cross · 3 years, 1 month ago
  10. b4848ee ANDROID: fix type of sysinfo.uptime by Colin Cross · 3 years, 4 months ago
  11. d565371 Disable musl build on darwin by Colin Cross · 3 years, 3 months ago
  12. 195a9b3 Add android compat headers by Colin Cross · 3 years, 5 months ago
  13. 22a72b0 Add Android.bp file to compile libc_musl by Colin Cross · 3 years, 6 months ago
  14. 35c0a11 ANDROID: add embedded linker trampoline by Colin Cross · 3 years, 4 months ago
  15. b0a973b ANDROID: use libc_musl.so instead of libc.so by Colin Cross · 3 years, 4 months ago
  16. 8dbf5d1 ANDROID: Fix warning in musl sys/socket.h by Colin Cross · 3 years, 5 months ago
  17. 2a73a26 Add LICENSE, METADATA, MODULE_LICENSE_MIT and OWNERS files by Colin Cross · 3 years, 5 months ago
  18. b97a4ea Merge remote-tracking branch 'aosp/upstream-master' by Colin Cross · 3 years, 5 months ago
  19. 30bc338 Initial empty repository by Inna Palant · 3 years, 5 months ago
  20. 1f0c7cb riscv: rename __NR_fstatat __NR_newfstatat by Khem Raj · 3 years, 6 months ago
  21. d8cb888 remove return with expression in void function by Michael Forney · 3 years, 7 months ago
  22. b7a130e remove unnecessary cast for map_library return by Érico Nogueira · 3 years, 7 months ago
  23. bd3b9c4 add pthread_getname_np function by Érico Rolim · 3 years, 7 months ago
  24. e1a5118 fix popen not to leak pipes from one child to another by Rich Felker · 3 years, 7 months ago
  25. e74acd5 remove spurious lock in popen by Rich Felker · 3 years, 7 months ago
  26. 9a40e84 define __STDC_UTF_{16,32}__ macros by Érico Nogueira · 3 years, 7 months ago
  27. aad50fc fix regression in dl_iterate_phdr reporting of modules with no TLS by Rich Felker · 3 years, 7 months ago
  28. 0ea78a6 nscd: fall back gracefully on kernels without AF_UNIX support by Joakim Sindholt · 3 years, 8 months ago
  29. 95a540e mallocng/aligned_alloc: check for malloc failure by Dominic Chen · 3 years, 8 months ago
  30. 2c00f95 make epoll_[p]wait a cancellation point by Rich Felker · 3 years, 8 months ago
  31. 521b4d2 fix dl_iterate_phdr dlpi_tls_data reporting to match spec by Rich Felker · 3 years, 8 months ago
  32. 122002f remove no-longer-needed special case handling in popen by Rich Felker · 3 years, 8 months ago
  33. 8ef9d46 use internal malloc for posix_spawn file actions objects by Rich Felker · 3 years, 8 months ago
  34. cfdfd5e don't fail to map library/executable with zero-length segment maps by Rich Felker · 3 years, 9 months ago
  35. e48e99c suppress isascii() macro for C++ by Érico Rolim · 3 years, 11 months ago
  36. b129cd8 guard against compilers failing to handle setjmp specially by default by Rich Felker · 3 years, 9 months ago
  37. 3309e2d aarch64/bits/mman.h: add PROT_MTE from linux v5.10 by Szabolcs Nagy · 4 years ago
  38. 4433115 aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10 by Szabolcs Nagy · 4 years ago
  39. 42aa19a add aarch64/bits/mman.h with PROT_BTI from linux v5.8 by Szabolcs Nagy · 4 years ago
  40. b7554b5 aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8 by Szabolcs Nagy · 4 years ago
  41. 87b8f14 signal.h: add MTE specific SIGSEGV codes from linux v5.10 by Szabolcs Nagy · 4 years ago
  42. 19239cd sys/prctl.h: add MTE related constants from linux v5.10 by Szabolcs Nagy · 4 years ago
  43. 8b29f02 elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10 by Szabolcs Nagy · 4 years ago
  44. d7210f0 sys/mman.h: add MAP_HUGE_16KB from linux v5.10 by Szabolcs Nagy · 4 years ago
  45. a745652 sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10 by Szabolcs Nagy · 4 years ago
  46. 54ca1cc sys/membarrier.h: add new constants from linux v5.10 by Szabolcs Nagy · 4 years ago
  47. fd285f9 bits/syscall.h: add process_madvise from linux v5.10 by Szabolcs Nagy · 4 years ago
  48. 49b6df3 fix error return value for cuserid by Rich Felker · 3 years, 9 months ago
  49. cc577d0 fix misuse of getpwuid_r in cuserid by Rich Felker · 3 years, 9 months ago
  50. a75283d cuserid: don't return truncated results by Rich Felker · 3 years, 9 months ago
  51. ef137da cuserid: support invocation with a null pointer argument by Sören Tempel · 4 years, 10 months ago
  52. e5d2823 riscv64: define ELF_NFPREG by Khem Raj · 3 years, 10 months ago
  53. 964104f math: fix expm1f overflow threshold by Szabolcs Nagy · 3 years, 10 months ago
  54. c4c38e6 math: fix acoshf for negative inputs by Szabolcs Nagy · 3 years, 10 months ago
  55. 074932c fix possible fd leak via missing O_CLOEXEC in pthread_setname_np by Érico Rolim · 4 years ago
  56. 9b77aac oldmalloc: preserve errno across free by Rich Felker · 3 years, 10 months ago
  57. 98b9df9 fix build regression in oldmalloc by Rich Felker · 3 years, 10 months ago
  58. 2010df0 preserve errno across free by Rich Felker · 3 years, 10 months ago
  59. 9afed99 fix inconsistent signature of __libc_start_main by Rich Felker · 3 years, 10 months ago
  60. dd5b638 fail posix_spawn file_actions operations with negative fds by Rich Felker · 3 years, 10 months ago
  61. 85e0e35 release 1.2.2 by Rich Felker · 3 years, 10 months ago
  62. 3953aec fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernels by Rich Felker · 4 years ago
  63. 30f5506 fix v4l2 buffer ioctl fallbacks for pre-5.6 kernels by Arnd Bergmann · 4 years ago
  64. db981ff sh: fix incorrect mcontext_t member naming by Ariadne Conill · 4 years ago
  65. 1e4204d use libc-internal malloc for newlocale/freelocale by Rich Felker · 4 years ago
  66. 36246b3 drop use of pthread_once in newlocale by Rich Felker · 4 years ago
  67. 37fcc13 lift locale lock out of internal __get_locale by Rich Felker · 4 years ago
  68. c53e9b2 fix misleading comment in strstr by Rich Felker · 4 years ago
  69. b67d56c drop use of pthread_once for aio thread stack size init by Rich Felker · 4 years ago
  70. 90ff016 fix omission of non-stub pthread_mutexattr_getprotocol by Rich Felker · 4 years ago
  71. 56f0631 riscv64: fix inconsistent ucontext_t struct tag by Drew DeVault · 4 years ago
  72. 50c7935 fix failure to preserve r6 in s390x asm; per ABI it is call-saved by Rich Felker · 4 years ago
  73. 738c4e9 s390x: derive float_t from compiler or default to float by Marius Hillenbrand · 4 years ago
  74. 821083a implement reallocarray by Ariadne Conill · 4 years, 4 months ago
  75. 29ff759 implement realpath directly instead of using procfs readlink by Rich Felker · 4 years ago
  76. 5d464f5 fix mallocng regression in malloc_usable_size with null argument by Dominic Chen · 4 years ago
  77. d046ec9 configure: do not use obsolescent form of test -a|o by Issam E. Maghni · 4 years, 1 month ago
  78. c5d118e fix segfault in lutimes when tv argument is NULL by Érico Rolim · 4 years ago
  79. 67f7746 netinet/in.h: add IP_RECVERR_4884 from linux v5.9 by Szabolcs Nagy · 4 years, 1 month ago
  80. d078f83 sys/fanotify.h: add new FAN_* macros from linux v5.9 by Szabolcs Nagy · 4 years, 1 month ago
  81. 3ba370f bits/syscall.h: add __NR_close_range from linux v5.9 by Szabolcs Nagy · 4 years, 1 month ago
  82. badc5bb add missing personality values by William Woodruff · 4 years ago
  83. 6e98924 arm fabs and sqrt: support single-precision-only fpu variants by Jinliang Li · 4 years ago
  84. c8c3e34 fix typo in INSTALL by Érico Rolim · 4 years ago
  85. e2fa720 work around linux bug in readlink syscall with zero buffer size by Rich Felker · 4 years ago
  86. c17cda6 parse v3 or future-unknown zoneinfo file versions as v2+ by Rich Felker · 4 years ago
  87. 585a0a7 explicitly prefer 64-bit/v2 zoneinfo tables by Rich Felker · 4 years ago
  88. debbddf fix regression in pthread_exit by Rich Felker · 4 years ago
  89. 3ab2a4e rewrite wcsnrtombs to fix buffer overflow and other bugs by Rich Felker · 4 years ago
  90. 233bb69 protect destruction of process-shared mutexes against robust list races by Rich Felker · 4 years ago
  91. d26e077 pthread_exit: don't __vm_wait under thread list lock by Rich Felker · 4 years ago
  92. 167390f lift child restrictions after multi-threaded fork by Rich Felker · 4 years ago
  93. 34952fe convert malloc use under libc-internal locks to use internal allocator by Rich Felker · 4 years ago
  94. 8d37958 give libc access to its own malloc even if public malloc is interposed by Rich Felker · 4 years ago
  95. c1e5d24 drop use of getdelim/stdio in dynamic linker by Rich Felker · 4 years ago
  96. cbecda0 dlerror: don't gratuitously hold freebuf_queue lock while freeing by Rich Felker · 4 years ago
  97. 4ffa706 fix vector types in aarch64 register file structures by Rich Felker · 4 years, 1 month ago
  98. d91a6cf fix erroneous pthread_cond_wait mutex waiter count logic due to typo by Rich Felker · 4 years, 1 month ago
  99. 27b2fc9 fix missing-wake regression in pthread_cond_wait by Rich Felker · 4 years, 1 month ago
  100. 7c71792 add support for SIGEV_THREAD_ID timers by James Y Knight · 5 years ago