freebsd-dev/sys/compat/cloudabi32
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
..
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 Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +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 Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi32_syscalls.c Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi32_sysent.c Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi32_systrace_args.c Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +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