IABSD.fr/xenocara

Branch :


Log

Author Commit Date CI Message
f19ea1ac 2015-03-06 22:49:34 Make sure the end of a motion is correctly detected even if the hardware does not always report a 0 'w' value for two-finger contacts. Diff from Ulf Brosziewski. Fix a regression with Synaptics touchpads reported by Patrick keshishian and Henrik Friedrichsen on misc@. ok matthieu@, deraadt@
f149319b 2015-02-23 23:39:27 Only build the gallium radeon winsys on i386/amd64 as those are the only archs that currently use gallium radeon drivers. It should build anywhere that has the libdrm radeon headers installed. And while that should really be everywhere it isn't at the moment and won't be for release. It isn't clear why the radeon winsys in Mesa 10.4 didn't have the same problem. Found the hard way by todd@ on alpha.
f62222a3 2015-02-22 09:30:33 Backport support for GLX_MESA_query_renderer for non Intel drivers. This is desirable as the chromium port now uses this extension to obtain pci vendor/device ids for use in feature/extension blacklists. Prompted by a mail from byrnet@, tested on r600g by krw@ The newly added os_get_total_physical_memory() was passing the length of a pointer rather than the type which made the sysctl call fail on non 64 bit archs. And it was passing the wrong pointer for the result. Fixes for these problems have been submitted back upstream.
82481235 2015-02-21 00:39:06 use .PATH to work around symlinks in dist tarball
fcd877ee 2015-02-20 23:45:23 update
257dd67a 2015-02-20 23:42:39 sync
a3c5584b 2015-02-20 23:31:04 switch back to Mesa 10.2 With 10.4.3 gpu compositing on chromium would result in a black window on older Intel parts (ie x60s with 945gm) and at least some discrete Radeon parts. These problems do not seem to occur on recent Intel parts, though those have coherent memory and hardware contexts. It isn't clear what changes in Mesa are involved in the problem though it also occurs with the 10.3 branch.
039ad8c4 2015-02-20 23:09:50 Merge Mesa 10.2.9
dcc51506 2015-02-20 22:42:51 Import Mesa 10.2.9
9b16ccde 2015-02-17 08:21:14 log read errors at verbose level 4 and above. This prevents filling /var/log/Xorg.0.log when a device gets disconnected. XXX more work is needed to actually disable it (and make it possible to automatically re-enable it when it becomes available again).
99ed76e3 2015-02-14 18:24:12 simplify error messages; discussed with doug@
a3e13143 2015-02-12 07:31:57 update
5b19f6d7 2015-02-11 20:58:46 Update to xserver 1.16.4. Contains fix for CVE-2015-0255. ok dcoppa@
389048d7 2015-02-09 09:55:52 Enable file descriptor passing code. ok deraadt@, matthieu@
a77282ed 2015-02-09 09:45:32 Use __MAP_NOFAULT to map shared memory passed through file descriptors. This completely avoids the risk of getting killed by a signal because the backing storage isn't there. Use the __-prefixed name for now, as we might still change the name. ok deraadt@, matthieu@
50b7f7db 2015-02-09 08:23:24 add support for 2560x1440 16:9 mode. ok matthieu
874cd889 2015-02-09 03:31:31 Keep cumulative coordinates values in sync with absolute ones. This improve "two-finger scrolling" on synaptics and will allow to have proper "click-and-drag" support on elantech. Note that this change is needed because wsmouse(4)/wscons(4) do not support multitouch events for the moment and every protocol supported by pms(4) do its own translation to fake such events. From Ulf Brosziewski, ok shadchin@
bf5b4f6d 2015-02-07 14:23:36 sync
47560c4a 2015-02-07 01:37:41 update
9bd5aba6 2015-02-07 01:34:35 update to libdrm 2.4.59
3002cb40 2015-02-03 16:15:13 add missing macros and new sentence, new line
9411ad89 2015-02-03 03:17:20 Update to the latest glxinfo code in mesa demos git which notably adds information based on GLX_MESA_query_renderer. The glxinfo man page isn't present in mesa demos so switch our page to mdoc and update the flags. Prompted by an initial diff from brynet@ ok brynet@ kettenis@
d7186e55 2015-01-31 05:41:14 Remove the local workaround for alignment faults in the VBO code on archs with strict 64 bit pointer alignment and use Brian Paul's fix which has been committed upstream and should end up in future releases of 10.4.x.
3c60ea3f 2015-01-30 10:51:41 Avoid GNU expr extensions. Already committed upstream. ok matthieu@
325e3a7c 2015-01-28 08:34:05 puffy 5.7
87c098c8 2015-01-26 21:32:10 Update to libxcb and xcb-proto 1.11. Tested on a bulk ports build by naddy@. Lots of churn due to white-space and comments changes in generated code.
4bbc4108 2015-01-26 06:51:23 sync
82a7a68e 2015-01-25 21:51:20 Pass sessreg(1) the correct path to the Xservers file. xdm sessions were erroneously marked as active after being terminated. Issue noticed and patch by Patrick Keshishian. ok matthieu@
e16e45cc 2015-01-25 20:02:54 update
32671b92 2015-01-25 18:58:15 Ignore WSCONS_EVENT_SYNC events, suggested matthieu@.
166b04a2 2015-01-25 18:57:12 Update to xf86-video-vmware 13.1.0
b914c843 2015-01-25 18:49:45 Update to xf86-input-mouse 1.9.1. ok matthieu@
926fee6e 2015-01-25 17:39:48 Update to xf86-video-geode 2.11.16
908f8ae5 2015-01-25 15:55:16 update
5f55a0a1 2015-01-25 15:09:12 Mesa 10.4.3
08bb3187 2015-01-25 14:41:14 Merge Mesa 10.4.3 Tested by matthieu@ mpi@ and myself. landry@ ran a ports bulk build. kettenis@ tracked down the cause of an alignment fault on archs that require strict eight byte pointer alignment.
ce58a527 2015-01-25 14:05:42 Import Mesa 10.4.3
a39acd67 2015-01-25 12:03:10 remove srand(1) call as nothing calls any rand like functions in x11perf Discussed with doug@ and also pushed upstreams
a5b6dd2d 2015-01-25 11:44:55 Update to xkbcomp 1.3.0
fcc6eaf3 2015-01-25 11:37:57 Update to xinit 1.3.4
680485cb 2015-01-25 11:34:27 Update to xcalc 1.0.6
6091bd3f 2015-01-25 11:32:22 Update to sessreg 1.1.0
b83e437b 2015-01-25 11:31:45 Update to mkfontscale 1.1.2
e0507257 2015-01-25 11:31:08 Update to iceauth 1.0.7
d6201822 2015-01-25 11:30:36 Update to bitmap 1.0.8
8e6050dc 2015-01-24 18:16:59 calloc -> malloc
c136c981 2015-01-24 17:54:26 update
ba9b4799 2015-01-24 17:43:59 Update to xf86-input-synaptics 1.8.1. ok matthieu@
6b49aaea 2015-01-23 20:26:36 use malloc over calloc here
3d638de6 2015-01-23 19:35:11 First restore net_wm_state(ewmh), then wm_state(iccc); prevents clients from re-hiding on restart due to flag toggling (note that this is ripe for re-vamping). Behavior only observed on restarts. Problem found by, and initial patch from, Henri Kemppainen (thanks!), though ever so slightly different one applied.
c199720b 2015-01-19 14:54:16 Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX and HOST_NAME_MAX+1, respectively. ok doug@
4d0cbdc0 2015-01-18 20:25:04 update
2de3d07a 2015-01-18 20:24:39 xterm 314. tested by naddy@
ef55bfa6 2015-01-17 02:05:03 Catch up with src parse.y changes by jsg@: Don't allow embedded nul characters in strings. Fixes a pfctl crash with an anchor name containing an embedded nul found with the afl fuzzer. pfctl parse.y patch from and ok deraadt@
7832f8c6 2015-01-16 18:28:08 Add gcc format attributes for yyerror(); fix a few yyerror() calls. Adapted from src parse.y changes by doug@. OK doug@
56b31a08 2015-01-15 01:30:40 Recognise the synaptics with sw buttons mouse type and set the clickpad and has_secondary_buttons properties. Initial diff from myself with additional changes from matthieu@
f6c76646 2015-01-14 08:45:39 Prevent X crasher on my Acer Aspire (SiS driver) Patch found on Ubuntu bug tracker, But also mentioned in xorg bugs: 60891, 35763 OK matthieu@
8d2c937a 2015-01-10 17:22:05 Freetype 2.5.5
57be036a 2015-01-10 17:17:22 Bugfixing update to freetype-2.5.5 ok matthieu@
896874d3 2015-01-04 16:18:32 Update to x11proto 7.0.27
8ffe8af9 2015-01-03 16:13:16 Fix buffer overflow in copying PS name As reported on the fontconfig mailing list by Tanel Liiv. Found using American Fuzzy Lop. Upstream patch adapted to use strlcpy().
5426d10d 2015-01-03 15:59:48 Update to xfsinfo version 1.0.5
06c34008 2015-01-03 15:56:43 Update to showfont version 1.0.5
1585c3f9 2015-01-03 15:52:33 Update to rgb version 1.0.6
e1ddb865 2015-01-03 15:46:52 Update to fstobdf version 1.0.6
22e33e87 2015-01-03 15:45:59 Update to fslfonts version 1.0.5
34f2bdf1 2015-01-03 15:44:19 Update to bdftopcf version 1.0.5 part 2, caused by re-adding compile after autoconf changed its mind.
11846c29 2015-01-03 15:39:14 Update to bdftopcf version 1.0.5
040d1fde 2015-01-03 15:32:08 Update to gccmakedep 1.0.3
60ec6c1e 2015-01-03 14:28:22 sync
936b4cf0 2015-01-01 17:37:52 Fix bad merges.
0aaf9860 2015-01-01 16:57:55 update
20c1821b 2014-12-30 18:22:40 sync
5d822b38 2014-12-28 16:56:21 update
1d9689d3 2014-12-28 16:41:04 Update to xkeyboard-config 2.13. ok matthieu@
f2708485 2014-12-27 19:49:43 update
8a4a3c13 2014-12-27 18:43:15 Zap some bogus RCS strings added by accident because of CVS keyword expansion
62705531 2014-12-26 17:52:34 Update to freetype-2.5.4 ports bulk build by landry@ OK matthieu@
5d19e994 2014-12-21 11:42:59 update
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.
d6765068 2014-12-18 20:17:19 update
25fa650e 2014-12-18 20:16:55 Update to xterm 313. Tested by shadchin@
4599dbce 2014-12-17 18:02:46 Merge upstream commit b79cac135ca7b788892ff199231be2bfce62a4a3 by Alan dot Coopersmith at oracle dot com because the missing .TE causes formatting to derail utterly with both groff and mandoc (havoc caused by Eric S. Raymond). OK matthieu@
af3873fc 2014-12-15 13:17:34 Build xf86-video-intel with --enable-kms-only. The i810/i815 UMS code builds but won't work as the X server stopped supporting XAA multiple major releases ago. Furthermore it requires the userland AGP interface that was removed from the kernel with 5.6. These devices should work fine with the vesa driver. ok kettenis@
c9717eab 2014-12-13 08:57:15 fix arc4random_uniform() usage. Noticed by deraadt@
7c1aeb9e 2014-12-11 14:17:41 sync
c62e3605 2014-12-11 14:16:48 sync
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.
01412a19 2014-12-09 09:29:52 fix wrong name in .TH, NAME, and SYNOPSIS (obviously bad pastos...) ok matthieu@
47e9ceb2 2014-12-01 18:09:59 update
87e21f73 2014-11-30 01:40:26 Escape "Rv" when passed as an argument to a macro in order to avoid confusion whether this is supposed to be a call to the .Rv macro. Found by a warning issued by the the groff_mdoc(7) macros.
7fa8579b 2014-11-27 11:37:45 Create xetcsum at build time like we do in src. This prevents ending up with an empty file... issue reported by sthen@ ok rpe@
2f44d95c 2014-11-23 20:05:31 update
1cfce7c2 2014-11-22 08:33:45 Update to xserver 1.16.2
4ed64514 2014-11-02 10:30:01 update
394c1db5 2014-11-02 10:29:03 Update to xterm 312
fef33097 2014-10-23 07:36:06 Now that gcc2 is gone revert the removal of anonymous unions. "I think this is the right thing to do" miod@ "Fine with me." sthen@
a20b025e 2014-10-20 06:14:42 regen
25d68f1c 2014-10-20 06:14:23 OpenBSD's make now supports -include. So reduce diff with upstreams. ok kettenis@ espie@
f44ed882 2014-10-19 19:17:50 update