Ed Schouten db1c8ee585 Add the remaining pointer size independent CloudABI socket system calls.
CloudABI uses a structure called cloudabi_sockstat_t. Think of it as
'struct stat' for sockets. It is used by functions such as
getsockname(), getpeername(), some of the getsockopt() values, etc.

This change implements the sock_stat_get() system call that returns a
copy of this structure. The accept() system call should also return a
full copy of this structure eventually, but for now we're only
interested in the peer address. Add a TODO() to make sure this is
patched up later on.

Differential Revision:	https://reviews.freebsd.org/D3218
2015-08-05 08:18:05 +00:00
..
2015-08-04 19:46:13 +00:00
2015-08-04 19:46:13 +00:00
2015-08-04 19:46:13 +00:00
2015-08-04 19:46:13 +00:00
2015-08-04 19:46:13 +00:00
2015-04-18 16:08:06 +00:00
2015-07-14 10:47:56 +00:00
2015-08-04 19:46:13 +00:00
2015-08-04 19:46:13 +00:00
2015-08-04 19:46:13 +00:00
2015-08-04 18:59:54 +00:00
2015-05-29 14:03:07 +00:00