summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2021-02-01os: Remove support for Tiger and earlier versions of macOSJeremy Huddleston Sequoia1-7/+0
2021-01-29mi: List extensions in usage messageOlivier Fourdan1-0/+3
2020-12-18os, shm: fcntl()'s third argument is integer, not pointerAdam Jackson1-2/+2
2020-09-28os: Fix instruction pointer written in xorg_backtraceBernhard Übelacker1-2/+5
2020-07-05Fix spelling/wording issuesAlan Coopersmith5-7/+7
2020-05-27os: unbreak xsha1 on FreeBSDJan Beich1-0/+9
2020-01-29os: Ignore dying client in ResetCurrentRequestDaniel Llewellyn1-0/+5
2019-11-19os: Don't crash in AttendClient if the client is goneAaron Plattner1-0/+8
2019-10-30include: Remove now-empty site.hAdam Jackson3-3/+0
2019-10-30dix: Remove -to option to set the default connection timeoutAdam Jackson2-10/+3
2019-10-30xdmcp: Remove unconfigurable COMPILEDDISPLAYCLASSAdam Jackson1-1/+1
2019-10-30os: Remove unconfigurable DEFAULT_ACCESS_CONTROL macroAdam Jackson1-2/+2
2019-10-30dix: Remove -fn and -fc options to set default text/cursor fontsAdam Jackson1-14/+0
2019-10-30os: Move log verbosity defaults into os/log.cAdam Jackson1-0/+8
2019-09-23ospoll: Fix Solaris ports implementation to build on Solaris 11.4Alan Coopersmith1-9/+15
2019-08-27meson: Add dtrace supportAdam Jackson1-0/+1
2019-08-27dtrace: Move Xserver.d from dix/ to include/Adam Jackson1-2/+2
2019-07-23Clarify authorization failure reason strings sent back to the clientJon Turney1-2/+2
2019-05-18configure: Check for sigprocmaskJon Turney2-4/+8
2019-05-18os: Fix build of xserver_poll.c on MinGWJon Turney1-0/+4
2019-05-07os: add support for systemd notificationTopi Miettinen1-0/+9
2019-05-02meson: Convert xquartz from autotoolsJon Turney1-1/+1
2019-04-30Remove unneeded include of dix.h from strcasestr.cJon Turney1-1/+0
2019-02-25Add ddxInputThread call from os layer into ddx layerAlan Coopersmith1-0/+2
2019-01-30os: Fix GetTimeInMicros resolutionPeter Harris1-4/+5
2019-01-01os: Report errors opening authorization file (#469)Alan Coopersmith1-1/+8
2018-11-13os: Establish new connections synchronously not on the work queueAdam Jackson1-18/+11
2018-10-25LogFilePrep: add a comment to the unsafe format string.Matthieu Herrb1-0/+2
2018-10-24os/xdmcp: Fix binding of ipv6 source addressAndreas Fett1-2/+13
2018-10-23dix: Remove the magic WhenMapped backing store hackAdam Jackson1-3/+0
2018-10-03os/xdmcp: Don't create a new socket in XdmcpReset()Alexander Volkov1-3/+9
2018-09-28dix: Merge AbortDDX into ddxGiveUpAdam Jackson1-1/+1
2018-09-12dix: Remove MaxClientsAdam Jackson1-13/+0
2018-08-09meson: Get close to parity with autotools for CLIENTIDS tracking.Eric Anholt1-0/+12
2018-07-03meson: ensure the libc has RPC functions when secure-rpc is enabledLyude Paul1-1/+5
2018-06-26os: Recompute whether any clients are ready after check_timers()Damien Leone1-1/+2
2018-05-21os/WaitFor: Use the simpler xorg_list_for_each_entry()Chris Wilson1-2/+2
2018-05-21os/WaitFor: Use xorg_list_append()Chris Wilson1-1/+1
2018-04-17os/WaitFor: Check timers on every iterationChris Wilson1-2/+1
2018-04-02meson: Remove usage of pkg-config --variable=includedirThierry Reding1-0/+3
2018-03-28os: Fix -logfile when used with -displayfdAntoine Martin1-1/+1
2018-03-21os: use PrivsElevated instead of a manual checkNicolai Hähnle1-1/+1
2018-03-21os: move xf86PrivsElevated hereNicolai Hähnle1-0/+63
2018-03-08os: Define {ReadFdFrom,WriteFdTo}Client unconditionallyAdam Jackson1-2/+7
2018-02-19os: avoid uninitialized offsets in backtraceJeffrey Smith1-0/+1
2018-01-31os: Always return microseconds from GetTimeInMicros()Jeff Smith1-1/+1
2018-01-24os/inputthread: Force unlock when stopping thread.Michal Srb1-0/+1
2018-01-22meson: Use and prefer tirpc for Secure RPC authenticationJon Turney1-0/+5
2018-01-16meson: Enable SUN-DES-1 auth codeAdam Jackson1-0/+4
2018-01-08os: Fix a type error in the IPv6 XDMCP codeAdam Jackson1-1/+1