summaryrefslogtreecommitdiff
path: root/lib/libc/arm
AgeCommit message (Expand)Author
2025-11-28libc: remove ARMv5/6 from man pageMinsoo Choo
2025-05-29libc, libthr: Ditch MD __pthread_distribute_static_tls helpersJessica Clarke
2025-05-04libgcc_s: export integer and floating point __aeabi_ symbolsMichal Meloun
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-20libc: Replace armv6 with armv7 in a commentAndrew Turner
2024-06-12lib: Remove __ARM_ARCH checks that are always trueAndrew Turner
2024-04-16libc/arm: export __signalcontext not _signalcontextBrooks Davis
2024-03-13libc/softfloat: we don't export _fp[gs]et* symbolsBrooks Davis
2024-03-13lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis
2024-02-05libc: move MD sys related symbols to libsysBrooks Davis
2024-02-05libc: Move per-arch sys/Makefile.inc to libsysBrooks Davis
2024-02-05libc: libc/<arch>/sys/__vdso_gettc -> libsys/<arch>/Brooks Davis
2024-02-05libsys: relocate implementations and manpagesBrooks Davis
2023-12-18arm/SYS.h: align with other archesBrooks Davis
2023-12-18arm/SYS.h: remove unused CURBRK macroBrooks Davis
2023-12-12libc/*/SYS.h: remove SYCALL macroBrooks Davis
2023-12-06libc: rename arm and i386 Ovfork.S to vfork.SBrooks Davis
2023-12-04Remove never implemented sbrk and sstk syscallsBrooks Davis
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-15libc: centralize a few numeric symbolsBrooks Davis
2023-11-15libc: centralize makecontext symbolsBrooks Davis
2023-11-15libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis
2023-11-15libc: centralize ntoh symbolsBrooks Davis
2023-11-15libc: further centralize syscall symbolsBrooks Davis
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-15libc/<arch>/sys/Makefile.inc: remove cruftBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-10-28libc: Strip plentiful trailing whitespace from aarch64+arm makecontext.cJessica Clarke
2023-08-17Restore blank line after #includeJohn Baldwin
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .S patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-13gdtoa: Regenerate configuration headers for 32-bit arm.Michal Meloun
2023-07-24arm: Remove swi.hAndrew Turner
2023-07-03lib/libc/string: replace ffs/fls implementations with clang builtinsRobert Clausecker
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14libc: Simplify soft-float on 32-bit armWarner Losh
2021-12-09libc: Remove _get_tp() and _set_tp().John Baldwin
2021-11-10Add sched_getcpu()Konstantin Belousov
2021-04-09libc: add _get_tp() private functionKonstantin Belousov
2021-04-08Remove the last users of ARM_TP_ADDRESSAndrew Turner
2021-01-28Remove obsolete code gated on _ARM_ARCH_*Andrew Turner
2021-01-28Remove the old ARMv4 memcpyAndrew Turner
2021-01-28Remove leftover big-endian arm supportAndrew Turner
2019-12-28arm/ffs.S: remove stale comment.Pedro F. Giffuni