xserver/xkb
Repository files (latest commit first)
Filename Latest commit message Latest commit date
b-aaz ff49f52b45 Revert "xkb: unexport XkbGetCoreMap() and XkbSetRepeatKeys()"
This reverts commit 25d99353ee.
These symbols are required by the xorgxrdp driver.

Signed-off-by: b-aaz <b-aazbsd@proton.me>
2026-06-16 06:48:41 +02:00
..
ddxBeep.c xkb: drop special generation magic on atom initialization 2025-11-20 16:36:29 +01:00
ddxCtrls.c
ddxKillSrv.c
ddxLEDs.c
ddxLoad.c xkb: zero out structs and arrays 2026-04-30 15:20:49 +02:00
ddxPrivate.c
ddxVT.c
maprules.c xkb: preserve buffer on realloc failure 2026-06-03 15:33:31 +02:00
meson.build xkb: inline remaining byte-swapping 2025-10-29 10:58:37 +01:00
README.compiled
xkb-procs.h xkb: inline remaining byte-swapping 2025-10-29 10:58:37 +01:00
xkb.c xkb: zero padding in GetMap reply wire descriptors 2026-06-12 18:52:17 +02:00
xkbAccessX.c xkb: zero out structs and arrays 2026-04-30 15:20:49 +02:00
xkbActions.c xkb: Handle allocation failures in _XkbNextFreeFilter() 2026-05-01 18:43:16 +02:00
XKBAlloc.c
xkbDflts.h xkb: move include guards up to wrap the whole file 2025-11-21 15:20:11 +01:00
xkbEvents.c xkb: zero out structs and arrays 2026-04-30 15:20:49 +02:00
xkbfile_priv.h
xkbfmisc.c
xkbfmisc_priv.h
XKBGAlloc.c xkb: XkbAddGeomProperty(): handle OOM on strdup() 2026-04-30 18:43:18 +02:00
xkbgeom.h
xkbInit.c xkb: fail if we can't strdup our default rules 2026-05-04 16:54:38 +02:00
xkbLEDs.c xkb: zero out structs and arrays 2026-04-30 15:20:49 +02:00
XKBMAlloc.c XKBMAlloc: Solve CodeQL Alert Potential use after double free 2025-07-23 14:40:42 +02:00
XKBMisc.c xkb: zero out structs and arrays 2026-04-30 15:20:49 +02:00
xkbout.c
xkbout_priv.h
xkbPrKeyEv.c xkb: zero out structs and arrays 2026-04-30 15:20:49 +02:00
xkbrules_priv.h xkb: unexport XkbRF_VarDefsRec struct 2025-06-12 17:21:47 +02:00
xkbsrv_priv.h Revert "xkb: unexport XkbGetCoreMap() and XkbSetRepeatKeys()" 2026-06-16 06:48:41 +02:00
xkbtext.c xkb: zero out structs and arrays 2026-04-30 15:20:49 +02:00
xkbtext_priv.h
xkbUtils.c xkb: zero out structs and arrays 2026-04-30 15:20:49 +02:00
XKM_file_format.txt
xkmread.c xkb: bounds-check indicator index in ReadXkmIndicators 2026-06-12 19:00:46 +02:00

The X server uses this directory to store the compiled version of the
current keymap and/or any scratch keymaps used by clients.  The X server
or some other tool might destroy or replace the files in this directory,
so it is not a safe place to store compiled keymaps for long periods of
time.  The default keymap for any server is usually stored in:
     X<num>-default.xkm
where <num> is the display number of the server in question, which makes
it possible for several servers *on the same host* to share the same 
directory.

Unless the X server is modified, sharing this directory between servers on
different hosts could cause problems.