summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support
AgeCommit message (Expand)AuthorFilesLines
2011-02-24Removing unused codeAlexandr Shadchin2-13/+1
2010-12-31XFree86: Linux: AGP: Fix void-pointer-arithmetic warningDaniel Stone1-1/+1
2010-12-31linux: warning fixAdam Jackson1-1/+1
2010-12-20Remove SCO supportAdam Jackson7-836/+3
2010-12-07Sun's copyrights now belong to OracleAlan Coopersmith8-8/+8
2010-11-30Fix compiler warnings in hw/xfree86/os-support/solarisAlan Coopersmith3-8/+6
2010-11-30linux: Refactor VT switch on {re,}generation and shutdownAdam Jackson1-24/+14
2010-11-30xfree86: Remove dead ifdefs from VT switchingAdam Jackson1-15/+0
2010-11-30linux: Don't muck about with tty permissionsAdam Jackson1-62/+0
2010-11-30xfree86: Remove os-support/sysvAdam Jackson4-569/+1
2010-11-30linux: Remove redundant variableAdam Jackson1-5/+3
2010-11-19linux: Fix CPU usage bug in console fd flushingAdam Jackson1-1/+5
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer4-24/+26
2010-11-10Do not trap access to timer and keyboardSamuel Thibault2-0/+11
2010-10-24hurd: Fix use of deprecated iopl deviceSamuel Thibault2-15/+15
2010-10-18xfree86: Drop linux libc5 support from the SIGIO codeAdam Jackson1-9/+0
2010-10-15Merge branch 'master' into input-apiPeter Hutterer5-25/+5
2010-09-23xfree86: nds32: add nds32 definition for support linux video related io.Macpaul Lin1-2/+3
2010-09-14xfree86: bus: assign PCI_SOURCES with the actual source filesTiago Vignatti1-2/+2
2010-09-14xfree86: bus: move macros from common PCI header to private fileTiago Vignatti1-5/+0
2010-09-14xfree86: bus: remove xfree86 and few other references from OS filesTiago Vignatti2-15/+0
2010-09-14xfree86: bus: remove useless automake variableTiago Vignatti1-2/+1
2010-09-10xfree86: add a hook to replace the new console handler.Peter Hutterer1-3/+1
2010-09-10linux: Don't lose console events on non-evdev drivers (#29969)Thomas Hellstrom1-2/+3
2010-09-09linux: Don't lose console events on non-evdev drivers (#29969)Thomas Hellstrom1-2/+3
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner1-4/+2
2010-06-10Solaris: avoid memory leak if AGPIOC_INFO ioctl failsAlan Coopersmith1-5/+5
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov19-113/+113
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-05-24xfree86: bus: remove unused headersTiago Vignatti2-3/+0
2010-05-24xfree86: bus: remove unused pci macrosTiago Vignatti1-6/+0
2010-05-21Solaris: Use VT_SET_CONSUSER ioctl to set Console User rights profileAaron Zang1-22/+80
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov8-36/+36
2010-04-21xfree86: fix not reached code in tty codeTiago Vignatti1-5/+0
2010-03-24xfree86: remove if 1 from the dawn of time.Peter Hutterer1-10/+0
2010-02-17Solaris xf86OSRingBell() off-by-one error in filling iov[] arrayAlan Coopersmith1-2/+3
2010-01-25Move OS-specific VT key handler code from common to os-supportAlan Coopersmith6-0/+54
2010-01-25Solaris: Avoid switching to inactive VT'sAaron Zang2-11/+34
2009-12-16Update Sun license notices to current X.Org standard formAlan Coopersmith8-176/+128
2009-11-16Use glibc's in/out routinesMatt Turner4-212/+5
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-0/+2
2009-11-06Remove lnx_font.c and lnx.hMatt Turner6-328/+2
2009-10-13Merge remote branch 'mattst88/master'Keith Packard4-17/+87
2009-10-13[alpha] assume we have __NR_pciconfig_iobaseMatt Turner1-4/+0
2009-10-13[alpha] don't return from void functionsMatt Turner1-6/+12
2009-10-08Cast small-int values through intptr_t when passed as pointersJamey Sharp1-1/+1
2009-10-08Resource leakage: 0 is a valid file descriptorMartin Ettl1-1/+1
2009-10-07Fix undefined symbols on alphaMichael Cree1-6/+6
2009-10-06Fix breakage on alpha caused by c7680befe5aeMatt Turner1-23/+39
2009-10-06Revert "alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBus"Peter Hutterer2-1/+53