index
:
~csimpson/xserver
bugfixes
master
triage
And I have become comfortably numb.
csimpson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
os-support
/
solaris
Age
Commit message (
Expand
)
Author
Files
Lines
2010-02-17
Solaris xf86OSRingBell() off-by-one error in filling iov[] array
Alan Coopersmith
1
-2
/
+3
2010-01-25
Move OS-specific VT key handler code from common to os-support
Alan Coopersmith
1
-0
/
+17
2010-01-25
Solaris: Avoid switching to inactive VT's
Aaron Zang
2
-11
/
+34
2009-12-16
Update Sun license notices to current X.Org standard form
Alan Coopersmith
8
-176
/
+128
2009-08-18
Sun bug 6872917: Xorg not querying /dev/fb when no xorg.conf exists
Alan Coopersmith
1
-11
/
+15
2009-08-13
Add new VT support for OpenSolaris & future Solaris releases
Aaron Zang
3
-89
/
+202
2009-08-13
Remove support for Solaris x86 releases older than Solaris 8
Alan Coopersmith
1
-4
/
+0
2009-08-03
Fix blddir != srcdir builds of solaris-*.il files
Alan Coopersmith
1
-1
/
+1
2009-07-28
xfree86: delete devices probe code (-probe and -probeonly options)
Tiago Vignatti
1
-1
/
+1
2009-07-28
xserver: remove RAC/resource handling code.
Dave Airlie
1
-1
/
+0
2009-05-15
Solaris: Make sure non-inline versions of asm routines end with ret statements
David Marx
3
-3
/
+3
2009-04-27
Solaris: use <sys/agpgart.h> instead of stale copy in Xorg sources
Alan Coopersmith
3
-120
/
+6
2009-04-24
Add SIGIO/SIGPOLL support for Solaris
Alan Coopersmith
1
-1
/
+2
2009-03-30
APM: Use general handlers, not input handlers.
Adam Jackson
1
-2
/
+2
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
5
-19
/
+19
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
2
-5
/
+5
2008-11-24
Remove xf86{En,Dis}ableInterrupts entirely
Adam Jackson
1
-43
/
+0
2008-11-24
Solaris: Make KDSETMODE failure non fatal, and retry it on interrupts
Alan Coopersmith
1
-4
/
+10
2008-10-30
Refactor Solaris mapping code to work with standard shared/vidmem.c
Alan Coopersmith
3
-232
/
+202
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-2
/
+2
2008-08-22
Remove unnecessary #ifdef __SOL8__'s
Alan Coopersmith
1
-6
/
+0
2008-08-22
Convert Solaris #ifdef's for <sys/kd.h> to AC_CHECK_HEADERS check
Alan Coopersmith
1
-1
/
+1
2008-07-20
distcheck fixes
Julien Cristau
1
-1
/
+1
2008-07-16
XFree86: Delete OSMouse code
Daniel Stone
1
-717
/
+0
2008-02-14
Use strerror instead of errno values in user strings.
Adam Jackson
1
-3
/
+3
2008-01-02
Fix names/types of new vuidMouse{Get,Set}ScreenPrivates macros
Alan Coopersmith
1
-3
/
+3
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
4
-17
/
+13
2007-12-03
xf86getpagesize() -> getpagesize() in os-support/solaris/sun_bios.c
Alan Coopersmith
1
-1
/
+1
2007-12-03
Death to libcwrapper.
Adam Jackson
1
-1
/
+0
2007-11-20
Restore checks for __i386 where needed for Sun compilers on Solaris
Alan Coopersmith
3
-15
/
+12
2007-10-17
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
3
-15
/
+15
2007-10-14
mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSI
Ben Byer
3
-15
/
+15
2007-09-19
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-1
/
+1
2007-08-30
Remove dead xf86GetPciSizeFromOS and xf86GetPciOffsetFromOS.
Eric Anholt
1
-1
/
+1
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-7
/
+7
2007-07-12
Make SOLARIS_INOUT_ARCH substitutions work better with automake-1.10
Alan Coopersmith
1
-5
/
+5
2007-02-28
Add sun_apm.c for Suspend-and-Resume support on Solaris
Jay Cotton
2
-2
/
+234
2006-11-30
Make solaris version of xf86OSRingBell return void like other OS'es
Alan Coopersmith
1
-6
/
+6
2006-11-07
Add $(DIX_CFLAGS) to remaining Makefile.am files
Keith Packard
1
-1
/
+1
2006-11-02
Remove references to xf86Info.kbd* from solaris code
Alan Coopersmith
1
-31
/
+0
2006-11-02
sun_bell.c needs to #include "xf86_OSlib.h"
Alan Coopersmith
1
-0
/
+1
2006-11-01
input: add non-keyboard bell ringing function
Daniel Stone
2
-1
/
+185
2006-08-12
xfree86: remove Xqueue support completely
Daniel Stone
2
-162
/
+1
2006-08-12
completely remove OS keyboard layer
Daniel Stone
4
-1590
/
+2
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
9
-13
/
+0
2006-07-18
get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
Daniel Stone
1
-1
/
+1
2006-06-29
Updated Solaris aperture driver to build on sun4v & amd64 kernels
Martin Bochnig
1
-170
/
+208
2006-06-01
Die XTESTEXT1, die!
Daniel Stone
1
-33
/
+1
2006-03-25
Mark everything in xf86sym.c as _X_EXPORT.
Adam Jackson
4
-23
/
+23
2005-12-12
Remove unnecessary include of dgaproc.h that broke Solaris builds.
Alan Coopersmith
1
-4
/
+0
[next]