index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-28
auth: remove AuthToIDFunc and associated functions. Not used anymore.
HEAD
master
Matthieu Herrb
2
-10
/
+3
2017-02-28
Use arc4random_buf(3) if available to generate cookies.
Matthieu Herrb
3
-0
/
+15
2017-02-28
Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624
Matthieu Herrb
5
-2
/
+56
2017-02-27
os: log a bug whenever WriteToClient is called from the input thread
Peter Hutterer
3
-0
/
+12
2017-02-23
Revert "xwayland: bump wayland-protocols version to 1.7"
Olivier Fourdan
1
-1
/
+1
2017-02-23
xwayland: use _XWAYLAND_ALLOW_COMMITS property
Pekka Paalanen
2
-0
/
+124
2017-02-23
xwayland: fix 'buffer' may be used uninitialized warning
Pekka Paalanen
1
-1
/
+1
2017-02-23
xwayland: refactor into xwl_window_post_damage()
Pekka Paalanen
1
-23
/
+33
2017-02-23
dix: Add a callback chain for window property state change
Adam Jackson
2
-0
/
+17
2017-02-23
dix: Pass the whole property into deliverPropertyNotifyEvent
Adam Jackson
1
-7
/
+7
2017-02-23
tests: Fix guards for ld -wrap
Mihail Konev
2
-98
/
+46
2017-02-23
glamor: Fix missing declaration in dash vertex shader
Dr.-Ing. Dieter Jurzitza
1
-0
/
+1
2017-02-23
os: Fix iteration over busfaults
Chris Wilson
1
-6
/
+7
2017-02-23
inputthread: Initialise inputThreadInfo->changed before use
Chris Wilson
1
-0
/
+2
2017-02-20
os: remove unused define MAX_TIMES_PER
Olivier Fourdan
1
-1
/
+0
2017-02-16
mi: Add include guards to migc.h
Adam Jackson
1
-0
/
+5
2017-02-16
fb: Remove stray references to fbHasVisualTypes
Adam Jackson
2
-5
/
+0
2017-02-16
fb: Remove unused fbGetFreeCompClip macro
Adam Jackson
1
-1
/
+0
2017-02-16
wfb: Hide init function decls behind FB_ACCESS_WRAPPER
Adam Jackson
1
-3
/
+2
2017-02-16
wfb: Add missing rename for fbGlyphs
Adam Jackson
1
-0
/
+1
2017-02-16
prime: Clear PixmapDirtyUpdateRec::damage when it's destroyed
Michel Dänzer
1
-3
/
+12
2017-02-16
xwayland: bump wayland-protocols version to 1.7
Olivier Fourdan
1
-1
/
+1
2017-02-16
xfree86: Reorganize the reserved ScrnInfoRec slots
Adam Jackson
1
-20
/
+7
2017-02-16
xfree86: Remove unused chipID/Rev from ScrnInfoRec
Adam Jackson
1
-3
/
+0
2017-02-16
xfree86: Remove memClk from ScrnInfoRec
Adam Jackson
2
-2
/
+0
2017-02-16
xfree86: Remove Option "BiosBase" (v2)
Adam Jackson
7
-43
/
+1
2017-02-16
xfree86: Drop virtualFrom from ScrnInfoRec
Adam Jackson
3
-13
/
+2
2017-02-16
xfree86: Remove max[HV]Value from ScrnInfoRec
Adam Jackson
3
-32
/
+0
2017-02-16
xfree86: Fix a comment about ScrnInfoRec
Adam Jackson
1
-5
/
+1
2017-02-14
DetermineClientCmd: try using /proc/pid/cmdline on Solaris too
Alan Coopersmith
1
-39
/
+47
2017-02-09
xfree86: Bump video ABI to 24.0
Adam Jackson
1
-1
/
+1
2017-02-08
xwayland: Apply output rotation for screen size
Olivier Fourdan
1
-12
/
+16
2017-02-08
xwayland: CRTC should support all rotations
Olivier Fourdan
1
-1
/
+8
2017-02-08
damage: Validate source pictures bound to windows before unwrapping
Michel Dänzer
2
-1
/
+11
2017-02-08
xwayland: Add hack for FWXGA resolution #99574
Svitozar Cherepii
1
-0
/
+7
2017-02-08
present: Allow flipping with PRIME slave outputs
Michel Dänzer
1
-16
/
+0
2017-02-08
prime: Sync shared pixmap from root window instead of screen pixmap
Michel Dänzer
1
-4
/
+12
2017-02-08
modesetting: allow switching from software to hardware cursors (v5).
Michael Thayer
2
-18
/
+13
2017-02-08
modesetting: Immediately handle failure to set HW cursor, v5
Michael Thayer
2
-11
/
+5
2017-02-08
xfree86: Immediately handle failure to set HW cursor, v5
Michael Thayer
4
-15
/
+53
2017-02-08
dmx: fix linking
Mihail Konev
1
-1
/
+2
2017-02-08
dri1: Remove some dead event code
Adam Jackson
1
-7
/
+0
2017-02-08
xwayland: replace hardcoded function name with __func__ in error msg
Peter Hutterer
2
-4
/
+4
2017-02-06
xfree86: Take input_lock() for xf86ScreenCheckHWCursor
Chris Wilson
1
-7
/
+20
2017-02-06
xfree86: Take input lock for xf86TransparentCursor
Chris Wilson
1
-0
/
+4
2017-02-06
xfree86: Take the input lock for xf86RecolorCursor
Chris Wilson
1
-6
/
+18
2017-02-01
present: disable page flip only when a slave crtc is active
Qiang Yu
1
-1
/
+13
2017-02-01
loader: Handle mod->VersionInfo == NULL
Michel Dänzer
1
-10
/
+11
2017-01-25
dri2: refine dri2_probe_driver_name (v2)
Qiang Yu
2
-20
/
+30
2017-01-25
tests: shuffle around the linking order to please GNU ld
Martin Peres
1
-1
/
+5
[next]