freebsd-dev/sys/contrib/cloudabi
Ed Schouten a5c3c5b14f Import the new automatically generated system call table for CloudABI.
Now that we've switched over to using the vDSO on CloudABI, it becomes a
lot easier for us to phase out old features. System call numbering is no
longer something that's part of the ABI. It's fully based on names. As
long as the numbering used by the kernel and the vDSO is consistent
(which it always is), it's all right.

Let's put this to the test by removing a system call (thread_tcb_set())
that's already unused for quite some time now, but was only left intact
to serve as a placeholder. Sync in the new system call table that uses
alphabetic sorting of system calls.

Obtained from:	https://github.com/NuxiNL/cloudabi
2016-08-19 17:49:35 +00:00
..
cloudabi64_types.h Import the new automatically generated system call table for CloudABI. 2016-08-19 17:49:35 +00:00
cloudabi_types_common.h Import the new automatically generated system call table for CloudABI. 2016-08-19 17:49:35 +00:00
cloudabi_types.h Import the new automatically generated system call table for CloudABI. 2016-08-19 17:49:35 +00:00
cloudabi_vdso_aarch64.c Import the new automatically generated system call table for CloudABI. 2016-08-19 17:49:35 +00:00
cloudabi_vdso_x86_64.c Import the new automatically generated system call table for CloudABI. 2016-08-19 17:49:35 +00:00
syscalls64.master Import the new automatically generated system call table for CloudABI. 2016-08-19 17:49:35 +00:00