Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-13 | SIGTT{IN,OU} is in Unix98 | Mikhail Gusarov | |
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-13 | SIGCHLD is in Unix98 | Mikhail Gusarov | |
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-13 | killpg(2) is in Unix98 | Mikhail Gusarov | |
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-13 | waitpid(2) is in Unix98 | Mikhail Gusarov | |
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-13 | Use EXIT_{SUCCESS, FAILURE} from C90 instead of homegrown equivalents | Mikhail Gusarov | |
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-13 | Stop converting functions' return types to void | Mikhail Gusarov | |
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-13 | Simplify environment juggling by using fork() instead of vfork() | Mikhail Gusarov | |
xinit used to copy process environment in order to give client correct DISPLAY and WINDOWPATH variables. It was not possible to do it in client process because it was vforked, not forked. As vfork() usage was not entirely correct (manpage specifies that behaviour is undefined if there are any memory modifications between vfork and exec), switch to fork(), move setting environment variables to client process and and drop all the manual mucking with environment. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-13 | Fix whitespace | Mikhail Gusarov | |
File was indented with mix of 8-space and tab symbols and inconsistently formatted. Apply more-or-less consistent formatting and reindent everything to 4-space. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-04-08 | Nuke OS/2 and LynxOS support remnants. | Mikhail Gusarov | |
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2009-10-03 | Strip RCS/CVS tags | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-03 | Drop ancient SunWindows compatibility check | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-03 | Drop ancient A/UX compatibility hack | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-03 | Purge ancient server names from help, add newer server names instead | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2008-12-18 | Apple: Use MAC_OS_X_VERSION_MIN_REQUIRED instead of ↵ | Jeremy Huddleston | |
__MAC_OS_X_VERSION_MIN_REQUIRED | |||
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 ↵ | Jeremy Huddleston | |
Tiger and below. | |||
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 | |
its dock icon Partially removes need for x11-exec on OS-X. We still need to handle options set in defaults. | |||
2007-12-15 | Changed x11-exec to actually start X11.app. X11.app will be responsible for ↵ | Jeremy Huddleston | |
calling xinit. | |||
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 | |
No need to print warnings on systems without vt support | |||
2007-05-21 | X.Org Bugzilla #8013: xinit should set WINDOWPATH | Samuel Thibault | |
X.Org Bugzilla #8013: <https://bugs.freedesktop.org/show_bug.cgi?id=8013> Patch #6701: <https://bugs.freedesktop.org/attachment.cgi?id=6701> | |||
2006-06-20 | Check setuid() return value. Bugzilla #7116. | Matthieu Herrb | |
2005-10-04 | Bug #2027: Treat SIGTERM like SIGINT in xinit. (Andreas Luik)XORG-6_8_99_901 | Adam Jackson | |
2005-07-26 | Add config.h includes for modularization Use RETSIGTYPE if defined byXORG-6_8_99_900 | Alan Coopersmith | |
autoconf in addition to Imake's SIGNALRETURNSINT. Use HAVE_WORKING_VFORK if defined by autoconf in addition to Imake's HAS_VFORK | |||
2004-04-23 | Merging XORG-CURRENT into trunkxprint_packagertest_20041217_basexprint_packagertest_20041125_baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGExprint_packagertest_20041217xprint_packagertest_20041125lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAP | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16 | Kaleb Keithley | |
2003-11-14 | XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1 | Kaleb Keithley | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | |