summaryrefslogtreecommitdiff
path: root/include/os.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-21os: move xf86PrivsElevated hereNicolai Hähnle1-0/+3
2018-03-08os: Define {ReadFdFrom,WriteFdTo}Client unconditionallyAdam Jackson1-2/+0
2017-05-10meson: Detect strlcat/strlcpy/reallocarray in libbsdPeter Harris1-0/+6
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt1-1/+1
2017-02-28Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624Matthieu Herrb1-0/+5
2016-07-21os: Remove CheckConnectionsKeith Packard1-2/+0
2016-07-21dix: Use list for ready clientsKeith Packard1-2/+1
2016-07-18os: Add X_NOTIFY_ERROR valueKeith Packard1-3/+4
2016-07-18os: Compute timeout in milliseconds instead of struct timevalKeith Packard1-2/+1
2016-07-18Remove AddEnabledDevice and AddGeneralSocket APIsKeith Packard1-8/+0
2016-05-31xwayland: Use the CLOCK_MONOTONIC clockJonas Ådahl1-0/+7
2016-05-26Create a threaded mechanism for input [v7]Keith Packard1-0/+5
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-6/+0
2016-01-05Use unique logfile names when starting server with -displayfdAlan Coopersmith1-0/+2
2015-12-01os: Use NotifyFd interface for listen descriptorsKeith Packard1-3/+0
2015-12-01os: Add NotifyFd interfacesKeith Packard1-0/+13
2015-09-24Xext, os: Remove OS-internal usages within XACE and XSELinuxKeith Packard1-0/+7
2015-05-26os: support new implicit local user access mode [CVE-2015-3164 2/3]Ray Strode1-0/+17
2015-04-21Add no-fail equivalents of allocarray & reallocarrayAlan Coopersmith1-0/+9
2015-04-21Add xallocarray() helper macroAlan Coopersmith1-0/+2
2015-04-21Import reallocarray() from OpenBSDAlan Coopersmith1-1/+8
2015-04-21Add XNFcallocarray() to allow xnfcalloc() to check for overflowAlan Coopersmith1-2/+9
2014-11-12Drop trailing whitespacesPeter Hutterer1-4/+4
2014-07-29os: Remove LocalClientCredAdam Jackson1-3/+0
2014-07-29os: Remove deprecated malloc/free wrappersAdam Jackson1-36/+1
2014-07-17Avoid starting a comment with */*Peter Harris1-26/+26
2014-03-25os: Add AddClientOnOpenFD() to create a new client for an file descriptorKristian Høgsberg1-0/+2
2014-03-20os: Always compile ListenOnOpenFD() and export itKristian Høgsberg1-3/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-17/+17
2014-01-12os: Clean up warningsKeith Packard1-2/+2
2013-12-02miext: Move SyncShm FDs out of the way of clientsKeith Packard1-0/+3
2013-11-11Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't setKeith Packard1-0/+2
2013-10-31Add support for MIT-SHM AttachFd requestKeith Packard1-0/+2
2013-10-31Add interfaces to get FDs from clients over the socketKeith Packard1-0/+2
2013-10-31os: Add GetTimeInMicrosKeith Packard1-0/+1
2012-10-16Use X_ATTRIBUTE_PRINTF where suggested for os.hJon TURNEY1-1/+3
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-3/+0
2012-07-17xwin: Clean up os wrappers for System, Popen and Pclose on WindowsKeith Packard1-3/+7
2012-07-09Reliably reset signals at server init timeKeith Packard1-0/+3
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer1-0/+6
2012-07-03os: add OsBlockSIGIO and OsReleaseSIGIOPeter Hutterer1-0/+6
2012-07-02Add ErrorFSigSafe() alternative to ErrorF()Chase Douglas1-0/+6
2012-07-02Add LogMessageVerbSigSafe() for logging messages while in signal contextChase Douglas1-0/+7
2012-04-23os: Annotate OsVendorFatalError as _X_ATTRIBUTE_PRINTFJeremy Huddleston1-1/+2
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-22include: add an X_DEBUG message typePeter Hutterer1-0/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-243/+335
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-0/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+0
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith1-2/+2