summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
47 hoursci: Check for DDXen to be builtHEADmasterOlivier Fourdan2-0/+26
47 hoursci: Force build of default DDXen in the default targetOlivier Fourdan1-4/+14
7 daysRevert "xfree86: os-support: move CONSOLE_X_BELL into bsd_bell.c"Alan Coopersmith2-4/+4
10 daysxkbtext_priv.h: fix typo in header guard definitionAlan Coopersmith1-1/+1
13 daysRevert "fb: Declare wfbFinishScreenInit, wfbScreenInit for !FB_ACCESS_WRAPPER"Sérgio Basto1-0/+2
2024-11-05xwayland: Always decrement expecting_event in xwl_output_createMichel Dänzer1-1/+2
2024-11-05xwayland/glamor: Drop expecting_event bailing from xwl_drm_handle_deviceMichel Dänzer1-0/+3
2024-10-30dix-config.h: add HAVE_SOCKLEN_T definitionAlan Coopersmith1-0/+2
2024-10-30xwayland/present: Check allow_commits in xwl_present_flipMichel Dänzer1-1/+1
2024-10-29xkb: Fix buffer overflow in _XkbSetCompatMap()Matthieu Herrb1-4/+4
2024-10-28modesetting: avoid memory leak when ms_present_check_unflip() returns FALSEAlan Coopersmith1-11/+13
2024-10-28dix: limit checks to MAX_VALUATORS when generating Xi eventsAlan Coopersmith1-2/+2
2024-10-28dix: fix button offset when generating DeviceButtonStateNotify eventsAlan Coopersmith1-1/+1
2024-10-28render: avoid NULL pointer dereference if PictureFindVisual returns NULLAlan Coopersmith1-0/+3
2024-10-28Xi: avoid NULL pointer dereference if GetXTestDevice returns NULLAlan Coopersmith1-0/+2
2024-10-28xfree86: avoid memory leak on realloc failureAlan Coopersmith1-1/+3
2024-10-26dix: Use __builtin_popcountl if available to replace Ones()Alan Coopersmith2-11/+22
2024-10-26dix: unexport Ones()Enrico Weigelt, metux IT consult14-2/+20
2024-10-22xwayland/glamor/gbm: Don't close fence_fd after xwl_glamor_wait_fenceMichel Dänzer2-5/+7
2024-10-11os: NextDPMSTimeout: mark intentional fallthroughs in switchAlan Coopersmith1-3/+3
2024-10-11xwayland: prevent potential null pointer dereferenceYaoBing Xiao1-1/+2
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-10randr: fix wrong call to RRGetScreenResources() in swapped caseEnrico Weigelt, metux IT consult1-1/+12
2024-10-10xfree86: dri: unexport DRIDestroyWindow() and make it staticEnrico Weigelt, metux IT consult2-3/+3
2024-10-10xwin: fix memleak on freeing pixmapsEnrico Weigelt, metux IT consult1-3/+1
2024-10-10xvmc: unexport XvMCFindXvImage()Enrico Weigelt, metux IT consult2-2/+2
2024-10-10Xext: xvmc: drop unused XvMCScreenInitProcEnrico Weigelt, metux IT consult2-4/+0
2024-10-10pseudoramix: replace PseudoramiXTrace & PseudoramiXDebug by LogMessageVerbEnrico Weigelt, metux IT consult1-30/+2
2024-10-10xfree86: unexport xf86SetVerbosity() and xf86SetLogVerbosity()Enrico Weigelt, metux IT consult4-12/+7
2024-10-10os: drop redefining getpid() on mingw32Enrico Weigelt, metux IT consult1-5/+0
2024-10-10os: replace LogVWrite() by LogVMessageVerb()Enrico Weigelt, metux IT consult4-13/+4
2024-10-10os: replace LogWrite() by LogMessageVerb()Enrico Weigelt, metux IT consult4-36/+22
2024-10-10os.h: drop unnecessary guard on stdlib.h includeEnrico Weigelt, metux IT consult1-3/+1
2024-10-10os: log: use localtime_r() on mingw buildsEnrico Weigelt, metux IT consult1-4/+2
2024-10-10xquartz: drop unused codeEnrico Weigelt, metux IT consult1-36/+0
2024-10-10swapreq.h: drop SWAPREQ_PROCEnrico Weigelt, metux IT consult1-72/+66
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-10mi: misprite.h: drop unnecessary extern on functionsEnrico Weigelt, metux IT consult1-15/+13
2024-10-10xkb: drop unused variable extDevReasonEnrico Weigelt, metux IT consult1-3/+0
2024-10-10xkb: xkbInit: fix char signess mismatchEnrico Weigelt, metux IT consult1-4/+4
2024-10-10xkb: xkbtext: fix char signess mismatchEnrico Weigelt, metux IT consult1-6/+6
2024-10-10os: utils: fix char signess mismatchEnrico Weigelt, metux IT consult1-2/+2