Commit Graph

  • 7c9d7b9aa7 missed README->README.md transition in 1.5.1 update. matthieu 2020-05-16 09:50:56 +0000
  • 813522ca42 Update to xrandr 1.5.1 matthieu 2020-05-16 09:49:44 +0000
  • 8ff49d974a Update to libXxf86dga 1.1.5 matthieu 2020-05-16 09:47:20 +0000
  • bf55aa2b59 Update to libXrandr 1.5.2 matthieu 2020-05-16 09:45:24 +0000
  • bce19cf126 update matthieu 2020-05-16 08:50:37 +0000
  • 35d1b2dbf3 sync matthieu 2020-05-16 08:50:21 +0000
  • 0ed5a7f139 Update to libxcb 1.14 and xcb-proto 1.14. ok tb@ matthieu 2020-05-16 08:49:00 +0000
  • 0d451cc2e3 sync matthieu 2020-04-28 07:05:59 +0000
  • 39081bd51f Stop providing /usr/X11R6/README. It contains mostly oudated information and few people found it. Discussed with schwwarze@, sthen@. matthieu 2020-04-28 07:04:49 +0000
  • 7adfd269f8 update matthieu 2020-04-26 09:59:20 +0000
  • c45f7648e9 Fixed memory leak in xu_get_strprop. tobias 2020-04-25 20:07:28 +0000
  • ad9a065c46 Release unused filedescriptors in the privileged X server process. matthieu 2020-04-20 18:17:25 +0000
  • 806accb3da Remove unused files. matthieu 2020-04-18 09:41:18 +0000
  • 493e33f3b9 Prevent out of boundary write with configuration files in which too many quoted arguments are stored for other window managers. tobias 2020-04-16 17:12:49 +0000
  • 831953a478 Allow configuring a percentage window size of the master window during htile/vtile actions. From Uwe Werler, with a few manpage tweaks. okan 2020-04-16 13:32:35 +0000
  • ac0e12b4da dix: do not send focus event when grab actually does not change upstream commit 364d64981549544213e2bca8de6ff8a5b2b5a69e matthieu 2020-04-14 17:29:21 +0000
  • e6ad4e6beb update matthieu 2020-04-13 08:29:18 +0000
  • 9064f8eee5 Update to xserver 1.20.8. ok jsg@ robert@ matthieu 2020-04-13 08:06:58 +0000
  • b8fd44900b Remove #ifdef that doesn't make sense anymore; extend clang workaround to conver __sync_val_compare_and_swap. kettenis 2020-04-03 10:06:14 +0000
  • cd2d30e6df Make this build on clang architectures that don't have 64-bit atomic instructions. Clang doesn't allow redeclaration (and therefore redefinition) of the __sync_* builtins. Use #pragma redefine_extname to work around that restriction. Clang also turns __sync_add_and_fetch into __sync_fetch_and_add (and __sync_sub_and_fetch into __sync_fetch_and_sub) in certain cases, so provide these functions as well. kettenis 2020-04-03 07:26:18 +0000
  • d1d3f7dcb4 test for 32 bit atomic builtins was incorrectly testing for 64 bit atomics jsg 2020-04-03 01:58:40 +0000
  • a6fc36028d sort architectures list matthieu 2020-04-01 19:58:02 +0000
  • 9d9d20762c Set the VT to be used by the X server on arm64 too. ok phessler@ matthieu 2020-04-01 19:46:03 +0000
  • 79bf692af9 more xorg-macros.m4 to xhare/mi where it belongs. noticed by espie@ matthieu 2020-03-24 17:56:57 +0000
  • 6a7a7f23d8 zap stray tabs okan 2020-03-24 14:48:29 +0000
  • 9be0e4bdf0 Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location to determine what client to set active. Reduces a round trip for every window. okan 2020-03-24 14:47:29 +0000
  • afa5b8b67f Add support for SIGINT/SIGTERM. okan 2020-03-23 20:14:27 +0000
  • 4b4fe72f09 Simplify conditional construct. tim 2020-03-20 18:50:08 +0000
  • 0f6482dcc4 Trim event_mask to those that the root window actually needs. okan 2020-03-20 15:16:31 +0000
  • f91df0c64f No need to lookup current client early; move to right before it is needed. okan 2020-03-20 12:13:20 +0000
  • caa175be7e Recommit 1.259, but now with TAILQ_FOREACH_SAFE. tim 2020-03-16 17:50:44 +0000
  • 5376c8c363 Revert previous. Causes a crash as reported by Tom Murphy. tim 2020-03-14 16:11:09 +0000
  • 99b5f48359 Simplify list markup. tim 2020-03-13 20:50:07 +0000
  • 8990b0be5d Plug two memory leaks. Also get rid of a variable that is no longer necessary. tim 2020-03-13 20:49:13 +0000
  • fb24e5a8dd Use modesetting driver as the default for rkdrm(4). kettenis 2020-03-04 21:07:12 +0000
  • aa3cb8422c Remove ColormaskChange from event-mask since there's no event handler. okan 2020-02-28 13:38:35 +0000
  • caa934d82b Unrelated style fixes, consistency changes and sorting, appropriate dosage/removal of wrappers, simplification of name queue, client cycle joins other kb/mb bound functions. okan 2020-02-27 14:56:39 +0000
  • 50c0d5c236 update matthieu 2020-02-22 13:48:42 +0000
  • 4706129d11 add mips64, mips64el and powerpc to the list of archs with -O0 in CFLAGS builds were running out of memory jsg 2020-02-21 07:23:09 +0000
  • 12feee4512 regen jsg 2020-02-20 02:59:02 +0000
  • e374dad6a5 use futexes in Mesa on archs with atomics jsg 2020-02-20 02:55:46 +0000
  • ea9d0bc072 Allow the 'empty' group clients to be window-{h,v}tile'd. okan 2020-02-07 18:53:41 +0000
  • 8e89b73ce9 Add sanity checks to futex_wait() matthieu 2020-02-05 07:26:15 +0000
  • 863ee81424 update matthieu 2020-02-04 18:40:46 +0000
  • 514c5b7b09 Fix absolute to relative timeout computation. ok jsg@, mpi@ matthieu 2020-02-04 18:40:21 +0000
  • 363365145d Map ('5') and allow mod5mask (altgr) as a modifier. okan 2020-02-03 16:38:02 +0000
  • 5c4fe3d884 Zap stray #warning introduced in last commit jca 2020-01-30 13:52:30 +0000
  • 704a56b63d Better checks for static_assert availability jca 2020-01-30 13:21:13 +0000
  • 8344f41b9b Avoid _Static_assert in Mesa/libEGL on non-clang archs jca 2020-01-28 14:25:30 +0000
  • 1724d6929f sync matthieu 2020-01-26 14:01:42 +0000
  • 900a1ed81c update matthieu 2020-01-26 13:49:27 +0000
  • 40d42722f6 Update to xserver 1.20.7 plus 2 extra fixes from upstream. ok jsg@ matthieu 2020-01-26 13:48:54 +0000
  • f3fa3831bb Update to libepoxy 1.5.4. ok jsg@ matthieu 2020-01-26 13:45:49 +0000
  • 6629d50366 Fix for removal of the shadowDamage() macro in xserver 1.20. matthieu 2020-01-25 18:06:04 +0000
  • b6e5a98f51 add, then use, xvasprintf, checking for appropriate return. okan 2020-01-22 19:58:35 +0000
  • d37d5f3d84 fix some things which got broken in merge jsg 2020-01-22 03:34:13 +0000
  • c0a649c02f add files generated by python scripts which stopped being shipped with distfiles when upstream removed autotools jsg 2020-01-22 03:07:41 +0000
  • 75490c6cdf add back autotools files removed upstream jsg 2020-01-22 03:02:59 +0000
  • a8767ad89a update jsg 2020-01-22 02:54:22 +0000
  • 5f8a22396c sync jsg 2020-01-22 02:52:03 +0000
  • 2796e1e6a2 Merge Mesa 19.2.8 jsg 2020-01-22 02:49:17 +0000
  • 18af3bcac6 Import Mesa 19.2.8 jsg 2020-01-22 02:07:15 +0000
  • 9f969d0080 Ensure the pointer stays within client bounds after a window 'snap' (to edge). okan 2020-01-21 15:50:03 +0000
  • 553b461bdc Disable the print-immediate and print-on-error functions in xterm. matthieu 2020-01-20 21:03:35 +0000
  • 2961de70eb update matthieu 2020-01-18 15:20:28 +0000
  • 147e36c7dc Disable PASTE64, TCAP_FKEYS and TCAP_QUERY explicitly. matthieu 2020-01-18 11:59:03 +0000
  • 6158267635 update matthieu 2020-01-14 21:28:50 +0000
  • 6cb0617196 Oops fix previous. matthieu 2020-01-14 21:18:04 +0000
  • b9ee46e1d5 Remove support for XA_IP_ADDRESS from XmuConvertStandardSelection() matthieu 2020-01-14 21:01:32 +0000
  • 6869a5f294 Update to libXmu 1.1.3 matthieu 2020-01-14 20:58:31 +0000
  • 82151e1da6 Update to fonttosfnt 1.1.0 matthieu 2020-01-14 20:52:17 +0000
  • 92ede04394 Update to viewres 1.0.6 matthieu 2020-01-14 20:51:24 +0000
  • 386cac5010 Update to xhost 1.0.8 matthieu 2020-01-14 20:50:06 +0000
  • d6bc8a29a7 Update to xauth 1.1 matthieu 2020-01-14 20:49:33 +0000
  • b7be776563 Update to libXt 1.2.0. Tested by tb@ matthieu 2020-01-14 20:48:59 +0000
  • c9323f8b31 sync matthieu 2020-01-04 18:04:05 +0000
  • 0ce5b9fca4 update matthieu 2020-01-04 18:01:06 +0000
  • cecb53bbe8 Update to libXpm 3.5.13. matthieu 2020-01-04 18:00:46 +0000
  • af3df7cdfd Update to libxkbfile 1.1.0. Tested by krw@ and naddy@ matthieu 2020-01-04 17:58:47 +0000
  • a72dcdf233 Update to libXvMC 1.0.12. Tested by krw@ and naddy@ matthieu 2020-01-04 17:57:39 +0000
  • 10e0196fe9 Update to libXi 1.7.10. Tested by krw@ and naddy@ matthieu 2020-01-04 17:56:26 +0000
  • bc231106f4 Uppdate to libX11 1.6.9. Tested by krw@ and naddy@ matthieu 2020-01-04 17:55:16 +0000
  • 5964062853 Update to xorgproto 2019.2. Tested by krw@ and naddy@ matthieu 2020-01-04 17:53:16 +0000
  • e2ed9db4c7 update matthieu 2019-12-29 08:55:02 +0000
  • 150aa6e9c8 Update to xterm 351. tested and ok solene@ jca@ matthieu 2019-12-29 08:54:02 +0000
  • d9164a6c1e update matthieu 2019-12-24 12:15:09 +0000
  • fa95a5c1ad Update to makedepend 1.0.6 matthieu 2019-12-24 12:14:28 +0000
  • 0cfba462e6 Update to xrdb 1.2.0 matthieu 2019-12-24 10:27:51 +0000
  • 307acfa8fe update matthieu 2019-12-14 15:00:54 +0000
  • 6fa14ff265 Update to libXfont2 2.0.4 matthieu 2019-12-14 14:57:44 +0000
  • 4cc195529e Update to font/util 1.3.2 matthieu 2019-12-14 14:44:26 +0000
  • 7b215e5757 Update to font/encodings 1.0.5 matthieu 2019-12-14 14:43:17 +0000
  • 94493e315c update matthieu 2019-12-12 06:08:12 +0000
  • 9a532c5475 Update to X server 1.20.6. Tested by naddy@ matthieu 2019-12-12 06:05:17 +0000
  • 529ec772d8 regen jsg 2019-12-07 03:10:09 +0000
  • d3074235e2 build Mesa with _ISOC11_SOURCE for c11 visibility jsg 2019-12-07 03:09:41 +0000
  • ed32a4544c xenodm uses the libc authentication layer incorrectly. fix by markus or millert Reported by Qualys deraadt 2019-12-04 09:53:47 +0000
  • 5886ab525a Constrain honouring of path-related environment variables based upon issetugid(), not just the sloppy uid != euid test. gid != egid cases can occur also. Part of 6.6/009_mesaxlock.patch.sig and 6.5/020_mesaxlock.patch.sig From Qualys, ok deraadt 2019-12-04 02:26:36 +0000
  • 4f8bdea832 disable opengl and mesa functionality from matthieu, ok jsg deraadt 2019-12-03 17:44:29 +0000
  • a404f03df3 update jsg 2019-11-27 10:26:56 +0000