index
:
app/xinit
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
lg3d
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
obsd
sco_port_update
xprint_packagertest_20041125
xprint_packagertest_20041217
X Window System initializer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xinit.c
Age
Commit message (
Expand
)
Author
2022-10-16
Don't wait for X to finish starting if it has died
Arthur Williams
2019-02-09
Buffer overflow with many arguments.
Tobias Stoeckmann
2017-01-31
xinit: check for correct fork error code
Tobias Stoeckmann
2013-09-08
Fix warnings about parameters to startServer & startClient shadowing globals
Alan Coopersmith
2013-08-24
Use pid_t instead of int for type of pids
Alan Coopersmith
2013-07-18
Declare processTimeout() as taking a const string arg
Alan Coopersmith
2013-07-18
If we have to forcibly kill the Xserver on Solaris, reset kbd_mode
Alan Coopersmith
2013-02-23
Add printf attributes suggested by gcc
Alan Coopersmith
2012-05-19
Annotate Fatal and Fatalx as _X_NORETURN
Jeremy Huddleston
2011-09-08
Include <sys/time.h> and <sys/resource.h> unconditionally
Julien Cristau
2011-01-29
Merge adjacent if (timeout) blocks
Alan Coopersmith
2010-11-22
Minor typo.
Tom Doherty
2010-06-11
DragonFly BSD: includes for PRIO_PROCESS and setpriority() in xinit.c
David Shao
2010-04-13
Rationalize errors output
Mikhail Gusarov
2010-04-13
Fix comment indentation
Mikhail Gusarov
2010-04-13
Use signals from Unix98 and drop pre-POSIX compatibility
Mikhail Gusarov
2010-04-13
Use sigaction(2) instead of signal(2) to handle SIGUSR1 and SIGALRM
Mikhail Gusarov
2010-04-13
sys/wait.h is in Unix98
Mikhail Gusarov
2010-04-13
setpriority and PRIO_PROCESS are in Unix98
Mikhail Gusarov
2010-04-13
SIGTT{IN,OU} is in Unix98
Mikhail Gusarov
2010-04-13
SIGCHLD is in Unix98
Mikhail Gusarov
2010-04-13
killpg(2) is in Unix98
Mikhail Gusarov
2010-04-13
waitpid(2) is in Unix98
Mikhail Gusarov
2010-04-13
Use EXIT_{SUCCESS, FAILURE} from C90 instead of homegrown equivalents
Mikhail Gusarov
2010-04-13
Stop converting functions' return types to void
Mikhail Gusarov
2010-04-13
Simplify environment juggling by using fork() instead of vfork()
Mikhail Gusarov
2010-04-13
Fix whitespace
Mikhail Gusarov
2010-04-08
Nuke OS/2 and LynxOS support remnants.
Mikhail Gusarov
2009-10-03
Strip RCS/CVS tags
Alan Coopersmith
2009-10-03
Drop ancient SunWindows compatibility check
Alan Coopersmith
2009-10-03
Drop ancient A/UX compatibility hack
Alan Coopersmith
2009-10-03
Purge ancient server names from help, add newer server names instead
Alan Coopersmith
2008-12-18
Apple: Use MAC_OS_X_VERSION_MIN_REQUIRED instead of __MAC_OS_X_VERSION_MIN_RE...
Jeremy Huddleston
2008-11-22
Apple: Use AvailabilityMacros.h for Tiger compatability
Jeremy Huddleston
2008-08-05
Apple: sleep() to avoid innocent error message spew
Jeremy Huddleston
2008-08-04
Support the instant-off API in SnowLeopard.
Jeremy Huddleston
2008-05-06
Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9
Jeremy Huddleston
2008-04-25
Apple: Added some OSX version protection, so this will still compile on Tiger...
Jeremy Huddleston
2008-04-25
Apple: Use CFProcessPath instead of argv[0] trick.
Jeremy Huddleston
2008-04-20
Replace sprintf() and strcpy() with snprintf().
Matthieu Herrb
2007-12-16
OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming ...
Jeremy Huddleston
2007-12-15
Changed x11-exec to actually start X11.app. X11.app will be responsible for ...
Jeremy Huddleston
2007-12-15
Added Apple launchd support
Jeremy Huddleston
2007-12-03
Added some support for Xquartz on OS-X.
Jeremy Huddleston
2007-05-21
Remove old Imake checks now that we always build with autoconf
Alan Coopersmith
2007-05-21
Remove support for pre-POSIX-1990 platforms
Alan Coopersmith
2007-05-21
Modernize list of Xservers printed when "X" is not found in $PATH
Alan Coopersmith
2007-05-21
Don't print windowpath debug messages unless built -DDEBUG
Alan Coopersmith
2007-05-21
X.Org Bugzilla #8013: xinit should set WINDOWPATH
Samuel Thibault
2006-06-20
Check setuid() return value. Bugzilla #7116.
Matthieu Herrb
[next]