| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | os/xdmcp: Remove dead 'restart' code | Mike Gabriel | 2017-03-19 | 1 | -10/+0 |
* | os: Initialize NotifyFds earlier in startup | Mike Gabriel | 2017-03-17 | 1 | -1/+5 |
* | os: Implement support for NotifyFd X_NOTIFY_WRITE and removal of AddEnabledDe... | Keith Packard | 2017-03-17 | 4 | -52/+69 |
* | Move the code for resetting the DPMS mode in response to input events, from W... | Fredrik Höglund | 2017-03-17 | 1 | -4/+0 |
* | os: Add NotifyFd interfaces | Keith Packard | 2017-03-15 | 4 | -0/+105 |
* | os/xdmcp: Just send XDMCP keepalive packets once every three minute | Keith Packard | 2017-03-15 | 1 | -22/+2 |
* | os: add timingsafe_memcmp to Imake | Ulrich Sibiller | 2017-03-04 | 1 | -2/+7 |
* | Backport CVE-2017-2624 (timingsafe_memcmp) | Ulrich Sibiller | 2017-03-03 | 3 | -3/+50 |
* | nx-X11/{config/cf/{{Imake,X11}.tmpl,linux.cf},programs/Xserver/{include/os.h,... | Mihai Moldovan | 2017-03-03 | 2 | -2/+50 |
* | Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Con... | Mike Gabriel | 2017-02-26 | 4 | -449/+1611 |
* | The smart scheduler is not optional. | Mathieu Bérard | 2017-02-15 | 4 | -33/+0 |
* | drop platform support: unifdef sgi. | Mike Gabriel | 2017-02-08 | 3 | -10/+1 |
* | drop platform support: unifdef QNX. | Mike Gabriel | 2017-02-08 | 4 | -30/+4 |
* | drop platform support: unifdef DGUX. | Mike Gabriel | 2017-02-08 | 5 | -49/+3 |
* | drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386). | Mike Gabriel | 2017-02-08 | 2 | -24/+0 |
* | drop platform support: unifdef hpux and __hppa__. | Mike Gabriel | 2017-02-08 | 3 | -12/+8 |
* | drop platform support: unifdef Lynx. | Mike Gabriel | 2017-02-08 | 6 | -31/+3 |
* | drop platform support: unifdef __UNIXOS2__. | Mike Gabriel | 2017-02-08 | 9 | -81/+8 |
* | Remove libcwrapper usage from xorg server modules. The libcwrapper is not use... | Eric Anholt | 2016-12-04 | 1 | -7/+0 |
* | libX11 + Xserver: fix missing define warning | Ulrich Sibiller | 2016-11-03 | 1 | -1/+4 |
* | Remove OS2PIPECONN transport | Ulrich Sibiller | 2016-11-02 | 2 | -2/+2 |
* | Remove unused TLI ("STREAMSCONN") code | Ulrich Sibiller | 2016-11-02 | 5 | -60/+17 |
* | remove DECnet support | Ulrich Sibiller | 2016-11-02 | 3 | -122/+2 |
* | Imake: drop DoLoadableServer, MakeDllModules and IHaveModules | Ulrich Sibiller | 2016-11-02 | 1 | -5/+0 |
* | xserver: adapt xkbsrc includes syntax to match upstream | Ulrich Sibiller | 2016-10-06 | 1 | -1/+1 |
* | os/access: fix regression in server interpreted auth | Dave Airlie | 2016-10-06 | 1 | -1/+1 |
* | os: Eliminate uninitialized value warnings from access.c | Keith Packard | 2016-10-06 | 1 | -8/+8 |
* | dix: GetHosts bounds check using wrong pointer value [CVE-2014-8092 pt. 6] | Keith Packard | 2016-10-06 | 1 | -1/+1 |
* | Fix multiple warnings in os/xdmauth.c. | Eamon Walsh | 2016-10-06 | 1 | -10/+12 |
* | replace transport.c link by xstrans.c | Ulrich Sibiller | 2016-10-06 | 8 | -14/+39 |
* | xserver: use own copy of XKBsrv.h header | Ulrich Sibiller | 2016-10-06 | 1 | -1/+1 |
* | remove misc dir | Ulrich Sibiller | 2016-09-21 | 3 | -5/+117 |
* | VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files. | Mike Gabriel | 2016-07-06 | 11 | -24/+0 |
* | Per-file copyright notices: Update copyright information in file headers that... | Mike Gabriel | 2016-07-06 | 5 | -94/+117 |
* | remove unreferenced NEED_EVENTS/NEED_REPLIES | Ulrich Sibiller | 2016-07-05 | 1 | -1/+0 |
* | Remove unneccesary casts from WriteToClient calls | Alan Coopersmith | 2016-07-05 | 1 | -1/+1 |
* | Make WriteToClient take a const void * like any decent IO write function. | Kristian Høgsberg | 2016-07-05 | 2 | -4/+6 |
* | Make WriteEventsToClient/WriteToClient no-op on fake or dead clients. | Jamey Sharp | 2016-07-05 | 1 | -3/+5 |
* | Xserver/os/xdmauth.c: Avoid compiler warnings due to -Wswitch being enabled. ... | Mike Gabriel | 2016-07-05 | 1 | -6/+2 |
* | Xserver/os/log.c: Make sure strlcpy is defined in log.c. Immitate what is don... | Mike Gabriel | 2016-07-05 | 1 | -0/+1 |
* | Restore compression of duplicate log file entries. | Adam Jackson | 2016-07-05 | 1 | -10/+0 |
* | os: Make sure that writing our pid to the lock file actually worked | Keith Packard | 2016-07-05 | 1 | -1/+3 |
* | Xserver/os/connection.c: Drop unused variable 'restore_trans_conn' from Clien... | Mike Gabriel | 2016-07-05 | 1 | -1/+0 |
* | Xserver/os/connection.c: Only define XSERV_t, TRANS_SERVER and TRANS_REOPEN i... | Mike Gabriel | 2016-07-05 | 1 | -3/+9 |
* | Use internal temp variable for swap macros. Make swaps/swapl type safe (intro... | Mike Gabriel | 2016-07-04 | 2 | -7/+5 |
* | os: Remove deprecated malloc/free wrappers, clean {X,XNF}{alloc,calloc,reallo... | Mike Gabriel | 2016-07-02 | 1 | -132/+17 |
* | nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead. | Mike Gabriel | 2016-07-02 | 2 | -5/+5 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 14 | -876/+40 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 11 | -63/+63 |
* | nxagent Xserver: Drop Kerberos code. Not used in nxagent. | Mike Gabriel | 2016-07-01 | 6 | -882/+5 |