summaryrefslogtreecommitdiff
path: root/hw/xquartz/mach-startup
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-20XQuartz: Initial support for automatic updates through SparkleJeremy Huddleston1-0/+5
2009-06-27XQuartz: Don't leave zombied processes at startupJeremy Huddleston1-2/+38
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-1/+1
2009-02-03XQuartz: Accept bundle version 2.1.6 to work with our startup methodJeremy Huddleston1-2/+2
2009-01-15XQuartz: Fix builddir != srcdir issues and undef _XSERVER64 where appropriate...Jeremy Huddleston1-2/+2
2009-01-11XQuartz: misc 1.6 updates (still --disable-glx)Jeremy Huddleston1-1/+0
2008-12-28XQuartz: Re-enable rlAccelJeremy Huddleston1-0/+1
2008-12-21XQuartz: Run applications via '/bin/sh -c ...' to support users who expect sh...Jeremy Huddleston1-26/+6
2008-12-21XQuartz: Name the startup shell script X11 for better compatabilityJeremy Huddleston1-8/+8
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-12-03XQuartz: pbproxy: Simplify linkingJeremy Huddleston1-1/+1
2008-11-28XQuartz: Added option to enable/disable test extensionsJeremy Huddleston1-0/+5
2008-11-28XQuarz: Setup our PATH and PWD earlier, so our initial client benefits from i...Jeremy Huddleston2-2/+28
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 Huddleston3-8/+23
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 Huddleston2-1/+10
2008-11-21XQuartz: Don't use LS to find X11.app on Tiger.Jeremy Huddleston1-0/+8
2008-11-15XQuartz: Integrated xpbproxy into the server.Jeremy Huddleston1-4/+1
2008-11-14XQuartz: Initial work on readding GLX to the 1.5 serverJeremy Huddleston1-2/+10
2008-11-13XQuartz: Added more debugging to handoff spewJeremy Huddleston1-6/+8
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 Huddleston4-36/+27
2008-10-03XQuartz: Added a --enable-integrated-xpbproxy configure option for building x...Jeremy Huddleston1-3/+3
2008-09-12XQuartz: Changed around fd handoff model to be more robustJeremy Huddleston3-116/+138
2008-09-03XQuartz: Cleaned up our sleeping before adding the launchd socket.Jeremy Huddleston1-13/+2
2008-08-29XQuartz: Placate automake which doesn't like escaped newlines even in comment...Jeremy Huddleston1-0/+3
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-08Remove commented out lines that make automake 1.9 puke.Michel Dänzer1-3/+0