index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
/
log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
1
-4
/
+2
2010-10-25
Remove now-misleading comment
Mikhail Gusarov
1
-1
/
+0
2010-10-25
Replace "if(buf) realloc(buf, size) else malloc(size)" with realloc()
Mikhail Gusarov
1
-4
/
+1
2010-10-25
Remove now-misleading comment
Mikhail Gusarov
1
-4
/
+0
2010-05-16
XQuartz: Fix a build failure on Tiger
Jeremy Huddleston
1
-0
/
+7
2010-05-13
Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURN
Jeremy Huddleston
1
-1
/
+1
2010-05-13
Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gcc
Mikhail Gusarov
1
-3
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-3
/
+3
2010-04-01
darwin: Correct inline assembly for ___crashreporter_info__
Jeremy Huddleston
1
-1
/
+1
2010-03-29
darwin: Generate crash reports on FatalError()
Jeremy Huddleston
1
-0
/
+9
2010-03-22
New header for XF86Bigfont server functions
Yaakov Selkowitz
1
-2
/
+1
2010-02-17
os: Prevent core dump from being truncated.
Rami Ylimaki
1
-2
/
+2
2010-01-27
xserver: Add timestamps to logfile output.
Kok, Auke
1
-0
/
+9
2010-01-25
Remove unbalanced ( from failure to move log error
Alan Coopersmith
1
-1
/
+1
2009-12-16
os: print log markers only if log level is >= 0
Tiago Vignatti
1
-11
/
+11
2009-04-19
os: don't malloc memory in LogVMessageVerb.
Peter Hutterer
1
-16
/
+6
2009-04-09
Lift fatal signal handlers from DDX'es up to a common DIX implementation
Alan Coopersmith
1
-0
/
+7
2008-12-16
Fix compilation with -Werror=format-security
Colin Guthrie
1
-2
/
+3
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-17
/
+17
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-8
/
+8
2008-10-21
Close well known connections in ServerAbort()
Matthieu Herrb
1
-0
/
+1
2008-07-17
Remove dead code, useless #defines, et al
Daniel Stone
1
-2
/
+0
2008-07-17
Dead code removal
Daniel Stone
1
-18
/
+0
2008-05-14
Remove global argc/argv variables.
Adam Jackson
1
-9
/
+3
2008-05-14
Restore compression of duplicate log file entries.
Adam Jackson
1
-10
/
+0
2007-06-28
Remove the remnants of OS/2 support.
Adam Jackson
1
-3
/
+0
2007-04-09
Bug #10560: Code-Cleanup: function declarations () -> (void)
Stefan Huehner
1
-2
/
+2
2006-11-21
Issue CloseDownDevices() in os/log.c and remove from dix/main.c.
Alan Hourihane
1
-0
/
+2
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-02-15
Mark everything in dixsym.c as _X_EXPORT.
Adam Jackson
1
-9
/
+9
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-1
/
+1
2004-11-15
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
Alexander Gottwald
1
-0
/
+9
2004-08-13
Fix Xprt bug by disabling code that merges multiple audit messages (Bug
Kevin E Martin
1
-0
/
+10
2004-06-30
Add Distributed Multihead X (DMX) support
Kevin E Martin
1
-2
/
+2
2003-11-25
Initial revision
Kaleb Keithley
1
-0
/
+610
[prev]