summaryrefslogtreecommitdiff
path: root/hw/xquartz/mach-startup
AgeCommit message (Expand)AuthorFilesLines
2024-03-21xquartz: fix missing include of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2024-03-19Revert "Fix missing includes of <errno.h>"Peter Hutterer1-1/+0
2024-03-18Fix missing includes of <errno.h>Enrico Weigelt, metux IT consult1-0/+1
2023-01-17xquartz: Disable COMPOSITE at runtimeJeremy Huddleston Sequoia1-0/+9
2022-12-21xquartz: Ignore SIGPIPE at process launchJeremy Huddleston Sequoia1-0/+3
2022-12-14xquartz: Fix some formattingJeremy Huddleston Sequoia1-39/+23
2022-12-14XQuartz: stub: Call LSOpenApplication instead of fork()/exec()John D Pell1-33/+20
2022-06-26XQuartz: Build the bundle trampoline when using mesonJeremy Huddleston Sequoia1-0/+11
2021-10-27Remove autotools supportPovilas Kanapickas1-94/+0
2021-02-22xquartz: Don't include strndup.c any more since we no longer support 10.8 and...Jeremy Huddleston Sequoia2-11/+0
2021-02-22xquartz: Add a launch trampoline to better integrate with modern versions of ...Jeremy Huddleston Sequoia2-2/+92
2021-02-01xquartz: Remove unused include of AvailabilityMacros.h from various sourcesJeremy Huddleston Sequoia2-3/+0
2021-02-01xquartz: Remove support for Mountain Lion and earlier versions of macOSJeremy Huddleston Sequoia1-0/+2
2021-02-01xquartz: Remove support for Lion and earlier versions of macOSJeremy Huddleston Sequoia1-20/+2
2021-02-01xquartz: Remove check for libdispatch now that we don't support pre-SnowLeopardJeremy Huddleston Sequoia1-35/+0
2021-02-01xquartz: Remove support for Tiger and earlier versions of macOSJeremy Huddleston Sequoia2-23/+1
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-1/+1
2019-10-26xquartz: Remove trailing quote to fix buildJon Turney1-1/+1
2019-08-15global: Remove BUILD_DATE and BUILD_TIMEAdam Jackson1-2/+1
2019-05-02meson: Convert xquartz from autotoolsJon Turney1-0/+92
2019-05-02Promote file containing date & time build was configured to top-levelJon Turney2-5/+6
2019-02-22glx,xquartz: Fix make distcheckMichel Dänzer1-0/+4
2018-02-26xquartz: Fix linking with glxvndAdam Jackson1-0/+1
2014-01-12XQuartz: Silence a clang static analysis warning about a possible memory leak...Jeremy Huddleston Sequoia1-0/+4
2012-08-16XQuartz: Use asl_log_descriptor on Mountain LionJeremy Huddleston Sequoia1-0/+17
2012-04-26XQuartz: Make sure we tell startx the correct server binary to use in our fal...Jeremy Huddleston1-1/+1
2012-03-30XQuartz: Tiger build fixJeremy Huddleston1-6/+8
2012-03-24XQuartz: Source formatting cleanupJeremy Huddleston5-188/+216
2012-03-21Introduce a consistent coding styleKeith Packard5-312/+454
2011-12-19XQuartz: Provide in-tree implementation of strndup(3) if neededJeremy Huddleston1-0/+7
2011-06-28XQuartz: Fix Makefile dependenciesJeremy Huddleston1-1/+3
2011-06-03XQuartz: Remove explicit link against libGLJeremy Huddleston1-1/+0
2011-06-01XQuartz: Move -lXplugin to LDFLAGS from LDADDJeremy Huddleston1-1/+2
2011-05-22XQuartz: Mark functions _X_NORETURNJeremy Huddleston1-0/+1
2011-05-22XQuartz: Silence clang warnings about shadow declarationsJeremy Huddleston1-1/+1
2011-05-22XQuartz: Update DEBUG_LOG to report to ASLJeremy Huddleston1-1/+2
2011-05-12XQuartz: Redirect stdout/stderr to aslJeremy Huddleston2-1/+27
2011-05-12XQuartz: stub: Log directly to ASL rather than stdout/stderrJeremy Huddleston2-40/+47
2011-05-10XQuartz: Don't call into CoreFoundation after fork() and before exec()Jeremy Huddleston1-5/+24
2011-04-25XQuartz: Use ErrorF rather than fprintf to log errorsJeremy Huddleston1-35/+38
2011-04-25XQuartz: stub: Dead code removalJeremy Huddleston1-16/+0
2011-04-25XQuartz: Enable logging to a file for better debuggingJeremy Huddleston1-1/+1
2011-04-25XQuartz: Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston3-12/+12
2011-04-25XQuartz: Silence clang static analyzerJeremy Huddleston1-2/+2
2011-04-25XQuartz: Silence warnings about deprecated functionality where it is an inten...Jeremy Huddleston1-0/+8
2011-04-21XQuartz: Use dispatch_async to handoff the FDJeremy Huddleston1-2/+22
2011-04-21XQuartz: Fix prototypes for thread functionsJeremy Huddleston1-2/+4
2011-04-21XQuartz: Make the DarwinProcessFDAdditionQueue_thread wait 3 seconds to allow...Jeremy Huddleston1-16/+1
2010-12-03XQuartz: Cleanup some compiler warningsJeremy Huddleston1-1/+1
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner1-2/+1