summaryrefslogtreecommitdiff
path: root/hw/xquartz/mach-startup/bundle-main.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-28XQuarz: Setup our PATH and PWD earlier, so our initial client benefits from i...Jeremy Huddleston1-1/+26
2008-11-25XQuartz: Force X11Controller to reset a broken DISPLAY envvar.Jeremy Huddleston1-0/+5
2008-11-25XQuartz: Removed hardcoded org.x.X11 from MachIPC as wellJeremy Huddleston1-5/+12
2008-11-25XQuartz: Use the environment to pass the bundle's prefs domain on to xinit/qu...Jeremy Huddleston1-0/+11
2008-11-25XQuartz: Dead code removalJeremy Huddleston1-3/+0
2008-11-25XQuartz: More Tiger cleanup: bootstrap_strerrorJeremy Huddleston1-0/+5
2008-10-31XQuartz: Purge the old XQUARTZ_EXPORTS_LAUNCHD_FD optionJeremy Huddleston1-9/+0
2008-10-28XQuartz: Pass along SIGINT and SIGTERM from the stub to X11.appJeremy Huddleston1-23/+6
2008-09-12XQuartz: Changed around fd handoff model to be more robustJeremy Huddleston1-48/+93
2008-09-03XQuartz: Cleaned up our sleeping before adding the launchd socket.Jeremy Huddleston1-13/+2
2008-08-29XQuartz: Added debugging output to the crash log to help track down two crash...Jeremy Huddleston1-2/+17
2008-08-26XQuartz: Made a note to come back to the xinitrc race condition in the 1.5 br...Jeremy Huddleston1-3/+24
2008-08-06XQuartz: Now properly disable xauth checking on launchd socket and mostly fix...Jeremy Huddleston1-6/+17
2008-08-05XQuartz: Added code and made comments more helpful for debugging first-client...Jeremy Huddleston1-4/+6
2008-08-05XQuartz: More fd handoff cleanup.Jeremy Huddleston1-62/+28
2008-08-05XQUartz: UI Cleanup. Removed done/cancel buttons from Applications->CustomizeJeremy Huddleston1-1/+1
2008-08-05XQuartz: Fixed first-client-can't-connect bugJeremy Huddleston1-3/+25