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
/
include
/
os.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-23
Improve crashreporting
Jon TURNEY
1
-1
/
+5
2015-02-08
Add crash reporting
Jon TURNEY
1
-0
/
+3
2015-02-08
Use spawnl() rather than pipe() & fork() to invoke xkbcomp
Jon TURNEY
1
-0
/
+4
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-4
/
+4
2014-07-29
os: Remove LocalClientCred
Adam Jackson
1
-3
/
+0
2014-07-29
os: Remove deprecated malloc/free wrappers
Adam Jackson
1
-36
/
+1
2014-07-17
Avoid starting a comment with */*
Peter Harris
1
-26
/
+26
2014-03-25
os: Add AddClientOnOpenFD() to create a new client for an file descriptor
Kristian Høgsberg
1
-0
/
+2
2014-03-20
os: Always compile ListenOnOpenFD() and export it
Kristian Høgsberg
1
-3
/
+1
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-17
/
+17
2014-01-12
os: Clean up warnings
Keith Packard
1
-2
/
+2
2013-12-02
miext: Move SyncShm FDs out of the way of clients
Keith Packard
1
-0
/
+3
2013-11-11
Get rid of the rest of the FD passing code when XTRANS_SEND_FDS isn't set
Keith Packard
1
-0
/
+2
2013-10-31
Add support for MIT-SHM AttachFd request
Keith Packard
1
-0
/
+2
2013-10-31
Add interfaces to get FDs from clients over the socket
Keith Packard
1
-0
/
+2
2013-10-31
os: Add GetTimeInMicros
Keith Packard
1
-0
/
+1
2012-10-16
Use X_ATTRIBUTE_PRINTF where suggested for os.h
Jon TURNEY
1
-1
/
+3
2012-09-20
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-3
/
+0
2012-07-17
xwin: Clean up os wrappers for System, Popen and Pclose on Windows
Keith Packard
1
-3
/
+7
2012-07-09
Reliably reset signals at server init time
Keith Packard
1
-0
/
+3
2012-07-04
Merge branch 'sigio-vt-switch-issues' into for-keith
Peter Hutterer
1
-0
/
+6
2012-07-03
os: add OsBlockSIGIO and OsReleaseSIGIO
Peter Hutterer
1
-0
/
+6
2012-07-02
Add ErrorFSigSafe() alternative to ErrorF()
Chase Douglas
1
-0
/
+6
2012-07-02
Add LogMessageVerbSigSafe() for logging messages while in signal context
Chase Douglas
1
-0
/
+7
2012-04-23
os: Annotate OsVendorFatalError as _X_ATTRIBUTE_PRINTF
Jeremy Huddleston
1
-1
/
+2
2012-03-24
os: Pass the FatalError message to OsVendorFatalError
Jeremy Huddleston
1
-1
/
+1
2012-03-22
include: add an X_DEBUG message type
Peter Hutterer
1
-0
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-243
/
+335
2012-01-12
Revert "dix: Pull client-is-local flag up to the ClientRec"
Keith Packard
1
-0
/
+2
2012-01-06
dix: Pull client-is-local flag up to the ClientRec
Adam Jackson
1
-2
/
+0
2011-12-12
Constify the reason string throughout the authorization check framework
Alan Coopersmith
1
-2
/
+2
2011-12-12
Constify string for authorization protocol names
Alan Coopersmith
1
-1
/
+1
2011-12-05
Move to autoconf standard function name checks & defines
Alan Coopersmith
1
-4
/
+4
2011-11-23
Mark arguments to fopen/popen/system wrappers as const char *
Alan Coopersmith
1
-3
/
+3
2011-11-23
Add fallback implementation of strndup()
Alan Coopersmith
1
-0
/
+4
2011-11-18
record: Prevent out of bounds access when recording a reply.
Rami Ylimäki
1
-1
/
+2
2011-10-11
os: Remove Error()
Jeremy Huddleston
1
-1
/
+0
2011-08-22
os/log: Add LogVHdrMessageVerb and friends
Daniel Kurtz
1
-0
/
+13
2011-07-27
Terminate the log with one last message.
Peter Hutterer
1
-3
/
+10
2011-04-25
os: Add missing _X_ATTRIBUTE_PRINTF to va_list variants
Jeremy Huddleston
1
-4
/
+4
2010-12-07
Merge remote branch 'alanc/master'
Keith Packard
1
-4
/
+8
2010-12-07
Add asprintf() implementation for platforms without it
Alan Coopersmith
1
-4
/
+8
2010-12-07
Fix missing <string.h> include.
Cyril Brulebois
1
-0
/
+1
2010-11-30
Simplify Error() - don't allocate temporary copy of error string
Alan Coopersmith
1
-1
/
+1
2010-11-30
Remove unused ReqLen & CastxReq macros
Alan Coopersmith
1
-23
/
+0
2010-05-13
Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURN
Jeremy Huddleston
1
-21
/
+13
2010-05-13
Mark OsAbort as noreturn function to make gcc happier.
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gcc
Mikhail Gusarov
1
-4
/
+1
2010-05-13
Deprecate allocation functions which are plain wrappers for C stdlib
Mikhail Gusarov
1
-4
/
+5
2010-05-13
Document allocation functions, noting deviations from C library
Mikhail Gusarov
1
-0
/
+36
[next]