summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm
AgeCommit message (Expand)Author
2025-11-19malloc: add free_sized and free_aligned_sized from C23Justin King
2025-11-13Change fromfp functions to return floating types following C23 (bug 28327)Joseph Myers
2025-11-12linux: Add mseal syscall supportAdhemerval Zanella
2025-11-05math: Remove the SVID error handling from tgammafAdhemerval Zanella
2025-11-05math: Remove the SVID error handling from lgammaf/lgammaf_rAdhemerval Zanella
2025-11-05Update syscall lists for Linux 6.17Adhemerval Zanella
2025-11-05math: Remove the SVID error handling from atan2fAdhemerval Zanella
2025-11-04math: Remove the SVID error handling wrapper from sqrtAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from sinhfAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from remainderAdhemerval Zanella
2025-11-04math: Remove the SVID error handling from remainderfAdhemerval Zanella
2025-11-04arm: Consolidate atomic-machine.h and Remove ununsed atomic macrosAdhemerval Zanella
2025-10-30math: Remove the SVID error handling wrapper from yn/jnAdhemerval Zanella
2025-10-30math: Remove the SVID error handling wrapper from y1/j1Adhemerval Zanella
2025-10-30math: Remove the SVID error handling wrapper from y0/j0Adhemerval Zanella
2025-10-30math: Remove the SVID error handling from coshfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from atanhfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from acoshfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from asinfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from acosfAdhemerval Zanella
2025-10-30math: Remove the SVID error handling from log10fAdhemerval Zanella
2025-10-28Rename uimaxabs to umaxabs (bug 33325)Joseph Myers
2025-10-17Implement C23 memalignmentJoseph Myers
2025-10-01Implement C23 memset_explicit (bug 32378)Joseph Myers
2025-06-17termios: add new baud_t interface, defined to be explicitly numericH. Peter Anvin (Intel)
2025-06-17linux: implement arbitrary and split speeds in termiosH. Peter Anvin (Intel)
2025-05-29Update syscall lists for Linux 6.15Joseph Myers
2025-05-14Implement C23 rootn.Joseph Myers
2025-05-09Implement C23 compoundnJoseph Myers
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf
2025-03-27Implement C23 pownJoseph Myers
2025-03-24Add _FORTIFY_SOURCE support for inet_ptonAaron Merey
2025-03-21Add _FORTIFY_SOURCE support for inet_ntopFrédéric Bérat
2025-03-14Implement C23 powrJoseph Myers
2025-03-12Update syscall lists for Linux 6.13Joseph Myers
2025-03-12Linux: Add the pthread_gettid_np function (bug 27880)Florian Weimer
2025-03-07Implement C23 rsqrtJoseph Myers
2025-02-28Remove unused dl-procinfo.hWilco Dijkstra
2025-01-07elf: Second ld.so relocation only if libc.so has been loadedFlorian Weimer
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-12Implement C23 atan2piJoseph Myers
2024-12-11Implement C23 atanpiJoseph Myers
2024-12-10Implement C23 asinpiJoseph Myers
2024-12-09Implement C23 acospiJoseph Myers
2024-12-05Implement C23 tanpiJoseph Myers
2024-12-04Implement C23 sinpiJoseph Myers
2024-12-04Implement C23 cospiJoseph Myers
2024-11-05Add Arm HWCAP2_* constants from Linux 3.15 and 6.2 to <bits/hwcap.h>Aurelien Jarno
2024-09-11Linux: Add the sched_setattr and sched_getattr functionsFlorian Weimer
2024-08-23nptl: Fix Race conditions in pthread cancellation [BZ#12683]Adhemerval Zanella