aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/os
Commit message (Expand)AuthorAgeFilesLines
...
* os: Use NotifyFd for ErrorConnMaxKeith Packard2017-03-212-18/+19
* Move SIGUSR1 notification as late as possible.Adam Jackson2017-03-211-38/+49
* dix: Extend initial connection handshake for forwarding proxiesAdam Jackson2017-03-211-5/+5
* dix: Pull client-is-local flag up to the ClientRecAdam Jackson2017-03-213-10/+2
* os: always check if client is local when connection is acceptedPauli Nieminen2017-03-213-3/+19
* os: Add facilities for client ID tracking.Rami Ylimäki2017-03-212-0/+399
* dix/os: backport various signal handling and smart scheduler changes from X.orgMike Gabriel2017-03-214-105/+105
* dix/os: Merge priority computation into SmartScheduleClientKeith Packard2017-03-211-37/+4
* os: Fix a memory leakPauli Nieminen2017-03-211-4/+6
* Rework local client id finding code to be more uniformAlan Coopersmith2017-03-213-69/+142
* AUDIT messages should contain uid for local accesses (X.org bug #1997)Alan Coopersmith2017-03-211-5/+16
* LBX clean-up: Drop forgotten passage in Xserver/os/connection.c.Mike Gabriel2017-03-211-4/+0
* Xserver/os/: Drop not-used-anymore MNX_TCPCONN macro.Mike Gabriel2017-03-212-10/+9
* Xserver/os/Imakefile: Introduce the NULL variable and line-wrap various varia...Mike Gabriel2017-03-211-32/+91
* Don't crash on unconfigured interfaces. (X.org bug #5218, Andrei Barbu)Adam Jackson2017-03-201-0/+2
* Set padding bytes to 0 in WriteToClientAlan Coopersmith2017-03-201-1/+5
* os: Return BadLength instead of disconnecting BigReq clients (#4565)Aaron Plattner2017-03-202-3/+41
* Fix overflow of ConnectionOutput->size and ->countPeter Harris2017-03-201-3/+4
* dix: Pass ClientPtr to FlushCallbackMichel Dänzer2017-03-202-3/+6
* Xserver/os/io.c: Bail out early from FlushClient if nothing needs to be written.Keith Packard2017-03-191-0/+4
* os: Immediately queue initial WriteToClientChris Wilson2017-03-191-1/+1
* os/xdmcp: Remove dead 'restart' codeMike Gabriel2017-03-191-10/+0
* os: Initialize NotifyFds earlier in startupMike Gabriel2017-03-171-1/+5
* os: Implement support for NotifyFd X_NOTIFY_WRITE and removal of AddEnabledDe...Keith Packard2017-03-174-52/+69
* Move the code for resetting the DPMS mode in response to input events, from W...Fredrik Höglund2017-03-171-4/+0
* os: Add NotifyFd interfacesKeith Packard2017-03-154-0/+105
* os/xdmcp: Just send XDMCP keepalive packets once every three minuteKeith Packard2017-03-151-22/+2
* os: add timingsafe_memcmp to ImakeUlrich Sibiller2017-03-041-2/+7
* Backport CVE-2017-2624 (timingsafe_memcmp)Ulrich Sibiller2017-03-033-3/+50
* nx-X11/{config/cf/{{Imake,X11}.tmpl,linux.cf},programs/Xserver/{include/os.h,...Mihai Moldovan2017-03-032-2/+50
* Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Con...Mike Gabriel2017-02-264-449/+1611
* The smart scheduler is not optional.Mathieu Bérard2017-02-154-33/+0
* drop platform support: unifdef sgi.Mike Gabriel2017-02-083-10/+1
* drop platform support: unifdef QNX.Mike Gabriel2017-02-084-30/+4
* drop platform support: unifdef DGUX.Mike Gabriel2017-02-085-49/+3
* drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386).Mike Gabriel2017-02-082-24/+0
* drop platform support: unifdef hpux and __hppa__.Mike Gabriel2017-02-083-12/+8
* drop platform support: unifdef Lynx.Mike Gabriel2017-02-086-31/+3
* drop platform support: unifdef __UNIXOS2__.Mike Gabriel2017-02-089-81/+8
* Remove libcwrapper usage from xorg server modules. The libcwrapper is not use...Eric Anholt2016-12-041-7/+0
* libX11 + Xserver: fix missing define warningUlrich Sibiller2016-11-031-1/+4
* Remove OS2PIPECONN transportUlrich Sibiller2016-11-022-2/+2
* Remove unused TLI ("STREAMSCONN") codeUlrich Sibiller2016-11-025-60/+17
* remove DECnet supportUlrich Sibiller2016-11-023-122/+2
* Imake: drop DoLoadableServer, MakeDllModules and IHaveModulesUlrich Sibiller2016-11-021-5/+0
* xserver: adapt xkbsrc includes syntax to match upstreamUlrich Sibiller2016-10-061-1/+1
* os/access: fix regression in server interpreted authDave Airlie2016-10-061-1/+1
* os: Eliminate uninitialized value warnings from access.cKeith Packard2016-10-061-8/+8
* dix: GetHosts bounds check using wrong pointer value [CVE-2014-8092 pt. 6]Keith Packard2016-10-061-1/+1
* Fix multiple warnings in os/xdmauth.c.Eamon Walsh2016-10-061-10/+12