summaryrefslogtreecommitdiff
path: root/os/log.c
AgeCommit message (Expand)AuthorFilesLines
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 revisionKaleb Keithley1-0/+610