xenocara/xserver/xkb
2019-12-12 06:05:17 +00:00
..
ddxBeep.c
ddxCtrls.c
ddxKillSrv.c
ddxLEDs.c
ddxLoad.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
ddxPrivate.c
ddxVT.c
Makefile.am
Makefile.in Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
maprules.c Update to xserver 1.19.5. 2017-12-08 15:01:59 +00:00
README.compiled
xkb.c Update to X server 1.20.6. Tested by naddy@ 2019-12-12 06:05:17 +00:00
xkb.h
xkbAccessX.c Update to xserver 1.19.5. 2017-12-08 15:01:59 +00:00
xkbActions.c Update to xserver 1.19.5. 2017-12-08 15:01:59 +00:00
XKBAlloc.c
xkbDflts.h Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbEvents.c Update to xserver 1.18.4 2016-08-09 18:59:50 +00:00
xkbfmisc.c
XKBGAlloc.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbgeom.h
xkbInit.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbLEDs.c Update to xserver 1.18.4 2016-08-09 18:59:50 +00:00
XKBMAlloc.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
XKBMisc.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbout.c
xkbPrKeyEv.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbSwap.c Update to xserver 1.20.5. Tested by jsg@ 2019-07-27 07:57:06 +00:00
xkbtext.c MFC: xkb: Handle xkb formated string output safely (CVE-2017-13723) 2017-10-14 09:15:11 +00:00
xkbUtils.c Update to xserver 1.19.6. bug fix release 2018-02-18 17:16:37 +00:00
xkmread.c

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.