Samuel Thibault, le Sun 20 Sep 2015 13:17:36 +0200, a écrit :
> I'll have a stab at cleaning your patches.
I have pushed the result on the t/sendmsg-SCM_CREDS branch. Note that I
have refactored the t/sendmsg-SCM_RIGHTS branch, so make sure to update
your SCM_RIGHTS patch from that branch.
I'll
El 16/09/15 a les 22:57, Robert Millan ha escrit:
int fd = rump_sys_open("/dev/ugenhc", RUMP_O_RDWR);
if (fd == -1)
error(1, rump_errtrans_rump2host(errno), "rump_sys_open");
Instead of rump_errtrans_rump2host() this should be rump_errno2host() which
is the function name that w
Samuel Thibault, le Thu 05 Mar 2015 03:23:46 +0100, a écrit :
> Samuel Thibault, le Thu 05 Mar 2015 03:07:18 +0100, a écrit :
> > Was the synchronous/asynchronous issue solved?
>
> I guess not, and I think I know why: in the
> auth_server/user_authenticate loop, the server passes a port back to th