Find a file
Peter Hutterer 3ceb0e82e5 Xext/vidmode: add byte-swapping in various fields
Co-Authored-by: Claude Code <noreply@anthropic.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2181>
2026-04-24 01:55:37 +00:00
.gitlab-ci
composite
config
damageext
dbe Zero out structs to avoid leaking information via padding 2026-04-24 01:14:55 +00:00
dix
doc
dri3
exa
fb
glamor
glx glx/glxcmdsswap: add missing contextTag byte-swap in __glXDispSwap_CopyContext 2026-04-24 01:55:36 +00:00
hw
include
man
mi
miext
os Zero out structs to avoid leaking information via padding 2026-04-24 01:14:55 +00:00
present present: add missing byte swapping for various fields 2026-04-24 01:55:37 +00:00
pseudoramiX pseudoramiX: add missing byte swapping in various fields 2026-04-24 01:55:37 +00:00
randr randr: add missing byte swapping for various fields 2026-04-24 01:55:37 +00:00
record
render render: add missing byte-swap of filter params in SProcRenderSetPictureFilter 2026-04-24 01:55:36 +00:00
test
Xext Xext/vidmode: add byte-swapping in various fields 2026-04-24 01:55:37 +00:00
xfixes
Xi Xi: add missing byte-swap of resolution values in SProcXChangeDeviceControl 2026-04-24 01:55:36 +00:00
xkb Zero out structs to avoid leaking information via padding 2026-04-24 01:14:55 +00:00
.appveyor.yml
.dir-locals.el
.git-blame-ignore-revs
.gitignore
.gitlab-ci.yml
.mailmap
.travis.yml
COPYING
meson.build
meson_options.txt
README.md
SECURITY.md
xorg-server.m4
xorg-server.pc.in
xserver.ent.in

X Server

The X server accepts requests from client applications to create windows, which are (normally rectangular) "virtual screens" that the client program can draw into.

Windows are then composed on the actual screen by the X server (or by a separate composite manager) as directed by the window manager, which usually communicates with the user via graphical controls such as buttons and draggable titlebars and borders.

For a comprehensive overview of X Server and X Window System, consult the following article: https://en.wikipedia.org/wiki/X_server

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.freedesktop.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/xserver

For patch submission instructions, see:

https://www.x.org/wiki/Development/Documentation/SubmittingPatches

As with other projects hosted on freedesktop.org, X.Org follows its Code of Conduct, based on the Contributor Covenant. Please conduct yourself in a respectful and civilized manner when using the above mailing lists, bug trackers, etc:

https://www.freedesktop.org/wiki/CodeOfConduct