freebsd-nq/sys/contrib
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
..
alpine-hal
ck Import CK as of commit 6b141c0bdd21ce8b3e14147af8f87f22b20ecf32 2017-04-09 21:02:05 +00:00
cloudabi Merge pipes and socket pairs. 2017-09-05 07:46:45 +00:00
dev Merge ACPICA 20170831. 2017-08-31 22:47:04 +00:00
edk2 Copy needed include files from EDK2. This is a minimal set gleened 2017-03-08 02:47:59 +00:00
ena-com Merge ena-com 1.1.4.2 2017-08-01 11:00:04 +00:00
ipfilter/netinet Fix matchcing of NATed ICMP queries (resolving NATed MTU discovery). 2017-08-05 00:28:42 +00:00
libfdt
libnv
ncsw
ngatm
octeon-sdk Add necessary bits to get FreeBSD booting on the Unifi Security Gateway 2017-05-07 22:04:12 +00:00
rdma/krping Avoid including list.h in LinuxKPI headers. 2017-06-18 16:43:57 +00:00
v4l
vchiq/interface Remove unneeded include of vm_phys.h. 2017-04-17 16:51:04 +00:00
x86emu
xz-embedded