[PATCH xserver] Enable XTRANS_SEND_FDS on FreeBSD and DragonFly too

2016-09-23 Thread François Tigeot
This code is based on a local patch which had actually been sitting in FreeBSD ports since 2015. Signed-off-by: François Tigeot --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c09b854..b9e27d0 100644 --- a/configure.ac +++ b

Re: [PATCH xserver] Enable XTRANS_SEND_FDS on FreeBSD, DragonFly and OpenBSD

2016-09-23 Thread François Tigeot
Hi, Sure, here's the second version. ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel

[PATCH xserver] Enable XTRANS_SEND_FDS on FreeBSD, DragonFly and OpenBSD

2016-09-23 Thread François Tigeot
This code is based on local patches which had been sitting in FreeBSD and OpenBSD ports. Reviewed-by: Matthieu Herrb Signed-off-by: François Tigeot --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dcc3968..4fff769 100644

[PATCH xserver] Xorg.wrap: Fix the console check on DragonFly

2020-03-30 Thread François Tigeot
DragonFly can use the same VT_GETINDEX ioctl mechanism as the existing FreeBSD code. Signed-off-by: François Tigeot --- hw/xfree86/xorg-wrapper.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/xorg-wrapper.c b/hw/xfree86/xorg-wrapper.c index 6c1022358