summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/solaris
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-12Make SOLARIS_INOUT_ARCH substitutions work better with automake-1.10Alan Coopersmith1-5/+5
2007-02-28Add sun_apm.c for Suspend-and-Resume support on SolarisJay Cotton2-2/+234
2006-11-30Make solaris version of xf86OSRingBell return void like other OS'esAlan Coopersmith1-6/+6
2006-11-07Add $(DIX_CFLAGS) to remaining Makefile.am filesKeith Packard1-1/+1
2006-11-02Remove references to xf86Info.kbd* from solaris codeAlan Coopersmith1-31/+0
2006-11-02sun_bell.c needs to #include "xf86_OSlib.h"Alan Coopersmith1-0/+1
2006-11-01input: add non-keyboard bell ringing functionDaniel Stone2-1/+185
2006-08-12xfree86: remove Xqueue support completelyDaniel Stone2-162/+1
2006-08-12completely remove OS keyboard layerDaniel Stone4-1590/+2
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson9-13/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-06-29Updated Solaris aperture driver to build on sun4v & amd64 kernelsMartin Bochnig1-170/+208
2006-06-01Die XTESTEXT1, die!Daniel Stone1-33/+1
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson4-23/+23
2005-12-12Remove unnecessary include of dgaproc.h that broke Solaris builds.Alan Coopersmith1-4/+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-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin1-4/+3
2005-09-26Take care of more files from monolith's Xserver/hw/xfree86/etc dir:Alan Coopersmith1-1/+2
2005-08-30Save keyboard LED state on startup and restore on exit so text console modeAlan Coopersmith2-24/+30
2005-08-25Remove sun_inout.s so make dist works (discussed with Alan Coopersmith).Kristian Høgsberg1-1/+1
2005-08-24Fill in xf86DeallocateGARTMemory stub based on lnx_agp.c version. AddAlan Coopersmith1-1/+15
2005-08-162005-08-15 Alan Coopersmith <alan.coopersmith@sun.co>mAlan Coopersmith1-77/+45
2005-08-13Add LintTarget()Alan Coopersmith4-115/+792
2005-08-06Solaris build fixes needed for modular buildsAlan Coopersmith1-0/+2
2005-08-04- Bug #3960: Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho,Adam Jackson1-4/+6
2005-08-04Fix inline assembly versions of in*/out* for Sun compilers Add check forAlan Coopersmith1-31/+13
2005-08-02Fix Solaris assembly source to work with libtoolAlan Coopersmith1-3/+1
2005-08-02- Workaround for AS_HELP_STRING compatibility with older autoconf.Adam Jackson1-3/+3