| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-21 | libc: kvx: add {get,set,swap,make}context functions | Julian Vetter | 7 | -1/+336 |
| 2025-09-20 | Add glibc internal macros for 64 Bit architectures | Waldemar Brodkorb | 1 | -0/+10 |
| 2025-08-16 | time64: fix *ctl functions in mips32eb | yliu | 3 | -1/+6 |
| 2025-08-10 | Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k | Waldemar Brodkorb | 6 | -6/+291 |
| 2025-08-10 | time64: fix *ctl functions in mips32eb/mips64 | yliu | 6 | -13/+65 |
| 2025-08-10 | time64: fixed msgctl/semctl/shmctl result errors for for MIPS32/RISCV32 | yliu | 9 | -37/+110 |
| 2025-08-10 | mips32: Define __IPC_64 according to kernel version | yliu | 1 | -1/+8 |
| 2025-08-10 | mips32: Preventing FORCE_FRAME_POINTER from being optimized away | yliu | 1 | -16/+20 |
| 2025-08-07 | malloc-standard: Fix truncation problem in malloc | Marius Melzer | 1 | -5/+5 |
| 2025-07-25 | utimes: force to use 64-bit implementation if available and requested (part II) | Peter Seiderer | 1 | -2/+2 |
| 2025-07-25 | fix getentropy() | Waldemar Brodkorb | 2 | -0/+2 |
| 2025-07-19 | utimes: force to use 64-bit implementation if available and requested | Peter Seiderer | 1 | -1/+1 |
| 2025-06-30 | inet/netdb: fix getnameinfo signature | Marcus Haehnel | 1 | -1/+1 |
| 2025-06-11 | arc: add missing files for fenv support | Waldemar Brodkorb | 2 | -0/+179 |
| 2025-04-28 | csky: add fenv support from glibc | Waldemar Brodkorb | 2 | -40/+230 |
| 2025-04-28 | sh: add fenv support from glibc | Waldemar Brodkorb | 2 | -34/+56 |
| 2025-04-27 | sparc: add fenv support from glibc | Waldemar Brodkorb | 2 | -31/+53 |
| 2025-04-27 | or1k: add fenv support from glibc | Waldemar Brodkorb | 2 | -0/+172 |
| 2025-04-27 | m68k: add fenv support from glibc | Waldemar Brodkorb | 2 | -55/+120 |
| 2025-04-27 | fix build for coldfire with FPU | Waldemar Brodkorb | 3 | -3/+9 |
| 2025-04-24 | riscv: add fenv support from glibc | Waldemar Brodkorb | 2 | -4/+0 |
| 2025-04-23 | mips/mips64: add fenv support from glibc | Waldemar Brodkorb | 2 | -42/+108 |
| 2025-04-11 | getentropy: guard syscall to getrandom | Waldemar Brodkorb | 1 | -0/+2 |
| 2025-04-07 | add getentropy(), fix return value of getrandom() | Thorsten Glaser | 3 | -3/+61 |
| 2025-04-01 | arm: add fenv support from glibc | Waldemar Brodkorb | 2 | -219/+80 |
| 2025-03-31 | aarch64: add fenv support from glibc | Waldemar Brodkorb | 2 | -0/+180 |
| 2025-03-22 | Use __ehdr_start as known zero link address symbol | Jan Klötzke | 1 | -2/+2 |
| 2025-03-22 | Do not rely on unrelocated GOT entries | Jan Klötzke | 2 | -14/+7 |
| 2025-03-08 | ldso.h: factor out _dl_auxvt from ldso.h | Marcus Haehnel | 1 | -1/+1 |
| 2025-03-06 | Fix missing include in __uClibc_main | Marcus Haehnel | 1 | -0/+2 |
| 2025-03-04 | Support non-cached entries in getauxval | Georg Kotheimer | 2 | -17/+16 |
| 2025-03-04 | Make getauxval work with static linking | Georg Kotheimer | 2 | -19/+19 |
| 2025-02-27 | libc/string/x86_64: fix p2align max number of bytes to skip | Frank Mehnert | 4 | -4/+4 |
| 2025-02-12 | inet/resolv.c: set h_errnop if /etc/hosts cannot be opened | Jan Klötzke | 1 | -1/+1 |
| 2025-02-10 | nan.h: define NAN only if not already defined | Frank Mehnert | 1 | -1/+3 |
| 2025-01-14 | clock_adjtime: warn instead of error out | Waldemar Brodkorb | 1 | -1/+1 |
| 2025-01-07 | fix possible overflow in pointer arithmetics strnlen() | Frank Mehnert | 1 | -2/+4 |
| 2025-01-07 | prevent warning about setting an unused variable | Frank Mehnert | 1 | -0/+2 |
| 2025-01-06 | uclibc: prevent warning about declaring an unused function | Frank Mehnert | 1 | -0/+2 |
| 2025-01-06 | uclibc: prevent warning about setting an unused variable | Frank Mehnert | 1 | -1/+1 |
| 2024-08-14 | add process_vm_{read,write}v syscall wrapper from glibc | Waldemar Brodkorb | 3 | -0/+66 |
| 2024-08-13 | getrandom: remove __USE_GNU / add GRND_INSECURE | Waldemar Brodkorb | 1 | -1/+3 |
| 2024-08-11 | add memfd_create syscall wrapper | Waldemar Brodkorb | 36 | -2/+121 |
| 2024-08-11 | riscv: remove incomplete context implementation, use libucontext | Waldemar Brodkorb | 6 | -616/+0 |
| 2024-08-09 | bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), add missing | Waldemar Brodkorb | 5 | -10/+10 |
| 2024-08-09 | lseek: allow SEEK_DATA/SEEK_HOLE to be used | Waldemar Brodkorb | 1 | -0/+2 |
| 2024-07-27 | bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere | J. Neuschäfer | 8 | -15/+15 |
| 2024-07-21 | Fix compilation with 4.x kernel headers | Dmitry Chestnykh | 2 | -2/+4 |
| 2024-07-19 | arm: Replace deprecated asm instructions for ARMv8 AArch32 | Valentin Gehrke | 2 | -0/+16 |
| 2024-07-09 | uclibc: Fix double promotion warning | Marcus Haehnel | 2 | -7/+7 |