index
:
xorg-server.git
debian-unstable
xorg7.5+xs1.6
forcked debian package
Julien Viard de Galbert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xquartz
/
mach-startup
/
bundle-main.c
Age
Commit message (
Expand
)
Author
2009-01-09
XQuartz: Run applications via '/bin/sh -c ...' to support users who expect sh...
Jeremy Huddleston
2008-12-16
XQuartz: Avoid using login /bin/sh blech. Just use a bash script to start th...
Jeremy Huddleston
2008-12-16
XQuartz: unset DISPLAY if we didn't get a launchd socket handoff
Jeremy Huddleston
2008-12-16
XQuartz: unsetenv(DISPLAY) if we're not org.x.X11
Jeremy Huddleston
2008-12-16
XQuartz: Removed some debug spew
Jeremy Huddleston
2008-11-28
XQuarz: Setup our PATH and PWD earlier, so our initial client benefits from i...
Jeremy Huddleston
2008-11-25
XQuartz: Force X11Controller to reset a broken DISPLAY envvar.
Jeremy Huddleston
2008-11-25
XQuartz: Removed hardcoded org.x.X11 from MachIPC as well
Jeremy Huddleston
2008-11-25
XQuartz: Use the environment to pass the bundle's prefs domain on to xinit/qu...
Jeremy Huddleston
2008-11-25
XQuartz: Dead code removal
Jeremy Huddleston
2008-11-25
XQuartz: More Tiger cleanup: bootstrap_strerror
Jeremy Huddleston
2008-10-31
XQuartz: Purge the old XQUARTZ_EXPORTS_LAUNCHD_FD option
Jeremy Huddleston
2008-10-28
XQuartz: Pass along SIGINT and SIGTERM from the stub to X11.app
Jeremy Huddleston
2008-09-12
XQuartz: Changed around fd handoff model to be more robust
Jeremy Huddleston
2008-09-03
XQuartz: Cleaned up our sleeping before adding the launchd socket.
Jeremy Huddleston
2008-08-29
XQuartz: Added debugging output to the crash log to help track down two crash...
Jeremy Huddleston
2008-08-26
XQuartz: Made a note to come back to the xinitrc race condition in the 1.5 br...
Jeremy Huddleston
2008-08-06
XQuartz: Now properly disable xauth checking on launchd socket and mostly fix...
Jeremy Huddleston
2008-08-05
XQuartz: Added code and made comments more helpful for debugging first-client...
Jeremy Huddleston
2008-08-05
XQuartz: More fd handoff cleanup.
Jeremy Huddleston
2008-08-05
XQUartz: UI Cleanup. Removed done/cancel buttons from Applications->Customize
Jeremy Huddleston
2008-08-05
XQuartz: Fixed first-client-can't-connect bug
Jeremy Huddleston
2008-07-11
XQuartz: Some fd handoff cleanup.
Jeremy Huddleston
2008-07-11
XQuartz: Set noPanoramixExtension earlier to avoid a possible race.
Jeremy Huddleston
2008-06-10
XQuartz: Removed code path for old startup
Jeremy Huddleston
2008-06-04
XQuartz: Removed async debugging sleep
Jeremy Huddleston
2008-06-04
XQuartz: use a condition variable to signal when darwinEvents is ready rather...
Jeremy Huddleston
2008-06-04
XQuartz: Don't forget to destroy the mutex and cond after we're done with them
Jeremy Huddleston
2008-06-04
XQuartz: Fork for trigger
Jeremy Huddleston
2008-06-04
XQuartz: Switched over to new startup path for testing. Cleaned it up a bit....
Jeremy Huddleston
2008-05-23
XQuartz: A 2 second delay for launchd socket connections should be sufficient.
Jeremy Huddleston
2008-05-23
XQuartz: Move the launchd display grabbing into mach_startup
Jeremy Huddleston
2008-05-23
XQuartz: Fixed a few issues with fd passing... still not working =(
Jeremy Huddleston
2008-05-19
XQuartz: First stab at SCM_RIGHTS passing the $DISPLAY launchd fd from the st...
Jeremy Huddleston
2008-05-18
XQuartz: More work towards Mach-IPC startup... started working on FD passing
Jeremy Huddleston
2008-05-17
Xquartz: Xquartz stub now can send Mach IPC to start the server.
Jeremy Huddleston
2008-05-14
XQuartz: More work on the Mach-IPC startup path
Jeremy Huddleston
2008-05-14
Xquartz: More work on the new Mach startup
Jeremy Huddleston
2008-05-12
XQuartz: More startup work... listen if we're the actual server
Jeremy Huddleston
2008-05-12
XQuartz: Starting to work on the new Mach IPC startup stuff for better launch...
Jeremy Huddleston
2008-05-08
XQuartz: Reorganized some of the build system in prep for the Mach IPC startu...
Jeremy Huddleston