summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)AuthorFilesLines
2006-03-20Bug #6213: Check geteuid's return value, not its address, otherwiseserver-1_0_2Adam Jackson1-3/+3
unprivileged users can set the modulepath and run arbitrary code. Patch from Matthieu Herrb. (CVE-2006-0745, Coverity #4) Bump to 1.0.2.
2006-02-28Resync with head.Adam Jackson1-0/+2
2006-02-14Make self-backtracing work. Spotted by many people, patch from Gentoo.Adam Jackson305-110183/+11
2005-12-20Bug #5359: Fix a segfault (Mark Kettenis)Adam Jackson1-0/+1
2005-12-19Bug #5116: Refer DRI section details to dri.fd.o.Adam Jackson1-3/+2
2005-12-19Fix typos.Alan Coopersmith3-7/+7
2005-12-15Update to 2005-12-14 snapshot from pciids.sf.netXORG-6_99_99_904Alan Coopersmith2-391/+4895
2005-12-14Bug #4718: Command line flag to disable ACPI.Adam Jackson4-2/+10
2005-12-12Remove unnecessary include of dgaproc.h that broke Solaris builds.Alan Coopersmith1-4/+0
2005-12-09Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (AaronAdam Jackson1-2/+3
Plattner)
2005-12-09Bug #4809: Re-fix that doesn't break distcheck. (Alan Coopersmith)Adam Jackson2-5/+3
2005-12-09Fix a thinko so the code matches the commentAdam Jackson1-1/+2
2005-12-09Bug #1288: Additional refactor of the driver probe logic to keep ati loadedAdam Jackson1-97/+46
before atimisc.
2005-12-09Push the fallback drivers to the end of the list so driver probe orderAdam Jackson1-1/+47
stays useful.
2005-12-09Bug #4361: Change driver probe logic to read the driver list from diskAdam Jackson1-0/+6
instead of using a compile-time array.
2005-12-09Fix sgml docs build.Kevin E Martin2-12/+16
2005-12-08Bug #4928: Fix compilation for Alpha. (Stefaan DeRoeck)Adam Jackson1-1/+1
2005-12-08Add configure options to allow hard-coded paths to be changed.Kevin E Martin3-4/+10
2005-12-08Allow hard-coded paths to be configurable.Kevin E Martin2-2/+8
2005-12-07Change to use the app-defaults default dir configured in libXt.Kevin E Martin1-1/+1
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin11-42/+42
2005-12-03Bugzilla #4809 <https://bugs.freedesktop.org/show_bug.cgi?id=4809> PatchAlan Coopersmith2-3/+11
#3908 <https://bugs.freedesktop.org/attachment.cgi?id=3908> xf8_32wid and cfb24 only need to be built on sparc
2005-12-02Define XFree86Server only where it is required.Kevin E Martin40-40/+45
2005-12-01Bug #5160: Fix the modular build to try to use the same logic for choosingEric Anholt1-24/+36
the architecture/os-specific bus support as monolithic.
2005-11-30Import libdrm 2.0XORG-6_8_99_903DRM-2_0_0Adam Jackson5-19/+35
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin34-58/+71
module builds to reflect this change.
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith13-15/+15
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-23Add configure option to install libxf86config.a (disabled by default).Kevin E Martin3-6/+26
2005-11-22Bug #5118: Use "rm -f" instead of "$(RM)", which isn't always defined.Eric Anholt1-2/+2
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin1-2/+2
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-19Bug #4824: Build XTrap support by default, matching monolith.Adam Jackson1-10/+8
2005-11-18Bug #5060: Fix non-Linux DRI on 64 bit post Linux 32/64 changes.Eric Anholt1-0/+8
2005-11-18Bug #4928: Unbreak Makefile.am for Alpha chips. (Stefan DeRoeck)Adam Jackson1-2/+2
2005-11-18Bug #4859: Don't segfault on bad DDC read. (Tony Houghton)Adam Jackson1-5/+8
2005-11-14Dont prevent SCO platforms for using the default ZAxisMapping now that theKean Johnson1-3/+1
OS layer correctly sends z-axis events when the wheel button is used.
2005-11-13Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserverAlan Coopersmith13-28/+161
installs manpages into 'man1' instead of 'man1x'
2005-11-10Fix typo to enable DGA support.XORG-6_99_99_902Kevin E Martin1-1/+1
EXTMODULE is required to build DGA support into extmod.
2005-11-10Dont pass wheel mouse buttons as real buttons, map them as Z-Axis movementXORG-6_8_99_902Kean Johnson3-30/+16
on SCO and USL. Re-instate the ZAxisMapping default for the mouse driver.
2005-11-09Bug #4915: ButtonMapping option which allows to define arbitrary buttonMatthias Hopf4-13/+18
mappings (including left-handed mouse etc.). Fixed incorrect usage of non-reversed, but ZAxisMapped buttons for state detection. Nuked unused part of reverseMap.
2005-11-09DRM 1.0.5 importDRM-1_0_5Kevin E Martin2-5/+4
2005-11-08Add newly checked in files to Xorg server build.Kevin E Martin3-2/+23
Fix release date. Enable DGA extension by default.
2005-11-08Bug #2880, add functions for byte and word level access to pci configKristian Høgsberg3-14/+128
space. Fix broken utf8 again.
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson39-168/+3247
2005-11-08Don't reference noXkbExtension when building without XKB. (Bob Terek - SunAlan Coopersmith1-2/+9
Microsystems)
2005-11-07Fix Xvfb to work properly in depth 15 mode. Fixes XTS5 XCloseDisplay-3Kevin E Martin1-7/+4
server crash.
2005-11-06Fix a bug where a system memory pixmap got a wrong address if memcpy()Thomas Hellstrom3-3/+3
fallback was used for downloading from screen.
2005-11-05Bug #4948: <https://bugs.freedesktop.org/show_bug.cgi?id=4948> IncorrectAlan Coopersmith1-3/+3
URL in log file for Xorg CVS. Also fixed wording of statement to not refer to monolithic CVS since modular uses the same code, so it was appearing in modular builds too.
2005-11-03Whitespace change just to make sure I created the branch correctly.Ian Romanick1-1/+0
2005-11-03Fix vendor string and release version reported by the servers. EnableKevin E Martin1-2/+2
security, lbx and xevie extensions to give us parity with monolithic tree.
2005-11-02Fix support for enabling/disabling extensions loaded from modules.Kevin E Martin4-19/+24