Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-26 | Merge Mesa 20.1.6 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2020-08-25 | update | Matthieu Herrb | |
2020-08-25 | Fix integer underflow in XRecordRegisterClients() | Matthieu Herrb | |
Reported by Jan-Niklas Sohn working with Trend Micro Zero Day Initiative. | |||
2020-08-25 | Fix integer underflow in XkbSelectEvents() | Matthieu Herrb | |
Reported by Jan-Niklas Sohn working with Trend Micro Zero Day Initiative. | |||
2020-08-25 | Fix an integer underflow in XIChangeHierarchy() | Matthieu Herrb | |
Reported by Jan-Niklas Sohn working with Trend Micro Zero Day Initiative. | |||
2020-08-25 | Correct bounds checking in XkbSetNames() | Matthieu Herrb | |
Reported by Jan-Niklas Sohn working with Trend Micro Zero Day Initiative. | |||
2020-08-25 | Fix an integer overflow in init_om() that could lead to a double free. | Matthieu Herrb | |
Reported by Jayden Rivers. | |||
2020-08-23 | Allow auto controls to be set back to auto mode explicitly. | Marcus Glocker | |
From Laurence Tratt <laurie (at) tratt (dot) net> | |||
2020-08-20 | Fix a bug where some input clients can't connect to the input server. | Matthieu Herrb | |
FreeBSD bugzilla reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248549 | |||
2020-08-16 | update | Matthieu Herrb | |
2020-08-16 | Update to xkbcomp 1.4.3 | Matthieu Herrb | |
2020-08-11 | Allow the combination of '-dc' options, reset and display control values. | Marcus Glocker | |
Reported by Laurence Tratt. | |||
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2020-08-09 | Remove braces for single line control statement. | Marcus Glocker | |
2020-08-09 | If a control supports auto mode and this is active, print 'auto' with -c | Marcus Glocker | |
instead of printing the last set numeric value. Initial diff from Laurence Tratt with some enhancements added. | |||
2020-08-06 | Merge from upstream X.Org : Fix size calculation in `_XimAttributeToValue` | Matthieu Herrb | |
The check here guards the read below. For `XimType_XIMStyles`, these are `num` of `CARD32` and for `XimType_XIMHotKeyTriggers` these are `num` of `XIMTRIGGERKEY` ref[1] which is defined as 3 x `CARD32`. (There are data after the `XIMTRIGGERKEY` according to the spec but they are not read by this function and doesn't need to be checked.) The old code here used the native datatype size instead of the wire protocol size causing the check to always fail. Also fix the size calculation for the header (size). It is 2 x CARD16 for both types despite the unused `CARD16` for `XimType_XIMStyles`. This fixes a regression caused by previous commit. | |||
2020-08-05 | Don't compare a pointer to a null character constant but to NULL. | Marcus Glocker | |
With best regards from clang 10. | |||
2020-08-05 | Add the ability to set and display video control values directly on the | Marcus Glocker | |
CLI. Initial diff from Laurence Tratt with some enhancements/changes added. ok mpi@ | |||
2020-08-01 | Fix Mesa build with clang 10 on mips64. | Visa Hankala | |
On mips64, the compiler does not allow use of non-zero argument with __builtin_frame_address(). However, the returned frame address is only used when PIPE_ARCH_X86 is defined. The compile error can be avoided by making #ifdef PIPE_ARCH_X86 cover the getting of frame address too. The argument checking of __builtin_frame_address() has been present as a debug assert in clang 8. In clang 10, there is a proper runtime check for the argument. This is why the build has not failed before. OK jsg@ | |||
2020-07-31 | fix for X Server Pixel Data Uninitialized Memory Information Disclosure | Matthieu Herrb | |
CVE-2020-14347 This vulnerability was discovered and reported to X.Org by Jan-Niklas Sohn working with Trend Micro Zero Day Initiative. | |||
2020-07-31 | Fixes for Heap corruption in the X input method client in libX11 | Matthieu Herrb | |
CVE-2020-14344 These where reported to X.Org and patches proposed by Todd Carson. Thanks. | |||
2020-07-19 | Fix SHARED_LIBS | Matthieu Herrb | |
2020-07-19 | update | Matthieu Herrb | |
2014-04-14 | Import xcb-util-wm 0.4.1 | Matthieu Herrb | |
2020-07-17 | sync | Theo de Raadt | |
2020-07-17 | sync | Theo de Raadt | |
2020-07-17 | initial powerpc X sets | Theo de Raadt | |
2020-07-17 | Add white balance temperature control through 'w/W' keys. | Marcus Glocker | |
From Laurence Tratt. ok matthieu@ | |||
2020-07-08 | update | Matthieu Herrb | |
2020-07-08 | sync | Matthieu Herrb | |
2020-07-08 | Unlink libxbui from the build. ok jsg@ | Matthieu Herrb | |
2020-07-04 | Start xconsole after setting the background. | Matthieu Herrb | |
Fixes an issue that causes xconsole to crash reported and fix tested by Joe Gidi. Thanks. | |||
2020-07-01 | Initialize v4l2_requestbuffers for better libv4l compatibility | Ingo Feinerer | |
The VIDIOC_REQBUFS ioctl requires a v4l2_requestbuffers struct with the members count, type, and memory. In the past only count was set as the uvideo(4) kernel driver, via uvideo_reqbufs(), is ignoring both struct members type and memory (pointed out by mpi@). However, using video(1) with libv4l (LD_PRELOAD=/usr/local/lib/v4l2convert.so video) yields "mmap: Invalid argument" as libv4l inspects the type and memory struct members and fails if memory != V4L2_MEMORY_MMAP. Full initialization fixes libv4l usage which allows us to view video encodings not directly supported by video(1), e.g., MJPEG, as libv4l can convert encodings on the fly. OK mglocker@ |