index
:
~jturney/xinit
cygwin-patches
master
X Window System initializer (includes startx)
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xinit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-08
Fix warnings about parameters to startServer & startClient shadowing globals
Alan Coopersmith
1
-7
/
+7
2013-08-24
Use pid_t instead of int for type of pids
Alan Coopersmith
1
-8
/
+9
2013-07-18
Declare processTimeout() as taking a const string arg
Alan Coopersmith
1
-3
/
+3
2013-07-18
If we have to forcibly kill the Xserver on Solaris, reset kbd_mode
Alan Coopersmith
1
-0
/
+20
2013-02-23
Add printf attributes suggested by gcc
Alan Coopersmith
1
-8
/
+6
2012-05-19
Annotate Fatal and Fatalx as _X_NORETURN
Jeremy Huddleston
1
-0
/
+2
2011-09-08
Include <sys/time.h> and <sys/resource.h> unconditionally
Julien Cristau
1
-2
/
+0
2011-01-29
Merge adjacent if (timeout) blocks
Alan Coopersmith
1
-2
/
+1
2010-11-22
Minor typo.
Tom Doherty
1
-1
/
+1
2010-06-11
DragonFly BSD: includes for PRIO_PROCESS and setpriority() in xinit.c
David Shao
1
-0
/
+6
2010-04-13
Rationalize errors output
Mikhail Gusarov
1
-87
/
+93
2010-04-13
Fix comment indentation
Mikhail Gusarov
1
-1
/
+1
2010-04-13
Use signals from Unix98 and drop pre-POSIX compatibility
Mikhail Gusarov
1
-19
/
+2
2010-04-13
Use sigaction(2) instead of signal(2) to handle SIGUSR1 and SIGALRM
Mikhail Gusarov
1
-15
/
+9
2010-04-13
sys/wait.h is in Unix98
Mikhail Gusarov
1
-2
/
+0
2010-04-13
setpriority and PRIO_PROCESS are in Unix98
Mikhail Gusarov
1
-2
/
+0
2010-04-13
SIGTT{IN,OU} is in Unix98
Mikhail Gusarov
1
-4
/
+0
2010-04-13
SIGCHLD is in Unix98
Mikhail Gusarov
1
-6
/
+0
2010-04-13
killpg(2) is in Unix98
Mikhail Gusarov
1
-4
/
+0
2010-04-13
waitpid(2) is in Unix98
Mikhail Gusarov
1
-18
/
+0
2010-04-13
Use EXIT_{SUCCESS, FAILURE} from C90 instead of homegrown equivalents
Mikhail Gusarov
1
-9
/
+7
2010-04-13
Stop converting functions' return types to void
Mikhail Gusarov
1
-9
/
+9
2010-04-13
Simplify environment juggling by using fork() instead of vfork()
Mikhail Gusarov
1
-78
/
+26
2010-04-13
Fix whitespace
Mikhail Gusarov
1
-487
/
+487
2010-04-08
Nuke OS/2 and LynxOS support remnants.
Mikhail Gusarov
1
-86
/
+5
2009-10-03
Strip RCS/CVS tags
Alan Coopersmith
1
-4
/
+0
2009-10-03
Drop ancient SunWindows compatibility check
Alan Coopersmith
1
-9
/
+0
2009-10-03
Drop ancient A/UX compatibility hack
Alan Coopersmith
1
-6
/
+0
2009-10-03
Purge ancient server names from help, add newer server names instead
Alan Coopersmith
1
-23
/
+8
2008-12-18
Apple: Use MAC_OS_X_VERSION_MIN_REQUIRED instead of __MAC_OS_X_VERSION_MIN_RE...
Jeremy Huddleston
1
-4
/
+4
2008-11-22
Apple: Use AvailabilityMacros.h for Tiger compatability
Jeremy Huddleston
1
-1
/
+1
2008-08-05
Apple: sleep() to avoid innocent error message spew
Jeremy Huddleston
1
-3
/
+11
2008-08-04
Support the instant-off API in SnowLeopard.
Jeremy Huddleston
1
-0
/
+26
2008-05-06
Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9
Jeremy Huddleston
1
-61
/
+0
2008-04-25
Apple: Added some OSX version protection, so this will still compile on Tiger...
Jeremy Huddleston
1
-3
/
+7
2008-04-25
Apple: Use CFProcessPath instead of argv[0] trick.
Jeremy Huddleston
1
-6
/
+5
2008-04-20
Replace sprintf() and strcpy() with snprintf().
Matthieu Herrb
1
-10
/
+19
2007-12-16
OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming ...
Jeremy Huddleston
1
-1
/
+59
2007-12-15
Changed x11-exec to actually start X11.app. X11.app will be responsible for ...
Jeremy Huddleston
1
-14
/
+13
2007-12-15
Added Apple launchd support
Jeremy Huddleston
1
-2
/
+2
2007-12-03
Added some support for Xquartz on OS-X.
Jeremy Huddleston
1
-4
/
+3
2007-05-21
Remove old Imake checks now that we always build with autoconf
Alan Coopersmith
1
-13
/
+7
2007-05-21
Remove support for pre-POSIX-1990 platforms
Alan Coopersmith
1
-63
/
+10
2007-05-21
Modernize list of Xservers printed when "X" is not found in $PATH
Alan Coopersmith
1
-6
/
+8
2007-05-21
Don't print windowpath debug messages unless built -DDEBUG
Alan Coopersmith
1
-0
/
+10
2007-05-21
X.Org Bugzilla #8013: xinit should set WINDOWPATH
Samuel Thibault
1
-3
/
+79
2006-06-20
Check setuid() return value. Bugzilla #7116.
Matthieu Herrb
1
-1
/
+4
2005-10-04
Bug #2027: Treat SIGTERM like SIGINT in xinit. (Andreas Luik)
Adam Jackson
1
-0
/
+4
2005-07-26
Add config.h includes for modularization Use RETSIGTYPE if defined by
Alan Coopersmith
1
-3
/
+13
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+4
[next]