summaryrefslogtreecommitdiff
path: root/os/utils.c
AgeCommit message (Expand)AuthorFilesLines
6 daysos: unexport ddx callbacksEnrico Weigelt, metux IT consult1-1/+1
2024-04-30include: move private defs to dixstruct_priv.hEnrico Weigelt, metux IT consult1-0/+1
2024-04-16os: unexport Os*() functionsEnrico Weigelt, metux IT consult1-0/+1
2024-04-15os: unexport set_font_authorizations()Enrico Weigelt, metux IT consult1-0/+1
2024-04-15os: unexport command line args handling functionsEnrico Weigelt, metux IT consult1-0/+1
2024-04-15os: unexport audit functionsEnrico Weigelt, metux IT consult1-5/+3
2024-03-25os: move SELinux enforcement state to the extensionEnrico Weigelt, metux IT consult1-4/+0
2024-03-09os: move out Format*() functionsEnrico Weigelt, metux IT consult1-90/+0
2024-03-09dix: unexport global variablesEnrico Weigelt, metux IT consult1-1/+2
2024-03-03xwin: replace ZeroMemory()Enrico Weigelt, metux IT consult1-6/+4
2024-03-03os: utils: drop obsolete System() on non-win32 targetsEnrico Weigelt, metux IT consult1-43/+0
2024-02-29os: move string functions to separate source fileEnrico Weigelt, metux IT consult1-62/+0
2024-02-29os: move alloc functions to separate source fileEnrico Weigelt, metux IT consult1-50/+0
2024-02-23dix: unexport and move maxBigRequestSizeEnrico Weigelt, metux IT consult1-3/+1
2024-02-23Revert "include: move BUG_*() macros to separate header"Peter Hutterer1-1/+0
2024-02-22os: move xdmcp prototypes to separate headerEnrico Weigelt, metux IT consult1-0/+1
2024-02-15include: move BUG_*() macros to separate headerEnrico Weigelt1-0/+1
2024-02-10os: Assume all supported non-WIN32 platforms have seteuid & saved_idsAlan Coopersmith1-81/+0
2023-03-03Allow disabling the SHAPE extension at runtimeSimon Ser1-0/+1
2023-01-06Disallow byte-swapped clients by defaultPeter Hutterer1-0/+9
2022-08-29os: Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith1-2/+2
2021-10-14os: Try to discover the current seat with the XDG_SEAT var firstnerdopolis1-0/+1
2021-07-29Don't hardcode fps for fake screenBoris-Barboris1-0/+12
2021-06-25os: Properly report failure to link lock fileOlivier Certner1-1/+7
2021-06-07dix: Add optional terminate delayOlivier Fourdan1-1/+5
2021-01-29mi: List extensions in usage messageOlivier Fourdan1-0/+3
2019-10-30dix: Remove -to option to set the default connection timeoutAdam Jackson1-7/+0
2019-10-30dix: Remove -fn and -fc options to set default text/cursor fontsAdam Jackson1-14/+0
2019-05-18configure: Check for sigprocmaskJon Turney1-4/+4
2019-01-30os: Fix GetTimeInMicros resolutionPeter Harris1-4/+5
2018-10-23dix: Remove the magic WhenMapped backing store hackAdam Jackson1-3/+0
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-01-31os: Always return microseconds from GetTimeInMicros()Jeff Smith1-1/+1
2017-08-30os: Fix warning in LockServerAdam Jackson1-1/+1
2017-05-12os, xfree86: Stop being so weird about <limits.h>Adam Jackson1-12/+0
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt1-8/+8
2017-04-26os: Handle SIGABRTMichel Dänzer1-0/+6
2017-03-27dpms: Consolidate a bunch of stuff into Xext/dpms.cAdam Jackson1-0/+1
2016-07-21Allow 1024 and 2048 for LimitClientsKeith Packard1-2/+4
2016-07-18os: Compute timeout in milliseconds instead of struct timevalKeith Packard1-21/+0
2016-07-18dix: Switch to the libXfont2 API (v2)Keith Packard1-2/+2
2016-06-08dix: Use OsSignal() not signal()Adam Jackson1-2/+2
2016-05-31xwayland: Use the CLOCK_MONOTONIC clockJonas Ådahl1-2/+22
2016-05-26Create a threaded mechanism for input [v7]Keith Packard1-7/+6
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-52/+3
2016-02-08os: unifdef STREAMSCONNAdam Jackson1-2/+2
2015-12-01Remove non-smart scheduler. Don't require setitimer.Keith Packard1-18/+20
2015-09-21Keep SIGALRM restart flag after PopenDaniel Drake1-11/+38
2015-09-21Allow system call restarts upon signal interruptionDaniel Drake1-0/+1