Re: RFC: [PATCH] SCM_CREDS support

2015-09-20 Thread Samuel Thibault
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

Rump errno conversion

2015-09-20 Thread Robert Millan
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

Re: RFC: [PATCH] SCM_CREDS support

2015-09-20 Thread Samuel Thibault
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