freebsd-nq/sys/compat/cloudabi64
Ed Schouten b53b978a6c Complete the CloudABI networking refactoring.
Now that all of the packaged software has been adjusted to either use
Flower (https://github.com/NuxiNL/flower) for making incoming/outgoing
network connections or can have connections injected, there is no longer
need to keep accept() around. It is now a lot easier to write networked
services that are address family independent, dual-stack, testable, etc.

Remove all of the bits related to accept(), but also to
getsockopt(SO_ACCEPTCONN).
2017-08-30 07:30:06 +00:00
..
cloudabi64_fd.c
cloudabi64_module.c
cloudabi64_poll.c
cloudabi64_proto.h Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi64_sock.c
cloudabi64_syscall.h Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi64_syscalls.c Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi64_sysent.c Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi64_systrace_args.c Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi64_thread.c
cloudabi64_util.h
Makefile
syscalls.conf