Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-21 | xinit 1.0.9xinit-1.0.9 | Adam Jackson | |
2008-05-13 | Use /bin/ksh instead of /bin/sh on Solaris | Alan Coopersmith | |
2008-05-13 | Use od on /dev/random to generate cookie on Solaris | Alan Coopersmith | |
2008-04-25 | Apple: Added some OSX version protection, so this will still compile on ↵ | Jeremy Huddleston | |
Tiger and below. | |||
2008-04-17 | Apple: Added privileged_startx | Jeremy Huddleston | |
2008-03-08 | OpenBSD: use openssl rand -hex 16 to generate the cookie. | Matthieu Herrb | |
2008-03-06 | xinit 1.0.8xinit-1.0.8 | Adam Jackson | |
2008-02-05 | Unbreak installs on non-launchd systems | David Nusinow | |
Thanks to cjb for running the tinderbox that spotted this breakage. | |||
2007-12-21 | Define APPLE for the rest of us | root | |
APPLE was only defined when, well on an APPLE. However Makefile.am unconditionally required it. Hence define APPLE to false when we're not on an APPLE. Found by: Tinderbox | |||
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-09-28 | Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/app/xinit | Matthieu Herrb | |
2007-09-28 | Use /dev/arandom instead of /dev/urandom to generate the cookie | Matthieu Herrb | |
on OpenBSD. Problem noticed by Joerg Sonnenberger. Thanks. | |||
2007-09-17 | Bumped version to 1.0.7.xinit-1.0.7 | Tilman Sauerbeck | |
2007-09-15 | Bump to 1.0.6xinit-1.0.6 | Matthieu Herrb | |
2007-09-15 | MKCOOKIE program for OpenBSD. | Matthieu Herrb | |
2007-09-05 | Bump version to 1.0.5.xinit-1.0.5 | Eric Anholt | |
2007-05-21 | Version bump: 1.0.4xinit-1.0.4 | Alan Coopersmith | |
2007-05-21 | Remove support for pre-POSIX-1990 platforms | Alan Coopersmith | |
2006-10-13 | Bump to 1.0.3xinit-1.0.3 | Adam Jackson | |
2006-04-30 | Quote MCOOKIE to allow to specify a command with args (ie | Matthieu Herrb | |
MCOOKIE="/usr/sbin/openssl rand -hex 16" ./configure ...) | |||
2006-04-02 | Bump to 1.0.2.xinit-1_0_2XORG-7_1 | Adam Jackson | |
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-03 | Add m4 magic to allow AS_HELP_STRING to work with older versions ofXORG-6_99_99_903 | Kevin E Martin | |
autoconf 2.57. | |||
2005-12-03 | Update package version number for X11R7 RC3 release. | Kevin E Martin | |
2005-11-15 | Make the programs used in the xinit scripts configurable. | Kevin E Martin | |
2005-11-10 | Add settings for SHELL_CMD & ARCHMANDEFS to match monolith changes for bugXORG-6_99_99_902 | Alan 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-09 | Update package version number for X11R7 RC2 release. | Kevin E Martin | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_901 | Kevin E Martin | |
2005-10-16 | Use cpp to substitute variables in man pages | Alan Coopersmith | |
2005-10-11 | Don't define HAS_COOKIE_MAKER if mcookie wasn't found. | Alan Coopersmith | |
2005-08-29 | Bump to 0.99.1. | Daniel Stone | |
2005-08-29 | Define HAS_COOKIE_MAKER and search for mcookie so startx will generate | Daniel Stone | |
xauth tokens for the servers it starts. | |||
2005-08-11 | Set CSRG_BASED for BSD systems so the build succeeds. | Eric Anholt | |
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin 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-26 | Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES and | Alan Coopersmith | |
-DHAS_VFORK | |||
2005-07-20 | Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global | Adam Jackson | |
configure cache, you cache it, and the cached value is probably wrong. | |||
2005-07-16 | x11perf/Makefile.am: xinit/Makefile.am: xvidtune/Makefile.am: | Alan Coopersmith | |
- Replace $< with portable macro xinit/Makefile.am: xinit/configure.ac: xvidtune/Makefile.am: xvidtune/configure.ac: - Use more portable cpp invocations for pre-processing files xfs/configure.ac: - Add XTRANS_CONNECTION_FLAGS so xtrans transport type defines are set correctly | |||
2005-07-05 | Build system for xinit | Søren Sandmann Pedersen | |