summaryrefslogtreecommitdiff
path: root/hw/xquartz/mach-startup
AgeCommit message (Expand)AuthorFilesLines
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
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-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-1/+1
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-03-15XQuartz: remove undefined XSERVER_CFLAGS variableGaetan Nadon1-1/+1
2010-02-15XQuartz: clang static analysis fixesJeremy Huddleston2-14/+23
2009-12-08Miscellaneous compilation warning fixesJeremy Huddleston1-1/+2
2009-11-30XQuartz: Drop calls to allocaJeremy Huddleston1-4/+8
2009-11-23XQuartz: Allow better compatability with older versions of xinitJeremy Huddleston2-14/+23
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+8
2009-10-02XQuartz: Fix a possible minor memory leakJeremy Huddleston1-0/+1
2009-10-01XQuartz: Update version strings to be X11R7.5 and the bundle 2.5.0Jeremy Huddleston1-1/+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 Huddleston3-14/+19
2009-09-26XQuartz: Stop checking version numbers of the bundle because CFBundleGetVersi...Jeremy Huddleston1-14/+0
2009-09-06XQuartz: launchd: Fallback on :0 if prefix:0 gives an error for the socket nameJeremy Huddleston1-2/+5
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 Huddleston2-10/+42
2009-09-04XQuartz: Use --with-launchd-id-prefix for consistency with xinitJeremy Huddleston3-10/+12
2009-07-25XQuartz: Bump the reported version to X11R7.4Jeremy Huddleston1-1/+1