Age | Commit message (Expand) | Author | Files | Lines |
2024-10-28 | xfree86: avoid memory leak on realloc failure | Alan Coopersmith | 1 | -1/+3 |
2024-10-10 | xfree86: common: xf86Configure: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-07-26 | treewide: replace xnfstrdup() calls by XNFstrdup() | Enrico Weigelt, metux IT consult | 1 | -21/+21 |
2024-07-26 | treewide: replace xnfcalloc() calls by XNFcallocarray() | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
2024-07-26 | treewide: replace xnfreallocarray macro call by XNFreallocarray() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-07-26 | treewide: replace xnfalloc() calls to XNFalloc() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-05-08 | os: unexport ddx callbacks | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-04-16 | os: unexport Os*() functions | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-03-21 | xfree86: common: fix missing include of <errno.h> | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-03-19 | Revert "Fix missing includes of <errno.h>" | Peter Hutterer | 1 | -2/+0 |
2024-03-18 | Fix missing includes of <errno.h> | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2018-09-28 | dix: Merge AbortDDX into ddxGiveUp | Adam Jackson | 1 | -2/+2 |
2018-02-05 | xfree86: Only call PreInit handler if it exists for device | Jeff Smith | 1 | -1/+2 |
2018-02-05 | xfree86: Allocate sufficienct space for dev2screen array | Jeff Smith | 1 | -1/+1 |
2017-10-30 | Use ARRAY_SIZE all over the tree | Daniel Martin | 1 | -1/+1 |
2017-07-31 | xfree86: Fix X -configure driver sort yet again | Adam Jackson | 1 | -6/+5 |
2017-05-11 | Replace all checks for 'linux' macro with '__linux__' | Julien Cristau | 1 | -1/+1 |
2017-02-16 | xfree86: Remove Option "BiosBase" (v2) | Adam Jackson | 1 | -1/+0 |
2017-01-25 | loader: Turn LoaderListDirs into LoaderListDir | Adam Jackson | 1 | -8/+67 |
2017-01-25 | loader: Move loader list details to internal header | Adam Jackson | 1 | -0/+1 |
2017-01-25 | xfree86: Remove a stray reference to font modules | Adam Jackson | 1 | -2/+1 |
2017-01-25 | xfree86: Fix up some bad indentation | Adam Jackson | 1 | -14/+14 |
2016-04-29 | dix: Squash some new gcc6 warnings | Adam Jackson | 1 | -1/+1 |
2015-04-21 | Convert hw/xfree86 to new *allocarray functions | Alan Coopersmith | 1 | -1/+1 |
2015-04-21 | Let calloc handle multiplication | Alan Coopersmith | 1 | -2/+2 |
2014-11-12 | Drop trailing whitespaces | Peter Hutterer | 1 | -2/+2 |
2014-09-26 | xfree86: Remove Option "TextClockFreq" | Adam Jackson | 1 | -1/+0 |
2014-02-10 | xfree86: use xnfstrdup in the Xorg -configure code | Peter Hutterer | 1 | -21/+21 |
2014-02-05 | xfree86: unconstify another string | Peter Hutterer | 1 | -2/+2 |
2014-02-05 | xfree86: un-constify inp_driver/inp_identifier | Peter Hutterer | 1 | -4/+4 |
2014-01-22 | xfree86: Fix -Wshadow warnings | Keith Packard | 1 | -24/+23 |
2014-01-12 | xfree86/common: Warning fixes. Mostly const string handling. | Keith Packard | 1 | -12/+26 |
2014-01-12 | hw/xfree86: Lots of constant string support | Keith Packard | 1 | -2/+4 |
2013-10-31 | xf86AddBusDeviceToConfigure(): Store device in DevToConfig[i].pVideo | Søren Sandmann Pedersen | 1 | -0/+2 |
2012-09-20 | xfree86: Change the semantics of driverFunc(GET_REQUIRED_HW_INTERFACES) | Adam Jackson | 1 | -26/+1 |
2012-03-21 | Introduce a consistent coding style | Keith Packard | 1 | -403/+424 |
2011-12-12 | DoShowOptions: preserve constness of options list as we walk it | Alan Coopersmith | 1 | -2/+3 |
2011-11-23 | Fix gcc -Wwrite-strings warnings in xf86 ddx | Alan Coopersmith | 1 | -10/+10 |
2011-11-23 | Move DoShowOptions to xf86Configure.c, delete xf86ShowOpts.c | Alan Coopersmith | 1 | -0/+51 |
2011-10-15 | configure: wrap PCI code with macro and set it at build time | Tiago Vignatti | 1 | -1/+5 |
2011-07-27 | Terminate the log with one last message. | Peter Hutterer | 1 | -1/+1 |
2011-04-18 | Simplify auto-detect mouse for WSCONS_SUPPORT | Alexandr Shadchin | 1 | -10/+3 |
2011-03-14 | Consolidate all the PATH_MAX handling into misc.h | Christopher James Halse Rogers | 1 | -4/+1 |
2010-12-20 | Remove SCO support | Adam Jackson | 1 | -20/+1 |
2010-12-07 | Convert alloc+sprintf pairs into asprintf() & XNFasprintf() calls | Alan Coopersmith | 1 | -22/+11 |
2010-09-14 | xfree86: configure: move buses references to their own location | Tiago Vignatti | 1 | -93/+22 |
2010-07-01 | xfree86: configure: remove vendor and card name matching rules | Tiago Vignatti | 1 | -25/+0 |
2010-06-11 | xfree86: Get rid of xstrdup when argument is definitely non-NULL | Mikhail Gusarov | 1 | -10/+10 |
2010-05-24 | xfree86: bus: delete useless xf86FindPrimaryDevice | Tiago Vignatti | 1 | -2/+0 |
2010-05-19 | Merge remote branch 'vignatti/bus-cleanup' | Keith Packard | 1 | -2/+0 |