index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
WaitFor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-02
os: return 0 from check_timers if we touched any of them
Peter Hutterer
1
-1
/
+3
2016-10-28
os: Recompute whether any clients are ready after ProcessWorkQueue() (bug 98030)
Keith Packard
1
-1
/
+3
2016-09-22
dix: Silence TSan warnings when checking for pending input
Jeremy Huddleston Sequoia
1
-1
/
+1
2016-07-21
os: Clean up WaitFor.c
Keith Packard
1
-84
/
+41
2016-07-21
os: Use xorg_list for struct _OsTimerRec
Keith Packard
1
-73
/
+84
2016-07-21
os: Remove CheckConnections
Keith Packard
1
-5
/
+1
2016-07-21
os: Switch server to poll(2) [v3]
Keith Packard
1
-117
/
+40
2016-07-21
dix: Use list for ready clients
Keith Packard
1
-19
/
+17
2016-07-18
os: Compute timeout in milliseconds instead of struct timeval
Keith Packard
1
-10
/
+22
2016-07-18
dix/os: Merge priority computation into SmartScheduleClient
Keith Packard
1
-31
/
+2
2016-07-18
Remove AddEnabledDevice and AddGeneralSocket APIs
Keith Packard
1
-3
/
+1
2016-07-18
Remove fd_set from Block/Wakeup handler API
Keith Packard
1
-2
/
+2
2016-06-07
os: Do timers under input lock, not blocked signals
Keith Packard
1
-14
/
+14
2015-12-01
os: Use NotifyFd interface for listen descriptors
Keith Packard
1
-4
/
+0
2015-12-01
os: Implement support for NotifyFd X_NOTIFY_WRITE
Keith Packard
1
-10
/
+20
2015-12-01
os: Add NotifyFd interfaces
Keith Packard
1
-0
/
+4
2015-12-01
Remove non-smart scheduler. Don't require setitimer.
Keith Packard
1
-10
/
+4
2015-10-27
os: make sure the clientsWritable fd_set is initialized before use
Martin Peres
1
-0
/
+1
2015-01-26
os: Fix timer race conditions
Nikhil Mahale
1
-15
/
+26
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-9
/
+9
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-6
/
+6
2013-11-11
Trap SIGBUS to handle truncated shared memory segments
Keith Packard
1
-0
/
+5
2013-10-18
dix: provide accessor methods for the last device event time
Peter Hutterer
1
-1
/
+1
2012-05-01
os: make timers signal-safe
Peter Hutterer
1
-2
/
+16
2012-03-22
Change lastDeviceIdleTime to be per-device
Peter Hutterer
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-326
/
+281
2011-01-20
os: Reduce smart scheduler setup calls
Adam Jackson
1
-3
/
+9
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-3
/
+3
2009-07-15
Update to xextproto 7.0.99.1.
Peter Hutterer
1
-2
/
+1
2009-06-18
Clarify use of and need for mffs vs. ffs
Alan Coopersmith
1
-1
/
+3
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-1
/
+1
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-9
/
+9
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-6
/
+6
2008-08-11
The smart scheduler is not optional.
Mathieu Bérard
1
-14
/
+0
2008-07-24
Sync is built-in and mandatory.
Adam Jackson
1
-2
/
+0
2008-04-07
Fix Xvfb input when building against current X sources.
Adam Tkac
1
-5
/
+1
2008-02-14
Use strerror instead of errno values in user strings.
Adam Jackson
1
-4
/
+4
2007-12-13
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-16
/
+1
2007-12-05
WaitForSomething: Ignore EAGAIN
Daniel Stone
1
-1
/
+1
2007-12-02
Clean up many #if 0.
Adam Jackson
1
-15
/
+0
2007-11-19
xace: restore the old SaveScreens function and introduce new API, since the
Eamon Walsh
1
-1
/
+1
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-8
/
+3
2007-10-30
reduce wakeups from smart scheduler
Arjan van de Ven
1
-8
/
+3
2007-08-16
xace: add hooks + new access codes: core protocol screensaver requests
Eamon Walsh
1
-2
/
+2
2007-06-28
Remove the remnants of OS/2 support.
Adam Jackson
1
-3
/
+0
2007-03-28
Bug #10296: Fix timer rescheduling.
Tomas Janousek
1
-3
/
+6
2007-01-03
Move the code for resetting the DPMS mode in response to input events,
Fredrik Höglund
1
-4
/
+1
2006-11-28
Fix potential NULL pointer access in timer code.
Matthias Hopf
1
-7
/
+9
2006-10-29
WaitForSomething: only rewind when delta is more than 250ms
Daniel Stone
1
-10
/
+10
2006-10-25
WaitForSomething: allow time to rewind
Daniel Stone
1
-3
/
+31
[next]