Commit Graph

  • fb763cc6fe Revert previous: unbreak build with clang-16 by fixing up function definitions to match the whole CARD64 vs uint64_t issue needs more thinking. Suggested by kettenis@ master matthieu 2023-09-08 05:44:27 +0000
  • f7753c17ad Revert previous. Needs more thinking. suggested by kettenis@ matthieu 2023-09-08 05:40:10 +0000
  • 50e9bfdb05 Fix the build after recent CARD64 / unsigned long fises for llvm 16 matthieu 2023-09-07 21:54:21 +0000
  • 5ab3ec55fb unbreak build with clang-16 by not using non-existent functions and by using correct types where needed; this also removes some unnecessary casts and some ancient compat defines robert 2023-09-07 09:13:51 +0000
  • 763e4f241a fix libxcvt.pc matthieu 2023-09-06 20:36:50 +0000
  • 09bc32815c unbreak build with clang-16 by fixing up function definitions to match robert 2023-09-06 11:42:37 +0000
  • 60273ffa39 include signal.h for kill(2) jsg 2023-09-06 09:29:25 +0000
  • 6a599fd2aa fix ISO C++17 does not allow 'register' storage class specifier error with clang16 robert 2023-09-05 15:35:17 +0000
  • 4c4398b2e9 Avoid close(-1). ok miod@ matthieu 2023-08-12 16:48:44 +0000
  • a012b5de33 Make sure we don't close(-1); buglet introduced in 1.26. ok matthieu@ miod 2023-08-12 16:16:25 +0000
  • 849b02b8d8 Support 8bpp X server on LUNA. aoyama 2023-08-04 23:49:45 +0000
  • dd4313439f Add pad_to_double() when the function allocates memories for 'double' internally. aoyama 2023-08-02 13:57:24 +0000
  • 16c1375008 Fix mmap'ing size for LUNA framebuffer. aoyama 2023-08-01 11:06:13 +0000
  • 293ee8518d
    Bump aiohttp from 3.8.1 to 3.8.5 in /lib/mesa/.gitlab-ci/bin dependabot[bot] 2023-07-20 15:45:10 +0000
  • cd47a6bf03 Allow cwm(1) to cycle through windows of the same window class as the active window; default key binding to M-grave, respectively Alt-Tilde, like other window managers have as well. okan 2023-07-20 14:39:34 +0000
  • 508791166c fix drmGetMinorNameForFD(). tweaks and ok jsg@. For the gpu n, the main device node is /dev/dri/card<n> and the render device node is /dev/dri/renderD<n+drmGetMinorBase()> not /dev/dri/renderD<n> and miod@ checked that no port should be affected. matthieu 2023-07-06 07:21:30 +0000
  • 93198764fc Disable neon asm on aarch64 to unbreak the build tb 2023-07-05 15:52:50 +0000
  • d97e9b6979 update matthieu 2023-07-03 19:04:51 +0000
  • 6f3a8c4762 Update makedepend to version 1.0.8 matthieu 2023-07-03 13:53:54 +0000
  • 931240c538 sync matthieu 2023-07-03 13:43:54 +0000
  • 48b14d4e87 Update to fontconfig 2.14.2 matthieu 2023-07-03 13:18:52 +0000
  • 765d57c14f Update to pixman 0.42.2 matthieu 2023-07-03 13:09:25 +0000
  • 874d89fb4e Update to xtrans 1.5.0 matthieu 2023-07-03 12:53:59 +0000
  • 01f781e04d Update libXaw to version 1.0.15 matthieu 2023-07-03 11:30:13 +0000
  • 5693db2ddd sync matthieu 2023-07-03 09:23:03 +0000
  • 9ba36148c6 Update to libXt 1.3.0. minor bump because XtReallocArray() was added. matthieu 2023-07-03 09:20:46 +0000
  • 741201b883 Update to xcb-util 0.4.1 matthieu 2023-07-03 09:07:44 +0000
  • cdb9aceaa6 Update to libxshmfence 1.3.2 matthieu 2023-07-03 08:57:56 +0000
  • 23f3968306 Update to libXvMC 1.0.13 matthieu 2023-07-03 08:44:04 +0000
  • 554720657f remove file missed in previous commit matthieu 2023-07-03 08:37:44 +0000
  • e2db786c6c Update to libXv 1.0.12 matthieu 2023-07-03 08:36:57 +0000
  • dca2d3dc3b Update to libXrandr 1.5.3 matthieu 2023-07-03 08:31:22 +0000
  • 668895bbfa Update to libXi 1.8.1 matthieu 2023-07-03 08:26:45 +0000
  • 22b9919c99 Update to libXfixes 6.0.1 matthieu 2023-07-03 08:21:09 +0000
  • 2314a82cd4 Update to libXdamage 1.1.6 matthieu 2023-07-03 08:16:49 +0000
  • 56e38a96b1 Update to libXcomposite 0.4.6 matthieu 2023-07-03 08:13:41 +0000
  • 0c022eeb73 Update to xf86-video-r128 6.12.1 matthieu 2023-07-03 08:00:43 +0000
  • 35184de566 Update xf86-video-ati to 22.0.0 matthieu 2023-07-03 07:50:30 +0000
  • 214c231816 Update to xf86-input-mouse 1.9.5 matthieu 2023-07-03 07:28:53 +0000
  • b19e0af9de Update xwd to version 1.0.9 matthieu 2023-07-03 07:17:28 +0000
  • 341d6380db Update xrdb to version 1.2.2 matthieu 2023-07-03 07:03:55 +0000
  • e826e72b95 Update setxkbmap to version 1.3.4 matthieu 2023-07-03 06:55:45 +0000
  • 3daaf03a87 update matthieu 2023-06-15 16:38:04 +0000
  • dbccd1baf8 Fixes CVE-2023-3138: X servers could return values from XQueryExtension that would cause Xlib to write entries out-of-bounds of the arrays to store them, though this would only overwrite other parts of the Display struct, not outside the bounds allocated for that structure. matthieu 2023-06-15 16:24:12 +0000
  • 5c9a98ac12 update matthieu 2023-05-21 12:27:50 +0000
  • a44f1fb411 Revert accicentally committed test/debug stuff. matthieu 2023-05-21 12:04:40 +0000
  • 2b197900b8 update matthieu 2023-05-21 10:12:47 +0000
  • 939b734148 sync matthieu 2023-05-21 09:26:03 +0000
  • d7e2c3cbc7 Update freetype to 2.13.0 matthieu 2023-05-21 09:25:29 +0000
  • 4aa95e02f3 update matthieu 2023-05-09 20:58:35 +0000
  • d1a8d3ab03 Update to xf86-video-sunffb 1.2.3 matthieu 2023-05-09 20:17:04 +0000
  • 117e3cccd6 Include xf86Cursor.h instead of xf86RamDac.h matthieu 2023-05-09 20:04:40 +0000
  • a2a9f453ef Add missing file in previsous commit. matthieu 2023-05-09 05:37:33 +0000
  • 99c7d4f1c4 update matthieu 2023-05-08 16:43:56 +0000
  • 94b291fab9 Update to xf86-video-dummy 0.4.1 matthieu 2023-05-08 16:03:58 +0000
  • c44033d58f sync matthieu 2023-05-08 15:58:50 +0000
  • 29f7930174 Add ISO8859-14 encoding matthieu 2023-05-08 15:35:25 +0000
  • 8ea536b344 update matthieu 2023-05-07 17:44:52 +0000
  • 49ef92d176 Update to xinput 1.6.4 matthieu 2023-05-07 17:22:15 +0000
  • 7d3d23bee7 Fix clang warning in local changes. matthieu 2023-05-07 17:18:32 +0000
  • 0c9bf3472c Update to xdpyinfo 1.3.4 matthieu 2023-05-07 17:05:33 +0000
  • 057a618fd3 Remove -Wredundant-decls gcc warning option again. There is still a lot of noise on gcc architectures. matthieu 2023-05-07 17:00:27 +0000
  • ead56ff326 Update to libXpm 3.5.16 matthieu 2023-05-07 16:07:42 +0000
  • fd56d538ba Update to libXres 1.2.2 matthieu 2023-05-07 15:10:57 +0000
  • 7b3412d5a6 Update to libXxf86dga 1.1.6 matthieu 2023-05-07 15:02:55 +0000
  • e8ac3fa321 Update to libfontenc 1.1.7 matthieu 2023-05-07 14:53:56 +0000
  • 7c01e4437c Update to libxkbfile 1.1.2 matthieu 2023-05-07 14:51:11 +0000
  • 29a7a54bbd Remove libxkbui. Not built since july 2020. matthieu 2023-05-07 14:47:35 +0000
  • 9951b9b2a0 Remove libxkbui. Not built since july 2020. matthieu 2023-05-07 14:45:36 +0000
  • 459ebb1973 Update to libXdmcp 1.1.4 matthieu 2023-05-07 14:41:56 +0000
  • 58e048cd75 Update to libXScrnSaver 1.2.4 matthieu 2023-05-07 14:31:38 +0000
  • ce9672a589 Update to libSM 1.2.4 matthieu 2023-05-07 14:22:26 +0000
  • 0f003af80e Update to libICE 1.1.1 matthieu 2023-05-07 14:22:02 +0000
  • 0d081b8fa7 Update libXau to 1.0.11 matthieu 2023-05-07 13:42:26 +0000
  • 66a69b304a Update to xcalc 1.1.2 matthieu 2023-05-07 13:28:02 +0000
  • e69d825113 Update libXft to 2.3.8 matthieu 2023-05-07 08:02:59 +0000
  • 7c36097530 Switch to autoconf 2.71 (required by upstream updates) matthieu 2023-05-07 06:55:21 +0000
  • 1d7499519f Remove version numbers for packages with only one version. While there, one grammar fix. matthieu 2023-05-07 06:42:06 +0000
  • 76879f151e update matthieu 2023-05-01 12:37:09 +0000
  • 737e223ef8 Merge X server 21.1.8. tested by kn@ and op@. matthieu 2023-05-01 07:41:17 +0000
  • 3d7e94ce3a search for the vulkan drivers in the system library path instead of loading them with a full path to utilitze the ld.so cache so that we can pre-load these libraries for mesa before calling unveil(2) robert 2023-05-01 06:46:26 +0000
  • 0b3518c27d Fix variable name typo: mcyursor -> mycursor. bentley 2023-04-27 18:17:25 +0000
  • e447743965 Swap saved x/y touchscreen values if axes are swapped. bentley 2023-04-27 12:25:56 +0000
  • 3e7961fbf9 Fix error message typos: COORS -> COORDS. bentley 2023-04-25 20:18:48 +0000
  • becd7a8418 xtsscale is in section 1, not section 8. bentley 2023-04-25 16:07:13 +0000
  • dac209564b add the build id for libvulkan_radeon just like the intel* modules robert 2023-04-24 14:17:55 +0000
  • b5c4bd14dc Fix spacing in rendered manpage. bentley 2023-04-24 09:28:39 +0000
  • c8f482983a make xenodm reload the environment variables after setusercontext(3) so that environment variables configured in login.conf(5) are also available robert 2023-04-14 11:17:49 +0000
  • 3fad868fb3 update matthieu 2023-04-10 17:45:28 +0000
  • 68e497db2a Note that gettext-tools is needed for autoreconf matthieu 2023-04-10 17:45:01 +0000
  • 32b316183a Update to xf86-video-nv 2.1.22 matthieu 2023-04-10 17:34:09 +0000
  • bdc10943f4 Update to xf86-input-vmmouse 13.2.0 matthieu 2023-04-10 17:15:06 +0000
  • 97110c5faa Update to xf86-input-void 1.4.2 matthieu 2023-04-10 17:08:51 +0000
  • 83bdfdd822 Update to xf86-input-mouse 1.9.4 matthieu 2023-04-10 16:38:33 +0000
  • c85cd51b9e Update to xf86-input-joystick 1.6.4 matthieu 2023-04-10 16:33:30 +0000
  • 30d3895fc4 Update to xf86-input-elographics 1.4.3 matthieu 2023-04-10 16:25:33 +0000
  • 558b3b5e32 Update to xwininfo 1.1.6 matthieu 2023-04-10 16:16:52 +0000
  • 92e13ba23a Update to xvidtune 1.0.4 matthieu 2023-04-10 15:39:00 +0000
  • 933b6c32fd Update to xkbcomp 1.4.6 matthieu 2023-04-10 15:34:57 +0000
  • e1bf497a25 Update to xhost 1.0.9 matthieu 2023-04-10 15:30:17 +0000