summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/solaris
AgeCommit message (Expand)AuthorFilesLines
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-04-12xf86: use new xf86VTOwner interface in a few placesDave Airlie1-1/+1
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-14/+12
2012-03-21Introduce a consistent coding styleKeith Packard6-689/+660
2011-11-23sun_agp: cast key to uintptr_t before casting to (int *)Alan Coopersmith1-1/+1
2011-09-19sun_init.c: Implement novtswitch & sharevts for SolarisAlan Coopersmith1-3/+13
2011-09-16sun_init.c: Move vt switches to a switch_to helper function like lnx_init.cAlan Coopersmith1-11/+19
2011-06-30Fix UTF-8 encodingMatěj Cepl1-2/+2
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-06-10Solaris: avoid memory leak if AGPIOC_INFO ioctl failsAlan Coopersmith1-5/+5
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov2-11/+11
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
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 Gusarov1-1/+1
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 Coopersmith1-0/+17
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-08-18Sun bug 6872917: Xorg not querying /dev/fb when no xorg.conf existsAlan Coopersmith1-11/+15
2009-08-13Add new VT support for OpenSolaris & future Solaris releasesAaron Zang3-89/+202
2009-08-13Remove support for Solaris x86 releases older than Solaris 8Alan Coopersmith1-4/+0
2009-08-03Fix blddir != srcdir builds of solaris-*.il filesAlan Coopersmith1-1/+1
2009-07-28xfree86: delete devices probe code (-probe and -probeonly options)Tiago Vignatti1-1/+1
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-1/+0
2009-05-15Solaris: Make sure non-inline versions of asm routines end with ret statementsDavid Marx3-3/+3
2009-04-27Solaris: use <sys/agpgart.h> instead of stale copy in Xorg sourcesAlan Coopersmith3-120/+6
2009-04-24Add SIGIO/SIGPOLL support for SolarisAlan Coopersmith1-1/+2
2009-03-30APM: Use general handlers, not input handlers.Adam Jackson1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade5-19/+19
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade2-5/+5
2008-11-24Remove xf86{En,Dis}ableInterrupts entirelyAdam Jackson1-43/+0
2008-11-24Solaris: Make KDSETMODE failure non fatal, and retry it on interruptsAlan Coopersmith1-4/+10
2008-10-30Refactor Solaris mapping code to work with standard shared/vidmem.cAlan Coopersmith3-232/+202
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+2
2008-08-22Remove unnecessary #ifdef __SOL8__'sAlan Coopersmith1-6/+0
2008-08-22Convert Solaris #ifdef's for <sys/kd.h> to AC_CHECK_HEADERS checkAlan Coopersmith1-1/+1
2008-07-20distcheck fixesJulien Cristau1-1/+1
2008-07-16XFree86: Delete OSMouse codeDaniel Stone1-717/+0
2008-02-14Use strerror instead of errno values in user strings.Adam Jackson1-3/+3
2008-01-02Fix names/types of new vuidMouse{Get,Set}ScreenPrivates macrosAlan Coopersmith1-3/+3
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh4-17/+13
2007-12-03xf86getpagesize() -> getpagesize() in os-support/solaris/sun_bios.cAlan Coopersmith1-1/+1
2007-12-03Death to libcwrapper.Adam Jackson1-1/+0
2007-11-20Restore checks for __i386 where needed for Sun compilers on SolarisAlan Coopersmith3-15/+12
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh3-15/+15
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer3-15/+15
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1
2007-08-30Remove dead xf86GetPciSizeFromOS and xf86GetPciOffsetFromOS.Eric Anholt1-1/+1
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-7/+7