summaryrefslogtreecommitdiff
path: root/include/os.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-23Get rid of unnecessary GNU extended variadic macro.Matthias Hopf1-1/+1
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+18
2007-09-27Rework local client id finding code to be more uniformAlan Coopersmith1-0/+18
2007-08-16xace: add hooks + new access codes: core protocol server requestsEamon Walsh1-1/+1
2007-06-28Remove the remnants of OS/2 support.Adam Jackson1-1/+1
2007-03-25General DIX static and dead code cleanup.Adam Jackson1-14/+0
2006-10-08include: actually declare DebugFDaniel Stone1-0/+6
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-2/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-07-21add basic D-BUS configuration mechanismDaniel Stone1-0/+4
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-11/+1
2006-06-01Kill LBX, too.Daniel Stone1-11/+0
2006-05-19Remove dead DPMS timer functions from the installed headers. (FredrikAdam Jackson1-5/+0
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-4/+0
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson1-1/+1
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1