freebsd-skq/sys/contrib/cloudabi
Ed Schouten 7e6155744d Upgrade to CloudABI v0.17.
Compared to the previous version, v0.16, there are a couple of minor
changes:

- CLOUDABI_AT_PID: Process identifiers for CloudABI processes.

  Initially, BSD process identifiers weren't exposed inside the runtime,
  due to them being pretty much useless inside of a cluster computing
  environment. When jobs are scheduled across systems, the BSD process
  number doesn't act as an identifier. Even on individual systems they
  may recycle relatively quickly.

  With this change, the kernel will now generate a UUIDv4 when executing
  a process. These UUIDs can be obtained within the process using
  program_getpid(). Right now, FreeBSD will not attempt to store this
  value. This should of course happen at some point in time, so that it
  may be printed by administration tools.

- Removal of some unused structure members for polling.

  With the polling framework being simplified/redesigned, it turns out
  some of the structure fields were not used by the C library. We can
  remove these to keep things nice and tidy.

Obtained from:	https://github.com/NuxiNL/cloudabi
2017-11-08 14:21:52 +00:00
..
cloudabi32_types.h Upgrade to CloudABI v0.17. 2017-11-08 14:21:52 +00:00
cloudabi64_types.h Upgrade to CloudABI v0.17. 2017-11-08 14:21:52 +00:00
cloudabi_types_common.h Upgrade to CloudABI v0.17. 2017-11-08 14:21:52 +00:00
cloudabi_vdso_aarch64.S Import the latest CloudABI definitions, version 0.16. 2017-10-18 19:22:53 +00:00
cloudabi_vdso_armv6.S Import the latest CloudABI definitions, version 0.16. 2017-10-18 19:22:53 +00:00
cloudabi_vdso_i686_on_64bit.S Import the latest CloudABI definitions, version 0.16. 2017-10-18 19:22:53 +00:00
cloudabi_vdso_i686.S Import the latest CloudABI definitions, version 0.16. 2017-10-18 19:22:53 +00:00
cloudabi_vdso_x86_64.S Import the latest CloudABI definitions, version 0.16. 2017-10-18 19:22:53 +00:00
syscalls32.master Upgrade to CloudABI v0.17. 2017-11-08 14:21:52 +00:00
syscalls64.master Upgrade to CloudABI v0.17. 2017-11-08 14:21:52 +00:00