summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2006-08-09Remove the bc flag from the -help text, since it's gone.Adam Jackson1-1/+0
2006-08-07remove optional R3 backwards compatibilityDaniel Stone1-2/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson17-35/+0
2006-07-21never define MEMBUGDaniel Stone1-6/+0
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson1-2/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone2-8/+4
2006-06-26Free small, one-time memory leak in xdmcp -from handlingPeter Breitenlohner1-0/+4
2006-06-21Move Xserver internal API for appgroup from Xagsrv.h to appgroup.hAlan Coopersmith1-1/+1
2006-06-21fix a number of compiler warnings in os/*Greg Kroah-Hartman4-3/+15
2006-06-20Move Xserver API for security extension to securitysrv.hAlan Coopersmith5-10/+5
2006-06-20Check setuid() return value. Bugzilla #7116.Matthieu Herrb1-7/+13
2006-06-08fix up EnableDisableExtension() and EnableDisableExtensionError() prototypesGreg Kroah-Hartman1-4/+1
2006-06-08Properly define dispatchExceptionAtReset to fix compiler warningsGreg Kroah-Hartman1-2/+0
2006-06-01Kill LBX, too.Daniel Stone7-878/+17
2006-06-01Die XTESTEXT1, die!Daniel Stone1-19/+0
2006-05-02Use min() [defined in include/misc.h] instead of MIN() [not defined in anyAlan Coopersmith1-3/+3
2006-04-05Put the screensaver extension back in the Xext module.Fredrik Höglund1-10/+0
2006-04-03Coverity #82: Dead variable elimination.Adam Jackson1-6/+2
2006-04-03Coverity #833: Fix a rather nasty memory leak.Adam Jackson1-0/+2
2006-03-31Move the screensaver extension from module to builtins.Fredrik Höglund1-0/+14
2006-03-28Big old pile of warning fixes.Adam Jackson2-6/+4
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson1-2/+2
2006-03-24Refactored the screensaver and DPMS timer code to use the screensaver timerFredrik Höglund1-89/+98
2006-03-21Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1Kristian Høgsberg1-0/+1
2006-02-16Add oscolor.hKeith Packard1-0/+1508
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard3-4/+109
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson7-81/+81
2006-02-13Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and removeBenjamin Herrenschmidt1-7/+0
2006-01-08Remove remaining #ifdef DPSEXT stanzas.Adam Jackson1-3/+0
2006-01-07Bug #5218: Don't crash on unconfigured interfaces. (Andrei Barbu)Adam Jackson1-1/+3
2005-12-28Remove a debugging printfAdam Jackson1-10/+0
2005-12-26Nuke unsupported NDBM routines. Shrink the hash table a bit, overAdam Jackson1-105/+14
2005-12-06Bugzilla #5219 <https://bugs.freedesktop.org/show_bug.cgi?id=5219> MakeAlan Coopersmith1-18/+19
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-3/+15
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson3-6/+59
2005-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin1-6/+6
2005-10-14Hook up lbx.Kristian Høgsberg1-2/+6
2005-07-07Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Add prototypeAlan Coopersmith1-0/+4
2005-07-03Change HAVE_CONFIG_H to HAVE_DIX_CONFIG_H.Daniel Stone1-1/+1
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone16-20/+20
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone21-0/+87
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-3/+2
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone16-23/+23
2005-07-01Adding initial build system.Daniel Stone1-0/+8
2005-07-01Adding initial build system.Daniel Stone1-0/+40
2005-06-30Added another test of checkForInput for WIN32 Windows keyboard and mouseAlexander Gottwald1-0/+7
2005-06-09Bug #1846: Add intentionally undocumented -disablexineramaextension flag toAdam Jackson1-0/+4
2005-05-19Bug #3334: Clean up remnants from the PEX, XIE, and BEZIER extensions.Adam Jackson1-9/+0
2005-05-02Fix comments for pointers in parameter lists to work with fussy compilersHarold L Hunt II3-5/+5