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
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
2010-05-13
Clean {X,XNF}{alloc,calloc,realloc,free,strdup} from pre-C89 baggage
Mikhail Gusarov
1
-7
/
+7
2010-05-07
Constify function prototypes in auth & xdmcp code
Alan Coopersmith
1
-8
/
+8
2010-02-17
os: Introduce OsAbort for proper core dumps.
Rami Ylimaki
1
-0
/
+2
2009-10-15
Define ddxBeforeReset stubs in platform-neutral DDXs
Yaakov Selkowitz
1
-0
/
+4
2009-04-09
Lift fatal signal handlers from DDX'es up to a common DIX implementation
Alan Coopersmith
1
-0
/
+2
2009-04-06
os: signal handlers return void.
Adam Jackson
1
-10
/
+3
2009-03-23
FID, whatever that was, isn't anymore
Tomas Carnecky
1
-3
/
+0
2009-01-13
Fix build with --enable-visibility --disable-xdmcp.
Michel Dänzer
1
-2
/
+4
2008-12-07
Use libtool convenience libraries and better "symbol" table.
Paulo Cesar Pereira de Andrade
1
-0
/
+4
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-131
/
+131
2008-10-26
Add prototypes for strlcpy/strlcat
Julien Cristau
1
-0
/
+5
2008-10-10
Move xorg_backtrace() up to the OS level so we can call it from DIX.
Adam Jackson
1
-0
/
+2
2008-10-08
Remove unused declarations.
Tiago Vignatti
1
-2
/
+0
2008-10-03
Drop the never-called SkippedRequestCallback list.
Adam Jackson
1
-8
/
+0
2008-08-10
Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.h
Matthieu Herrb
1
-0
/
+16
2008-08-06
XQuartz: Now properly disable xauth checking on launchd socket and mostly fix...
Jeremy Huddleston
1
-1
/
+1
2008-07-24
Remove some more MEMBUG garbage.
Adam Jackson
1
-2
/
+0
2008-07-23
Assume __GNUC__ >= 3.
Adam Jackson
1
-4
/
+2
2008-07-17
Dead code removal
Daniel Stone
1
-2
/
+0
2008-07-17
Nuke some ancient code for commandline-challenged OSes.
Adam Jackson
1
-4
/
+0
2008-07-16
OS/KDrive/XFree86: Sanitise colour initialisation
Daniel Stone
1
-3
/
+0
2008-05-21
drop xprint remnants: InitGlobals
George Sapountzis
1
-4
/
+0
2008-05-17
XQuartz: Added functionality to add a file descriptor to the connection list ...
Jeremy Huddleston
1
-0
/
+4
2008-03-11
Make WriteToClient take a const void * like any decent IO write function.
Kristian Høgsberg
1
-2
/
+2
2007-11-05
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-3
/
+2
2007-11-05
OS: Remove ALLOCATE_LOCAL from os.h
Daniel Stone
1
-3
/
+0
2007-11-02
Move SIGUSR1 notification as late as possible.
Adam Jackson
1
-0
/
+2
2007-10-25
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-1
/
+1
2007-10-23
Get rid of unnecessary GNU extended variadic macro.
Matthias Hopf
1
-1
/
+1
2007-10-17
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-0
/
+18
2007-09-27
Rework local client id finding code to be more uniform
Alan Coopersmith
1
-0
/
+18
2007-08-16
xace: add hooks + new access codes: core protocol server requests
Eamon Walsh
1
-1
/
+1
[next]