summaryrefslogtreecommitdiff
path: root/include/os.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-0/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+0
2011-12-12Constify the reason string throughout the authorization check frameworkAlan Coopersmith1-2/+2
2011-12-12Constify string for authorization protocol namesAlan Coopersmith1-1/+1
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith1-4/+4
2011-11-23Mark arguments to fopen/popen/system wrappers as const char *Alan Coopersmith1-3/+3
2011-11-23Add fallback implementation of strndup()Alan Coopersmith1-0/+4
2011-11-18record: Prevent out of bounds access when recording a reply.Rami Ylimäki1-1/+2
2011-10-11os: Remove Error()Jeremy Huddleston1-1/+0
2011-08-22os/log: Add LogVHdrMessageVerb and friendsDaniel Kurtz1-0/+13
2011-07-27Terminate the log with one last message.Peter Hutterer1-3/+10
2011-04-25os: Add missing _X_ATTRIBUTE_PRINTF to va_list variantsJeremy Huddleston1-4/+4
2010-12-07Merge remote branch 'alanc/master'Keith Packard1-4/+8
2010-12-07Add asprintf() implementation for platforms without itAlan Coopersmith1-4/+8
2010-12-07Fix missing <string.h> include.Cyril Brulebois1-0/+1
2010-11-30Simplify Error() - don't allocate temporary copy of error stringAlan Coopersmith1-1/+1
2010-11-30Remove unused ReqLen & CastxReq macrosAlan Coopersmith1-23/+0
2010-05-13Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURNJeremy Huddleston1-21/+13
2010-05-13Mark OsAbort as noreturn function to make gcc happier.Mikhail Gusarov1-1/+1
2010-05-13Introduce X_NORETURN macro defined as __attribute__((noreturn)) for gccMikhail Gusarov1-4/+1
2010-05-13Deprecate allocation functions which are plain wrappers for C stdlibMikhail Gusarov1-4/+5
2010-05-13Document allocation functions, noting deviations from C libraryMikhail Gusarov1-0/+36
2010-05-13Clean {X,XNF}{alloc,calloc,realloc,free,strdup} from pre-C89 baggageMikhail Gusarov1-7/+7
2010-05-07Constify function prototypes in auth & xdmcp codeAlan Coopersmith1-8/+8
2010-02-17os: Introduce OsAbort for proper core dumps.Rami Ylimaki1-0/+2
2009-10-15Define ddxBeforeReset stubs in platform-neutral DDXsYaakov Selkowitz1-0/+4
2009-04-09Lift fatal signal handlers from DDX'es up to a common DIX implementationAlan Coopersmith1-0/+2
2009-04-06os: signal handlers return void.Adam Jackson1-10/+3
2009-03-23FID, whatever that was, isn't anymoreTomas Carnecky1-3/+0
2009-01-13Fix build with --enable-visibility --disable-xdmcp.Michel Dänzer1-2/+4
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade1-0/+4
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-131/+131
2008-10-26Add prototypes for strlcpy/strlcatJulien Cristau1-0/+5
2008-10-10Move xorg_backtrace() up to the OS level so we can call it from DIX.Adam Jackson1-0/+2
2008-10-08Remove unused declarations.Tiago Vignatti1-2/+0
2008-10-03Drop the never-called SkippedRequestCallback list.Adam Jackson1-8/+0
2008-08-10Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.hMatthieu Herrb1-0/+16
2008-08-06XQuartz: Now properly disable xauth checking on launchd socket and mostly fix...Jeremy Huddleston1-1/+1
2008-07-24Remove some more MEMBUG garbage.Adam Jackson1-2/+0
2008-07-23Assume __GNUC__ >= 3.Adam Jackson1-4/+2
2008-07-17Dead code removalDaniel Stone1-2/+0
2008-07-17Nuke some ancient code for commandline-challenged OSes.Adam Jackson1-4/+0
2008-07-16OS/KDrive/XFree86: Sanitise colour initialisationDaniel Stone1-3/+0
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-4/+0
2008-05-17XQuartz: Added functionality to add a file descriptor to the connection list ...Jeremy Huddleston1-0/+4
2008-03-11Make WriteToClient take a const void * like any decent IO write function.Kristian Høgsberg1-2/+2
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-3/+2
2007-11-05OS: Remove ALLOCATE_LOCAL from os.hDaniel Stone1-3/+0
2007-11-02Move SIGUSR1 notification as late as possible.Adam Jackson1-0/+2
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+1