Re: [Mesa3d-dev] [PATCH] gallium: ERESTART is not returned to userland, at least not on FreeBSD

2009-12-01 Thread Thomas Hellstrom
Jakob Bornecrantz wrote: On 1 dec 2009, at 00.24, Robert Noland wrote: On Tue, 2009-12-01 at 10:37 +1100, Daniel Stone wrote: On Mon, Nov 30, 2009 at 11:21:47AM -0600, Robert Noland wrote: I've tried to ask linux folk if this is also true for linux, but the answer is unclear

Re: [Mesa3d-dev] [PATCH] gallium: ERESTART is not returned to userland, at least not on FreeBSD

2009-12-01 Thread Robert Noland
On Tue, 2009-12-01 at 10:17 +0100, Thomas Hellstrom wrote: Jakob Bornecrantz wrote: On 1 dec 2009, at 00.24, Robert Noland wrote: On Tue, 2009-12-01 at 10:37 +1100, Daniel Stone wrote: On Mon, Nov 30, 2009 at 11:21:47AM -0600, Robert Noland wrote: I've tried to ask

Re: [Mesa3d-dev] [PATCH] gallium: ERESTART is not returned to userland, at least not on FreeBSD

2009-12-01 Thread Thomas Hellstrom
Robert Noland wrote: On Tue, 2009-12-01 at 10:17 +0100, Thomas Hellstrom wrote: Jakob Bornecrantz wrote: On 1 dec 2009, at 00.24, Robert Noland wrote: On Tue, 2009-12-01 at 10:37 +1100, Daniel Stone wrote: On Mon, Nov 30, 2009 at 11:21:47AM -0600, Robert

[Mesa3d-dev] [PATCH] gallium: ERESTART is not returned to userland, at least not on FreeBSD

2009-11-30 Thread Robert Noland
I've tried to ask linux folk if this is also true for linux, but the answer is unclear at this time. Signed-off-by: Robert Noland rnol...@2hip.net --- .../winsys/drm/vmware/core/vmw_screen_ioctl.c | 12 +++- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git

Re: [Mesa3d-dev] [PATCH] gallium: ERESTART is not returned to userland, at least not on FreeBSD

2009-11-30 Thread Daniel Stone
On Mon, Nov 30, 2009 at 11:21:47AM -0600, Robert Noland wrote: I've tried to ask linux folk if this is also true for linux, but the answer is unclear at this time. EINTR will be returned to userspace if the syscall needs to be restarted. Cheers, Daniel pgpVdhj3BqJ3Y.pgp Description: PGP

Re: [Mesa3d-dev] [PATCH] gallium: ERESTART is not returned to userland, at least not on FreeBSD

2009-11-30 Thread Robert Noland
On Tue, 2009-12-01 at 10:37 +1100, Daniel Stone wrote: On Mon, Nov 30, 2009 at 11:21:47AM -0600, Robert Noland wrote: I've tried to ask linux folk if this is also true for linux, but the answer is unclear at this time. EINTR will be returned to userspace if the syscall needs to be

Re: [Mesa3d-dev] [PATCH] gallium: ERESTART is not returned to userland, at least not on FreeBSD

2009-11-30 Thread Jakob Bornecrantz
On 1 dec 2009, at 00.24, Robert Noland wrote: On Tue, 2009-12-01 at 10:37 +1100, Daniel Stone wrote: On Mon, Nov 30, 2009 at 11:21:47AM -0600, Robert Noland wrote: I've tried to ask linux folk if this is also true for linux, but the answer is unclear at this time. EINTR will be returned to