Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| fb01c3ce | 2017-08-05 14:15:15 | Import libdrm 2.4.82 | ||
| 06a1409c | 2017-07-27 15:24:55 | check for typeof() and define HAVE_TYPEOF if available so that we use the proper implementation of __container_of from xorg's list.h ok kettenis@ | ||
| e1e9d732 | 2017-07-26 21:14:54 | Stop abusing cpp as generic macro processor in the build system. ok naddy@ | ||
| 7c70a5fe | 2017-07-26 10:05:19 | regen | ||
| 9cc7f924 | 2017-07-26 10:04:30 | There is no xdm.service file in xenodm. | ||
| ad7b0abb | 2017-07-25 19:59:14 | switch over to use tradcpp over cpp because we cannot make sure that every compiler's cpp will use the required traditional way ok deraadt@, millert@, matthieu@ | ||
| 799b66d3 | 2017-07-21 15:55:37 | Use the key names from keysymdef.h in the default key bindings list for clarification. from Michael Reed. | ||
| 3115efcb | 2017-07-15 19:23:49 | update | ||
| 99d0aff6 | 2017-07-15 19:20:51 | Update to xterm 330 | ||
| 62927feb | 2017-07-14 18:01:46 | remove extra parentheses | ||
| 91bf2635 | 2017-07-14 17:23:38 | Pull over the remaining re-implemented window move/resize functions and create a wrapper so that the key and mouse based move/resize callbacks can be unified. This has already been done with other window operations and menus. | ||
| d74e2cb1 | 2017-07-14 11:38:05 | Use the modesetting driver by default on 4th generation Intel Graphics and later. This matches what several Linux distros do these days as it tends to work better than the intel driver in most cases. There are some performance issues with vncviewer on at least Ivy Bridge and Haswell. But for now that regression outweighs the benefits. ok robert@, tedu@, sthen@ | ||
| 11bfbfff | 2017-07-12 20:08:07 | Add code to update the value of the RandR "Backlight" property based on the KMS connector property of the same name if such a property is present. ok matthieu@ | ||
| ea88c222 | 2017-07-12 16:56:26 | rename one function, matching others, to help upcoming change | ||
| 71381ebd | 2017-07-10 13:36:58 | Replace fgetln(3) with POSIX getline(3); inspired by brynet and Ingo. feedback and ok brynet@ | ||
| babe51b1 | 2017-07-09 07:39:36 | update | ||
| 1862f548 | 2017-07-07 06:22:19 | Merge upstream fixes to the X event swapping code. (CVE-2017-10971 and CVE-2017-10972). | ||
| 68499880 | 2017-07-06 17:09:17 | fix a few WARNINGS (new sentence, new line and extraneous Pp macro) found with mandoc -Tlint | ||
| ed8a48df | 2017-07-06 17:01:10 | from src, by espie@: no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | ||
| 60af74b7 | 2017-07-02 09:53:05 | xenocara is the first tree to zap 'make depend'! okay matthieu@ | ||
| 564a026c | 2017-07-02 09:52:23 | add a real dependency on the shadow tree, removes the need to run make depend okay matthieu@ (I added a comment explaining why this comes after bsd.xorg.mk) | ||
| 2c1eb800 | 2017-06-25 03:27:24 | sync | ||
| c9e1b05c | 2017-06-24 13:58:55 | Update to freetype-doc-2.8 | ||
| b436b5a3 | 2017-06-24 08:54:32 | Initialize flags member of struct drm_915_gem_mmap as the upcoming inteldrm(4) update checks it. Upstream fixed this differently, but that fix doesn't work for us as our ioctl(2) subsystem works differently from Linux. ok jsg@, tom@ | ||
| 139f8619 | 2017-06-23 19:28:03 | Update | ||
| 1a2ccef1 | 2017-06-23 16:15:17 | Update to freetype-2.8 No fallout in a bulk build on i386 (sthen@) OK matthieu@, sthen@ | ||
| 251e3d94 | 2017-06-18 21:09:07 | let X directories build even if you forget depend. - use BUILDFIRST - have fontconfig use normal 'all' targets to make sure its files are built - explicitly document the fontconfig lib order okay matthieu@ | ||
| 7224838f | 2017-06-16 15:13:29 | update | ||
| 3edcbf63 | 2017-05-21 17:36:40 | Add "Sun LKeys" section, this patch forgot add in last update. noticed deraadt@, ok matthieu@ | ||
| 288306ac | 2017-05-21 13:22:23 | sync | ||
| 55a8e552 | 2017-05-21 13:18:29 | Make X work with radeondrm(4) hardware on loongson. OK jsg@ | ||
| e1b18e58 | 2017-05-10 08:27:50 | Fixes for CVE-2017-8105 and CVE-2017-8287 out-of-bounds write caused by a heap-based buffer overflow related to the t1_decoder_parse_charstrings function in psaux/t1decode.c out-of-bounds write caused by a heap-based buffer overflow related to the t1_builder_close_contour function in psaux/psobjs.c From upstream via Arch Linux OK matthieu@ | ||
| 942a9a42 | 2017-05-09 18:43:40 | drop obsolete comment | ||
| ba98b33f | 2017-05-09 13:40:18 | Alter callbacks to take a struct instead of a growing number of arguments; greatly simplifies upcoming work. | ||
| 7aacbe28 | 2017-05-05 14:14:19 | Ensure clients stay within the viewable bounds on placement, even with empty borders; based on a patch from Vadim Vygonets. | ||
| c6ed26e2 | 2017-05-01 12:54:55 | Clean up, unify and accurately calculate edge distance with client move/resize actions, so as to not lose windows off the edge. inspired by diffs (and feedback) from Vadim Vygonets. | ||
| 8bbf0afc | 2017-04-26 21:10:54 | Switch bwidth type; unfortunately X11 is inconsistent. | ||
| 8ed62b19 | 2017-04-25 13:40:33 | The r1.36 menuq_add() conversion did this one wrong; fix by reverting to the original code which adds to resultentry list, as opposed to the wrong one in menuq_add(). Fixes crash noticed by at least Rickard Gustafsson. | ||
| 591ec270 | 2017-04-25 12:08:05 | Remove 'noresult' (and simplify) as it does nothing and makes the logic around it needless. History doesn't show what this might have been used for in future iterations. | ||
| 021d728d | 2017-04-24 15:06:11 | search_match_path() isn't supposed to return anything. | ||
| 193dcb45 | 2017-04-24 13:35:25 | Move queue init to caller so it's only called once in a few cases. | ||
| 9edb3399 | 2017-04-24 13:31:19 | sort | ||
| 0b5e66ec | 2017-04-24 12:27:32 | Raise the previously focused window, instead of the previous window in the cycle list; seems to match behaviour of other wm's; from Walter Alejandro Iglesias. | ||
| 1d5e4218 | 2017-04-24 12:18:04 | For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand it to %50 of the area, then fill in the remaining space with the other clients in the same group; from Gerrit Meyerheim. support from ajacoutot. | ||
| 1afb080a | 2017-04-16 12:31:14 | update | ||
| d824b25c | 2017-04-16 09:58:50 | enforce ar to use the 'cruD' flagset in case libtool/automagic is used ok matthieu@ | ||
| fbe87ea2 | 2017-04-15 17:18:01 | remove all compile time __DATE__ and __TIME__ variables from the source ok deraadt@, matthieu@ | ||
| ff3608da | 2017-04-15 16:07:08 | update | ||
| aff7706d | 2017-04-14 07:56:08 | update | ||
| c7c4549f | 2017-04-14 07:53:41 | sync | ||
| a632c2fb | 2017-04-14 07:52:10 | Merge libdrm 2.4.79 | ||
| 02337797 | 2017-04-14 07:45:34 | Import libdrm 2.4.79 | ||
| 99c4447f | 2017-03-25 00:39:36 | update | ||
| fa6c2100 | 2017-03-25 00:29:27 | Merge Mesa 13.0.6 | ||
| 480cde33 | 2017-03-25 00:05:01 | Import Mesa 13.0.6 | ||
| bfc7bb13 | 2017-03-07 21:35:57 | pass CC, CXX, CXXFLAGS to the xenocara build; ok matthieu@ | ||
| d4281349 | 2017-03-07 19:07:56 | Don't use stale coordinates in the hysteresis filter. OK mpi@ | ||
| f372d76f | 2017-03-07 03:40:33 | make xserver build on arm64 ok matthieu@ | ||
| ba1c9224 | 2017-03-04 15:48:32 | Don't mention the unsupported Kerberos credentials cache. ok matthieu | ||
| ec8153ab | 2017-03-04 06:10:03 | Convert xenodm manual to mdoc(7). ok matthieu@, plus some tweak from jmc@ | ||
| 2666ed3f | 2017-03-01 19:22:36 | Fix arc4random_buf(3) detection. Noticed by Eric Engestrom on the xorg-devel list. Thanks | ||
| da8f098a | 2017-02-28 23:05:46 | Oops, in previous commit I forgot to remove the actual implementation of the unused *ToID functions(). Spotted by Adam Jackson on xorg-devel list. Thanks. | ||
| 9371a727 | 2017-02-28 18:46:34 | update | ||
| 024f6b8d | 2017-02-28 18:45:48 | Update to sessreg 1.1.1 | ||
| cff04da9 | 2017-02-28 18:44:56 | Update to libX11 1.6.5 | ||
| 5d64bd18 | 2017-02-28 18:33:44 | regen | ||
| e087a236 | 2017-02-28 18:32:53 | auth: remove AuthToIDFunc and associated functions. Not used anymore. And the current code for MitToId has a use-after-free() issue. Advisory X41-2017-001: Multiple Vulnerabilities in X.Org | ||
| 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. | ||
| 56a9465c | 2017-02-28 10:30:27 | Replace the binaryEqual() function with std memcmp(). ok matthieu | ||
| a54e10b2 | 2017-02-28 07:04:28 | Remove some remaining XDMCP and remote X servers references. | ||
| 26babb0c | 2017-02-27 21:16:05 | More xenodm. While here promote rcctl(8). | ||
| 043ab513 | 2017-02-26 19:32:37 | sycn | ||
| 6d840321 | 2017-02-26 16:39:22 | Switch to xenodm(1). Tested by tb@, Do it now deraadt@ | ||
| 8de6f6f0 | 2017-02-26 12:35:55 | update | ||
| f9668bb9 | 2017-02-26 12:28:55 | Merge Mesa 13.0.5 | ||
| ba80afc3 | 2017-02-26 12:06:04 | Import Mesa 13.0.5 | ||
| e60e9757 | 2017-02-24 03:07:03 | correct autoreconf line ok matthieu@ | ||
| 5a7697d0 | 2017-02-19 18:19:48 | Restore local change to handle Ctrl+Alt+Backspace to kill X by default. | ||
| ab7eddfd | 2017-02-19 17:46:19 | update | ||
| f1337117 | 2017-02-19 17:45:40 | Update to presentproto 1.1 | ||
| 5b71eebd | 2017-02-19 17:41:29 | Update to libXi 1.7.9 | ||
| 8b928398 | 2017-02-19 17:38:12 | regen | ||
| 7877637b | 2017-02-19 17:32:45 | Update to xconsole 1.0.7 | ||
| 68e2524a | 2017-02-19 17:30:58 | Update to xauth 1.0.10 | ||
| c85ba1eb | 2017-02-18 18:29:55 | Adapt Block/WakeupHandler signature for ABI 23 | ||
| 1bc60056 | 2017-02-18 18:26:15 | Update to xf86-video-trident 1.3.8 | ||
| 3af138ab | 2017-02-18 18:23:56 | Update to xf86-video-tdfx 1.4.7 | ||
| 35d2577f | 2017-02-18 18:20:31 | Update to xf86-video-sis 0.10.9 | ||
| 91607ef1 | 2017-02-18 18:08:53 | Update to xf86-video-siliconmotion 1.7.9 | ||
| 8fe54088 | 2017-02-18 18:05:37 | Update to xf86-video-savage 2.3.9 | ||
| 4926f94a | 2017-02-18 17:57:59 | Update to xf86-video-nv 2.1.21 | ||
| 716bb4ac | 2017-02-18 17:22:06 | Update to xf86-video-mga 1.6.5 | ||
| f3e3dd7c | 2017-02-18 17:12:34 | Update to xf86-video-glint 1.2.9 | ||
| f82ef6f8 | 2017-02-18 17:02:50 | Update to xf86-video-chips 1.2.7 | ||
| 266abc60 | 2017-02-18 16:48:37 | Update to xf86-video-i740 1.3.6 | ||
| e1bf58cf | 2017-02-18 11:20:08 | update | ||
| e25eed3f | 2017-02-12 18:19:54 | replace XENOCARA_RERUN_AUTOCONF setting with autoreconf make target. The previous mechanism didn't play well with the new separated build user. | ||
| 19928279 | 2017-02-10 15:00:54 | Fix group hidden state when a client wants to be on all desktops on start; reported by Vadim Vygonets with diff, but another approach was taken. | ||
| 791b0d12 | 2017-02-08 21:36:21 | update |