klibc main development tree

Clone this repo:
  1. 53ce949 [klibc] Add LoongArch64 port by Feiyang Chen · 3 months ago master
  2. 5328bc7 Merge branch 'time64' by Ben Hutchings · 4 months ago
  3. dd8e32a [klibc] time: Use 64-bit time types on all architectures by Ben Hutchings · 5 months ago
  4. 0b35ac6 [klibc] time: Use clock_* system calls for time-of-day and sleep by Ben Hutchings · 5 months ago
  5. df8acc6 [klibc] select: Make all select calls wrappers for pselect6() by Ben Hutchings · 5 months ago
  6. 0743d8d [klibc] select: Fix handling of NULL timeout when wrapping pselect() by Ben Hutchings · 5 months ago
  7. 26dded7 [klibc] select: Remove support for pselect7() syscall by Ben Hutchings · 5 months ago
  8. 5e8a242 [klibc] utimes: Make all utimes calls wrappers for utimensat() by Ben Hutchings · 5 months ago
  9. e3a0f7b [klibc] stat: Make all stat calls wrappers for statx() by Ben Hutchings · 5 months ago
  10. 79ee6b0 [klibc] resource: Avoid using <linux/resource.h> by Ben Hutchings · 5 months ago
  11. 6a3789f [klibc] signal: Make RT signals mandatory by Ben Hutchings · 5 months ago
  12. 871a230 [klibc] i386,m68k,s390: signal: Switch to RT signal API by Ben Hutchings · 5 months ago
  13. ea8e91a [klibc] m68k,s390,x86: signal: Stop using broken <asm/signal.h> by Ben Hutchings · 5 months ago
  14. 896e7e1 [klibc] 2.0.12 released, next version is 2.0.13 by Ben Hutchings · 4 months ago
  15. 12f259d [klibc] mips64: Fix struct stat layout by Ben Hutchings · 5 months ago klibc-2.0.12
  16. 3d63cd6 [klibc] ls: Handle relative directory names correctly by Ben Hutchings · 5 months ago
  17. bf50476 [klibc] strstr, memmem: Handle zero-length needle correctly by Ben Hutchings · 5 months ago
  18. 61d2ea5 [klibc] strrchr: Handle c == 0 correctly by Ben Hutchings · 5 months ago
  19. 9707c6b [klibc] tests: Add test program for string search functions by Ben Hutchings · 5 months ago
  20. 4a9d3b3 [klibc] mips/mips64: Get rid of delay slot hacks by Jiaxun Yang · 7 months ago