aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/arm64/elf32_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: clear debug registers after execve(2)Mitchell Horne2021-04-131-1/+7
* Arch64: Clear VFP state on execve()Alex Richardson2021-03-101-0/+7
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-101-1/+2
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-6/+6
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-2/+0
* Pass pointers to info parsed from notes, to brandinfo->header_supported filter.Konstantin Belousov2020-08-231-2/+4
* Style.Konstantin Belousov2020-08-231-1/+1
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-031-1/+1
* Add a sv_copyout_auxargs() hook in sysentvec.John Baldwin2019-11-151-0/+1
* Rename the macros to extract a single arm64 ID field.Andrew Turner2019-10-301-1/+1
* arm64: Add the rename interpreter path for compat32 ld-elfJustin Hibbits2019-05-161-1/+1
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-011-1/+0
* Impleent COMPAT_FREEBSD32 for arm64.Olivier Houchard2019-01-131-6/+227
* Add rudimentary support for building FreeBSD/arm64 with COMPAT_FREEBSD32.Ed Schouten2017-11-241-0/+38