summaryrefslogtreecommitdiff
path: root/os
Commit message (Expand)AuthorAgeFilesLines
* Allow disabling the SHAPE extension at runtimeSimon Ser2023-03-031-0/+1
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-253-3/+3
* darwin: Implement DetermineClientCmd for macOSJeremy Huddleston Sequoia2023-01-261-1/+109
* os: Use LOCAL_PEERPID from sys/un.h if it is available to detemine the pid wh...Jeremy Huddleston Sequoia2023-01-261-0/+18
* os: Update GetLocalClientCreds to prefer getpeerucred() or SO_PEERCRED over g...Jeremy Huddleston Sequoia2023-01-261-14/+14
* os: Update AllocNewConnection() debug logging to include whether or not the c...Jeremy Huddleston Sequoia2023-01-261-2/+2
* Disallow byte-swapped clients by defaultPeter Hutterer2023-01-061-0/+9
* os/connection: don't leave `port` uninitializedJulian Orth2022-12-291-1/+1
* os: Restore buffer when writing to networkPeter Harris2022-09-091-1/+1
* os: Use memcpy() instead of memmove() when buffers are known not to overlapAlan Coopersmith2022-08-295-7/+7
* meson: Use system method for locating tirpcJeremy Huddleston Sequoia2022-07-011-1/+1
* os/connection: Improve abstraction for launchd secure socketsJeremy Huddleston Sequoia2022-06-141-5/+26
* os: print registers in the libunwind version of xorg_backtrace()Aaron Plattner2022-05-231-2/+67
* os: print <signal handler called> if unw_is_signal_frame()Aaron Plattner2022-05-231-3/+8
* Remove autotools supportPovilas Kanapickas2021-10-271-69/+0
* os: Try to discover the current seat with the XDG_SEAT var firstnerdopolis2021-10-141-0/+1
* Don't hardcode fps for fake screenBoris-Barboris2021-07-291-0/+12
* meson: Fix warnings when reading back and checking feature flagsPovilas Kanapickas2021-07-051-9/+9
* os: Properly report failure to link lock fileOlivier Certner2021-06-251-1/+7
* dix: Add optional terminate delayOlivier Fourdan2021-06-071-1/+5
* os: include unistd.h when HAVE_PSTACK is definedClaes Nästén2021-05-271-0/+2
* meson: Make sure defines are either set to 1 or not definedPovilas Kanapickas2021-04-091-10/+10
* meson: Add missing pthread dependency for libxserver_os libraryPovilas Kanapickas2021-04-091-0/+4
* meson: Fix typo in libxserver_os dependencies for openbsdPovilas Kanapickas2021-04-091-1/+1
* xserver/os: safer IPv6 "kame hack" fix, only override sin6_scope_id if zeroJeremie Courreges-Anglas2021-04-041-1/+1
* os: Remove support for Tiger and earlier versions of macOSJeremy Huddleston Sequoia2021-02-011-7/+0
* mi: List extensions in usage messageOlivier Fourdan2021-01-291-0/+3
* os, shm: fcntl()'s third argument is integer, not pointerAdam Jackson2020-12-181-2/+2
* os: Fix instruction pointer written in xorg_backtraceBernhard Übelacker2020-09-281-2/+5
* Fix spelling/wording issuesAlan Coopersmith2020-07-055-7/+7
* os: unbreak xsha1 on FreeBSDJan Beich2020-05-271-0/+9
* os: Ignore dying client in ResetCurrentRequestDaniel Llewellyn2020-01-291-0/+5
* os: Don't crash in AttendClient if the client is goneAaron Plattner2019-11-191-0/+8
* include: Remove now-empty site.hAdam Jackson2019-10-303-3/+0
* dix: Remove -to option to set the default connection timeoutAdam Jackson2019-10-302-10/+3
* xdmcp: Remove unconfigurable COMPILEDDISPLAYCLASSAdam Jackson2019-10-301-1/+1
* os: Remove unconfigurable DEFAULT_ACCESS_CONTROL macroAdam Jackson2019-10-301-2/+2
* dix: Remove -fn and -fc options to set default text/cursor fontsAdam Jackson2019-10-301-14/+0
* os: Move log verbosity defaults into os/log.cAdam Jackson2019-10-301-0/+8
* ospoll: Fix Solaris ports implementation to build on Solaris 11.4Alan Coopersmith2019-09-231-9/+15
* meson: Add dtrace supportAdam Jackson2019-08-271-0/+1
* dtrace: Move Xserver.d from dix/ to include/Adam Jackson2019-08-271-2/+2
* Clarify authorization failure reason strings sent back to the clientJon Turney2019-07-231-2/+2
* configure: Check for sigprocmaskJon Turney2019-05-182-4/+8
* os: Fix build of xserver_poll.c on MinGWJon Turney2019-05-181-0/+4
* os: add support for systemd notificationTopi Miettinen2019-05-071-0/+9
* meson: Convert xquartz from autotoolsJon Turney2019-05-021-1/+1
* Remove unneeded include of dix.h from strcasestr.cJon Turney2019-04-301-1/+0
* Add ddxInputThread call from os layer into ddx layerAlan Coopersmith2019-02-251-0/+2
* os: Fix GetTimeInMicros resolutionPeter Harris2019-01-301-4/+5