summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
8 daysRevert "xfree86: os-support: move CONSOLE_X_BELL into bsd_bell.c"Alan Coopersmith2-4/+4
2024-10-28modesetting: avoid memory leak when ms_present_check_unflip() returns FALSEAlan Coopersmith1-11/+13
2024-10-28xfree86: avoid memory leak on realloc failureAlan Coopersmith1-1/+3
2024-10-10xfree86: fbdevhw: fix pci detection on recent LinuxTj1-2/+2
2024-10-10xfre86: drop xf86Msg() in favor of LogMessageVerb()Enrico Weigelt, metux IT consult2-14/+1
2024-10-10xfree86: drop xf86MsgVerb() in favor of LogMessageVerb()Enrico Weigelt, metux IT consult2-14/+3
2024-10-10xfree86: dri: unexport DRIDestroyWindow() and make it staticEnrico Weigelt, metux IT consult2-3/+3
2024-10-10xfree86: unexport xf86SetVerbosity() and xf86SetLogVerbosity()Enrico Weigelt, metux IT consult4-12/+7
2024-10-10os: replace LogVWrite() by LogVMessageVerb()Enrico Weigelt, metux IT consult1-2/+2
2024-10-10os: replace LogWrite() by LogMessageVerb()Enrico Weigelt, metux IT consult2-22/+21
2024-10-10xfree86: modesetting: merge FreeRec() into FreeScreen()Enrico Weigelt, metux IT consult1-7/+1
2024-10-10xfree86: os-support: move including machine/sysarch.h out of public headerEnrico Weigelt, metux IT consult2-4/+4
2024-10-10xfree86: os-support: move CONSOLE_X_TV_ON/OFF to i386_video.cEnrico Weigelt, metux IT consult2-7/+8
2024-10-10xfree86: os-support: move CONSOLE_X_MODE_ON/OFF to bsd_init.cEnrico Weigelt, metux IT consult2-6/+8
2024-10-10xfree86: os-support: move CONSOLE_X_BELL into bsd_bell.cEnrico Weigelt, metux IT consult2-3/+4
2024-10-10xfree86: os-support: drop unused CONSOLE_GET_* definesEnrico Weigelt, metux IT consult1-9/+0
2024-10-10xfree86. os-support: drop obsolete XMODE_* definesEnrico Weigelt, metux IT consult1-4/+0
2024-10-10xfree86: parser: scan: fix char signess mismatchEnrico Weigelt, metux IT consult1-6/+6
2024-10-10xfree86: common: xf86Configure: fix char signess mismatchEnrico Weigelt, metux IT consult1-1/+1
2024-10-10xfree86: common: xf86pciBus: fix char signess mismatchEnrico Weigelt, metux IT consult1-4/+4
2024-10-10xfree86: common: xf86Option: fix char signess mismatchEnrico Weigelt, metux IT consult1-2/+2
2024-10-10xfree86: common: xf86Bus: fix char signess mismatchEnrico Weigelt, metux IT consult1-1/+1
2024-10-10dix: unexport non-public functions from dixgrabs.h and document prototypesEnrico Weigelt, metux IT consult2-2/+0
2024-10-10drop obsolete HAVE_DIX_CONFIG_HEnrico Weigelt, metux IT consult11-22/+0
2024-09-13xfree86: os-support: bsd: fix missing include of xf86_OSproc.hEnrico Weigelt, metux IT consult2-0/+3
2024-09-02dix: unexport cursor refcounting functionsEnrico Weigelt, metux IT consult1-0/+2
2024-09-01Fix a double-free on syntax error without a new line.Matthieu Herrb17-10/+69
2024-09-01include: unexport XIstubs.hEnrico Weigelt, metux IT consult3-2/+1
2024-09-01dix: unexport FakeAllocColor()Enrico Weigelt, metux IT consult1-3/+3
2024-09-01dix: unexport CreateColormap()Enrico Weigelt, metux IT consult1-0/+1
2024-09-01os: utils: drop unused VENDORSUPPORTEnrico Weigelt, metux IT consult1-5/+0
2024-09-01include: move private definitions out of input.hEnrico Weigelt, metux IT consult7-7/+17
2024-09-01Remove remnants of support for SVR4 systems other than Solaris & illumosAlan Coopersmith1-19/+5
2024-09-01Remove remnants of support for SysV versions before SVR4Alan Coopersmith4-9/+7
2024-08-26treewide: mark pGC->ops->CopyArea() calls not using result as voidEnrico Weigelt, metux IT consult2-2/+2
2024-07-28compiler.h: drop translation of Sun compiler platform defines to gccAlan Coopersmith1-14/+0
2024-07-26xv: unexport XvScreenRec and XvScreenPtrEnrico Weigelt, metux IT consult1-5/+5
2024-07-26xv: unexport XvFreeAdaptor()Enrico Weigelt, metux IT consult1-7/+7
2024-07-26treewide: replace xnfstrdup() calls by XNFstrdup()Enrico Weigelt, metux IT consult6-33/+33
2024-07-26treewide: replace xnfcalloc() calls by XNFcallocarray()Enrico Weigelt, metux IT consult23-61/+61
2024-07-26treewide: replace strdup() calls to Xstrdup()Enrico Weigelt, metux IT consult5-7/+7
2024-07-26treewide: replace xnfrealloc() calls to XNFrealloc()Enrico Weigelt, metux IT consult2-2/+2
2024-07-26treewide: replace xnfreallocarray macro call by XNFreallocarray()Enrico Weigelt, metux IT consult10-25/+25
2024-07-26treewide: replace xnfallocarray() calls by XNFreallocarrayEnrico Weigelt, metux IT consult2-10/+10
2024-07-26treewide: replace xnfalloc() calls to XNFalloc()Enrico Weigelt, metux IT consult15-27/+27
2024-07-20fix missing includes of <X11/Xfuncproto.h>Enrico Weigelt, metux IT consult3-0/+5
2024-07-19Move sizeof to second argument in calloc callsAlan Coopersmith19-34/+34
2024-07-06fix FTBS on NetBSDEnrico Weigelt, metux IT consult1-0/+1
2024-06-24modesetting: Fix hang when all probed cursor sizes fail to find a minimum onenerdopolis1-0/+3
2024-06-23os: unexport fields from opaque.h not used by modules / driversEnrico Weigelt, metux IT consult1-0/+2