summaryrefslogtreecommitdiff
path: root/os/log.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-05XQuartz: Make a copy of args for our crash reporter vsnprintfJeremy Huddleston1-1/+6
2011-04-25os: Silence warnings when building with clangJeremy Huddleston1-0/+4
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-9/+3
2010-12-06Merge remote branch 'jeremyhu/master'Keith Packard1-1/+1
2010-12-03XQuartz: Cleanup some compiler warningsJeremy Huddleston1-1/+1
2010-11-30Simplify Error() - don't allocate temporary copy of error stringAlan Coopersmith1-13/+6
2010-11-10Merge remote branch 'whot/for-keith'Keith Packard1-4/+2
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois1-4/+2
2010-10-25Remove now-misleading commentMikhail Gusarov1-1/+0
2010-10-25Replace "if(buf) realloc(buf, size) else malloc(size)" with realloc()Mikhail Gusarov1-4/+1
2010-10-25Remove now-misleading commentMikhail Gusarov1-4/+0
2010-05-16XQuartz: Fix a build failure on TigerJeremy Huddleston1-0/+7
2010-05-13Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURNJeremy Huddleston1-1/+1
2010-05-13Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gccMikhail Gusarov1-3/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-3/+3
2010-04-01darwin: Correct inline assembly for ___crashreporter_info__Jeremy Huddleston1-1/+1
2010-03-29darwin: Generate crash reports on FatalError()Jeremy Huddleston1-0/+9
2010-03-22New header for XF86Bigfont server functionsYaakov Selkowitz1-2/+1
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-2/+2
2010-01-27xserver: Add timestamps to logfile output.Kok, Auke1-0/+9
2010-01-25Remove unbalanced ( from failure to move log errorAlan Coopersmith1-1/+1
2009-12-16os: print log markers only if log level is >= 0Tiago Vignatti1-11/+11
2009-04-19os: don't malloc memory in LogVMessageVerb.Peter Hutterer1-16/+6
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith1-0/+7
2008-12-16Fix compilation with -Werror=format-securityColin Guthrie1-2/+3
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-17/+17
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-8/+8
2008-10-21Close well known connections in ServerAbort()Matthieu Herrb1-0/+1
2008-07-17Remove dead code, useless #defines, et alDaniel Stone1-2/+0
2008-07-17Dead code removalDaniel Stone1-18/+0
2008-05-14Remove global argc/argv variables.Adam Jackson1-9/+3
2008-05-14Restore compression of duplicate log file entries.Adam Jackson1-10/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-3/+0
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-2/+2
2006-11-21Issue CloseDownDevices() in os/log.c and remove from dix/main.c.Alan Hourihane1-0/+2
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson1-9/+9
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2004-11-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald1-0/+9
2004-08-13Fix Xprt bug by disabling code that merges multiple audit messages (BugKevin E Martin1-0/+10
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-2/+2
2003-11-25Initial revisionXORG-STABLEKaleb Keithley1-0/+610