summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/solaris/sun_init.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-07xfree86: os-support: use LogMessageVerb() instead of xf86Msg()Enrico Weigelt, metux IT consult1-23/+23
2024-04-18xfree86: os-support: move hidden Solaris-specific symbols out of public headerEnrico Weigelt, metux IT consult1-1/+1
2024-04-18xfree86: unexport os-support functionsEnrico Weigelt, metux IT consult1-0/+1
2024-04-17Fix missing include of sys/stat.hEnrico Weigelt, metux IT consult1-0/+1
2024-04-16os: unexport Os*() functionsEnrico Weigelt, metux IT consult1-0/+2
2024-04-15os: unexport command line args handling functionsEnrico Weigelt, metux IT consult1-0/+2
2024-03-21xfree86: os-support: fix missing include of <errno.h>Enrico Weigelt, metux IT consult1-0/+2
2024-03-19Revert "Fix missing includes of <errno.h>"Peter Hutterer1-2/+0
2024-03-18Fix missing includes of <errno.h>Enrico Weigelt, metux IT consult1-0/+2
2022-03-31xfree86: #ifdef HAS_USL_VTS for switch_to under SolarisClaes Nästén1-0/+2
2014-12-19Solaris: Move shared declarations to xf86_OSlib.hAlan Coopersmith1-2/+0
2014-12-11Solaris: delete undocumented, unuseful -protect0 flagAlan Coopersmith1-31/+0
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2013-04-12xf86: use new xf86VTOwner interface in a few placesDave Airlie1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-260/+242
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
2010-11-30Fix compiler warnings in hw/xfree86/os-support/solarisAlan Coopersmith1-4/+3
2010-05-21Solaris: Use VT_SET_CONSUSER ioctl to set Console User rights profileAaron Zang1-22/+80
2010-01-25Solaris: Avoid switching to inactive VT'sAaron Zang1-6/+13
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 Zang1-87/+90
2009-08-13Remove support for Solaris x86 releases older than Solaris 8Alan Coopersmith1-4/+0
2009-07-28xfree86: delete devices probe code (-probe and -probeonly options)Tiago Vignatti1-1/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-4/+4
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-4/+4
2008-11-24Solaris: Make KDSETMODE failure non fatal, and retry it on interruptsAlan Coopersmith1-4/+10
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
2007-11-20Restore checks for __i386 where needed for Sun compilers on SolarisAlan Coopersmith1-7/+4
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer1-6/+6
2006-11-02Remove references to xf86Info.kbd* from solaris codeAlan Coopersmith1-31/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-05-21Initial experimental support for AMD64 builds on Solaris 10 x86. ImprovedAlan Coopersmith1-5/+19
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-mergeEric Anholt1-17/+4
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-4/+17
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionKaleb Keithley1-0/+375