summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-05Bump version to 1.0.5.xinit-1.0.5Eric Anholt
2007-09-04Fix broken test for /dev/random cookie generation failure.Eric Anholt
2007-07-13Use /dev/random to generate the cookie if mcookie is unavailable.Eric Anholt
Setting XAUTHORITY without having actually generated a cookie and created .Xauthority led to issues if somebody like ssh later came around and made the .Xauthority file for their own setup. So, simply make it so that we never fail to create one.
2007-05-21Version bump: 1.0.4xinit-1.0.4Alan Coopersmith
2007-05-21Remove old Imake checks now that we always build with autoconfAlan Coopersmith
2007-05-21Remove support for pre-POSIX-1990 platformsAlan Coopersmith
2007-05-21Modernize list of Xservers printed when "X" is not found in $PATHAlan Coopersmith
2007-05-21Replace static ChangeLog with dist hook to generate from git logAlan Coopersmith
2007-05-21Don't print windowpath debug messages unless built -DDEBUGAlan Coopersmith
No need to print warnings on systems without vt support
2007-05-21X.Org Bugzilla #8013: xinit should set WINDOWPATHSamuel Thibault
X.Org Bugzilla #8013: <https://bugs.freedesktop.org/show_bug.cgi?id=8013> Patch #6701: <https://bugs.freedesktop.org/attachment.cgi?id=6701>
2007-05-21Fill in COPYING File (X.Org Bugzilla #11024)Daniel Drake
2007-05-18Bug #10616: Clarify syntax on xinit & startx man pagesAlan Coopersmith
X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616> Reported upstream from Debian bug #267744 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267744>
2006-11-06Stop hardcoding /usr/X11R6/bin in manpage examplesAlan Coopersmith
2006-11-06Change example X server argument from bc to -br now that bc is goneAlan Coopersmith
2006-11-06Add *~ to .gitignore to skip over emacs/patch droppingsAlan Coopersmith
2006-11-06renamed: .cvsignore -> .gitignoreAlan Coopersmith
2006-10-13Bump to 1.0.3xinit-1.0.3Adam Jackson
2006-06-20Check setuid() return value. Bugzilla #7116.Matthieu Herrb
2006-05-27In comments, change contractions to be spelled out to fix cpp "missingJeremy C. Reed
terminating" errors with single quotes.
2006-04-30Quote MCOOKIE to allow to specify a command with args (ieMatthieu Herrb
MCOOKIE="/usr/sbin/openssl rand -hex 16" ./configure ...)
2006-04-02Bump to 1.0.2.xinit-1_0_2XORG-7_1Adam Jackson
2006-02-25Bug #4449 <https://bugs.freedesktop.org/show_bug.cgi?id=4449> Be moreXORG-7_0_99_901Jeremy C. Reed
portable (for different /bin/sh shells) for the arithmetic. NetBSD's /bin/sh didn't like: dummy=$((dummy+1)) and complained: startx: arith: syntax error: "dummy+1" This was fixed by NetBSD and also by Gentoo, see: https://launchpad.net/distros/ubuntu/+source/xinit/+bug/31241
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin
2005-12-19Stub COPYING filesAdam Jackson
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin
2005-12-03Add m4 magic to allow AS_HELP_STRING to work with older versions ofXORG-6_99_99_903Kevin E Martin
autoconf 2.57.
2005-12-03Update package version number for X11R7 RC3 release.Kevin E Martin
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Another pass at .cvsignores for apps.Eric Anholt
2005-11-20Add/improve .cvsignore files for apps.Eric Anholt
2005-11-15Make the programs used in the xinit scripts configurable.Kevin E Martin
2005-11-15Make using full paths in the xinit scripts optional.XORG-6_8_99_903Kevin E Martin
2005-11-10Add settings for SHELL_CMD & ARCHMANDEFS to match monolith changes for bugXORG-6_99_99_902Alan Coopersmith
#3180. AC_DEFINE(XORG,...) so it is listed as available server in xinit help output. Update cpp -D flags to match monolith changes for bug #3180.
2005-11-09Update package version number for X11R7 RC2 release.Kevin E Martin
2005-11-08See ChangeLog entry 2005-11-07 for details.XORG-6_8_99_902Kean Johnson
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-10-17Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith
work better with BSD make
2005-10-16Use cpp to substitute variables in man pagesAlan Coopersmith
2005-10-11Don't define HAS_COOKIE_MAKER if mcookie wasn't found.Alan Coopersmith
2005-10-04Bug #2027: Treat SIGTERM like SIGINT in xinit. (Andreas Luik)XORG-6_8_99_901Adam Jackson
2005-08-29Bump to 0.99.1.Daniel Stone
2005-08-29Define HAS_COOKIE_MAKER and search for mcookie so startx will generateDaniel Stone
xauth tokens for the servers it starts.
2005-08-11Bugzilla #4045: Do a missed replacement of @@ with \ in startx.Eric Anholt
Submitted by: David Schleef <ds@schleef.org>
2005-08-11Set CSRG_BASED for BSD systems so the build succeeds.Eric Anholt
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-26Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES andAlan Coopersmith
-DHAS_VFORK
2005-07-26Add config.h includes for modularization Use RETSIGTYPE if defined byXORG-6_8_99_900Alan Coopersmith
autoconf in addition to Imake's SIGNALRETURNSINT. Use HAVE_WORKING_VFORK if defined by autoconf in addition to Imake's HAS_VFORK
2005-07-25Bug #3860: Avoid a bashism. (Diego Pettenò)Adam Jackson
2005-07-23Move manpages to section 1.Daniel Stone