summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-03Enable PAC in addition to BTI on arm64 such that JIT code matches theMark Kettenis
default branch protection provided by our base compiler. ok jsg@
2024-04-03Fix refcounting of glyphs during ProcRenderAddGlyphs() (CVE-2024-31083)Matthieu Herrb
2024-04-03Need to use unswapped length to send reply inMatthieu Herrb
ProcXIGetSelectedEvents() (CVE-2024-31080) and ProcXiPassiveGrabDevice() (CVE-2024-31081)
2024-04-02updateJonathan Gray
2024-04-02syncJonathan Gray
2024-04-02Merge Mesa 23.3.6Jonathan Gray
2024-04-02Import Mesa 23.3.6Jonathan Gray
2024-03-30updateMatthieu Herrb
2023-11-02Import Mesa 23.1.9Jonathan Gray
2023-11-02Import Mesa 23.1.9Jonathan Gray
2023-01-28Import Mesa 22.3.4Jonathan Gray
2023-01-28Import Mesa 22.3.4Jonathan Gray
2023-01-28Import Mesa 22.3.4Jonathan Gray
2023-01-28Import Mesa 22.3.4Jonathan Gray
2022-09-02Import Mesa 22.1.7Jonathan Gray
2022-09-02Import Mesa 22.1.7Jonathan Gray
2022-09-02Import Mesa 22.1.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2021-09-09Import Mesa 21.1.8Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2024-03-18Tell LLVM to generate code with BTI instructions.Mark Kettenis
"looks ok" jsg@, ok deraadt@
2024-02-29intel/dev: Add 2 additional ADL-N PCI idsJonathan Gray
From Jordan Justen 62b72b6be9742c655d381348c6b161afc6b5396f in mainline Mesa
2024-02-09Fix off-by-one in dlist allocation when checking whether to allocate aThomas Frohwein
new block. This fixes segfaults in dlist functions that occur on applications making heavy use of display lists that exceed BLOCK_SIZE. ok jsg@ and stsp@, who also both helped me track down the issue.
2024-01-30updateJonathan Gray
2024-01-30syncJonathan Gray
2024-01-30Merge libdrm 2.4.120Jonathan Gray
2024-01-30Import libdrm 2.4.120Jonathan Gray
2024-01-28updateMatthieu Herrb
2024-01-28Update to xbiff 1.0.5Matthieu Herrb
2024-01-28Update to xeyes 1.3.0Matthieu Herrb
2024-01-28Update to fonttosfnt 1.2.3Matthieu Herrb
2024-01-28Update to xserver 21.1.11.Matthieu Herrb
All the security fixes have already been committed.
2024-01-22Rewrite the privsep imsg code using the new ibuf API.Claudio Jeker
Properly wrap the imsg_read() / imsg_get() calls in a while loop. Do not initialize the fd of the struct ibuf to -1 (this is already done). Rewrite the imsg parser using imsg_get_ibuf(), ibuf_get and a local new function ibuf_get_string() which abstracts the extraction of the strings from the ibuf. Properly clear and free the user, pass and style variables. OK tb@ matthieu@
2024-01-19WSDISPLAY_TYPE_RKDRM was renamed to WSDISPLAY_TYPE_KMSMark Kettenis
2024-01-16updateMatthieu Herrb