aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm
Commit message (Expand)AuthorAgeFilesLines
* libc: rename arm and i386 Ovfork.S to vfork.SBrooks Davis2024-01-022-4/+1
* libc: Centralize non-building of sbrk stubsBrooks Davis2024-01-021-1/+1
* libc: centralize a few numeric symbolsBrooks Davis2023-12-131-3/+0
* libc: centralize makecontext symbolsBrooks Davis2023-12-131-2/+0
* libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis2023-12-131-6/+0
* libc: centralize ntoh symbolsBrooks Davis2023-12-131-4/+0
* libc: further centralize syscall symbolsBrooks Davis2023-12-131-4/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-12-132-6/+0
* libc/<arch>/sys/Makefile.inc: remove cruftBrooks Davis2023-12-131-1/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-2721-21/+0
* Restore blank line after #includeJohn Baldwin2023-08-171-0/+1
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: one-line .S patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1644-90/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* gdtoa: Regenerate configuration headers for 32-bit arm.Michal Meloun2023-08-132-11/+9
* arm: Remove swi.hAndrew Turner2023-07-241-1/+0
* lib/libc/string: replace ffs/fls implementations with clang builtinsRobert Clausecker2023-07-032-58/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-122-2/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1210-10/+10
* libc: Simplify soft-float on 32-bit armWarner Losh2023-02-143-5/+4
* libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-094-91/+0
* Add sched_getcpu()Konstantin Belousov2021-11-101-1/+2
* libc: add _get_tp() private functionKonstantin Belousov2021-04-092-0/+47
* Remove the last users of ARM_TP_ADDRESSAndrew Turner2021-04-083-18/+0
* Remove obsolete code gated on _ARM_ARCH_*Andrew Turner2021-01-282-69/+0
* Remove the old ARMv4 memcpyAndrew Turner2021-01-283-1652/+1371
* Remove leftover big-endian arm supportAndrew Turner2021-01-285-632/+0
* arm/ffs.S: remove stale comment.Pedro F. Giffuni2019-12-281-3/+0
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-1/+1
* armv6 soft float build fixedWarner Losh2019-11-143-5/+5
* Add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers.Ian Lepore2019-07-136-0/+250
* Reorganize the SRCS lists as one file per line, and then alphabetize them.Ian Lepore2019-07-101-6/+24
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+51
* Remove MD __sys_* private symbols.Brooks Davis2018-12-051-3/+0
* Revert r336773: it removed too much.Warner Losh2018-07-272-0/+1792
* Remove xscale supportWarner Losh2018-07-272-1792/+0
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-044-180/+2
* Remove architecture specific shmat.S files.Brooks Davis2018-04-052-10/+1
* Remove architecture specific sigreturn.S files.Brooks Davis2018-04-042-45/+1
* Move softfloat symbol map entries to softfloat/Symbol.map.John Baldwin2018-03-051-18/+0
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2512-5/+29
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Save VFP state in getcontext(3) on ARM.Michal Meloun2017-10-162-1/+100
* Support armv7 builds for userlandWarner Losh2017-10-053-5/+5
* Start to remove _libc_arm_fpu_present checks. We don't support the VFP onAndrew Turner2017-06-292-50/+10