freebsd-skq/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 Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
cloudabi64_module.c Provide the CloudABI vDSO to its executables. 2016-08-10 21:02:41 +00:00
cloudabi64_poll.c Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
cloudabi64_proto.h Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi64_sock.c Upgrade to the latest sources generated from the CloudABI specification. 2017-07-26 06:57:15 +00:00
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 Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
cloudabi64_util.h Don't forget to define __ELF_WORD_SIZE. 2016-08-21 15:37:49 +00:00
Makefile Import the new automatically generated system call table for CloudABI. 2016-08-19 17:49:35 +00:00
syscalls.conf