freebsd-dev/sys/compat/cloudabi32
Ed Schouten 8212ad9a99 Sync CloudABI compatibility against the latest upstream version (v0.13).
With Flower (CloudABI's network connection daemon) becoming more
complete, there is no longer any need for creating any unconnected
sockets. Socket pairs in combination with file descriptor passing is all
that is necessary, as that is what is used by Flower to pass network
connections from the public internet to listening processes.

Remove all of the kernel bits that were used to implement socket(),
listen(), bindat() and connectat(). In principle, accept() and
SO_ACCEPTCONN may also be removed, but there are still some consumers
left.

Obtained from:	https://github.com/NuxiNL/cloudabi
MFC after:	1 month
2017-08-25 11:01:39 +00:00
..
cloudabi32_fd.c Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
cloudabi32_module.c
cloudabi32_poll.c Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
cloudabi32_proto.h Sync CloudABI compatibility against the latest upstream version (v0.13). 2017-08-25 11:01:39 +00:00
cloudabi32_sock.c Upgrade to the latest sources generated from the CloudABI specification. 2017-07-26 06:57:15 +00:00
cloudabi32_syscall.h Sync CloudABI compatibility against the latest upstream version (v0.13). 2017-08-25 11:01:39 +00:00
cloudabi32_syscalls.c Sync CloudABI compatibility against the latest upstream version (v0.13). 2017-08-25 11:01:39 +00:00
cloudabi32_sysent.c Sync CloudABI compatibility against the latest upstream version (v0.13). 2017-08-25 11:01:39 +00:00
cloudabi32_systrace_args.c Sync CloudABI compatibility against the latest upstream version (v0.13). 2017-08-25 11:01:39 +00:00
cloudabi32_thread.c Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
cloudabi32_util.h
Makefile
syscalls.conf