aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/cloudabi32
Commit message (Expand)AuthorAgeFilesLines
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+1
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-101-1/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-101-0/+1
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-291-0/+3
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-2/+1
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-031-6/+6
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-011-1/+0
* Use TO_PTR() to convert integers to pointers.Ed Schouten2017-11-261-1/+1
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-121-2/+6
* Stop providing the compat_3_brand.Ed Schouten2017-03-231-1/+0
* Update r315753 with the proper flag name.Konstantin Belousov2017-03-221-1/+1
* Add a flag BI_BRAND_ONLY_STATIC to specify that the brand onlyKonstantin Belousov2017-03-221-1/+1
* Set the interpreter path to /nonexistent.Ed Schouten2017-03-221-0/+1
* Catch up with changes to structure member names.Ed Schouten2017-01-171-1/+1
* Make execution of 32-bit CloudABI executables work on amd64.Ed Schouten2016-08-241-0/+231