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