freebsd-nq/sys/contrib/cloudabi
Ed Schouten 733ba7f881 Merge pipes and socket pairs.
Now that CloudABI's sockets API has been changed to be addressless and
only connected socket instances are used (e.g., socket pairs), they have
become fairly similar to pipes. The only differences on CloudABI is that
socket pairs additionally support shutdown(), send() and recv().

To simplify the ABI, we've therefore decided to remove pipes as a
separate file descriptor type and just let pipe() return a socket pair
of type SOCK_STREAM. S_ISFIFO() and S_ISSOCK() are now defined
identically.
2017-09-05 07:46:45 +00:00
..
cloudabi32_types.h Upgrade to the latest sources generated from the CloudABI specification. 2017-07-26 06:57:15 +00:00
cloudabi64_types.h Upgrade to the latest sources generated from the CloudABI specification. 2017-07-26 06:57:15 +00:00
cloudabi_types_common.h Merge pipes and socket pairs. 2017-09-05 07:46:45 +00:00
cloudabi_vdso_aarch64.S Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi_vdso_armv6.S Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi_vdso_i686_on_64bit.S Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi_vdso_i686.S Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi_vdso_x86_64.S Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
syscalls32.master Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
syscalls64.master Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00