freebsd-skq/sys/compat
ed e31f084c58 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
..
cloudabi Import the latest CloudABI definitions, version 0.16. 2017-10-18 19:22:53 +00:00
cloudabi32 Upgrade to CloudABI v0.17. 2017-11-08 14:21:52 +00:00
cloudabi64 Upgrade to CloudABI v0.17. 2017-11-08 14:21:52 +00:00
freebsd32 regen freebsd32_sysent.c after r324564 (freebsd32_posix_fallocate) 2017-10-12 18:31:28 +00:00
ia32 Move struct syscall_args syscall arguments parameters container into 2017-06-12 21:03:23 +00:00
linprocfs Fix caveat in new implementation of linprocfs_docpuinfo(): 2017-06-23 10:36:27 +00:00
linsysfs Add information needed by Linux libdrm 2.4.74 (shipped with CentOS 7.4). 2017-10-15 19:28:14 +00:00
linux Update comment to match r177997 & r178036 changes. 2017-10-27 16:36:05 +00:00
linuxkpi/common Make the dma_alloc_coherent() function in the LinuxKPI NULL safe with regard 2017-11-08 08:37:05 +00:00
ndis Shorten list of arguments to mbuf external storage freeing function. 2017-10-09 20:35:31 +00:00
netbsd
x86bios x86bios: spelling fix in a comment. 2016-04-30 00:34:04 +00:00