Build date: 1762210803 - Mon Nov 3 23:00:03 UTC 2025 Build cvs date: 1762203368 - Mon Nov 3 20:56:08 UTC 2025 Build id: 2025-11-04.1 Build tags: amd64-regress ports sysupgrade Applied the following diff(s): /home/anton/tmp/robsd/src-sys-em.diff /home/anton/tmp/robsd/src-sys-uhidev-sispm.diff /home/anton/tmp/robsd/src-sysupgrade.diff P gnu/llvm/libunwind/src/AddressSpace.hpp P gnu/llvm/libunwind/src/UnwindCursor.hpp P gnu/llvm/libunwind/src/assembly.h P lib/libcrypto/cms/cms_smime.c P lib/libcrypto/x509/x509_cpols.c P sbin/ifconfig/brconfig.c P sbin/ifconfig/ifconfig.8 P share/man/man4/nhi.4 P share/man/man7/man.7 P sys/arch/luna88k/stand/Makefile.inc P sys/dev/hid/hid.c P sys/dev/pv/viocon.c P usr.bin/tmux/screen-write.c P usr.bin/tmux/tmux.h P usr.bin/tmux/utf8-combined.c P usr.sbin/bgpctl/mrtparser.c P usr.sbin/bgpd/bgpd.c P usr.sbin/bgpd/chash.c P usr.sbin/bgpd/parse.y M usr.sbin/bgpd/session.c commit YxeLhYWqdzIYPfKi Author: jsg Date: 2025/11/03 20:56:08 fix mdoc/spelling; ok kettenis@ share/man/man4/nhi.4 commit BWRbRyjt3fcRUZ2x Author: jca Date: 2025/11/03 20:21:23 take 2: re-apply one commit that was lost while merging the 19.1.7 update I've been overzealous when backing out some unrelated changes. Re-apply requested by robert@ gnu/llvm/libunwind/src/assembly.h commit dF8zwvWww9c9ZXFr Author: miod Date: 2025/11/03 19:15:16 Make sure to build boot blocks with -fno-pie. Will be needed very soon. sys/arch/luna88k/stand/Makefile.inc commit 0DBXVQxtZa7rXTuz Author: jca Date: 2025/11/03 18:33:06 Backout previous, the reintroduced code leads to a missing symbol regress: cc -Wl,--export-dynamic -o t_backtrace t_backtrace.o atf-c.o -lexecinfo ld: error: undefined reference: operator new(unsigned long) >>> referenced by /usr/lib/libexecinfo.so.4.0 (disallowed by --no-allow-shlib-undefined) ok tb@ gnu/llvm/libunwind/src/AddressSpace.hpp gnu/llvm/libunwind/src/UnwindCursor.hpp gnu/llvm/libunwind/src/assembly.h commit nje5itkRf8hVECvd Author: tb Date: 2025/11/03 16:36:15 In nref_nos() don't leak the ASN1_INTEGER if the push fails (A much bigger problem here is a double free for which I will send out a diff shortly) From Niels Dossche lib/libcrypto/x509/x509_cpols.c commit RHBZ2WP0KzLgoZGK Author: tb Date: 2025/11/03 16:22:13 x509_cpols: pass correct free function to sk_ASN1_INTEGER_free() from Niels Dossche lib/libcrypto/x509/x509_cpols.c commit 2VFFAxmVKUBDf1Fc Author: tb Date: 2025/11/03 16:20:43 x509_cpols: indent labels to make diffs more readable lib/libcrypto/x509/x509_cpols.c commit 6KW8Cfr5UoZAbUoN Author: tb Date: 2025/11/03 15:41:21 Fix pointer inserted by insert_rtr() insert_rtr() gets an rtr_config pointer passed in but for some reason hangs the global currtr off the conf's SIMPLEQ rather than the argument passed in. While this currently doesn't make a difference since both callers do insert_rtr(currtr), this is confusing. Might fix CID 492328 or it might not. ok claudio usr.sbin/bgpd/parse.y commit glucCfIulRj3Zwa3 Author: tb Date: 2025/11/03 14:29:50 Plug memeory leak in CMS_EncryptedData_encrypt() If CMS_EncryptedData_set1_key() fails, cms is leaked. From Niels Dossche lib/libcrypto/cms/cms_smime.c commit OxBEyxZy4WCY5Zr7 Author: claudio Date: 2025/11/03 13:48:19 Rewrite the find first empty spot code. That code in ch_sub_insert() tries to be very clever but many tools are not able to see through all the dependencies and trigger false positives. Check the no empty condition first and else check if ins_g is still NULL. There is no need to check the outcome of ffs() anymore and also the break condition can only happen in this branch. Reported by smatch via jsg@ CID 492341 OK tb@ usr.sbin/bgpd/chash.c commit CSmnS2RbcRtV4dC2 Author: tb Date: 2025/11/03 13:25:38 bgpd: plug leaks in bgpd_rtr_conn_setup() Do not leak the socket and ce if setsockopt() fails. Also fix a copy-pasto in a log_warn() ok claudio usr.sbin/bgpd/bgpd.c commit LaFeWNFIR9Hr3CLC Author: tb Date: 2025/11/03 11:32:07 bgpctl: plug leak of data in mrt_aspath_inflate() This is mostly cosmetic since the error is impossible to hit. ok claudio usr.sbin/bgpctl/mrtparser.c commit nGNbHFh7LiQWSHFC Author: bentley Date: 2025/11/03 09:59:05 Use my full name in copyright line. share/man/man7/man.7 commit 78Ao3N25BCDVtmi2 Author: jan Date: 2025/11/03 09:36:39 Fix build of viocon(4) ok sf@ sys/dev/pv/viocon.c commit aTSlJawoiY958akj Author: nicm Date: 2025/11/03 09:27:06 Ignore Hangul filler character. There doesn't seem to be much agreement on what to do with this but ignoring it seems rightand does improve things. GitHub issue 3998. usr.bin/tmux/screen-write.c usr.bin/tmux/tmux.h usr.bin/tmux/utf8-combined.c commit 3f7K2xBOi9DsWxP6 Author: robert Date: 2025/11/03 09:20:19 re-apply three commits that were lost while merging the 19.1.7 update gnu/llvm/libunwind/src/AddressSpace.hpp gnu/llvm/libunwind/src/UnwindCursor.hpp gnu/llvm/libunwind/src/assembly.h commit 92MWaijnsIuKlmOF Author: jmatthew Date: 2025/11/03 01:41:22 Allow usage item counts up to 2048, matching FreeBSD. This reportedly helps with some touchscreens and gaming keyboards as described here: https://reviews.freebsd.org/D16357 ok jcs@ sys/dev/hid/hid.c commit PjoOCQX5WOnRsOnN Author: dlg Date: 2025/11/03 00:44:09 fix the handling of the last vid when printing the tagged vidmap. it's hard to tell if i was too clever or not clever enough. sbin/ifconfig/brconfig.c commit pQ4CUSfzyuv1KhLo Author: dlg Date: 2025/11/03 00:41:31 have a go at printing the vidmap (tagged vids) as ranges. sbin/ifconfig/brconfig.c commit bPiztXCKVK5mTO6f Author: dlg Date: 2025/11/02 23:51:42 make the default "tagged" operation add vids instead of replace. i kept shooting myself in the foot by specifying vids without a + in front, and locking myself out of the box when the vid i was relying on was accidentally removed from the set. to replace the vidmap in the kernel you can prefix the vids with =. sbin/ifconfig/brconfig.c sbin/ifconfig/ifconfig.8 commit qWK5acPjZLgqI0mM Author: dlg Date: 2025/11/02 23:43:47 describe the "tagged" vids argument. probably needs more work. sbin/ifconfig/ifconfig.8 commit iYO15bPJujRsdkdh Author: dlg Date: 2025/11/02 23:35:36 let "tagged" take multiple vids and ranges of vids. a tiny parser splits the vid argument by commas and parses each chunk separately. each chunk can be a vid on its own or a range separated by a -. eg, "ifconfig veb0 tagged if0 1,10-20,33" works as expected. you can still prefix the whole argument with - or + to specify which op you want. sbin/ifconfig/brconfig.c P MODULES P app/xeyes/COPYING P app/xeyes/ChangeLog P app/xeyes/Eyes.c P app/xeyes/Makefile.am P app/xeyes/Makefile.in P app/xeyes/aclocal.m4 P app/xeyes/compile P app/xeyes/config.guess P app/xeyes/config.sub P app/xeyes/configure P app/xeyes/configure.ac P app/xeyes/depcomp U app/xeyes/meson.build U app/xeyes/meson.options P app/xeyes/missing P app/xeyes/xeyes.c P app/xeyes/man/Makefile.in P app/xeyes/man/xeyes.man P app/xgamma/ChangeLog P app/xgamma/Makefile.am P app/xgamma/Makefile.in P app/xgamma/aclocal.m4 P app/xgamma/compile P app/xgamma/config.guess P app/xgamma/config.h.in P app/xgamma/config.sub P app/xgamma/configure P app/xgamma/configure.ac P app/xgamma/depcomp P app/xgamma/install-sh U app/xgamma/meson.build P app/xgamma/missing P app/xgamma/xgamma.c P app/xgamma/man/Makefile.in P app/xgamma/man/xgamma.man P app/xgc/COPYING P app/xgc/ChangeLog P app/xgc/Makefile.in P app/xgc/aclocal.m4 P app/xgc/compile P app/xgc/config.guess P app/xgc/config.h.in P app/xgc/config.sub P app/xgc/configure P app/xgc/configure.ac P app/xgc/depcomp P app/xgc/install-sh P app/xgc/lex.l P app/xgc/main.c P app/xgc/missing P app/xgc/tests.c P app/xgc/ylwrap P app/xgc/man/Makefile.in P app/xgc/man/xgc.man P app/xhost/ChangeLog P app/xhost/Makefile.in P app/xhost/aclocal.m4 P app/xhost/compile P app/xhost/config.guess P app/xhost/config.h.in P app/xhost/config.sub P app/xhost/configure P app/xhost/configure.ac P app/xhost/depcomp P app/xhost/install-sh P app/xhost/missing P app/xhost/xhost.c P app/xhost/man/Makefile.in P app/xhost/man/xhost.man P app/xinit/ChangeLog P app/xinit/Makefile.am P app/xinit/Makefile.bsd-wrapper P app/xinit/Makefile.in P app/xinit/aclocal.m4 P app/xinit/compile P app/xinit/config.guess P app/xinit/config.h.in P app/xinit/config.sub P app/xinit/configure P app/xinit/configure.ac P app/xinit/depcomp P app/xinit/install-sh P app/xinit/missing cvs server: app/xinit/startx.cpp is no longer in the repository U app/xinit/startx.in P app/xinit/xinit.c cvs server: app/xinit/xinitrc.cpp is no longer in the repository U app/xinit/xinitrc.in P app/xinit/launchd/Makefile.in P app/xinit/launchd/privileged_startx/10-tmpdirs.cpp P app/xinit/launchd/privileged_startx/Makefile.in P app/xinit/launchd/user_startx/Makefile.in P app/xinit/man/Makefile.in P app/xinit/man/startx.man P app/xkbcomp/ChangeLog P app/xkbcomp/Makefile.in P app/xkbcomp/aclocal.m4 P app/xkbcomp/action.c P app/xkbcomp/action.h P app/xkbcomp/alias.c P app/xkbcomp/alias.h P app/xkbcomp/compat.c P app/xkbcomp/config.guess P app/xkbcomp/config.h.in P app/xkbcomp/config.sub P app/xkbcomp/configure P app/xkbcomp/configure.ac P app/xkbcomp/depcomp P app/xkbcomp/expr.c P app/xkbcomp/expr.h P app/xkbcomp/geometry.c P app/xkbcomp/indicators.c P app/xkbcomp/indicators.h P app/xkbcomp/keycodes.c P app/xkbcomp/keymap.c P app/xkbcomp/keytypes.c P app/xkbcomp/listing.c P app/xkbcomp/misc.c P app/xkbcomp/misc.h P app/xkbcomp/missing P app/xkbcomp/parseutils.c P app/xkbcomp/parseutils.h P app/xkbcomp/symbols.c P app/xkbcomp/utils.c P app/xkbcomp/utils.h P app/xkbcomp/vmod.c P app/xkbcomp/vmod.h P app/xkbcomp/xkbcomp.c P app/xkbcomp/xkbcomp.h P app/xkbcomp/xkbparse.y P app/xkbcomp/xkbpath.c P app/xkbcomp/xkbpath.h P app/xkbcomp/xkbscan.c P app/xkbcomp/ylwrap P app/xkbcomp/man/Makefile.in P distrib/sets/lists/xbase/md.amd64 P distrib/sets/lists/xbase/md.arm64 P distrib/sets/lists/xbase/md.armv7 P distrib/sets/lists/xbase/md.i386 P distrib/sets/lists/xbase/md.loongson P distrib/sets/lists/xbase/md.macppc P distrib/sets/lists/xbase/md.octeon P distrib/sets/lists/xbase/md.powerpc64 P distrib/sets/lists/xbase/md.riscv64 P distrib/sets/lists/xbase/md.sparc64 P lib/mesa/mk/Makefile P lib/mesa/mk/include/Makefile cvs server: lib/mesa/mk/libOSMesa/Makefile is no longer in the repository cvs server: lib/mesa/mk/libOSMesa/shlib_version is no longer in the repository P lib/mesa/mk/pkgconfig/Makefile cvs server: lib/mesa/mk/pkgconfig/gen_osmesa.sh is no longer in the repository P xserver/COPYING P xserver/ChangeLog P xserver/Makefile.in P xserver/aclocal.m4 P xserver/configure P xserver/configure.ac P xserver/depcomp P xserver/meson.build P xserver/missing P xserver/ylwrap P xserver/Xext/Makefile.in P xserver/Xext/panoramiX.c P xserver/Xext/shm.c P xserver/Xext/sync.c P xserver/Xext/vidmode.c P xserver/Xext/xres.c P xserver/Xext/xselinux_ext.c P xserver/Xext/xselinux_label.c P xserver/Xext/xtest.c P xserver/Xi/Makefile.in P xserver/Xi/exevents.c P xserver/Xi/getfctl.c P xserver/Xi/getprop.c P xserver/Xi/listdev.c P xserver/Xi/xibarriers.c P xserver/composite/Makefile.in P xserver/config/Makefile.in P xserver/damageext/Makefile.in P xserver/dbe/Makefile.in P xserver/dix/Makefile.in P xserver/dix/dixfonts.c P xserver/dix/enterleave.c P xserver/dix/gestures.c P xserver/dix/property.c P xserver/dix/swaprep.c P xserver/dix/touch.c P xserver/dix/window.c P xserver/doc/Makefile.in P xserver/doc/dtrace/Makefile.in P xserver/dri3/Makefile.in P xserver/exa/Makefile.in P xserver/fb/Makefile.in P xserver/glamor/Makefile.am P xserver/glamor/Makefile.in P xserver/glamor/glamor.c P xserver/glamor/glamor.h P xserver/glamor/glamor_composite_glyphs.c P xserver/glamor/glamor_copy.c P xserver/glamor/glamor_core.c P xserver/glamor/glamor_dash.c P xserver/glamor/glamor_egl.c U xserver/glamor/glamor_glx_provider.c U xserver/glamor/glamor_glx_provider.h P xserver/glamor/glamor_glyphblt.c P xserver/glamor/glamor_gradient.c P xserver/glamor/glamor_lines.c P xserver/glamor/glamor_points.c P xserver/glamor/glamor_priv.h P xserver/glamor/glamor_program.c P xserver/glamor/glamor_program.h P xserver/glamor/glamor_rects.c P xserver/glamor/glamor_render.c P xserver/glamor/glamor_segs.c P xserver/glamor/glamor_spans.c P xserver/glamor/glamor_text.c P xserver/glamor/glamor_transfer.c P xserver/glamor/glamor_xv.c P xserver/glamor/meson.build P xserver/glx/Makefile.in P xserver/hw/Makefile.in P xserver/hw/kdrive/Makefile.in P xserver/hw/kdrive/ephyr/Makefile.in P xserver/hw/kdrive/ephyr/man/Makefile.in P xserver/hw/kdrive/src/Makefile.in P xserver/hw/vfb/Makefile.in P xserver/hw/vfb/man/Makefile.in P xserver/hw/xfree86/Makefile.in P xserver/hw/xfree86/common/Makefile.in P xserver/hw/xfree86/common/meson.build P xserver/hw/xfree86/common/xf86AutoConfig.c P xserver/hw/xfree86/common/xf86sbusBus.h P xserver/hw/xfree86/ddc/Makefile.in P xserver/hw/xfree86/dixmods/Makefile.in P xserver/hw/xfree86/doc/Makefile.in P xserver/hw/xfree86/dri/Makefile.in P xserver/hw/xfree86/dri2/Makefile.in P xserver/hw/xfree86/dri2/pci_ids/Makefile.in P xserver/hw/xfree86/drivers/Makefile.in P xserver/hw/xfree86/drivers/inputtest/Makefile.in P xserver/hw/xfree86/drivers/modesetting/Makefile.in P xserver/hw/xfree86/exa/Makefile.in P xserver/hw/xfree86/exa/man/Makefile.in P xserver/hw/xfree86/fbdevhw/Makefile.in P xserver/hw/xfree86/fbdevhw/man/Makefile.in P xserver/hw/xfree86/glamor_egl/Makefile.am P xserver/hw/xfree86/glamor_egl/Makefile.in P xserver/hw/xfree86/glamor_egl/meson.build P xserver/hw/xfree86/i2c/Makefile.in P xserver/hw/xfree86/int10/Makefile.in P xserver/hw/xfree86/loader/Makefile.in P xserver/hw/xfree86/man/Makefile.in P xserver/hw/xfree86/man/xorg.conf.man P xserver/hw/xfree86/modes/Makefile.in P xserver/hw/xfree86/os-support/Makefile.in P xserver/hw/xfree86/os-support/meson.build P xserver/hw/xfree86/os-support/bsd/Makefile.in P xserver/hw/xfree86/os-support/bus/Makefile.in P xserver/hw/xfree86/os-support/bus/Sbus.c P xserver/hw/xfree86/os-support/hurd/Makefile.in P xserver/hw/xfree86/os-support/linux/Makefile.in P xserver/hw/xfree86/os-support/misc/Makefile.in P xserver/hw/xfree86/os-support/solaris/Makefile.in P xserver/hw/xfree86/os-support/solaris/sun_init.c P xserver/hw/xfree86/os-support/stub/Makefile.in P xserver/hw/xfree86/parser/Makefile.in P xserver/hw/xfree86/ramdac/Makefile.in P xserver/hw/xfree86/shadowfb/Makefile.in P xserver/hw/xfree86/utils/Makefile.in P xserver/hw/xfree86/utils/gtf/Makefile.in P xserver/hw/xfree86/utils/man/Makefile.in P xserver/hw/xfree86/vgahw/Makefile.in P xserver/hw/xfree86/x86emu/Makefile.in P xserver/hw/xfree86/xkb/Makefile.in P xserver/hw/xnest/Makefile.in P xserver/hw/xnest/man/Makefile.in P xserver/hw/xquartz/Makefile.in P xserver/hw/xquartz/GL/Makefile.in P xserver/hw/xquartz/bundle/Makefile.in P xserver/hw/xquartz/mach-startup/Makefile.in P xserver/hw/xquartz/man/Makefile.in P xserver/hw/xquartz/pbproxy/Makefile.in P xserver/hw/xquartz/xpr/Makefile.in P xserver/hw/xwin/Makefile.in P xserver/hw/xwin/dri/Makefile.in P xserver/hw/xwin/glx/Makefile.in P xserver/hw/xwin/man/Makefile.in P xserver/hw/xwin/winclipboard/Makefile.in P xserver/include/Makefile.in P xserver/include/fourcc.h P xserver/include/xkbsrv.h P xserver/man/Makefile.in P xserver/mi/Makefile.in P xserver/miext/Makefile.in P xserver/miext/damage/Makefile.in P xserver/miext/rootless/Makefile.in P xserver/miext/shadow/Makefile.in P xserver/miext/sync/Makefile.in P xserver/os/Makefile.in P xserver/os/log.c P xserver/os/xsha1.c P xserver/present/Makefile.in P xserver/pseudoramiX/Makefile.in P xserver/randr/Makefile.in P xserver/record/Makefile.in P xserver/render/Makefile.in P xserver/render/picture.h P xserver/test/Makefile.am P xserver/test/Makefile.in P xserver/test/meson.build U xserver/test/bugs/bug1354.c U xserver/test/bugs/meson.build U xserver/test/scripts/xephyr-glamor-gles2-piglit.sh P xserver/xfixes/Makefile.in P xserver/xkb/Makefile.in P xserver/xkb/xkb.h commit DR0mznG8EroJPDnm Author: matthieu Date: 2025/11/03 10:44:02 update MODULES commit qFOB1sWM6KLcjr2J Author: matthieu Date: 2025/11/03 10:18:49 Update to xkbcomp 1.4.7 again, with the patch that was merged upstream for the memory access issue. app/xkbcomp/ChangeLog app/xkbcomp/Makefile.in app/xkbcomp/aclocal.m4 app/xkbcomp/action.c app/xkbcomp/action.h app/xkbcomp/alias.c app/xkbcomp/alias.h app/xkbcomp/compat.c app/xkbcomp/config.guess app/xkbcomp/config.h.in app/xkbcomp/config.sub app/xkbcomp/configure app/xkbcomp/configure.ac app/xkbcomp/depcomp app/xkbcomp/expr.c app/xkbcomp/expr.h app/xkbcomp/geometry.c app/xkbcomp/indicators.c app/xkbcomp/indicators.h app/xkbcomp/keycodes.c app/xkbcomp/keymap.c app/xkbcomp/keytypes.c app/xkbcomp/listing.c app/xkbcomp/misc.c app/xkbcomp/misc.h app/xkbcomp/missing app/xkbcomp/parseutils.c app/xkbcomp/parseutils.h app/xkbcomp/symbols.c app/xkbcomp/utils.c app/xkbcomp/utils.h app/xkbcomp/vmod.c app/xkbcomp/vmod.h app/xkbcomp/xkbcomp.c app/xkbcomp/xkbcomp.h app/xkbcomp/xkbparse.y app/xkbcomp/xkbpath.c app/xkbcomp/xkbpath.h app/xkbcomp/xkbscan.c app/xkbcomp/ylwrap app/xkbcomp/man/Makefile.in commit yY01jUIqAOP5fJNH Author: matthieu Date: 2025/11/03 09:58:18 update to xinit 1.4.4 app/xinit/ChangeLog app/xinit/Makefile.am app/xinit/Makefile.bsd-wrapper app/xinit/Makefile.in app/xinit/aclocal.m4 app/xinit/compile app/xinit/config.guess app/xinit/config.h.in app/xinit/config.sub app/xinit/configure app/xinit/configure.ac app/xinit/depcomp app/xinit/install-sh app/xinit/missing app/xinit/startx.in app/xinit/xinit.c app/xinit/xinitrc.in app/xinit/launchd/Makefile.in app/xinit/launchd/privileged_startx/10-tmpdirs.cpp app/xinit/launchd/privileged_startx/Makefile.in app/xinit/launchd/user_startx/Makefile.in app/xinit/man/Makefile.in app/xinit/man/startx.man commit 6Jo9mwvU8oBSPaoG Author: matthieu Date: 2025/11/03 09:57:24 Update to xserver 21.1.20. xserver/COPYING xserver/ChangeLog xserver/Makefile.in xserver/aclocal.m4 xserver/configure xserver/configure.ac xserver/depcomp xserver/meson.build xserver/missing xserver/ylwrap xserver/Xext/Makefile.in xserver/Xext/panoramiX.c xserver/Xext/shm.c xserver/Xext/sync.c xserver/Xext/vidmode.c xserver/Xext/xres.c xserver/Xext/xselinux_ext.c xserver/Xext/xselinux_label.c xserver/Xext/xtest.c xserver/Xi/Makefile.in xserver/Xi/exevents.c xserver/Xi/getfctl.c xserver/Xi/getprop.c xserver/Xi/listdev.c xserver/Xi/xibarriers.c xserver/composite/Makefile.in xserver/config/Makefile.in xserver/damageext/Makefile.in xserver/dbe/Makefile.in xserver/dix/Makefile.in xserver/dix/dixfonts.c xserver/dix/enterleave.c xserver/dix/gestures.c xserver/dix/property.c xserver/dix/swaprep.c xserver/dix/touch.c xserver/dix/window.c xserver/doc/Makefile.in xserver/doc/dtrace/Makefile.in xserver/dri3/Makefile.in xserver/exa/Makefile.in xserver/fb/Makefile.in xserver/glamor/Makefile.am xserver/glamor/Makefile.in xserver/glamor/glamor.c xserver/glamor/glamor.h xserver/glamor/glamor_composite_glyphs.c xserver/glamor/glamor_copy.c xserver/glamor/glamor_core.c xserver/glamor/glamor_dash.c xserver/glamor/glamor_egl.c xserver/glamor/glamor_glx_provider.c xserver/glamor/glamor_glx_provider.h xserver/glamor/glamor_glyphblt.c xserver/glamor/glamor_gradient.c xserver/glamor/glamor_lines.c xserver/glamor/glamor_points.c xserver/glamor/glamor_priv.h xserver/glamor/glamor_program.c xserver/glamor/glamor_program.h xserver/glamor/glamor_rects.c xserver/glamor/glamor_render.c xserver/glamor/glamor_segs.c xserver/glamor/glamor_spans.c xserver/glamor/glamor_text.c xserver/glamor/glamor_transfer.c xserver/glamor/glamor_xv.c xserver/glamor/meson.build xserver/glx/Makefile.in xserver/hw/Makefile.in xserver/hw/kdrive/Makefile.in xserver/hw/kdrive/ephyr/Makefile.in xserver/hw/kdrive/ephyr/man/Makefile.in xserver/hw/kdrive/src/Makefile.in xserver/hw/vfb/Makefile.in xserver/hw/vfb/man/Makefile.in xserver/hw/xfree86/Makefile.in xserver/hw/xfree86/common/Makefile.in xserver/hw/xfree86/common/meson.build xserver/hw/xfree86/common/xf86AutoConfig.c xserver/hw/xfree86/common/xf86sbusBus.h xserver/hw/xfree86/ddc/Makefile.in xserver/hw/xfree86/dixmods/Makefile.in xserver/hw/xfree86/doc/Makefile.in xserver/hw/xfree86/dri/Makefile.in xserver/hw/xfree86/dri2/Makefile.in xserver/hw/xfree86/dri2/pci_ids/Makefile.in xserver/hw/xfree86/drivers/Makefile.in xserver/hw/xfree86/drivers/inputtest/Makefile.in xserver/hw/xfree86/drivers/modesetting/Makefile.in xserver/hw/xfree86/exa/Makefile.in xserver/hw/xfree86/exa/man/Makefile.in xserver/hw/xfree86/fbdevhw/Makefile.in xserver/hw/xfree86/fbdevhw/man/Makefile.in xserver/hw/xfree86/glamor_egl/Makefile.am xserver/hw/xfree86/glamor_egl/Makefile.in xserver/hw/xfree86/glamor_egl/meson.build xserver/hw/xfree86/i2c/Makefile.in xserver/hw/xfree86/int10/Makefile.in xserver/hw/xfree86/loader/Makefile.in xserver/hw/xfree86/man/Makefile.in xserver/hw/xfree86/man/xorg.conf.man xserver/hw/xfree86/modes/Makefile.in xserver/hw/xfree86/os-support/Makefile.in xserver/hw/xfree86/os-support/meson.build xserver/hw/xfree86/os-support/bsd/Makefile.in xserver/hw/xfree86/os-support/bus/Makefile.in xserver/hw/xfree86/os-support/bus/Sbus.c xserver/hw/xfree86/os-support/hurd/Makefile.in xserver/hw/xfree86/os-support/linux/Makefile.in xserver/hw/xfree86/os-support/misc/Makefile.in xserver/hw/xfree86/os-support/solaris/Makefile.in xserver/hw/xfree86/os-support/solaris/sun_init.c xserver/hw/xfree86/os-support/stub/Makefile.in xserver/hw/xfree86/parser/Makefile.in xserver/hw/xfree86/ramdac/Makefile.in xserver/hw/xfree86/shadowfb/Makefile.in xserver/hw/xfree86/utils/Makefile.in xserver/hw/xfree86/utils/gtf/Makefile.in xserver/hw/xfree86/utils/man/Makefile.in xserver/hw/xfree86/vgahw/Makefile.in xserver/hw/xfree86/x86emu/Makefile.in xserver/hw/xfree86/xkb/Makefile.in xserver/hw/xnest/Makefile.in xserver/hw/xnest/man/Makefile.in xserver/hw/xquartz/Makefile.in xserver/hw/xquartz/GL/Makefile.in xserver/hw/xquartz/bundle/Makefile.in xserver/hw/xquartz/mach-startup/Makefile.in xserver/hw/xquartz/man/Makefile.in xserver/hw/xquartz/pbproxy/Makefile.in xserver/hw/xquartz/xpr/Makefile.in xserver/hw/xwin/Makefile.in xserver/hw/xwin/dri/Makefile.in xserver/hw/xwin/glx/Makefile.in xserver/hw/xwin/man/Makefile.in xserver/hw/xwin/winclipboard/Makefile.in xserver/include/Makefile.in xserver/include/fourcc.h xserver/include/xkbsrv.h xserver/man/Makefile.in xserver/mi/Makefile.in xserver/miext/Makefile.in xserver/miext/damage/Makefile.in xserver/miext/rootless/Makefile.in xserver/miext/shadow/Makefile.in xserver/miext/sync/Makefile.in xserver/os/Makefile.in xserver/os/log.c xserver/os/xsha1.c xserver/present/Makefile.in xserver/pseudoramiX/Makefile.in xserver/randr/Makefile.in xserver/record/Makefile.in xserver/render/Makefile.in xserver/render/picture.h xserver/test/Makefile.am xserver/test/Makefile.in xserver/test/meson.build xserver/test/bugs/bug1354.c xserver/test/bugs/meson.build xserver/test/scripts/xephyr-glamor-gles2-piglit.sh xserver/xfixes/Makefile.in xserver/xkb/Makefile.in xserver/xkb/xkb.h commit RdfMwOPlu2OW88KJ Author: matthieu Date: 2025/11/03 09:52:45 update to xhost 1.0.10 app/xhost/ChangeLog app/xhost/Makefile.in app/xhost/aclocal.m4 app/xhost/compile app/xhost/config.guess app/xhost/config.h.in app/xhost/config.sub app/xhost/configure app/xhost/configure.ac app/xhost/depcomp app/xhost/install-sh app/xhost/missing app/xhost/xhost.c app/xhost/man/Makefile.in app/xhost/man/xhost.man commit JIqt6c2RugBYWj8T Author: matthieu Date: 2025/11/03 09:52:22 update to xgc 1.0.7 app/xgc/COPYING app/xgc/ChangeLog app/xgc/Makefile.in app/xgc/aclocal.m4 app/xgc/compile app/xgc/config.guess app/xgc/config.h.in app/xgc/config.sub app/xgc/configure app/xgc/configure.ac app/xgc/depcomp app/xgc/install-sh app/xgc/lex.l app/xgc/main.c app/xgc/missing app/xgc/tests.c app/xgc/ylwrap app/xgc/man/Makefile.in app/xgc/man/xgc.man commit xDvbwJrzfj1wM7ub Author: matthieu Date: 2025/11/03 09:51:43 update to xgamma 1.0.8 app/xgamma/ChangeLog app/xgamma/Makefile.am app/xgamma/Makefile.in app/xgamma/aclocal.m4 app/xgamma/compile app/xgamma/config.guess app/xgamma/config.h.in app/xgamma/config.sub app/xgamma/configure app/xgamma/configure.ac app/xgamma/depcomp app/xgamma/install-sh app/xgamma/meson.build app/xgamma/missing app/xgamma/xgamma.c app/xgamma/man/Makefile.in app/xgamma/man/xgamma.man commit AFOaE0Y04U6mJcP5 Author: matthieu Date: 2025/11/03 09:49:21 update to xeyes 1.3.1 app/xeyes/COPYING app/xeyes/ChangeLog app/xeyes/Eyes.c app/xeyes/Makefile.am app/xeyes/Makefile.in app/xeyes/aclocal.m4 app/xeyes/compile app/xeyes/config.guess app/xeyes/config.sub app/xeyes/configure app/xeyes/configure.ac app/xeyes/depcomp app/xeyes/meson.build app/xeyes/meson.options app/xeyes/missing app/xeyes/xeyes.c app/xeyes/man/Makefile.in app/xeyes/man/xeyes.man commit pMCLsqBET6rMdzzF Author: jsg Date: 2025/11/03 04:49:03 sync distrib/sets/lists/xbase/md.amd64 distrib/sets/lists/xbase/md.arm64 distrib/sets/lists/xbase/md.armv7 distrib/sets/lists/xbase/md.i386 distrib/sets/lists/xbase/md.loongson distrib/sets/lists/xbase/md.macppc distrib/sets/lists/xbase/md.octeon distrib/sets/lists/xbase/md.powerpc64 distrib/sets/lists/xbase/md.riscv64 distrib/sets/lists/xbase/md.sparc64 commit dSNiV4iBCDM1Pip0 Author: jsg Date: 2025/11/03 04:48:25 stop building libOSMesa OSMesa is the Mesa Off-Screen rendering library. It was removed upstream in Mesa 25.1. Using an EGL surfaceless context is the suggested replacement. lib/mesa/mk/Makefile lib/mesa/mk/include/Makefile lib/mesa/mk/pkgconfig/Makefile