summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-14launchd: Fix an array-index-out-of-bounds crasherJeremy Huddleston1-1/+1
2011-05-12launchd: Update console redirection to work with libdispatchJeremy Huddleston8-157/+386
2011-05-12launchd Set the correct id for privileged_startxJeremy Huddleston1-1/+1
2011-05-11configure.ac: Fix support for the deprecated --with-launchd-id-prefixJeremy Huddleston1-2/+1
2011-05-11launchd: syslog: Use facility org.x rather than userJeremy Huddleston2-3/+3
2011-05-11launchd: include config.hJeremy Huddleston7-3/+19
2011-05-11Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston10-23/+26
2011-04-27launchd: Silence clang static analyzerJeremy Huddleston1-1/+1
2011-04-27privileged_startx: Prefer /usr/bin/mktempJeremy Huddleston1-3/+12
2011-04-26launchd: Brownbag fix string compareJeremy Huddleston2-3/+3
2011-04-26launchd: console_redirect: Actually read and log the remaining data when we g...Jeremy Huddleston1-5/+11
2011-04-26launchd: Remove dead EXTRA_DISTJeremy Huddleston1-2/+0
2011-04-26launchd: Fix make distJeremy Huddleston1-1/+1
2011-04-26launchd: Enable stdout/stderr redirection to ASLJeremy Huddleston8-5/+318
2011-04-25launchd: Log messages to ASL rather than fprintfJeremy Huddleston3-9/+14
2011-04-25launchd: Reorganized layout of launchd sourcesJeremy Huddleston17-14/+50
2011-03-24Fix minor typos in startx's comments.Cyril Brulebois1-3/+3
2011-01-29Merge adjacent if (timeout) blocksAlan Coopersmith1-2/+1
2011-01-13man: remove trailing spaces and tabsGaetan Nadon1-1/+1
2011-01-12config: remove the workaround for the deprecated AC_HELP_STRINGGaetan Nadon1-3/+0
2011-01-12config: remove unrequired AC_SUBST([*_LIBS])Gaetan Nadon1-1/+0
2011-01-12config: remove unrequired AC_SUBST([*_CFLAGS])Gaetan Nadon1-1/+0
2011-01-07config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-2/+5
2011-01-07config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILESAlan Coopersmith1-2/+3
2010-11-22Minor typo.Tom Doherty1-1/+1
2010-10-30Add usual set of URLs to READMEAlan Coopersmith1-1/+25
2010-10-30xinit 1.3.0Alan Coopersmith1-1/+2
2010-09-23config: Remove unnecessary calls from configure.acAlan Coopersmith1-7/+3
2010-09-23config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-07-12launchd: Explicitly search /sbinJeremy Huddleston1-1/+1
2010-06-11DragonFly BSD: includes for PRIO_PROCESS and setpriority() in xinit.cDavid Shao1-0/+6
2010-05-03darwin: Make __APPLE__ path in startx POSIX compliantJeremy Huddleston1-7/+11
2010-04-26Remove OS/2 leftoversMikhail Gusarov4-146/+1
2010-04-16Enable support for an xinitrc.d directoryJeremy Huddleston1-4/+0
2010-04-13Rationalize errors outputMikhail Gusarov1-87/+93
2010-04-13Fix comment indentationMikhail Gusarov1-1/+1
2010-04-13Use signals from Unix98 and drop pre-POSIX compatibilityMikhail Gusarov2-21/+2
2010-04-13Use sigaction(2) instead of signal(2) to handle SIGUSR1 and SIGALRMMikhail Gusarov1-15/+9
2010-04-13sys/wait.h is in Unix98Mikhail Gusarov1-2/+0
2010-04-13setpriority and PRIO_PROCESS are in Unix98Mikhail Gusarov1-2/+0
2010-04-13SIGTT{IN,OU} is in Unix98Mikhail Gusarov1-4/+0
2010-04-13SIGCHLD is in Unix98Mikhail Gusarov1-6/+0
2010-04-13killpg(2) is in Unix98Mikhail Gusarov2-6/+0
2010-04-13waitpid(2) is in Unix98Mikhail Gusarov1-18/+0
2010-04-13Use EXIT_{SUCCESS, FAILURE} from C90 instead of homegrown equivalentsMikhail Gusarov1-9/+7
2010-04-13Stop converting functions' return types to voidMikhail Gusarov1-9/+9
2010-04-13Simplify environment juggling by using fork() instead of vfork()Mikhail Gusarov2-79/+26
2010-04-13Fix whitespaceMikhail Gusarov1-487/+487
2010-04-08Nuke OS/2 and LynxOS support remnants.Mikhail Gusarov1-86/+5
2010-03-15Update to version 1.2.1 for release.Jeremy Huddleston1-1/+1