index
:
~yselkowitz/xserver
cygwin
cygwin-patches-for-1.12
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.16
cygwin-release-1.7
cygwin-release-1.8
cygwin-release-1.9
master
mingw-patches-for-1.13
server-1.10-branch
server-1.11-branch
server-1.7-branch
server-1.8-branch
server-1.9-branch
work
Yaakov's Cygwin/X xserver repository
yselkowitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
os-support
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-29
bsd: Variable devConsoleFd need only if defined PCCONS_SUPPORT
Alexandr Shadchin
1
-0
/
+5
2011-09-29
bsd: Replacement screenFd on consoleFd because they are equivalent
Alexandr Shadchin
6
-20
/
+9
2011-09-29
bsd: Remove unused macros KBD_FD
Alexandr Shadchin
1
-4
/
+0
2011-09-26
Merge remote-tracking branch 'whot/next'
Keith Packard
2
-4
/
+5
2011-09-27
xfree86: switch options from pointer to XF86OptionPtr
Peter Hutterer
2
-4
/
+5
2011-09-19
sun_init.c: Implement novtswitch & sharevts for Solaris
Alan Coopersmith
1
-3
/
+13
2011-09-16
sun_init.c: Move vt switches to a switch_to helper function like lnx_init.c
Alan Coopersmith
1
-11
/
+19
2011-09-16
xfree86: move -novtswitch & -sharevts argument handling up to common layer
Alan Coopersmith
2
-30
/
+12
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
1
-2
/
+2
2011-06-28
Merge remote-tracking branch 'dbn/no-libxorg'
Keith Packard
2
-8
/
+1
2011-06-27
xfree86: Only log the serial bytes if debug is on.
Peter Hutterer
1
-1
/
+1
2011-06-23
Don't use empty source files
Dan Nicholson
2
-8
/
+1
2011-04-22
linux: Retry VT ioctls while errno == EINTR
Aaron Plattner
1
-34
/
+49
2011-03-14
Consolidate all the PATH_MAX handling into misc.h
Christopher James Halse Rogers
1
-8
/
+3
2011-02-24
Removing unused code
Alexandr Shadchin
2
-13
/
+1
2010-12-31
XFree86: Linux: AGP: Fix void-pointer-arithmetic warning
Daniel Stone
1
-1
/
+1
2010-12-31
linux: warning fix
Adam Jackson
1
-1
/
+1
2010-12-20
Remove SCO support
Adam Jackson
7
-836
/
+3
2010-12-07
Sun's copyrights now belong to Oracle
Alan Coopersmith
8
-8
/
+8
2010-11-30
Fix compiler warnings in hw/xfree86/os-support/solaris
Alan Coopersmith
3
-8
/
+6
2010-11-30
linux: Refactor VT switch on {re,}generation and shutdown
Adam Jackson
1
-24
/
+14
2010-11-30
xfree86: Remove dead ifdefs from VT switching
Adam Jackson
1
-15
/
+0
2010-11-30
linux: Don't muck about with tty permissions
Adam Jackson
1
-62
/
+0
2010-11-30
xfree86: Remove os-support/sysv
Adam Jackson
4
-569
/
+1
2010-11-30
linux: Remove redundant variable
Adam Jackson
1
-5
/
+3
2010-11-19
linux: Fix CPU usage bug in console fd flushing
Adam Jackson
1
-1
/
+5
2010-11-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
4
-24
/
+26
2010-11-10
Do not trap access to timer and keyboard
Samuel Thibault
2
-0
/
+11
2010-10-24
hurd: Fix use of deprecated iopl device
Samuel Thibault
2
-15
/
+15
2010-10-18
xfree86: Drop linux libc5 support from the SIGIO code
Adam Jackson
1
-9
/
+0
2010-10-15
Merge branch 'master' into input-api
Peter Hutterer
5
-25
/
+5
2010-09-23
xfree86: nds32: add nds32 definition for support linux video related io.
Macpaul Lin
1
-2
/
+3
2010-09-14
xfree86: bus: assign PCI_SOURCES with the actual source files
Tiago Vignatti
1
-2
/
+2
2010-09-14
xfree86: bus: move macros from common PCI header to private file
Tiago Vignatti
1
-5
/
+0
2010-09-14
xfree86: bus: remove xfree86 and few other references from OS files
Tiago Vignatti
2
-15
/
+0
2010-09-14
xfree86: bus: remove useless automake variable
Tiago Vignatti
1
-2
/
+1
2010-09-10
xfree86: add a hook to replace the new console handler.
Peter Hutterer
1
-3
/
+1
2010-09-10
linux: Don't lose console events on non-evdev drivers (#29969)
Thomas Hellstrom
1
-2
/
+3
2010-09-09
linux: Don't lose console events on non-evdev drivers (#29969)
Thomas Hellstrom
1
-2
/
+3
2010-06-11
Remove more superfluous if(p) checks around free(p)
Matt Turner
1
-4
/
+2
2010-06-10
Solaris: avoid memory leak if AGPIOC_INFO ioctl fails
Alan Coopersmith
1
-5
/
+5
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
19
-113
/
+113
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
1
-1
/
+1
2010-05-24
xfree86: bus: remove unused headers
Tiago Vignatti
2
-3
/
+0
2010-05-24
xfree86: bus: remove unused pci macros
Tiago Vignatti
1
-6
/
+0
2010-05-21
Solaris: Use VT_SET_CONSUSER ioctl to set Console User rights profile
Aaron Zang
1
-22
/
+80
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
8
-36
/
+36
2010-04-21
xfree86: fix not reached code in tty code
Tiago Vignatti
1
-5
/
+0
2010-03-24
xfree86: remove if 1 from the dawn of time.
Peter Hutterer
1
-10
/
+0
2010-02-17
Solaris xf86OSRingBell() off-by-one error in filling iov[] array
Alan Coopersmith
1
-2
/
+3
[prev]
[next]