summaryrefslogtreecommitdiff
path: root/os
Commit message (Expand)AuthorAgeFilesLines
...
* os: Report errors opening authorization file (#469)Alan Coopersmith2019-01-011-1/+8
* os: Establish new connections synchronously not on the work queueAdam Jackson2018-11-131-18/+11
* LogFilePrep: add a comment to the unsafe format string.Matthieu Herrb2018-10-251-0/+2
* os/xdmcp: Fix binding of ipv6 source addressAndreas Fett2018-10-241-2/+13
* dix: Remove the magic WhenMapped backing store hackAdam Jackson2018-10-231-3/+0
* os/xdmcp: Don't create a new socket in XdmcpReset()Alexander Volkov2018-10-031-3/+9
* dix: Merge AbortDDX into ddxGiveUpAdam Jackson2018-09-281-1/+1
* dix: Remove MaxClientsAdam Jackson2018-09-121-13/+0
* meson: Get close to parity with autotools for CLIENTIDS tracking.Eric Anholt2018-08-091-0/+12
* meson: ensure the libc has RPC functions when secure-rpc is enabledLyude Paul2018-07-031-1/+5
* os: Recompute whether any clients are ready after check_timers()Damien Leone2018-06-261-1/+2
* os/WaitFor: Use the simpler xorg_list_for_each_entry()Chris Wilson2018-05-211-2/+2
* os/WaitFor: Use xorg_list_append()Chris Wilson2018-05-211-1/+1
* os/WaitFor: Check timers on every iterationChris Wilson2018-04-171-2/+1
* meson: Remove usage of pkg-config --variable=includedirThierry Reding2018-04-021-0/+3
* os: Fix -logfile when used with -displayfdAntoine Martin2018-03-281-1/+1
* os: use PrivsElevated instead of a manual checkNicolai Hähnle2018-03-211-1/+1
* os: move xf86PrivsElevated hereNicolai Hähnle2018-03-211-0/+63
* os: Define {ReadFdFrom,WriteFdTo}Client unconditionallyAdam Jackson2018-03-081-2/+7
* os: avoid uninitialized offsets in backtraceJeffrey Smith2018-02-191-0/+1
* os: Always return microseconds from GetTimeInMicros()Jeff Smith2018-01-311-1/+1
* os/inputthread: Force unlock when stopping thread.Michal Srb2018-01-241-0/+1
* meson: Use and prefer tirpc for Secure RPC authenticationJon Turney2018-01-221-0/+5
* meson: Enable SUN-DES-1 auth codeAdam Jackson2018-01-161-0/+4
* os: Fix a type error in the IPv6 XDMCP codeAdam Jackson2018-01-081-1/+1
* os: Add epoll-like port implementation for SolarisPeter Harris2017-12-131-7/+121
* os: Add epoll-like pollset implementation for AIXPeter Harris2017-12-131-1/+145
* os: Make OsSignalHandler ask for core dumps for signo != SIGQUITAdam Jackson2017-12-131-2/+4
* os: Fix strtok/free crash in ComputeLocalClientTomasz Śniatowski2017-12-131-3/+3
* os/xdmcp: Honour -once when session is deadDaniel Martin2017-11-291-1/+1
* os: Remove mffs()Adam Jackson2017-11-062-25/+0
* Use ARRAY_SIZE all over the treeDaniel Martin2017-10-302-5/+3
* os: Make sure big requests have sufficient length.Michal Srb2017-10-091-0/+5
* os: Fix warning in LockServerAdam Jackson2017-08-301-1/+1
* os: make MitGenerateCookie() independent of XCSECURITYEmil Velikov2017-08-221-4/+0
* os: make GenerateRandomData() independent of XCSECURITYEmil Velikov2017-08-221-2/+2
* meson: Fix epoll detectionPeter Harris2017-08-141-1/+1
* os: Set oc->fd to -1 when connection is closedKeith Packard2017-06-131-0/+1
* os: Check oc->trans_conn before using oc->fd in YieldControlNoInputKeith Packard2017-06-131-10/+9
* os: Don't call ospoll_listen/ospoll_mute after connection is closedKeith Packard2017-06-131-4/+6
* os: Use CloseDownFileDescriptor from AbortClient, including ospoll_removeKeith Packard2017-06-133-11/+12
* os: Eliminate ConnectionTranslationKeith Packard2017-06-132-140/+1
* os, xfree86: Stop being so weird about <limits.h>Adam Jackson2017-05-122-19/+0
* meson: Only detect each function oncePeter Harris2017-05-101-9/+9
* timingsafe_memcmp: Fix meson buildAdam Jackson2017-05-101-1/+1
* meson: Test to build xserver_poll.c was invertedJon TURNEY2017-05-041-2/+2
* os: Mark client as ready to read when closing due to write failure [100863]Keith Packard2017-04-291-1/+5
* os: un-duplicate code to close client on write failureKeith Packard2017-04-291-13/+21
* meson: Factor out the AC_REPLACE_FUNCS stuff to its own libraryAdam Jackson2017-04-271-7/+17
* Add a Meson build system alongside autotools.Eric Anholt2017-04-261-0/+65