summaryrefslogtreecommitdiff
path: root/xinit.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-16Don't wait for X to finish starting if it has diedArthur Williams1-1/+1
2019-02-09Buffer overflow with many arguments.Tobias Stoeckmann1-3/+4
2017-01-31xinit: check for correct fork error codeTobias Stoeckmann1-1/+1
2013-09-08Fix warnings about parameters to startServer & startClient shadowing globalsAlan Coopersmith1-7/+7
2013-08-24Use pid_t instead of int for type of pidsAlan Coopersmith1-8/+9
2013-07-18Declare processTimeout() as taking a const string argAlan Coopersmith1-3/+3
2013-07-18If we have to forcibly kill the Xserver on Solaris, reset kbd_modeAlan Coopersmith1-0/+20
2013-02-23Add printf attributes suggested by gccAlan Coopersmith1-8/+6
2012-05-19Annotate Fatal and Fatalx as _X_NORETURNJeremy Huddleston1-0/+2
2011-09-08Include <sys/time.h> and <sys/resource.h> unconditionallyJulien Cristau1-2/+0
2011-01-29Merge adjacent if (timeout) blocksAlan Coopersmith1-2/+1
2010-11-22Minor typo.Tom Doherty1-1/+1
2010-06-11DragonFly BSD: includes for PRIO_PROCESS and setpriority() in xinit.cDavid Shao1-0/+6
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 Gusarov1-19/+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 Gusarov1-4/+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 Gusarov1-78/+26
2010-04-13Fix whitespaceMikhail Gusarov1-487/+487
2010-04-08Nuke OS/2 and LynxOS support remnants.Mikhail Gusarov1-86/+5
2009-10-03Strip RCS/CVS tagsAlan Coopersmith1-4/+0
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 Coopersmith1-23/+8
2008-12-18Apple: Use MAC_OS_X_VERSION_MIN_REQUIRED instead of __MAC_OS_X_VERSION_MIN_RE...Jeremy Huddleston1-4/+4
2008-11-22Apple: Use AvailabilityMacros.h for Tiger compatabilityJeremy Huddleston1-1/+1
2008-08-05Apple: sleep() to avoid innocent error message spewJeremy Huddleston1-3/+11
2008-08-04Support the instant-off API in SnowLeopard.Jeremy Huddleston1-0/+26
2008-05-06Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9Jeremy Huddleston1-61/+0
2008-04-25Apple: Added some OSX version protection, so this will still compile on Tiger...Jeremy Huddleston1-3/+7
2008-04-25Apple: Use CFProcessPath instead of argv[0] trick.Jeremy Huddleston1-6/+5
2008-04-20Replace sprintf() and strcpy() with snprintf().Matthieu Herrb1-10/+19
2007-12-16OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming ...Jeremy Huddleston1-1/+59
2007-12-15Changed x11-exec to actually start X11.app. X11.app will be responsible for ...Jeremy Huddleston1-14/+13
2007-12-15Added Apple launchd supportJeremy Huddleston1-2/+2
2007-12-03Added some support for Xquartz on OS-X.Jeremy Huddleston1-4/+3
2007-05-21Remove old Imake checks now that we always build with autoconfAlan Coopersmith1-13/+7
2007-05-21Remove support for pre-POSIX-1990 platformsAlan Coopersmith1-63/+10
2007-05-21Modernize list of Xservers printed when "X" is not found in $PATHAlan Coopersmith1-6/+8
2007-05-21Don't print windowpath debug messages unless built -DDEBUGAlan Coopersmith1-0/+10
2007-05-21X.Org Bugzilla #8013: xinit should set WINDOWPATHSamuel Thibault1-3/+79
2006-06-20Check setuid() return value. Bugzilla #7116.Matthieu Herrb1-1/+4