summaryrefslogtreecommitdiff
path: root/lib/libc/arm/gen
AgeCommit message (Expand)Author
2025-11-28libc: remove ARMv5/6 from man pageMinsoo Choo
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-12lib: Remove __ARM_ARCH checks that are always trueAndrew Turner
2024-03-13libc/softfloat: we don't export _fp[gs]et* symbolsBrooks Davis
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
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-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-04-09libc: add _get_tp() private functionKonstantin Belousov
2021-04-08Remove the last users of ARM_TP_ADDRESSAndrew Turner
2019-11-14armv6 soft float build fixedWarner Losh
2019-07-13Add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers.Ian Lepore
2019-07-10Reorganize the SRCS lists as one file per line, and then alphabetize them.Ian Lepore
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-16Save VFP state in getcontext(3) on ARM.Michal Meloun
2017-10-05Support armv7 builds for userlandWarner Losh
2017-06-29Start to remove _libc_arm_fpu_present checks. We don't support the VFP onAndrew Turner
2016-05-18Make armv6 hard float abi by default. Kill armv6hf.Warner Losh
2015-09-29Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov
2015-09-20Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues
2015-05-31Remove __ARM_EABI__ from more places in libc as this is the only ARM ABIAndrew Turner
2015-05-12Teach bits of libc about Thumb. This adds the if-then instructions neededAndrew Turner
2015-01-12Remove duplicate copies of trivial getcontextx.cEd Maste
2014-10-01Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner
2014-08-31In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).Ian Lepore
2014-04-28Set the new floating point exception mask correctlyAndrew Turner
2014-04-21Rename the fp{get,set}* files so they no longer conflict with the softfloatAndrew Turner
2014-04-20Add the deprecated fp{get,set}* functions, a few ports use them.Andrew Turner
2014-03-22Implement __flt_rounds for ARMv6 hard-float. The fpscr register stores theAndrew Turner
2013-07-21Teach siglongjmp about the VFP version of the setjmp buffer.Andrew Turner
2013-06-07Finish pulling in the NetBSD setjmp/longjmp updates on ARM.Andrew Turner
2013-06-07Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. ThisAndrew Turner
2013-06-05Remove part of the NetBSD longjmp code that was not ready to be merged.Andrew Turner
2013-06-04Start to merge the updated ARM NetBSD setjump/longjmp functions. To beginAndrew Turner
2013-05-28The getcontext() from the __fillcontextx() call in theKonstantin Belousov
2013-01-19Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABIAndrew Turner
2012-08-15Merging of projects/armv6, part 2Oleksandr Tymoshenko
2012-04-16Replace the C implementation of __aeabi_read_tp with an assembly version.Andrew Turner
2012-04-08Unlike other functions __aeabi_read_tp function must preserve r1-r3. TheAndrew Turner
2012-04-07- Revert part of r234005, which I did not intend to commit.Stanislav Sedov
2012-04-07- Add kernel config file for QEMU-emulated gumstix board.Stanislav Sedov