| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Must_have_memory hack. | Ulrich Sibiller | 2019-06-12 | 1 | -1/+0 |
* | dix: remove unused requestLogIndex | Ulrich Sibiller | 2019-05-29 | 1 | -8/+0 |
* | Lift Xext to xorg 1.4.2 | Ulrich Sibiller | 2018-11-09 | 1 | -0/+5 |
* | Lift xkb to XORG-1.2.0 state | Ulrich Sibiller | 2018-11-09 | 2 | -16/+19 |
* | enable CLIENTIDS functions in xserver | Ulrich Sibiller | 2018-10-22 | 1 | -0/+6 |
* | Removal of dead code in Xserver/xkb. Follow-up commit for 3739a9b. | Mike Gabriel | 2018-07-03 | 1 | -86/+0 |
* | nx-X11/programs/Xserver/{include/globals.h,mi/miinitext.c}: remove DPSEXT lef... | Mihai Moldovan | 2018-02-27 | 1 | -4/+0 |
* | Lift dix to xorg-xserver-1.3.0.0 state | Ulrich Sibiller | 2018-02-26 | 3 | -1/+16 |
* | Lift dix to xorg-xserver-7.1/1.1.0 state | Ulrich Sibiller | 2018-02-26 | 3 | -4/+35 |
* | Lift XFIXES to xorg-xserver-7.1/1.1.0 state (XFIXES 4.0) | Ulrich Sibiller | 2018-02-26 | 1 | -1/+1 |
* | Xext: lift screensaver extension to XORG-7_1 state | Ulrich Sibiller | 2018-02-07 | 1 | -0/+4 |
* | Drop SHMNAME workaround again, it *is* defined in shmstr.h, which is actually... | Mihai Moldovan | 2017-12-16 | 1 | -6/+0 |
* | nx-X11/programs/Xserver/include/misc.h: add compat define for SHMNAME. | Mihai Moldovan | 2017-12-16 | 1 | -0/+6 |
* | Support building with legacy (pre-1.4.2) libXfont(1) versions. | Mihai Moldovan | 2017-12-16 | 1 | -0/+4 |
* | os/xprintf: add Xvscnprintf and Xscnprintf | Daniel Kurtz | 2017-12-10 | 1 | -0/+12 |
* | Add asprintf() implementation for platforms without it | Alan Coopersmith | 2017-12-10 | 3 | -4/+79 |
* | dix: Remove arch awareness from servermd.h (X.org v2, nx-libs v4) | Adam Jackson | 2017-06-28 | 1 | -293/+6 |
* | Clearing comments from $XFree86$ (et al.) header lines. | Mike Gabriel | 2017-04-19 | 3 | -3/+0 |
* | Save pixmap allocation hints into the PixmapRec. | Aaron Plattner | 2017-04-10 | 1 | -0/+1 |
* | Add CreatePixmap allocation hints. | Aaron Plattner | 2017-04-10 | 1 | -1/+9 |
* | Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ... | Mike Gabriel | 2017-04-10 | 2 | -8/+31 |
* | SetFontPath: set client->errorValue on failure. | Jamey Sharp | 2017-04-10 | 1 | -2/+1 |
* | xserver: remove index from CloseScreen (API/ABI breakage) | Dave Airlie | 2017-04-10 | 2 | -2/+0 |
* | Use unique logfile names when starting server with -displayfd | Alan Coopersmith | 2017-03-21 | 1 | -0/+1 |
* | os: Use NotifyFd interface for listen descriptors | Keith Packard | 2017-03-21 | 1 | -4/+0 |
* | Handle -displayfd and an explicit display number sensibly | Jon TURNEY | 2017-03-21 | 1 | -0/+1 |
* | os: Add a mechanism to prevent creating any listen sockets | Kristian Høgsberg | 2017-03-21 | 1 | -1/+1 |
* | os: Add -displayfd option | Chase Douglas | 2017-03-21 | 1 | -0/+1 |
* | Move SIGUSR1 notification as late as possible. | Adam Jackson | 2017-03-21 | 1 | -0/+2 |
* | dix: Pull client-is-local flag up to the ClientRec | Adam Jackson | 2017-03-21 | 2 | -2/+1 |
* | os: Add facilities for client ID tracking. | Rami Ylimäki | 2017-03-21 | 3 | -0/+64 |
* | dix/os: backport various signal handling and smart scheduler changes from X.org | Mike Gabriel | 2017-03-21 | 1 | -8/+9 |
* | Rework local client id finding code to be more uniform | Alan Coopersmith | 2017-03-21 | 1 | -0/+18 |
* | os: Implement support for NotifyFd X_NOTIFY_WRITE and removal of AddEnabledDe... | Keith Packard | 2017-03-17 | 1 | -4/+0 |
* | os: Add NotifyFd interfaces | Keith Packard | 2017-03-15 | 1 | -0/+13 |
* | Xserver/include/list.h: Add list.h from X.org (from X.org commit 63f83d1). | Mike Gabriel | 2017-03-15 | 2 | -0/+495 |
* | Backport CVE-2017-2624 (timingsafe_memcmp) | Ulrich Sibiller | 2017-03-03 | 1 | -0/+5 |
* | replace (DE)ALLOCATE_LOCAL by malloc/free | Ulrich Sibiller | 2017-03-03 | 1 | -3/+0 |
* | xkb: remove XkbAtomGetString, replace with NameForAtom. | Peter Hutterer | 2017-03-03 | 2 | -7/+0 |
* | Replace _XkbDupString with Xstrdup | Alan Coopersmith | 2017-03-03 | 1 | -4/+0 |
* | nx-X11/programs/Xserver/include/os.h: backport xallocarray(). | Mihai Moldovan | 2017-03-03 | 1 | -0/+2 |
* | nx-X11/{config/cf/{{Imake,X11}.tmpl,linux.cf},programs/Xserver/{include/os.h,... | Mihai Moldovan | 2017-03-03 | 1 | -0/+6 |
* | Xserver/dix/atom.c (et al.): Constify atom name strings. | Mike Gabriel | 2017-03-02 | 1 | -1/+1 |
* | dix: use one single function to register fpe fonts | Tiago Vignatti | 2017-02-27 | 1 | -4/+1 |
* | {dix/,hw/nxagent/NX}dixfont.{c,h}: Support using builtin-fonts. Makes depende... | Mike Gabriel | 2017-02-27 | 1 | -0/+5 |
* | Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Con... | Mike Gabriel | 2017-02-26 | 3 | -10/+4 |
* | dix: fix incomplete commit | Ulrich Sibiller | 2017-02-24 | 3 | -42/+6 |
* | Naming change: Security*Access -> Dix*Access | Mike Gabriel | 2017-02-20 | 2 | -9/+9 |
* | The smart scheduler is not optional. | Mathieu Bérard | 2017-02-15 | 1 | -5/+0 |
* | drop platform support: unifdef sgi. | Mike Gabriel | 2017-02-08 | 1 | -9/+1 |