summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bsd
AgeCommit message (Expand)AuthorFilesLines
2008-12-16Support -sharevts on FreeBSDRobert Noland1-36/+52
2008-11-24Remove xf86{En,Dis}ableInterrupts entirelyAdam Jackson5-107/+0
2008-11-22Remove the old libusbhid copy from os-support/bsd.Matthieu Herrb9-2167/+1
2008-11-21Support for BSD apmMatthieu Herrb1-1/+9
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-08-18Remove dead {bsd,lnx}Resource.cMathieu BĂ©rard2-93/+0
2008-08-09remove OpenBSD/amd64 specific mtrr API.Matthieu Herrb1-66/+0
2008-07-20distcheck fixesJulien Cristau1-1/+0
2008-07-16XFree86: Delete OSMouse codeDaniel Stone1-791/+0
2008-06-24Check for __amd64__, not __x86_64__.Adam Jackson1-1/+1
2008-06-19Various messages clean-ups.Matthieu Herrb1-7/+12
2008-06-19build fixMatthieu Herrb1-1/+1
2008-05-23xfree86: fix build on GNU/kFreeBSDJulien Cristau1-1/+1
2008-05-17OpenBSD doesn't define __x86_64__, simplify tests.Brad Smith1-4/+4
2008-04-12Check for __x86_64__ when we check for __amd64__Matt Turner2-5/+5
2008-04-06Remove stale codeSascha Hlusiak2-184/+0
2008-03-16test for the presence of pci_system_init_dev_mem() before calling it.Matthieu Herrb1-0/+2
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis1-0/+3
2008-02-14Use strerror instead of errno values in user strings.Adam Jackson2-2/+2
2008-01-29Bug 13101: xorg-server has a typo in hw/xfree86/os-support/bsd/i386_video.cColeman Kane1-1/+1
2007-12-03xf86getpagesize -> getpagesize elsewhere in os-support/Adam Jackson3-3/+3
2007-12-03Death to libcwrapper.Adam Jackson1-1/+0
2007-08-30Remove dead xf86GetPciSizeFromOS and xf86GetPciOffsetFromOS.Eric Anholt1-1/+0
2007-08-30Remove the now-dead PciAvoid symbol.Eric Anholt1-2/+0
2007-08-27Remove the BusAccWindows resource code which is now unused.Eric Anholt1-99/+0
2007-08-19Autoconfiguration of wsmouse for NetBSD.Blair Sadewitz1-6/+6
2007-08-16Update for support on NetBSD and DragonFly. FromJeremy C. Reed1-1/+4
2007-06-29Death to RCS tags.Adam Jackson17-33/+0
2007-05-29Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/xserverMatthieu Herrb1-0/+5
2007-05-29Make this build on OpenBSDMatthieu Herrb1-2/+2
2007-05-24Fix build on NetBSD/amd64.Matthias Drochner1-0/+5
2007-04-10Add a real xf86EnableIO/xf86DisableIO for NetBSD/PPC.Jared D. McNeill2-2/+34
2006-11-15Fix build on FreeBSD after input-hotplug.Eric Anholt1-0/+5
2006-11-07Add $(DIX_CFLAGS) to remaining Makefile.am filesKeith Packard1-1/+1
2006-11-01input: add non-keyboard bell ringing functionDaniel Stone2-0/+82
2006-08-12xfree86: remove Xqueue support completelyDaniel Stone2-294/+0
2006-08-12completely remove OS keyboard layerDaniel Stone4-1668/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson22-22/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-5/+1
2006-05-30Powerpc machines also need ioperm_noop.cMatthieu Herrb1-1/+2
2006-05-27check buffersize before reading next char, fixes the "mouse stuck at left"Matthieu Herrb1-1/+1
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson10-36/+36
2006-03-10Add DragonFly support. (It is like FreeBSD.)Jeremy C. Reed1-10/+10
2006-03-05Don't hard-code -DUSE_DEV_IO here. configure generates the proper OSMatthieu Herrb1-1/+1
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt2-2/+0
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+1
2005-11-09Bug #4915: ButtonMapping option which allows to define arbitrary buttonMatthias Hopf1-0/+1
2005-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin1-0/+17
2005-10-03Bug #3815 <https://bugs.freedesktop.org/show_bug.cgi?id=3815> Patch #3463Alan Coopersmith6-20/+47