summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/shared
AgeCommit message (Expand)AuthorFilesLines
2009-01-11xfree86: ANSI cleanupsJulien Cristau2-4/+4
2008-12-15When disabling SIGIO tracking, use SIG_IGN instead of SIG_DFL.Keith Packard1-1/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade14-62/+62
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade7-15/+15
2008-11-24Remove the remnants of Jensen supportAdam Jackson1-24/+5
2008-11-24Bus: Remove the notion of estimated resources.Adam Jackson1-3/+0
2008-11-24PCI: Remove unused ia64 platform code.Adam Jackson1-46/+0
2008-08-18Remove some unused assembly code and assyntax.hMathieu Bérard1-111/+0
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu Bérard1-10/+1
2008-06-19preserve errno around the SIGIO handlerMatthieu Herrb1-0/+3
2008-03-13Bug #14091: Fix build (and runtime) on ia64.Doug Chapman1-55/+0
2007-12-03xf86getpagesize -> getpagesize elsewhere in os-support/Adam Jackson1-1/+1
2007-12-03Death to libcwrapper.Adam Jackson2-2124/+1
2007-10-28XFree86: Remove ridiculous SIGIO debuggingDaniel Stone1-6/+0
2007-09-27Fix PCI rework build on Solaris (copy what BSD does)Alan Coopersmith1-1/+1
2007-08-30Remove dead xf86GetPciSizeFromOS and xf86GetPciOffsetFromOS.Eric Anholt1-48/+0
2007-08-30Remove the now-dead PciAvoid symbol.Eric Anholt1-2/+0
2007-08-28Replace BSD custom PCI code with a stub implementation thanks to pciaccess.Eric Anholt1-5/+2
2007-08-27Remove the BusAccWindows resource code which is now unused.Eric Anholt1-55/+0
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick13-61/+0
2007-06-29Death to RCS tags.Adam Jackson7-9/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson6-52/+0
2007-03-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+1
2007-03-25Static cleanup for xf86 ddx.Adam Jackson1-1/+1
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick4-323/+0
2006-08-12completely remove OS keyboard layerDaniel Stone4-323/+0
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick21-22/+0
2006-07-24Global s/xf86MapDomainIO/xf86MapLegacyIO/. Let's call a duck a duck,Ian Romanick1-1/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson21-22/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-36/+0
2006-07-05fix some more compiler warnings due to defines being declared differentlyGreg Kroah-Hartman1-2/+2
2006-06-20Check setuid() return value. Bugzilla #7116.Matthieu Herrb1-1/+4
2006-04-26Bug #6750: This patch detects Intel bridges that are transparent but aren'tDave Airlie1-2/+3
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson13-209/+209
2006-01-28Add libc_wrapper support for random(), which will be used in upcoming EXAEric Anholt1-0/+5
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson1-1/+1
2005-07-19programs/Xserver/hw/xfree86/os-support/shared/agp_noop.cAlan Hourihane1-0/+5
2005-07-11Remove unneeded xf86drm.h includes to fix modular build.Kevin E Martin1-2/+0
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone2-2/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone23-1/+93
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone3-3/+3
2005-05-10Bugzilla #2561: Disable some keycode translations on PC98, which hadEric Anholt1-0/+4
2005-04-22Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,Adam Jackson2-1/+161
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone16-25/+25
2005-04-01programs/Xserver/hw/xfree86/loader/xf86sym.cMatthieu Herrb1-0/+6
2005-03-08Adding more errnos to the libc wrapper (Bugzilla #2672).Egbert Eich1-2/+80
2005-01-28Modifying X.Org Xserver DDX to allow to run X with ordinary userEgbert Eich1-3/+3
2005-01-14Let the OS instead of X save/restore text console fonts on Linux. So far weEgbert Eich1-1/+8
2004-09-15Adding support for OS dependent probing of IA64 chipsets. Not all IA64Egbert Eich2-0/+122
2004-07-30Improved error messages.Egbert Eich1-20/+64