aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/cloudabi64
Commit message (Expand)AuthorAgeFilesLines
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-1/+0
* amd64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-031-3/+4
* 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-2/+2
* Keep top page on CloudABI to work around AMD Ryzen stability issues.Ed Schouten2017-08-021-1/+2
* 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-2/+1
* Set the interpreter path to /nonexistent.Ed Schouten2017-03-221-0/+1
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-2/+0
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-0/+2
* Catch up with changes to structure member names.Ed Schouten2017-01-171-1/+1
* Convert pointers obtained from the threadattr_t structure with TO_PTR().Ed Schouten2016-08-241-2/+2
* Provide the CloudABI vDSO to its executables.Ed Schouten2016-08-101-1/+0
* Don't forget to set sa->narg for CloudABI system calls.Ed Schouten2016-07-081-0/+1
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-161-1/+1
* Make CloudABI's way of doing TLS more friendly to userspace emulators.Ed Schouten2016-04-061-4/+60
* Make Position Independent Executables work for CloudABI.Ed Schouten2016-03-311-0/+1
* Fix reporting of the CloudABI ABI in kdump.John Baldwin2016-03-091-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Refactoring: move out generic bits from cloudabi64_sysvec.c.Ed Schouten2015-10-221-117/+2
* Add a kern.features.cloudabi64 entry when the module is loaded to helps theBaptiste Daroussin2015-08-191-0/+2
* Let CloudABI use the SV_CAPSICUM flag.Ed Schouten2015-08-031-1/+1
* Set p_osrel to __FreeBSD_version on process startup.Ed Schouten2015-08-031-1/+11
* Make thread creation work for CloudABI processes.Ed Schouten2015-07-211-0/+23
* Make forking of CloudABI processes work.Ed Schouten2015-07-201-0/+11
* Add a sysentvec for CloudABI on x86-64.Ed Schouten2015-07-161-0/+230