index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-04
Handle -displayfd and an explicit display number sensibly
Jon TURNEY
2
-6
/
+5
2014-01-03
Add -notrapsignals
Jon TURNEY
3
-24
/
+38
2014-01-03
os: Use an external tool for creating backtraces on crash, if available.
Jon TURNEY
2
-10
/
+46
2014-01-03
Use spawnl() rather than pipe() & fork() to invoke xkbcomp
Jon TURNEY
1
-0
/
+32
2014-01-03
Turn on -nolock if /tmp is on FAT
Jon TURNEY
1
-1
/
+1
2014-01-02
Remove /usr/adm/Xnmsgs
Jon TURNEY
1
-37
/
+0
2014-01-02
os: -displayfd option fixes
Jon TURNEY
2
-1
/
+2
2014-01-02
Improve choice of display name used by internal clients
Jon TURNEY
1
-0
/
+15
2014-01-02
Disable smart scheduler on Cygwin
Jon TURNEY
1
-0
/
+2
2013-12-12
darwin: Don't leave stdin/stdout closed
Jeremy Huddleston Sequoia
1
-2
/
+11
2013-12-02
miext: Move SyncShm FDs out of the way of clients
Keith Packard
1
-0
/
+24
2013-11-11
Proper spelling of MAP_ANONYMOUS is MAP_ANON.
Keith Packard
1
-1
/
+2
2013-11-11
Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't set
Keith Packard
1
-0
/
+4
2013-11-11
Trap SIGBUS to handle truncated shared memory segments
Keith Packard
4
-0
/
+164
2013-11-05
os: Actually use the computed clockid in GetTimeInMicros
Julien Cristau
1
-1
/
+1
2013-11-01
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-2
/
+3
2013-10-31
Add support for MIT-SHM AttachFd request
Keith Packard
1
-0
/
+8
2013-10-31
Add interfaces to get FDs from clients over the socket
Keith Packard
1
-0
/
+21
2013-10-31
os: Add GetTimeInMicros
Keith Packard
1
-0
/
+27
2013-10-31
Clean up a couple of warnings in os/
Keith Packard
2
-1
/
+3
2013-11-01
os: use a constant for backtrace array size
Peter Hutterer
1
-2
/
+3
2013-10-18
dix: provide accessor methods for the last device event time
Peter Hutterer
2
-2
/
+2
2013-10-05
os: move <arpa/inet.h> for any !win32 system
Pino Toscano
1
-4
/
+4
2013-09-10
dix: FIXES is not optional
Adam Jackson
1
-2
/
+0
2013-09-10
os: Factor out some common code in input buffer handling
Adam Jackson
1
-35
/
+26
2013-09-10
os: Immediately queue initial WriteToClient
Chris Wilson
1
-1
/
+1
2013-07-11
os: Remove any old logfile before trying to write to it
Jon TURNEY
1
-0
/
+3
2013-05-10
os: Reset input buffer's 'ignoreBytes' field
Robert Morell
1
-0
/
+1
2013-05-07
os: Use ErrorFSigSafe from FatalError and it's friends
Peter Hutterer
1
-5
/
+5
2013-05-07
os: complain about unsupported pnprintf directives
Peter Hutterer
1
-0
/
+1
2013-05-07
os: support %c in pnprintf
Peter Hutterer
1
-0
/
+7
2013-05-07
os: support %% in pnprintf
Peter Hutterer
1
-0
/
+3
2013-05-07
os: support pnprintf length modifiers for integers
Peter Hutterer
1
-4
/
+86
2013-03-06
os: document pnprintf as sigsafe snprintf
Peter Hutterer
1
-0
/
+4
2013-02-26
os: use libunwind to generate backtraces
Marcin Slusarz
2
-0
/
+80
2013-02-14
Merge remote-tracking branch 'jeremyhu/master'
Keith Packard
1
-0
/
+4
2013-02-14
os: fix pnprintf OOB buffer read for unterminated length modifiers
Peter Hutterer
1
-0
/
+3
2013-02-14
os: Ensure <dix-config.h> is included in strndup.c
Jeremy Huddleston Sequoia
1
-0
/
+4
2013-02-08
Short-cut the input device cleanup process during AbortServer()
Peter Hutterer
1
-1
/
+1
2013-02-08
os: Round fraction in pnprintf %f format
Keith Packard
1
-1
/
+1
2013-01-17
os: add support for %f to pnprintf
Peter Hutterer
2
-1
/
+42
2013-01-17
os: silently ignore length modifiers in pnprintf
Peter Hutterer
1
-1
/
+7
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
3
-8
/
+8
2012-11-28
dix/dispatch.c, os/utils.c: Disable smart scheduler on WIN32
Jon TURNEY
1
-0
/
+9
2012-11-28
os/osinit.c: no getpgrp() and setpgrp() on WIN32
Ryan Pavlik
1
-0
/
+2
2012-11-28
os/utils.c: Fix compilation of OsBlockSIGIO when SIGIO isn't defined
Jon TURNEY
1
-2
/
+2
2012-11-28
os/osinit.c, os/utils.c: Exclude sigaction code when building for MinGW
Ryan Pavlik
2
-0
/
+9
2012-11-05
os: Add libnettle as a choice of SHA1 implementation
Yaakov Selkowitz
1
-0
/
+30
2012-10-29
os/utils.c: Provide only stubs for Lock/UnlockServer on WIN32
Ryan Pavlik
1
-0
/
+20
2012-10-08
os: fix typo in OsSigHandler() error message
Denys Vlasenko
1
-1
/
+1
[next]