summaryrefslogtreecommitdiff
path: root/xinit.c
Commit message (Expand)AuthorAgeFilesLines
* Don't wait for X to finish starting if it has diedArthur Williams2022-10-161-1/+1
* Buffer overflow with many arguments.Tobias Stoeckmann2019-02-091-3/+4
* xinit: check for correct fork error codeTobias Stoeckmann2017-01-311-1/+1
* Fix warnings about parameters to startServer & startClient shadowing globalsAlan Coopersmith2013-09-081-7/+7
* Use pid_t instead of int for type of pidsAlan Coopersmith2013-08-241-8/+9
* Declare processTimeout() as taking a const string argAlan Coopersmith2013-07-181-3/+3
* If we have to forcibly kill the Xserver on Solaris, reset kbd_modeAlan Coopersmith2013-07-181-0/+20
* Add printf attributes suggested by gccAlan Coopersmith2013-02-231-8/+6
* Annotate Fatal and Fatalx as _X_NORETURNJeremy Huddleston2012-05-191-0/+2
* Include <sys/time.h> and <sys/resource.h> unconditionallyJulien Cristau2011-09-081-2/+0
* Merge adjacent if (timeout) blocksAlan Coopersmith2011-01-291-2/+1
* Minor typo.Tom Doherty2010-11-221-1/+1
* DragonFly BSD: includes for PRIO_PROCESS and setpriority() in xinit.cDavid Shao2010-06-111-0/+6
* Rationalize errors outputMikhail Gusarov2010-04-131-87/+93
* Fix comment indentationMikhail Gusarov2010-04-131-1/+1
* Use signals from Unix98 and drop pre-POSIX compatibilityMikhail Gusarov2010-04-131-19/+2
* Use sigaction(2) instead of signal(2) to handle SIGUSR1 and SIGALRMMikhail Gusarov2010-04-131-15/+9
* sys/wait.h is in Unix98Mikhail Gusarov2010-04-131-2/+0
* setpriority and PRIO_PROCESS are in Unix98Mikhail Gusarov2010-04-131-2/+0
* SIGTT{IN,OU} is in Unix98Mikhail Gusarov2010-04-131-4/+0
* SIGCHLD is in Unix98Mikhail Gusarov2010-04-131-6/+0
* killpg(2) is in Unix98Mikhail Gusarov2010-04-131-4/+0
* waitpid(2) is in Unix98Mikhail Gusarov2010-04-131-18/+0
* Use EXIT_{SUCCESS, FAILURE} from C90 instead of homegrown equivalentsMikhail Gusarov2010-04-131-9/+7
* Stop converting functions' return types to voidMikhail Gusarov2010-04-131-9/+9
* Simplify environment juggling by using fork() instead of vfork()Mikhail Gusarov2010-04-131-78/+26
* Fix whitespaceMikhail Gusarov2010-04-131-487/+487
* Nuke OS/2 and LynxOS support remnants.Mikhail Gusarov2010-04-081-86/+5
* Strip RCS/CVS tagsAlan Coopersmith2009-10-031-4/+0
* Drop ancient SunWindows compatibility checkAlan Coopersmith2009-10-031-9/+0
* Drop ancient A/UX compatibility hackAlan Coopersmith2009-10-031-6/+0
* Purge ancient server names from help, add newer server names insteadAlan Coopersmith2009-10-031-23/+8
* Apple: Use MAC_OS_X_VERSION_MIN_REQUIRED instead of __MAC_OS_X_VERSION_MIN_RE...Jeremy Huddleston2008-12-181-4/+4
* Apple: Use AvailabilityMacros.h for Tiger compatabilityJeremy Huddleston2008-11-221-1/+1
* Apple: sleep() to avoid innocent error message spewJeremy Huddleston2008-08-051-3/+11
* Support the instant-off API in SnowLeopard.Jeremy Huddleston2008-08-041-0/+26
* Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9Jeremy Huddleston2008-05-061-61/+0
* Apple: Added some OSX version protection, so this will still compile on Tiger...Jeremy Huddleston2008-04-251-3/+7
* Apple: Use CFProcessPath instead of argv[0] trick.Jeremy Huddleston2008-04-251-6/+5
* Replace sprintf() and strcpy() with snprintf().Matthieu Herrb2008-04-201-10/+19
* OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming ...Jeremy Huddleston2007-12-161-1/+59
* Changed x11-exec to actually start X11.app. X11.app will be responsible for ...Jeremy Huddleston2007-12-151-14/+13
* Added Apple launchd supportJeremy Huddleston2007-12-151-2/+2
* Added some support for Xquartz on OS-X.Jeremy Huddleston2007-12-031-4/+3
* Remove old Imake checks now that we always build with autoconfAlan Coopersmith2007-05-211-13/+7
* Remove support for pre-POSIX-1990 platformsAlan Coopersmith2007-05-211-63/+10
* Modernize list of Xservers printed when "X" is not found in $PATHAlan Coopersmith2007-05-211-6/+8
* Don't print windowpath debug messages unless built -DDEBUGAlan Coopersmith2007-05-211-0/+10
* X.Org Bugzilla #8013: xinit should set WINDOWPATHSamuel Thibault2007-05-211-3/+79
* Check setuid() return value. Bugzilla #7116.Matthieu Herrb2006-06-201-1/+4