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
Age
Commit message (
Expand
)
Author
2022-12-13
Trailing whitespace
skrll
2022-04-08
fix various typos, mainly in comments, but also log messages, docs, game text.
andvar
2021-11-27
Trailing whitespace
skrll
2021-11-23
Decorate the ARM signal trampoline with the appropriate .cfi
thorpej
2021-10-31
Tidy up how __sigaction14_sigtramp.c is added to SRCS.
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-12-05
spaces to tab
skrll
2020-10-24
Provide _UC_REGS_* defines for all registers
skrll
2020-04-18
Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.
thorpej
2018-11-21
Fix a comment
skrll
2017-02-07
Mark exect(3) obsolete and bind it to plain execve(2) on all platforms
kamil
2015-08-20
In rumprun mode on ARM, don't build syscall or signal code into libc.
pooka
2015-03-19
Call libc's fpgetround.
joerg
2014-01-29
Include compiler-rt in libc, libm and libkern.
joerg
2014-01-23
One vmsr is enough.
joerg
2014-01-17
GC
joerg
2014-01-17
Use generic version of fabs for softfloat.
joerg
2013-12-25
Explicitly enable FPU support.
joerg
2013-11-30
fabsl alias.
joerg
2013-11-30
Use PLT_SYM.
joerg
2013-10-21
Fix bug introduced in revision 1.13 which meant longjmp would never
skrll
2013-09-12
Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small
joerg
2013-09-08
detect whether hw divide is present.
matt
2013-09-08
Detect presence of hardware divide.
matt
2013-09-04
Fix the .cfi correctly.
matt
2013-09-04
Fix build by matching .cfi/#if.
htodd
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-21
divide.S need -marm
matt
2013-08-21
If not earmv7, use -marm on all assembly files
matt
2013-08-21
Add -marm to those sources who aren't thumb friendly.
matt
2013-08-19
Put the startup code in .text.startup
matt
2013-08-19
Group all syscalls together.
matt
2013-08-19
Always compile as ARM even if -mthumb is given.
matt
2013-08-18
Revert previous.
skrll
2013-08-18
Only add in __aeabi_read_tp.S when building for earm.
skrll
2013-08-17
Enforce that this must be not compiled using Thumb1
matt
2013-08-17
Thumbify & add END
matt
2013-08-16
Add END
matt
2013-08-16
Save r3 instead of r4 when calling CERROR in thumb mode.
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-16
Rework SYSTRAP for thumb.
matt
2013-08-16
Make _libc_arm_fpu_present hidden
matt
[next]