summaryrefslogtreecommitdiff
path: root/xinit.c
AgeCommit message (Expand)Author
2019-02-09Buffer overflow with many arguments.Tobias Stoeckmann
2017-01-31xinit: check for correct fork error codeTobias Stoeckmann
2013-09-08Fix warnings about parameters to startServer & startClient shadowing globalsAlan Coopersmith
2013-08-24Use pid_t instead of int for type of pidsAlan Coopersmith
2013-07-18Declare processTimeout() as taking a const string argAlan Coopersmith
2013-07-18If we have to forcibly kill the Xserver on Solaris, reset kbd_modeAlan Coopersmith
2013-02-23Add printf attributes suggested by gccAlan Coopersmith
2012-05-19Annotate Fatal and Fatalx as _X_NORETURNJeremy Huddleston
2011-09-08Include <sys/time.h> and <sys/resource.h> unconditionallyJulien Cristau
2011-01-29Merge adjacent if (timeout) blocksAlan Coopersmith
2010-11-22Minor typo.Tom Doherty
2010-06-11DragonFly BSD: includes for PRIO_PROCESS and setpriority() in xinit.cDavid Shao
2010-04-13Rationalize errors outputMikhail Gusarov
2010-04-13Fix comment indentationMikhail Gusarov
2010-04-13Use signals from Unix98 and drop pre-POSIX compatibilityMikhail Gusarov
2010-04-13Use sigaction(2) instead of signal(2) to handle SIGUSR1 and SIGALRMMikhail Gusarov
2010-04-13sys/wait.h is in Unix98Mikhail Gusarov
2010-04-13setpriority and PRIO_PROCESS are in Unix98Mikhail Gusarov
2010-04-13SIGTT{IN,OU} is in Unix98Mikhail Gusarov
2010-04-13SIGCHLD is in Unix98Mikhail Gusarov
2010-04-13killpg(2) is in Unix98Mikhail Gusarov
2010-04-13waitpid(2) is in Unix98Mikhail Gusarov
2010-04-13Use EXIT_{SUCCESS, FAILURE} from C90 instead of homegrown equivalentsMikhail Gusarov
2010-04-13Stop converting functions' return types to voidMikhail Gusarov
2010-04-13Simplify environment juggling by using fork() instead of vfork()Mikhail Gusarov
2010-04-13Fix whitespaceMikhail Gusarov
2010-04-08Nuke OS/2 and LynxOS support remnants.Mikhail Gusarov
2009-10-03Strip RCS/CVS tagsAlan Coopersmith
2009-10-03Drop ancient SunWindows compatibility checkAlan Coopersmith
2009-10-03Drop ancient A/UX compatibility hackAlan Coopersmith
2009-10-03Purge ancient server names from help, add newer server names insteadAlan Coopersmith
2008-12-18Apple: Use MAC_OS_X_VERSION_MIN_REQUIRED instead of __MAC_OS_X_VERSION_MIN_RE...Jeremy Huddleston
2008-11-22Apple: Use AvailabilityMacros.h for Tiger compatabilityJeremy Huddleston
2008-08-05Apple: sleep() to avoid innocent error message spewJeremy Huddleston
2008-08-04Support the instant-off API in SnowLeopard.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
2007-12-16OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming ...Jeremy Huddleston
2007-12-15Changed x11-exec to actually start X11.app. X11.app will be responsible for ...Jeremy Huddleston
2007-12-15Added Apple launchd supportJeremy Huddleston
2007-12-03Added some support for Xquartz on OS-X.Jeremy Huddleston
2007-05-21Remove old Imake checks now that we always build with autoconfAlan Coopersmith
2007-05-21Remove support for pre-POSIX-1990 platformsAlan Coopersmith
2007-05-21Modernize list of Xservers printed when "X" is not found in $PATHAlan Coopersmith
2007-05-21Don't print windowpath debug messages unless built -DDEBUGAlan Coopersmith
2007-05-21X.Org Bugzilla #8013: xinit should set WINDOWPATHSamuel Thibault
2006-06-20Check setuid() return value. Bugzilla #7116.Matthieu Herrb
2005-10-04Bug #2027: Treat SIGTERM like SIGINT in xinit. (Andreas Luik)XORG-6_8_99_901Adam Jackson