summaryrefslogtreecommitdiff
path: root/hw/xquartz/mach-startup/bundle-main.c
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
2021-02-01xquartz: Remove unused include of AvailabilityMacros.h from various sourcesJeremy Huddleston Sequoia1-1/+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 Sequoia1-10/+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-02Promote file containing date & time build was configured to top-levelJon Turney1-4/+5
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-24XQuartz: Source formatting cleanupJeremy Huddleston1-126/+128
2012-03-21Introduce a consistent coding styleKeith Packard1-206/+290
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 Huddleston1-1/+26
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: Enable logging to a file for better debuggingJeremy Huddleston1-1/+1
2011-04-25XQuartz: Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston1-9/+9
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
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-05-16XQuartz: Fix a build failure on TigerJeremy Huddleston1-0/+5
2010-04-01darwin: Correct inline assembly for ___crashreporter_info__Jeremy Huddleston1-1/+1
2010-03-29darwin: Generate crash reports on FatalError()Jeremy Huddleston1-5/+6
2010-02-15XQuartz: clang static analysis fixesJeremy Huddleston1-7/+23
2009-11-23XQuartz: Allow better compatability with older versions of xinitJeremy Huddleston1-14/+22
2009-10-02XQuartz: Fix a possible minor memory leakJeremy Huddleston1-0/+1
2009-09-29XQuartz: Remove the redundant xquartz_resetenv_displayJeremy Huddleston1-5/+0
2009-09-29XQuartz: Query the BundleIdentifier from the bundle in X11.bin rather than us...Jeremy Huddleston1-32/+45
2009-09-27XQuartz: Fix a bunch of compilation warnings about styleJeremy Huddleston1-6/+9
2009-09-06XQuartz: Fix "warning: function declaration isn’t a prototype" noiseJeremy Huddleston1-1/+1
2009-09-05XQuartz: Fix a strcpy/strcmp typoJeremy Huddleston1-5/+6
2009-09-04XQuartz: Check the DISPLAY environment variable to see if the socket at start...Jeremy Huddleston1-8/+36
2009-09-04XQuartz: Use --with-launchd-id-prefix for consistency with xinitJeremy Huddleston1-2/+6
2009-06-27XQuartz: Don't leave zombied processes at startupJeremy Huddleston1-2/+38
2008-12-21XQuartz: Run applications via '/bin/sh -c ...' to support users who expect sh...Jeremy Huddleston1-26/+6
2008-12-10XQuartz: Avoid using login /bin/sh blech. Just use a bash script to start th...Jeremy Huddleston1-13/+30
2008-12-10XQuartz: unset DISPLAY if we didn't get a launchd socket handoffJeremy Huddleston1-0/+10
2008-12-10XQuartz: unsetenv(DISPLAY) if we're not org.x.X11Jeremy Huddleston1-22/+36
2008-12-10XQuartz: Removed some debug spewJeremy Huddleston1-2/+0