summaryrefslogtreecommitdiff
path: root/lib/libc/arch/arm/sys
AgeCommit message (Expand)Author
2021-11-27Trailing whitespaceskrll
2021-11-23Decorate the ARM signal trampoline with the appropriate .cfithorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-06-30Do previous differtly by pushing two registers in the same way as theskrll
2021-06-30The _INVOKE_CERROR macro deals with thumb so simplify the code (at theskrll
2021-06-30Trailing whitespaceskrll
2021-06-30Fix previous. For Thumb-1:rin
2021-06-29Align sp to 8-byte boundary as required by EABI.rin
2020-04-18Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.thorpej
2017-02-07Mark exect(3) obsolete and bind it to plain execve(2) on all platformskamil
2013-11-30Use PLT_SYM.joerg
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-09-04only emit cfi if __ARM_EABI__ && __UNWIND_TABLES__matt
2013-09-03Use less got, add END(), make thumb tolerant.matt
2013-08-19Always compile as ARM even if -mthumb is given.matt
2013-08-17Enforce that this must be not compiled using Thumb1matt
2013-08-16Add ENDmatt
2013-08-16thumbify and add ENDmatt
2013-08-16Thumbify & optimize a littlematt
2013-08-16Use _INVOKE_CERRORmatt
2013-08-01CERROR is now hidden so no need to call it via the PLTmatt
2013-08-01Make __minbrk, __curbrk, and CERROR hidden and avoid using the GOT to accessmatt
2013-04-30include assym.hskrll
2013-04-30Don't hardcode offset in assembler. This ensures the return value in theskrll
2012-11-20Add $NetBSD$ tag. Use ip to save r1 instead of the stack.matt
2012-02-27Make __cerror protected to restore ABI leak in older libc versions,joerg
2012-02-14Add workaround for ARM cores that don't properly implement the MRC instructionmatt
2011-11-18Hook up TLS support on ARM. Tested by martin@, kernel support from matt@joerg
2011-05-13Use "_end" instead of "end" for consistency with other architectures.nonaka
2011-01-14Change __cerror to be marked hidden and change callers to avoid the PLT.matt
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-30Use SYSTRAP macro, rather than inlining the swi instruction.chris
2006-04-24It's "its."snj
2006-02-19make these consistent.christos
2005-10-16move to the new compat layout.christos
2005-06-12Add missing __RCSID()lukem
2004-08-21Use RET and RETc for returning.rearnsha
2004-08-21Use RETc for returning. When v4T or later use BX for calling the target.rearnsha
2004-03-26the WARN_REFERENCES text "include <signal.h> for correct reference" is pointlessdrochner
2004-03-26fix references to the syscall formerly known as SYS___sigreturn14drochner
2004-03-23save errno while trying to install a !SA_SIGINFO trampoline -- thisdrochner
2003-12-26Use an unsigned comparison against minbrk.martin
2003-10-05Add SA_SIGINFO support for ARM.matt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-05Use the correct instruction for returning ffrom a function (MOV ratherbjh21
2003-04-05NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__.bjh21
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-18Merge the nathanw_sa branch.thorpej
2002-08-27Do the appropriate PIC magic for the jump to _exit().mycroft
2002-08-17Local label fixup.thorpej