IABSD.fr/xenocara/xserver/include

Branch :


Log

Author Commit Date CI Message
857585fc 2018-02-18 17:16:37 Update to xserver 1.19.6. bug fix release
b8144c06 2018-01-15 15:30:36 watch for events sent by drm(4) over kevent using EVFILT_DEVICE and NOTE_CHANGE to notify the desktop environment to deal with the change (e.g. after plugging in an HDMI cable) with this change there is no need to manually do any randr commands if your desktop environment supports it (gnome, mate, kde, etc.) ok matthieu@, kettenis@
1a66cad3 2017-12-08 15:01:59 Update to xserver 1.19.5. Tested by bru@, jsg@ and others
2666ed3f 2017-03-01 19:22:36 Fix arc4random_buf(3) detection. Noticed by Eric Engestrom on the xorg-devel list. Thanks
5d64bd18 2017-02-28 18:33:44 regen
eb3d2477 2017-02-28 18:27:40 MFC: Use arc4random_buf(3) if available to generate cookies. Advisory X41-2017-001: Multiple Vulnerabilities in X.Org.
9ddca5b5 2017-02-28 18:24:48 MFC: Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES Advisory X41-2017-001: Multiple Vulnerabilities in X.Org.
fd18c20e 2016-10-11 22:14:30 regen
6e1bcfb3 2016-08-09 18:59:50 Update to xserver 1.18.4 tested by krw@ and dcoppa@ ok dcoppa@
e927c03e 2016-05-29 12:02:34 Update to xserver 1.18.3. Tested by shadchin@ and naddy@. Note that indirect GLX is now disbled by default.
a096d7ad 2016-04-02 16:57:58 Don't build the PCVT console backend anymore.
4c6a4e1e 2015-11-07 16:48:51 Update to xserver 1.17.4. tested by naddy@
86ea9f12 2015-09-16 19:10:19 Update to xserver 1.17.2. tested by dcoppa@, jsg@, jasper@ & naddy@
3e477e76 2015-06-20 10:03:56 Merge from upstream: Don't listen to 'tcp' by default. Add '-listen' option. commit cc59be38b7eff52a1d003b390f2994c73ee0b3e9 Author: Keith Packard <keithp@keithp.com> Date: Fri Sep 12 11:33:48 2014 -0700 os: Don't listen to 'tcp' by default. Add '-listen' option. [v2] This disables the tcp listen socket by default. Then, it uses a new xtrans interface, TRANS(Listen), to provide a command line option to re-enable those if desired. v2: Leave unix socket enabled by default. Add configure options. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
5b19f6d7 2015-02-11 20:58:46 Update to xserver 1.16.4. Contains fix for CVE-2015-0255. ok dcoppa@
7db4642f 2014-12-21 11:41:44 Update to xorg-server 1.16.3. Most of the 1.16.2->1.16.3 changes are the security patches that where already there. This adds some extra fixes plus a few unrelated bug fixes.
797ed933 2014-12-09 17:58:52 Protocol handling issues in X Window System servers One year after Ilja van Sprundel, discovered and reported a large number of issues in the way the X server code base handles requests from X clients, they have been fixed.
4f58590a 2014-09-27 17:52:59 Update to xserver 1.16.1. Tested by naddy@, jsg@ & kettenis@
4f333b16 2014-07-11 08:13:43 Update to xorg-server 1.15.2. bug fixes.
3bbfe7b1 2014-05-02 19:27:46 Update to xserver 1.15.1. Tested by at least ajacoutot@, dcoppa@ & jasper@
511a911d 2013-12-08 10:53:01 Update to xserver 1.14.4
5ae225f3 2013-09-28 15:36:30 Update to xserver 1.14.3
577763cd 2013-08-24 19:44:25 Uodate to xserver 1.14.2. Tested by krw@, shadchin@, todd@
adec87cf 2013-06-07 17:28:45 Update to X server 1.14.1. Tested by many during t2k13. Thanks.
e26a212f 2012-10-27 14:52:25 Regen autotools build system with a clean environment. It was previously generated with a config pointing to OpenBSD's libtool which is not ready yet.
58d9658d 2012-10-14 08:59:33 regen
eb59960f 2012-08-05 18:14:29 regen autotools
e60da745 2012-06-10 13:21:05 Update to xserver 1.12.2. tested by naddy@, krw@, mpi@.
9576ef22 2012-01-31 07:52:35 Update to xserver 1.11.4. tested by krw@, shadchin@.
4344ac39 2011-12-18 16:08:59 Bugfix Update to xserver 1.11.3
61a7d542 2011-11-05 13:32:40 Update to xserver 1.11.2
a4d630d0 2011-06-29 19:57:45 regen
b6047701 2011-06-29 19:55:01 Introduce new autoconfiguration code for X input drivers, based on X hotplug framework.This also takes care of the configuration of the keyboard layout from the wscons layout that was hacked inside the keyboard driver. Tested by many, ok oga@.
4a238ea6 2011-04-02 16:08:38 Update to xserver 1.9.5. Tested by jasper@, ajacoutot@ and krw@
dd56fb17 2010-12-21 20:10:44 Update to xorg-server 1.9.3. Tested by japser@, landry@ and ajacoutot@ in various configurations.
42826119 2010-12-05 15:36:02 Upgrade to xorg-server 1.9.2. Tested by ajacoutot@, krw@, shadchin@ and jasper@ on various configurations including multihead with both zaphod and xrandr.
d57b1a14 2010-09-01 13:43:24 regen (yes lots of files, since util-macros has been updated).
95d684a0 2010-07-27 19:02:24 Update to xserver 1.8. Tested by many. Ok oga@, todd@.
49012820 2010-04-13 19:54:46 Add a configure test for newer proto headers and use it to enable building xserver 1.6 with those headers. ok oga@.
00a307f8 2009-09-13 15:02:03 Do not use 'deprecated' attribute on gcc < 3.1. It causes lots of spurious warnings in build logs. suggestion to make the test gcc >= 3.1 millert@, ok todd@, miod@
88f6f3ea 2009-09-06 19:44:18 update to xserver 1.6.4rc1. Tested by many, ok oga@.
912bf2fa 2009-01-27 17:13:42 regen
369cc172 2009-01-12 20:17:47 Update to xserver 1.5.3 + latests commits on server-1.5-branch. tested by stsp@, david@, form@, ckuethe@, oga@. thanks.
60021fe9 2008-11-02 15:26:08 xserver 1.5.2. tested by ckuethe@, oga@, and others.
97eda178 2008-06-15 00:17:32 Update to xserver 1.4.2. Tested by landry@, ckuethe@, jsing@ mbalmer@.
48bc8229 2008-05-24 20:39:01 regen.
790fc260 2008-05-07 06:07:09 - fix an infinite loop by ensuring that realInputProc is never overwritten with the enqueueInputProc (from upstream git) cf. https://bugs.freedesktop.org/show_bug.cgi?id=13511 This should fix hangs people were seeing with icewm, cwm and most probably other WM under some circumstances. ok matthieu@
7d9176c2 2008-02-20 17:47:56 endianness definitions for m88k, ok matthieu@
6189593a 2008-01-04 14:01:04 regen
67952fe2 2007-12-13 21:51:47 Add back files that I removed before import to minimize cvs noise. That was a mistake. sorry.
b29102d7 2007-12-13 21:47:48 Merge xserver 1.4.0.90. This includes fixes for some of the regressions introduced by xserver 1.4, such as the keyboad caps/num-lock leds updates. Tested by many.
2fcd9ee6 2007-12-13 21:06:02 xserver 1.4.0.90
fa710f40 2007-11-24 19:04:00 merge xserver 1.4, 1st pass
b14d6de7 2007-11-24 17:55:21 xserver 1.4
c7ebbd40 2007-05-25 16:20:45 regen
fdc55d19 2007-04-17 22:06:12 regen
6637a9a3 2007-03-18 22:29:12 regen with automake 1.9.6p2
9dc39873 2007-03-03 11:33:26 regen
c3d03022 2006-12-16 20:59:13 - merge xserver 1.1.99.903 - regen generated files
09421e78 2006-12-16 20:09:36 xserver 1.1.99.903 from X.Org 7.2RC3
3ac80eec 2006-12-03 20:57:39 Build fixes for OpenBSD/zaurus: - __arm32__ isn't defined by gcc on OpenBSD/arm - ioperm_noop.c is needed in libxorgos
11e9fb01 2006-11-28 20:33:06 regen
c155af5f 2006-11-28 20:29:31 OpenBSD local modifications: - privilege separation - some snprintf/strlc{at,py} conversions - support for more architectures - signal handler fixes - default mouse wheel support in config tools - sunmouse protocol
97bfc260 2006-11-26 19:09:56 regen with OpenBSD autotools
889b8606 2006-11-26 18:13:41 Importing xserver from X.Org 7.2RC2