summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-02launchd: Added --with-launchd-id-prefix option to set non-standard launchd id...Jeremy Huddleston
2009-08-03app/xinit: make startx's $? a useful valueAndres Salomon
2009-03-06Cygwin can also have spaces in $HOMEJon TURNEY
2009-01-21Correct make distcheck for recent git versions.Paulo Cesar Pereira de Andrade
2009-01-16startx: fix misparsing of initial client and server arguments which begin wit...Robert Macomber
2008-12-18Apple: Use MAC_OS_X_VERSION_MIN_REQUIRED instead of __MAC_OS_X_VERSION_MIN_RE...Jeremy Huddleston
2008-12-17xinit 1.1.1xinit-1.1.1Jeremy Huddleston
2008-12-17Apple: Allow defaults option that maps to a -dpi server command line in startxJeremy Huddleston
2008-12-13OSX: Don't use login/bash -c hack anymore for org.x.startx LaunchAgentJeremy Huddleston
2008-12-09OSX: More prefix fixesJeremy Huddleston
2008-12-03OSX: Fixed bad prefixJeremy Huddleston
2008-12-02OSX Tiger: Fix discovery of mach portJeremy Huddleston
2008-12-02Apple: Honor X11_PREFS_DOMAIN if it's set (1.4.2-apple26 and later)Jeremy Huddleston
2008-11-28OSX Tiger: Hopefully the last fix for Tiger users...Jeremy Huddleston
2008-11-28OSX Tiger: More compilation fixes...Jeremy Huddleston
2008-11-27OSX: Create privleged_startx on TigerJeremy Huddleston
2008-11-22Apple: Use AvailabilityMacros.h for Tiger compatabilityJeremy Huddleston
2008-08-28Apple: Make VPATH builds work on darwinJeremy Huddleston
2008-08-05Apple: sleep() to avoid innocent error message spewJeremy Huddleston
2008-08-05Fix build of startx & xinitrc with Solaris makeAlan Coopersmith
2008-08-04Support the instant-off API in SnowLeopard.Jeremy Huddleston
2008-07-02Apple: Using eval to protect people who have spaces in their home path.Jeremy Huddleston
2008-06-29startx.cpp: Made some things a little more friendly for people who have space...Jeremy Huddleston
2008-06-29Apple: privleged_startx: Increase the timeout so slower machines don't get a ...Jeremy Huddleston
2008-06-12xinit 1.1.0xinit-1.1.0Adam Jackson
2008-05-28Apple: Don't use launchd on Tiger since it doesn't support the features we need.Jeremy Huddleston
2008-05-28Properly handle using xserverrcJeremy Huddleston
2008-05-21xinit 1.0.9xinit-1.0.9Adam Jackson
2008-05-21Unset session environment variables so startx works within a running session.Adam Jackson
2008-05-13Use /bin/ksh instead of /bin/sh on SolarisAlan Coopersmith
2008-05-13Check for proper cookie creation on all platformsAlan Coopersmith
2008-05-13Use od on /dev/random to generate cookie on SolarisAlan Coopersmith
2008-05-12Apple: Don't need to spew unneccessary 'directory exists' messages.Jeremy Huddleston
2008-05-06Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9Jeremy Huddleston
2008-04-25Apple: Added some OSX version protection, so this will still compile on Tiger...Jeremy Huddleston
2008-04-25Apple: Use CFProcessPath instead of argv[0] trick.Jeremy Huddleston
2008-04-20Replace sprintf() and strcpy() with snprintf().Matthieu Herrb
2008-04-19Cleaned up handling of defaultserver{,args}Jeremy Huddleston
2008-04-19Apple: Fixed make dist to include a missing header and not include generated ...Jeremy Huddleston
2008-04-17Apple: Added privileged_startxJeremy Huddleston
2008-04-14Apple: Wait for privileged_startx to finish, so we don't race to create /tmp/...Jeremy Huddleston
2008-04-13Apple: We renamed font_cache.sh to font_cache for better consistency... Chang...Jeremy Huddleston
2008-04-13Apple: privileged_startx is in XINITDIRJeremy Huddleston
2008-04-08Correctly handle users with spaces in $HOMEJeremy Huddleston
2008-04-05Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the org.x.X...Jeremy Huddleston
2008-04-04Apple: Execute /usr/X11/bin/privileged_startx if it's presentJeremy Huddleston
2008-04-04Apple: Fixed issue where display would not be passed correctly to the server ...Jeremy Huddleston
2008-03-15Use /dev/urandom for cookie it it existsJeremy C. Reed
2008-03-08OpenBSD: use openssl rand -hex 16 to generate the cookie.Matthieu Herrb
2008-03-06xinit 1.0.8xinit-1.0.8Adam Jackson