History log of /openbsd/sys/arch/arm/include/setjmp.h (Results 1 – 6 of 6)
Revision Date Author Comments
# b3af768d 11-Apr-2023 jsg <jsg@openbsd.org>

fix double words in comments
feedback and ok jmc@ miod, ok millert@


# 552f7563 22-Jun-2018 kettenis <kettenis@openbsd.org>

Save and restore the relevant FPU state on armv7.

ok deraadt@


# b29bfccf 07-Aug-2016 guenther <guenther@openbsd.org>

Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf.
Switch from calling obsolete sig{block,setmask} to directly using the
sigprocmask syscall.

ok deraadt@ kettenis@


# 660a70de 09-Feb-2013 miod <miod@openbsd.org>

Grammar, typos


# 5ab58429 20-Sep-2011 miod <miod@openbsd.org>

Late spring cleaning of the arm code for old dusty bits we do not want to
keep:
- remove bootconfig parameter passing feature (unused).
- unifdef __PROG32 and remove all remains of arm26 code.
- remo

Late spring cleaning of the arm code for old dusty bits we do not want to
keep:
- remove bootconfig parameter passing feature (unused).
- unifdef __PROG32 and remove all remains of arm26 code.
- remove ARMFPE support (unused).
- remove support for ARM2, ARM2AS, ARM3, ARM6, ARM7, ARM7TDMI and StrongARM
processor families, and the related silicon bug workarounds (especially
the SA-110 STM^ bug).
- remove cpu_functions no longer necessary after previous removals.
- remove ARM32_DISABLE_ALIGNMENT_FAULTS option (unused).
- make FIQ support conditional on option FIQ (unused, but may be eventually).

Discussed with drahn@ and jasper@ long ago, I was sitting on this commit for
no good reason.

show more ...


# e1e4f5b1 01-Feb-2004 drahn <drahn@openbsd.org>

Arm port, NetBSD codebase stripped down, 32bit only support.