summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2005-07-03Remove needless usage of DECkeysym.h.Daniel Stone1-1/+0
2005-07-03Predicate usage of xf86OSPM functions on #ifdef XF86PM.Daniel Stone3-1/+14
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone26-26/+26
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone68-0/+272
2005-07-03Fix build issues.Kevin E Martin1-2/+2
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-3/+6
2005-07-02Bug #3687: Print backtraces on fatal signal on glibc systems.Adam Jackson1-0/+26
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone33-41/+41
2005-07-01Add auto-generated header files.Daniel Stone1-0/+1
2005-07-01Adding initial build system.Daniel Stone1-0/+97
2005-05-18Avoid segfaults if the number of user supplied monitor ranges exceed theEgbert Eich2-100/+108
2005-05-04Port X.Org to FreeBSD/powerpc. This makes a bit of math for sysmouse inEric Anholt1-1/+1
2005-04-22Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,Adam Jackson3-8/+16
2005-04-21Change xf86bigfont.h include to X11/extensions/xf86bigfont.h.Daniel Stone1-2/+2
2005-04-21Change keymap.h includes to X11/keymap.hDaniel Stone1-2/+2
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone37-88/+88
2005-04-04Support for HP's IPF ZX1 systems (Alex Williamson).Egbert Eich1-0/+3
2005-04-04When not using dlopen ia64 needs an extra cache flush to ensure the icacheEgbert Eich1-1/+1
2005-03-31- Add new Radeon pci ids (ATI devrel), bug 2827Alex Deucher1-6/+45
2005-03-18Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Daenzer1-0/+1
2005-03-16Don't fail calling function when DriverFunc() for RandR fails asEgbert Eich1-13/+20
2005-03-05//bugs.freedesktop.org/show_bug.cgi?id=2543) attachment #2019Roland Mainz1-2/+2
2005-02-18Bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)Michel Daenzer1-0/+1
2005-02-09Added PCI2Host bus translations for linux PPC and fixed fixed bugs inEgbert Eich1-3/+3
2005-02-07Check the pixel clock choosen for a specific refresh rate against theEgbert Eich1-4/+4
2005-02-04Applied patch (id=1354) by Mike A. Harris from bug #1901: The attachedFelix Kuehling1-4/+17
2005-01-28Modifying X.Org Xserver DDX to allow to run X with ordinary userEgbert Eich10-58/+179
2005-01-26When we tested if a PCI base address was unassigned we didn't take intoEgbert Eich1-12/+33
2005-01-26Rewrite of RemoveOverlaps() to make the code more readable. It wasEgbert Eich1-0/+86
2005-01-25Fix interpretation of 64bit PCI bases: read hi long word from the right barEgbert Eich1-110/+28
2005-01-19Fix debugging ErrorF() so it compiles when DEBUG is true.Alan Coopersmith1-1/+2
2005-01-14- Don't suspend Xserver on APM standby request as this seems to causeEgbert Eich1-25/+33
2005-01-13Bug #2114: PPC64 Linux build fix: use system definition of eieio().Adam Jackson1-1/+6
2004-12-22Bug #2123 <https://bugs.freedesktop.org/show_bug.cgi?id=2123> AttachmentAlan Coopersmith1-1/+5
2004-12-13//bugs.freedesktop.org/show_bug.cgi?id=1688) attachment #1530Roland Mainz1-4/+9
2004-12-06xf86Config.c references USE_DEPRECATED_KEYBOARD_DRIVER so define it ifMatthieu Herrb1-4/+4
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn2-4/+4
2004-12-02Use __printf__ in gcc function attributes to avoid clash with libc wrapperKristian Høgsberg1-5/+0
2004-11-24Remove this file and all references to the binary expiry code.Kristian Høgsberg3-25/+0
2004-11-11Cosmetic fix to make xf86pciBus.c use standard min() macro.Kristian Høgsberg1-4/+1
2004-11-01Fixed sig11 which occured when calling a CloseDisplay() afterEgbert Eich1-7/+1
2004-10-29Add facility to catch sig 4 from driver. This can be used to check for OSThomas Winischhofer2-1/+17
2004-10-12Set fbdev mode as the default mode on PPC (Olaf Hering).Egbert Eich1-26/+22
2004-10-11Improving DPMS handling on VT swich and server termination/abort: previousEgbert Eich2-11/+12
2004-09-22Allow overriding DPMS defaults (timeouts & default for on/off) fromAlan Coopersmith1-1/+2
2004-09-22Bug #1252, #1253, #1255, #1256: Various typo fixes from Dave Jones.Adam Jackson1-2/+2
2004-09-21Merged over libXpm security fix provided by Chris Evans, Matthieu Herrb andEgbert Eich1-1/+1
2004-08-27Fix for XV memory allocation: Also use tiled area for allocation even if itXORG-6_7_99_903Egbert Eich1-4/+2
2004-08-27Added support for LynxOS 4.0 (Thomas Mueller).Egbert Eich1-9/+60
2004-08-20Fix keyboard driver failing to initialize if DoLoadableServer is NO (BugKevin E Martin1-2/+2