summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2018-08-01meson: ensure the libc has RPC functions when secure-rpc is enabledLyude Paul1-1/+5
2018-08-01os: Recompute whether any clients are ready after check_timers()Damien Leone1-1/+2
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
2017-12-13os: Add epoll-like port implementation for SolarisPeter Harris1-7/+121
2017-12-13os: Add epoll-like pollset implementation for AIXPeter Harris1-1/+145
2017-12-13os: Make OsSignalHandler ask for core dumps for signo != SIGQUITAdam Jackson1-2/+4
2017-12-13os: Fix strtok/free crash in ComputeLocalClientTomasz Śniatowski1-3/+3
2017-11-29os/xdmcp: Honour -once when session is deadDaniel Martin1-1/+1
2017-11-06os: Remove mffs()Adam Jackson2-25/+0
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin2-5/+3
2017-10-09os: Make sure big requests have sufficient length.Michal Srb1-0/+5
2017-08-30os: Fix warning in LockServerAdam Jackson1-1/+1
2017-08-22os: make MitGenerateCookie() independent of XCSECURITYEmil Velikov1-4/+0
2017-08-22os: make GenerateRandomData() independent of XCSECURITYEmil Velikov1-2/+2
2017-08-14meson: Fix epoll detectionPeter Harris1-1/+1
2017-06-13os: Set oc->fd to -1 when connection is closedKeith Packard1-0/+1
2017-06-13os: Check oc->trans_conn before using oc->fd in YieldControlNoInputKeith Packard1-10/+9
2017-06-13os: Don't call ospoll_listen/ospoll_mute after connection is closedKeith Packard1-4/+6
2017-06-13os: Use CloseDownFileDescriptor from AbortClient, including ospoll_removeKeith Packard3-11/+12
2017-06-13os: Eliminate ConnectionTranslationKeith Packard2-140/+1
2017-05-12os, xfree86: Stop being so weird about <limits.h>Adam Jackson2-19/+0
2017-05-10meson: Only detect each function oncePeter Harris1-9/+9
2017-05-10timingsafe_memcmp: Fix meson buildAdam Jackson1-1/+1
2017-05-04meson: Test to build xserver_poll.c was invertedJon TURNEY1-2/+2
2017-04-29os: Mark client as ready to read when closing due to write failure [100863]Keith Packard1-1/+5
2017-04-29os: un-duplicate code to close client on write failureKeith Packard1-13/+21
2017-04-27meson: Factor out the AC_REPLACE_FUNCS stuff to its own libraryAdam Jackson1-7/+17
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+65
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt1-8/+8
2017-04-26os: Handle SIGABRTMichel Dänzer2-0/+7
2017-04-25Rewrite the byte swapping macros.Eric Anholt1-2/+2
2017-03-27dpms: Consolidate a bunch of stuff into Xext/dpms.cAdam Jackson1-0/+1
2017-03-02os: Squash missing declaration warning for timingsafe_memcmpAdam Jackson1-0/+3
2017-03-01Brown bag commit to fix 957e8d (arc4random_buf() support)Matthieu Herrb1-1/+1
2017-02-28auth: remove AuthToIDFunc and associated functions. Not used anymore.Matthieu Herrb5-56/+3
2017-02-28Use arc4random_buf(3) if available to generate cookies.Matthieu Herrb1-0/+7
2017-02-28Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624Matthieu Herrb2-1/+46
2017-02-27os: log a bug whenever WriteToClient is called from the input threadPeter Hutterer2-0/+11
2017-02-23os: Fix iteration over busfaultsChris Wilson1-6/+7