summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils
AgeCommit message (Expand)AuthorFilesLines
2008-03-02use UTILS_SYS_LIBS to pass SYS_LIBS to utils/ioports correctlyMatthieu Herrb1-1/+1
2008-02-29Remove the duplicate copy of xf86cvt.cAdam Jackson1-2/+4
2008-02-22Use the client-side XKB headers for the config utilitiesAdam Jackson2-2/+2
2008-02-17XKB: Move headers into the server treeDaniel Stone2-2/+2
2008-01-02Kill xf86getpagesize even harder (dummylib & ioport)Alan Coopersmith1-1/+0
2007-12-03Death to libcwrapper.Adam Jackson1-1/+0
2007-11-20Restore checks for __i386 where needed for Sun compilers on SolarisAlan Coopersmith1-1/+1
2007-11-17Bug #9725: Don't look in root's $HOME for config files, that's just confusing.Adam Jackson1-1/+0
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone5-43/+1
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer1-1/+1
2007-09-27xorgcfg needs $(DIX_CFLAGS) for pixman-1 include pathAlan Coopersmith1-1/+1
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick14-176/+7
2007-08-06Probable off by one buffer overflow in .../xorgconfig/xorgconfig.cRoland "Test-tools" Bär1-1/+1
2007-07-25Minor fixes in cvt and gtf manpagesBrice Goglin2-2/+2
2007-06-29Death to RCS tags.Adam Jackson7-19/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson6-154/+4
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-2/+2
2007-04-10XFree86: Fix memory leak in option parsingMagnus Vigerlöf1-2/+2
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick8-49/+9
2006-12-04Check for __sparc as well as __sparc__ for compatibility with Sun ccAlan Coopersmith1-1/+1
2006-11-29Add DIX_CFLAGS to util builds.Aaron Plattner4-4/+4
2006-11-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverJeremy C. Reed7-51/+23
2006-11-13On DragonFLy, default to /dev/sysmouse (just like on FreeBSD).Jeremy C. Reed2-2/+2
2006-10-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick3-7/+19
2006-10-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone2-0/+6
2006-10-19Add ast driver/device info to Xorg server & config utilitiesCarl Switzky2-0/+6
2006-10-20Make sure xorgcfg files are included even when dist made with --disable-xorgcfgAlan Coopersmith1-7/+13
2006-10-13Make sure xorgcfg files are included even when dist made with --disable-xorgcfgAlan Coopersmith1-7/+13
2006-08-12xfree86: remove Xqueue support completelyDaniel Stone3-22/+1
2006-08-08xorgcfg: fix compilation errorTiago Vignatti3-3/+3
2006-07-31Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick2-265/+3
2006-07-30Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone2-265/+3
2006-07-28Bug #5386 (partial): Move CVT mode generator from cvt(1) to server core, andLuc Verhaegen2-265/+3
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick38-45/+0
2006-07-24Remove source files that have been dead since day-1 of this branch.Ian Romanick8-1255/+0
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone40-47/+0
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick3-5/+2
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson40-47/+0
2006-07-21bug #890: completely remove deprecated keyboard driverKristian Høgsberg4-22/+3
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone3-5/+2
2006-06-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick5-0/+10
2006-06-18Add some missing .gitignore stuff for Mesa symlinks and other generated files.Eric Anholt5-0/+10
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick2-25/+3
2006-05-24NetBSD also has curses.h instead of ncurses.h. (TODO: Maybe instead ofJeremy C. Reed1-2/+2
2006-05-03Redact a few mentions of speedo font support.Adam Jackson2-11/+5
2006-04-18Update all prefixes in config tools, so they mostly work again. Also, makeDonnie Berkholz7-14/+19
2006-04-14CVT means Coordinated Video Timing instead of Common.Luc Verhaegen2-6/+7
2006-04-07Coverity #1216: Fix double-close of file on error.Daniel Stone1-1/+0
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-16/+16
2006-03-11Fix buffer size checks to prevent 2-byte buffer overflows. (Coverity #480,Alan Coopersmith1-7/+7