xinit: Changes to 'refs/tags/xinit-1.3.0'
Tag 'xinit-1.3.0' created by Alan Coopersmith <alan.coopersmith@oracle.com> at 2010-10-30 23:44 +0000
xinit 1.3.0
Changes since xinit-1.2.1:
Alan Coopersmith (2):
config: Remove unnecessary calls from configure.ac
xinit 1.3.0
David Shao (1):
DragonFly BSD: includes for PRIO_PROCESS and setpriority() in xinit.c
Gaetan Nadon (1):
config: update AC_PREREQ statement to 2.60
Jeremy Huddleston (3):
Enable support for an xinitrc.d directory
darwin: Make __APPLE__ path in startx POSIX compliant
launchd: Explicitly search /sbin
Mikhail Gusarov (16):
Nuke OS/2 and LynxOS support remnants.
Fix whitespace
Simplify environment juggling by using fork() instead of vfork()
Stop converting functions' return types to void
Use EXIT_{SUCCESS, FAILURE} from C90 instead of homegrown equivalents
waitpid(2) is in Unix98
killpg(2) is in Unix98
SIGCHLD is in Unix98
SIGTT{IN,OU} is in Unix98
setpriority and PRIO_PROCESS are in Unix98
sys/wait.h is in Unix98
Use sigaction(2) instead of signal(2) to handle SIGUSR1 and SIGALRM
Use signals from Unix98 and drop pre-POSIX compatibility
Fix comment indentation
Rationalize errors output
Remove OS/2 leftovers
---
Makefile.am | 2
configure.ac | 22 -
startx.cmd | 80 ----
startx.cpp | 18
xinit.c | 1164 ++++++++++++++++++++++++-----------------------------------
xinit.def | 4
xinitrc.cmd | 61 ---
xinitrc.cpp | 4
8 files changed, 510 insertions(+), 845 deletions(-)
---
Reply to: