| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore blank line after #include | John Baldwin | 2023-08-23 | 1 | -0/+1 |
* | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-23 | 2 | -4/+0 |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
* | Remove $FreeBSD$: one-line .S pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-23 | 22 | -46/+0 |
* | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-07-25 | 2 | -2/+2 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-07-25 | 5 | -5/+5 |
* | libc: add _get_tp() private function | Konstantin Belousov | 2021-04-23 | 2 | -0/+52 |
* | armv6 soft float build fixed | Warner Losh | 2019-11-14 | 2 | -4/+4 |
* | Add arm_sync_icache() and arm_drain_writebuf() sysarch syscall wrappers. | Ian Lepore | 2019-07-13 | 5 | -0/+245 |
* | Reorganize the SRCS lists as one file per line, and then alphabetize them. | Ian Lepore | 2019-07-10 | 1 | -6/+24 |
* | libc: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 6 | -1/+13 |
* | spdx: initial adoption of licensing ID tags. | Pedro F. Giffuni | 2017-11-18 | 1 | -1/+3 |
* | Save VFP state in getcontext(3) on ARM. | Michal Meloun | 2017-10-16 | 2 | -1/+100 |
* | Support armv7 builds for userland | Warner Losh | 2017-10-05 | 1 | -1/+1 |
* | Start to remove _libc_arm_fpu_present checks. We don't support the VFP on | Andrew Turner | 2017-06-29 | 2 | -50/+10 |
* | Make armv6 hard float abi by default. Kill armv6hf. | Warner Losh | 2016-05-18 | 1 | -1/+1 |
* | Annotate arm userspace assembler sources stating their tolerance to | Konstantin Belousov | 2015-09-29 | 7 | -0/+13 |
* | Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa... | Craig Rodrigues | 2015-09-20 | 1 | -0/+1 |
* | Remove __ARM_EABI__ from more places in libc as this is the only ARM ABI | Andrew Turner | 2015-05-31 | 2 | -15/+7 |
* | Teach bits of libc about Thumb. This adds the if-then instructions needed | Andrew Turner | 2015-05-12 | 2 | -2/+32 |
* | Remove duplicate copies of trivial getcontextx.c | Ed Maste | 2015-01-12 | 2 | -78/+3 |
* | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support | Andrew Turner | 2014-10-01 | 1 | -4/+0 |
* | In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). | Ian Lepore | 2014-08-31 | 7 | -1/+13 |
* | Set the new floating point exception mask correctly | Andrew Turner | 2014-04-28 | 1 | -1/+1 |
* | Rename the fp{get,set}* files so they no longer conflict with the softfloat | Andrew Turner | 2014-04-21 | 7 | -2/+2 |
* | Add the deprecated fp{get,set}* functions, a few ports use them. | Andrew Turner | 2014-04-20 | 7 | -0/+304 |
* | Implement __flt_rounds for ARMv6 hard-float. The fpscr register stores the | Andrew Turner | 2014-03-22 | 1 | -10/+14 |
* | Teach siglongjmp about the VFP version of the setjmp buffer. | Andrew Turner | 2013-07-21 | 1 | -3/+5 |
* | Finish pulling in the NetBSD setjmp/longjmp updates on ARM. | Andrew Turner | 2013-06-07 | 4 | -4/+162 |
* | Include machine/setjmp.h to get the definition of _JB_MAGIC__SETJMP. This | Andrew Turner | 2013-06-07 | 1 | -1/+3 |
* | Remove part of the NetBSD longjmp code that was not ready to be merged. | Andrew Turner | 2013-06-05 | 1 | -2/+1 |
* | Start to merge the updated ARM NetBSD setjump/longjmp functions. To begin | Andrew Turner | 2013-06-04 | 2 | -75/+52 |
* | The getcontext() from the __fillcontextx() call in the | Konstantin Belousov | 2013-05-28 | 1 | -0/+7 |
* | Use the compiler-rt version __{u,}divsi3 and __{u,}modsi3 on ARM EABI | Andrew Turner | 2013-01-19 | 1 | -1/+5 |
* | Merging of projects/armv6, part 2 | Oleksandr Tymoshenko | 2012-08-15 | 2 | -0/+10 |
* | Replace the C implementation of __aeabi_read_tp with an assembly version. | Andrew Turner | 2012-04-16 | 2 | -14/+9 |
* | Unlike other functions __aeabi_read_tp function must preserve r1-r3. The | Andrew Turner | 2012-04-08 | 1 | -2/+5 |
* | - Revert part of r234005, which I did not intend to commit. | Stanislav Sedov | 2012-04-07 | 1 | -1/+1 |
* | - Add kernel config file for QEMU-emulated gumstix board. | Stanislav Sedov | 2012-04-07 | 1 | -1/+1 |
* | Unbreak trhe build by including proper header | Oleksandr Tymoshenko | 2012-03-18 | 1 | -1/+1 |
* | Fix TLS for statically linked binaries | Oleksandr Tymoshenko | 2012-03-18 | 1 | -0/+4 |
* | Add __aeabi_read_tp function required for thread-local storage | Oleksandr Tymoshenko | 2012-02-14 | 2 | -1/+43 |
* | Make the sys/ucontext.h self-contained by changing the return type | Konstantin Belousov | 2012-02-01 | 1 | -1/+1 |
* | Add API for obtaining extended machine context states that cannot be | Konstantin Belousov | 2012-01-21 | 2 | -1/+70 |
* | Don't inline fenv.h functions on arm for now. Inlining makes sense: | David Schultz | 2012-01-20 | 1 | -0/+2 |
* | Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for | David Schultz | 2012-01-16 | 2 | -1/+64 |
* | Replace a proliferation of buggy MD implementations of modf() with a | David Schultz | 2011-10-21 | 2 | -108/+1 |
* | Fix typos - remove duplicate "the". | Rebecca Cran | 2011-02-21 | 1 | -1/+1 |