]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the last remaining system calls: send() and recv().
authorEd Schouten <ed@FreeBSD.org>
Wed, 12 Aug 2015 17:42:20 +0000 (17:42 +0000)
committerEd Schouten <ed@FreeBSD.org>
Wed, 12 Aug 2015 17:42:20 +0000 (17:42 +0000)
commitfbb624e76fde53c42737332510f37ee5a15b3069
tree649f300fcccd320124115ba4af71c948d1349998
parentbeacf789e5e3872c82e43f4020e85a3ee310fbfd
Add the last remaining system calls: send() and recv().

There is still one TODO item for these calls: add file descriptor
passing. The data structures are already prepared for this. It's just
the translation that's missing.

Obtained from: http://github.com/NuxiNL/freebsd
sys/compat/cloudabi64/cloudabi64_sock.c