summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-14Rationalize errors outputcleanupMikhail Gusarov1-88/+94
2010-04-14Fix comment indentationMikhail Gusarov1-1/+1
2010-04-14Use signals from Unix98 and drop pre-POSIX compatibilityMikhail Gusarov2-21/+2
2010-04-14Use sigaction(2) instead of signal(2) to handle SIGUSR1 and SIGALRMMikhail Gusarov1-15/+9
2010-04-14sys/wait.h is in Unix98Mikhail Gusarov1-2/+0
2010-04-14setpriority and PRIO_PROCESS are in Unix98Mikhail Gusarov1-2/+0
2010-04-14SIGTT{IN,OU} is in Unix98Mikhail Gusarov1-4/+0
2010-04-14SIGCHLD is in Unix98Mikhail Gusarov1-6/+0
2010-04-14killpg(2) is in Unix98Mikhail Gusarov2-6/+0
2010-04-14waitpid(2) is in Unix98Mikhail Gusarov1-18/+0
2010-04-14Use EXIT_{SUCCESS,FAILURE} from C90 instead of homegrown equivalentsMikhail Gusarov1-9/+7
2010-04-14Stop converting functions' return types to voidMikhail Gusarov1-9/+9
2010-04-14Simplify environment juggling by using fork() instead of vfork()Mikhail Gusarov2-79/+26
2010-04-14Fix whitespaceMikhail Gusarov1-487/+487
2010-04-08Nuke OS/2 and LynxOS support remnants.HEADmasterMikhail Gusarov1-86/+5
2010-03-15Update to version 1.2.1 for release.xinit-1.2.1Jeremy Huddleston1-1/+1
2010-03-15Updates for .gitignoreJeremy Huddleston2-0/+10
2010-03-11darwin: Handle home directories that contain a single-quote (')Jeremy Huddleston1-1/+1
2010-03-11Quiet warning for fts_openJeremy Huddleston1-1/+1
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-1/+2
2009-11-14INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon4-238/+5
2009-11-14Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon1-2/+3
2009-11-14Makefile.am: do not include autogen.sh in distribution #24183Gaetan Nadon1-1/+1
2009-11-14.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-13/+66
2009-11-14xinit 1.2.0xinit-1.2.0Rémi Cardona1-1/+1
2009-10-27Apple: Export X11_PREFS_DOMAIN for children (quartz-wm)Jeremy Huddleston1-1/+1
2009-10-21This is not a GNU project, so declare it foreign.Jeremy Huddleston1-1/+1
2009-10-17Use platform-specific X server names in man pages for cygwin & darwinAlan Coopersmith4-10/+28
2009-10-13make XINITDIR configurable at build-time, default is unchangedRémi Cardona2-2/+7
2009-10-03Strip RCS/CVS tagsAlan Coopersmith7-16/+3
2009-10-03Man page updatesAlan Coopersmith2-54/+55
2009-10-03Drop ancient SunWindows compatibility checkAlan Coopersmith1-9/+0
2009-10-03Drop ancient A/UX compatibility hackAlan Coopersmith1-6/+0
2009-10-03Purge ancient server names from help, add newer server names insteadAlan Coopersmith2-27/+8
2009-10-03Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith3-12/+8
2009-09-04launchd: Update the DISPLAY envvar to not have a - ... call me paranoid, but ...Jeremy Huddleston2-3/+3
2009-09-03launchd: Include LAUNCHD_ID_PREFIX in the socket name for reverse lookup to t...Jeremy Huddleston2-3/+3
2009-09-02launchd: Added --with-launchd-id-prefix option to set non-standard launchd id...Jeremy Huddleston7-9/+30
2009-08-03app/xinit: make startx's $? a useful valueAndres Salomon1-0/+4
2009-03-06Cygwin can also have spaces in $HOMEJon TURNEY1-2/+2
2009-01-21Correct make distcheck for recent git versions.Paulo Cesar Pereira de Andrade3-2/+13
2009-01-16startx: fix misparsing of initial client and server arguments which begin wit...Robert Macomber1-2/+2
2008-12-18Apple: Use MAC_OS_X_VERSION_MIN_REQUIRED instead of __MAC_OS_X_VERSION_MIN_RE...Jeremy Huddleston1-4/+4
2008-12-17xinit 1.1.1xinit-1.1.1Jeremy Huddleston1-1/+1
2008-12-17Apple: Allow defaults option that maps to a -dpi server command line in startxJeremy Huddleston1-0/+4
2008-12-13OSX: Don't use login/bash -c hack anymore for org.x.startx LaunchAgentJeremy Huddleston1-3/+0
2008-12-09OSX: More prefix fixesJeremy Huddleston1-6/+6
2008-12-03OSX: Fixed bad prefixJeremy Huddleston1-2/+2
2008-12-02OSX Tiger: Fix discovery of mach portJeremy Huddleston1-4/+0
2008-12-02Apple: Honor X11_PREFS_DOMAIN if it's set (1.4.2-apple26 and later)Jeremy Huddleston1-9/+13