Age | Commit message (Expand) | Author | Files | Lines |
8 days | Revert "xfree86: os-support: move CONSOLE_X_BELL into bsd_bell.c" | Alan Coopersmith | 2 | -4/+4 |
2024-10-28 | modesetting: avoid memory leak when ms_present_check_unflip() returns FALSE | Alan Coopersmith | 1 | -11/+13 |
2024-10-28 | xfree86: avoid memory leak on realloc failure | Alan Coopersmith | 1 | -1/+3 |
2024-10-10 | xfree86: fbdevhw: fix pci detection on recent Linux | Tj | 1 | -2/+2 |
2024-10-10 | xfre86: drop xf86Msg() in favor of LogMessageVerb() | Enrico Weigelt, metux IT consult | 2 | -14/+1 |
2024-10-10 | xfree86: drop xf86MsgVerb() in favor of LogMessageVerb() | Enrico Weigelt, metux IT consult | 2 | -14/+3 |
2024-10-10 | xfree86: dri: unexport DRIDestroyWindow() and make it static | Enrico Weigelt, metux IT consult | 2 | -3/+3 |
2024-10-10 | xfree86: unexport xf86SetVerbosity() and xf86SetLogVerbosity() | Enrico Weigelt, metux IT consult | 4 | -12/+7 |
2024-10-10 | os: replace LogVWrite() by LogVMessageVerb() | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
2024-10-10 | os: replace LogWrite() by LogMessageVerb() | Enrico Weigelt, metux IT consult | 2 | -22/+21 |
2024-10-10 | xfree86: modesetting: merge FreeRec() into FreeScreen() | Enrico Weigelt, metux IT consult | 1 | -7/+1 |
2024-10-10 | xfree86: os-support: move including machine/sysarch.h out of public header | Enrico Weigelt, metux IT consult | 2 | -4/+4 |
2024-10-10 | xfree86: os-support: move CONSOLE_X_TV_ON/OFF to i386_video.c | Enrico Weigelt, metux IT consult | 2 | -7/+8 |
2024-10-10 | xfree86: os-support: move CONSOLE_X_MODE_ON/OFF to bsd_init.c | Enrico Weigelt, metux IT consult | 2 | -6/+8 |
2024-10-10 | xfree86: os-support: move CONSOLE_X_BELL into bsd_bell.c | Enrico Weigelt, metux IT consult | 2 | -3/+4 |
2024-10-10 | xfree86: os-support: drop unused CONSOLE_GET_* defines | Enrico Weigelt, metux IT consult | 1 | -9/+0 |
2024-10-10 | xfree86. os-support: drop obsolete XMODE_* defines | Enrico Weigelt, metux IT consult | 1 | -4/+0 |
2024-10-10 | xfree86: parser: scan: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -6/+6 |
2024-10-10 | xfree86: common: xf86Configure: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-10-10 | xfree86: common: xf86pciBus: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -4/+4 |
2024-10-10 | xfree86: common: xf86Option: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
2024-10-10 | xfree86: common: xf86Bus: fix char signess mismatch | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-10-10 | dix: unexport non-public functions from dixgrabs.h and document prototypes | Enrico Weigelt, metux IT consult | 2 | -2/+0 |
2024-10-10 | drop obsolete HAVE_DIX_CONFIG_H | Enrico Weigelt, metux IT consult | 11 | -22/+0 |
2024-09-13 | xfree86: os-support: bsd: fix missing include of xf86_OSproc.h | Enrico Weigelt, metux IT consult | 2 | -0/+3 |
2024-09-02 | dix: unexport cursor refcounting functions | Enrico Weigelt, metux IT consult | 1 | -0/+2 |
2024-09-01 | Fix a double-free on syntax error without a new line. | Matthieu Herrb | 17 | -10/+69 |
2024-09-01 | include: unexport XIstubs.h | Enrico Weigelt, metux IT consult | 3 | -2/+1 |
2024-09-01 | dix: unexport FakeAllocColor() | Enrico Weigelt, metux IT consult | 1 | -3/+3 |
2024-09-01 | dix: unexport CreateColormap() | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-09-01 | os: utils: drop unused VENDORSUPPORT | Enrico Weigelt, metux IT consult | 1 | -5/+0 |
2024-09-01 | include: move private definitions out of input.h | Enrico Weigelt, metux IT consult | 7 | -7/+17 |
2024-09-01 | Remove remnants of support for SVR4 systems other than Solaris & illumos | Alan Coopersmith | 1 | -19/+5 |
2024-09-01 | Remove remnants of support for SysV versions before SVR4 | Alan Coopersmith | 4 | -9/+7 |
2024-08-26 | treewide: mark pGC->ops->CopyArea() calls not using result as void | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-07-28 | compiler.h: drop translation of Sun compiler platform defines to gcc | Alan Coopersmith | 1 | -14/+0 |
2024-07-26 | xv: unexport XvScreenRec and XvScreenPtr | Enrico Weigelt, metux IT consult | 1 | -5/+5 |
2024-07-26 | xv: unexport XvFreeAdaptor() | Enrico Weigelt, metux IT consult | 1 | -7/+7 |
2024-07-26 | treewide: replace xnfstrdup() calls by XNFstrdup() | Enrico Weigelt, metux IT consult | 6 | -33/+33 |
2024-07-26 | treewide: replace xnfcalloc() calls by XNFcallocarray() | Enrico Weigelt, metux IT consult | 23 | -61/+61 |
2024-07-26 | treewide: replace strdup() calls to Xstrdup() | Enrico Weigelt, metux IT consult | 5 | -7/+7 |
2024-07-26 | treewide: replace xnfrealloc() calls to XNFrealloc() | Enrico Weigelt, metux IT consult | 2 | -2/+2 |
2024-07-26 | treewide: replace xnfreallocarray macro call by XNFreallocarray() | Enrico Weigelt, metux IT consult | 10 | -25/+25 |
2024-07-26 | treewide: replace xnfallocarray() calls by XNFreallocarray | Enrico Weigelt, metux IT consult | 2 | -10/+10 |
2024-07-26 | treewide: replace xnfalloc() calls to XNFalloc() | Enrico Weigelt, metux IT consult | 15 | -27/+27 |
2024-07-20 | fix missing includes of <X11/Xfuncproto.h> | Enrico Weigelt, metux IT consult | 3 | -0/+5 |
2024-07-19 | Move sizeof to second argument in calloc calls | Alan Coopersmith | 19 | -34/+34 |
2024-07-06 | fix FTBS on NetBSD | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-06-24 | modesetting: Fix hang when all probed cursor sizes fail to find a minimum one | nerdopolis | 1 | -0/+3 |
2024-06-23 | os: unexport fields from opaque.h not used by modules / drivers | Enrico Weigelt, metux IT consult | 1 | -0/+2 |