CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/04 09:40:13 Modified files: sys/conf : newvers.sh Log message: base is unlocked, move to 7.4-current OK deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/04 12:07:13 Modified files: sys/conf : GENERIC Log message: re-enable POOL_DEBUG OK deraadt@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/04 14:37:48 Modified files: build : Makefile build/mirrors : rpki-client-portable.html.head rpki-client : index.html portable.html Log message: release rpki-client 8.6 CVSROOT: /cvs Module name: ports Changes by: yasuoka@cvs.openbsd.org 2023/10/04 17:40:05 Modified files: inputmethods/anthy: Makefile inputmethods/anthy/patches: patch-src-util_anthy_el Log message: Fix emacs-anthy again. Replace functions which are deleted at emacs 29.1. ok naddy CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/05 01:59:41 Modified files: regress/lib/libcrypto/asn1: asn1time.c Log message: Add regress coverage for ASN1_UTCTIME_cmp_time_t() CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/05 02:51:30 Modified files: mail/smtp-vilter: Makefile mail/smtp-vilter/patches: patch-bin_smtp-vilter_Makefile patch-bin_smtp-vilter_smtp-vilter_c mail/smtp-vilter/pkg: PLIST Log message: smtp-vilter: unbreak on clang archs, ok sthen Link by passing -rdynamic to cc rather than -export-dynamic so that spamd and clamd can dlopen, from niklas. Some housekeeping from me on top: revision bump, regen plist, time_t format fix and fix extract permissions. CVSROOT: /cvs Module name: ports Changes by: jmatthew@cvs.openbsd.org 2023/10/05 03:55:48 Modified files: www/nginx : Makefile Added files: www/nginx/patches: patch-lua-nginx-module_config Log message: nginx itself now uses pcre2, but the lua module still uses pcre, so now it needs to be explicitly linked against libpcre. ok sthen@ naddy@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/05 04:29:41 Modified files: . : groups.html build : groups.dat Log message: add Echigo BSD Users Group (Niigata, Japan) and BSD Pizza Night (Portland, Oregon, U.S.) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/05 05:08:56 Modified files: sys/net : ifq.c ifq.h Log message: Protect interface queues with read once and mutex. Reading atomic values need at least read once and writing values should have a mutex. This is what mbuf queues already do. Add READ_ONCE() to ifq and ifiq macros for len and empty. Convert ifq_set_maxlen() to a function that grabs ifq_mtx. OK mvs@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/05 05:30:41 Modified files: . : groups.html build : groups.dat Log message: improve the P and T lines for the two Japanese groups CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/05 05:58:35 Modified files: distrib/notes : m4.common distrib/notes/alpha: features distrib/notes/amd64: features distrib/notes/arm64: features distrib/notes/armv7: features distrib/notes/hppa: features distrib/notes/i386: features distrib/notes/landisk: features distrib/notes/loongson: features distrib/notes/luna88k: features distrib/notes/macppc: features distrib/notes/octeon: features distrib/notes/powerpc64: features distrib/notes/riscv64: features distrib/notes/sparc64: features Log message: Mention the option to encrypt the root disk on supported architectures with miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/05 06:10:41 Modified files: editors/vis : Makefile editors/vis/patches: patch-configure Log message: fix editors/vis (broken in current packages): patch the configure script to only look for the specific lua version listed in dependencies. reported by James Cook, ok kn sdk CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/05 06:48:46 Modified files: www/ungoogled-chromium: Makefile distinfo Log message: update to 117.0.5938.149; ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/05 08:18:07 Modified files: www/nextcloud/25: Makefile distinfo www/nextcloud/26: Makefile www/nextcloud/27: Makefile www/nextcloud/pkg: README Added files: www/nextcloud/25/pkg: MESSAGE www/nextcloud/26/pkg: MESSAGE Log message: add info to nextcloud's pkg-readme about switching between upstream branches (basically: one ver at a time, pkg_delete then pkg_add the new one). add MESSAGE files to all but the latest branch telling users to upgrade to the highest version before updating to a new OpenBSD release. (unfortunately nextcloud release timing is far more frequent than openbsd release timing, so we can't update and have users move automatically from x to x+1 for each openbsd release otherwise we'll keep stacking up eol versions). discussed with landry@ gonzalo@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/05 08:18:44 Modified files: www/nextcloud/23: Tag: OPENBSD_7_3 Makefile www/nextcloud/23/pkg: Tag: OPENBSD_7_3 MESSAGE www/nextcloud/24: Tag: OPENBSD_7_3 Makefile www/nextcloud/25: Tag: OPENBSD_7_3 Makefile www/nextcloud/pkg: Tag: OPENBSD_7_3 README Added files: www/nextcloud/24/pkg: Tag: OPENBSD_7_3 MESSAGE Log message: add info to nextcloud's pkg-readme about switching between upstream branches (basically: one ver at a time, pkg_delete then pkg_add the new one). add MESSAGE files to all but the latest branch telling users to upgrade to the highest version before updating to a new OpenBSD release. (unfortunately nextcloud release timing is far more frequent than openbsd release timing, so we can't update and have users move automatically from x to x+1 for each openbsd release otherwise we'll keep stacking up eol versions). discussed with landry@ gonzalo@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/05 08:22:03 Modified files: faq : current.html Log message: warning for 7.3 users about updating to newest nextcloud branch before updating to 7.4 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/10/05 12:46:14 Modified files: usr.sbin/dhcpd : dhcpd.8 dhcpd.c Log message: Do log output to stderr while running dhcpd(8) in foreground to make behaviour in accordance with man page. Introduce '-v' option to make output more verbose. Do a little refactoring to make code more consistent with other daemons like ospfd(8), httpd(8), relayd(8), etc. Feedback from bluhm benno ok bluhm CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2023/10/05 16:18:32 Modified files: openssh/txt : release-9.5 openssh : releasenotes.html Log message: typo; from Alexander H CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2023/10/05 20:32:17 Modified files: . : 74.html Log message: Fix typo in SQLite version number CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/05 21:25:14 Modified files: regress/usr.bin/ssh: agent-pkcs11.sh Log message: Perform the softhsm2 setup as discrete steps rather than as a long shell pipeline. Makes it easier to figure out what has happened when it breaks. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/05 21:32:15 Modified files: regress/usr.bin/ssh: agent-pkcs11.sh Log message: typo in error message CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/10/05 23:31:54 Modified files: usr.sbin/dhcpd : dhcpd.c Log message: add -v to usage(); CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/06 00:00:18 Modified files: regress/usr.sbin/pkg_add: Makefile Log message: prepare for adding a value for REGRESSION_TESTING, so that I can test more funky situations eventually CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/06 02:58:13 Modified files: sys/kern : kern_sig.c Log message: In sys___thrsigdivert() switch tsleep_nsec() to use the nowake ident channel instead of inventing an own one. OK kettenis@ mvs@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/06 03:34:20 Modified files: sys/arch/sparc64/stand/ofwboot: elf64_exec.c vers.c Log message: clean up old 6.7 softraid migration code ofwboot still passes an old/small .openbsd.bootdata size from before 6.7 when boothowto was added. Report the exact size from now on such that a future diff can rectify the corresponding check in autoconf.c:bootstrap(). All this was done to keep old/new bootloaders working with new/old kernels, but 6.7 is long gone and we should all be running current code. OK stsp CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/06 03:55:02 Modified files: sbin/bioctl : bioctl.c Log message: rename pass{word -> file} variable It contains the path to the file containing a passphrase; password reads misleading and was also the only usage of "word" in contrast to consistent "phrase" usage. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/06 05:54:48 Modified files: . : groups.html build : groups.dat Log message: list the people running bsd.pizza in Portland, OR; ok afresh1@ and Kevin Williams CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/06 06:45:45 Modified files: share/man/man1 : register-plist.1 Log message: be more explicit about the usage pattern of register-plist and the variables in bsd.port.mk that govern its behavior. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/06 08:31:01 Modified files: . : security.html Log message: one link missed CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/06 09:15:29 Modified files: sys/dev/pci : if_iwx.c Log message: Ignore thermal dual-chain requests from iwx(4) firmware. Linux only acts on these requests in 11ax mode on 160MHz channels so we can simply ignore this request for now. Prevents a warning from being printed when we receive such a request: iwx0: unhandled firmware response 0x5f6/0x20000008 rx ring 64[3] Observed on AX210 hardware by bluhm@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/06 09:15:41 Modified files: sys/dev/pci : if_iwxreg.h Log message: Ignore thermal dual-chain requests from iwx(4) firmware. Linux only acts on these requests in 11ax mode on 160MHz channels so we can simply ignore this request for now. Prevents a warning from being printed when we receive such a request: iwx0: unhandled firmware response 0x5f6/0x20000008 rx ring 64[3] Observed on AX210 hardware by bluhm@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2023/10/06 10:06:11 Modified files: sys/dev/usb : ucom.c usb_subr.c Log message: Rename 'ifaceidx' variables and parameters to 'ifaceno'. More consistent with existing code and thus less cnance for confusion. requested by kettenis@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/06 10:41:02 Modified files: lib/libc/stdio : fvwrite.c putc.c vfprintf.c vfwprintf.c wbuf.c wsetup.c Log message: __swsetup: set error flag and errno on error. Previously, we set errno to EBADF if the cantwrite() macro (which calls __swsetup()) returns true for POSIX compliance. However, we neglected to also set the error flag, __SERR. Rather than set the error flag in all callers of cantwrite(), set both errno and the error flag in __swsetup(). This matches what FreeBSD does and makes it possible to choose a proper errno value for the second error condition in __swsetup(). OK deraadt@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/06 16:29:24 Modified files: usr.bin/awk : FIXES b.c lib.c main.c run.c Log message: Update awk to Sep 24, 2023 version. fnematch and getrune have been overhauled to solve issues around unicode FS and RS. also fixed gsub null match issue with unicode. big thanks to Arnold Robbins. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/06 16:31:21 Modified files: usr.bin/awk : b.c Log message: Correctly reset the goto table for a state. We cannot use set_gototab() to reset all the entries for a state, it will leave existing entries as-is. Add a new reset_gototab() function that zeroes the table entries for the specified state. There is no need to reset the goto table immediately after resize_state(), it is already initialized via calloc(). Fixes https://github.com/onetrueawk/awk/issues/199 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/07 01:02:51 Modified files: multimedia/libvpx: Tag: OPENBSD_7_3 Makefile Added files: multimedia/libvpx/patches: Tag: OPENBSD_7_3 patch-test_encode_api_test_cc patch-vp8_encoder_onyx_if_c Log message: multimedia/libvpx: backport fixes for CVE-2023-44488 pointed out by someone on the fediverse via brynet@ (the project have mailing lists for that purpose...) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/07 03:09:07 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: use more specific regression testing knob CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/07 03:10:03 Modified files: usr.sbin/pkg_add/OpenBSD: Update.pm Tracker.pm Log message: track firmware separately, since those will appear as uptodate for us CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/07 03:11:26 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: with firmware known, recognize that we couldn't find any update at all and just say that instead of a dauntingly long list of packages CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/07 05:51:08 Modified files: bin/ls : ls.c ls.h print.c Log message: Improve horizontal alignment in long format when printing minor device numbers greater than 999 by measuring the two widths needed for device numbers just like it is already done for other numbers. In the output, this only changes whitespace, but not the text. Ugly formatting reported by Crystal Kolipe . OK millert. Also tested by Crystal Kolipe. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/07 06:20:10 Modified files: sbin/bioctl : bioctl.c Log message: Retry on empty passphrase They must not be empty, or else creation/unlock fails (and boot loaders would not be able to abort and drop back to the boot> prompt). [-p passfile] handles this with "invalid passphrase length", so align the interactive prompt and retry there. -s remains a one-shot whilst getting a better error message. This is user friendlier and fixes the last installer "bug" on my list wrt. disk encryption where hitting Enter twice at the passphrase prompt would abort bioctl(8) and thus the installation. OK deraadt CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2023/10/07 06:55:08 Modified files: . : 74.html Log message: chromium verion update CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/07 07:29:08 Modified files: bin/ls : ls.c Log message: Simplify the display() function by getting rid of a useless buffer on the stack. No functional change, +8 -15 LOC. Suggested by and OK millert@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/07 15:26:29 Modified files: share/man/man7 : man.7 Log message: Include .EX/.EE in the MACRO OVERVIEW and improve its description. It is supported by all major man(7) implementations that G. Branden Robinson and myself are aware of, so calling it "non-portable" can no longer be justified. Using it becomes increasingly more common, so calling it "non-standard" is now misleading. It is certainly useful and not deprecated. While here, also remove the word "non-standard" from the descriptions of several other macros because it is slightly confusing. A formal standard for the man(7) language does not exist. Arguably, Version 7 AT&T UNIX used to be a de-facto standard, but its influence has been waning for 40 years, and various features that Version 7 did not support are now widely used. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 00:55:02 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: plain forgot to save the values for regression testing CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/08 01:44:52 Modified files: sys/net : ifq.c ifq.h Log message: Revert commitid: KtmyJEoS0WWxmlZ5 --- Protect interface queues with read once and mutex. Reading atomic values need at least read once and writing values should have a mutex. This is what mbuf queues already do. Add READ_ONCE() to ifq and ifiq macros for len and empty. Convert ifq_set_maxlen() to a function that grabs ifq_mtx. OK mvs@ --- ifq_set_maxlen() is called before the ifq_mtx is initalized and this at least crashes WITNESS kernels on boot. Reported-by: syzbot+7b218ef53432b5d56d7d@syzkaller.appspotmail.com CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 03:16:40 Modified files: usr.sbin/pkg_add/OpenBSD: Tracker.pm Log message: wrong prototype, it's called as an OO method CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 03:17:27 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: add another two regression testing parts. Use a simple framework that allows me to redefine methods to not do a thing (maybe this will migrate to its own file if it grows enough) CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2023/10/08 04:40:23 Modified files: sys/arch/luna88k/conf: files.luna88k Log message: Add inclusion of "dev/hid/files.hid" and "dev/usb/files.usb". Actually these devices are not supported on luna88k, but we need them in order to create attribute header files (e.g. "ucom.h") required in MI part recently. Suggested by miod@, tested by me. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 06:44:58 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: oops, those eval need to be STRINGS, otherwise the whole definition stuff happens regardless. Add a third one to only disregard base libraries CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/08 06:45:31 Modified files: usr.sbin/pkg_add/OpenBSD: LibSpec.pm Log message: subclass system libraries so we can give better diagnostic eventually CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/08 08:05:10 Modified files: etc/root : root.mail Log message: move release a earlier. when we wait for security fixes from one piece of software, another one will announce that we should wait for a security fix. the only winning move is not to play. CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/08 13:35:55 Modified files: faq : upgrade73.html Log message: add missing command to install puppet server CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/08 15:08:00 Modified files: sys/sys : clockintr.h sys/kern : kern_clockintr.c Log message: clockintr: move intrclock wrappers from sys/clockintr.h to kern_clockintr.c intrclock_rearm() and intrclock_trigger() are not part of the public API, so there's no reason to implement them in sys/clockintr.h. Move them to kern_clockintr.c. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:15:40 Modified files: sys/dev/pci/drm/include/linux: sizes.h Log message: use shifts for size defines CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:19:26 Modified files: sys/dev/pci/drm/include/linux: sizes.h Log message: add SZ_4G for 6.1.56 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:23:51 Modified files: sys/dev/pci/drm/i915/gt: intel_engine_cs.c intel_execlists_submission.c Log message: i915/pmu: Move execlist stats initialization to execlist specific setup From Umesh Nerlige Ramappa 987a7f5311ba1fd4ccf3637c09e6424741aacd01 in linux-6.1.y/6.1.56 c524cd40e8a2a1a36f4898eaf2024beefeb815f3 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:25:37 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_priv.h Log message: drm/amdkfd: Flush TLB after unmapping for GFX v9.4.3 From Philip Yang 9becfff9f91e350fd4d6f16e9f117f9227258fb0 in linux-6.1.y/6.1.56 75dda67c7213c3e0d17244a8c42547c27ee746f8 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:27:27 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_priv.h Log message: drm/amdkfd: Insert missing TLB flush on GFX10 and later From Harish Kasiviswanathan cdfcaa4e80430003dbba1bdb86f9fde5480ddbe5 in linux-6.1.y/6.1.56 edcfe22985d09ee8e2346c9217f5a52ab150099f in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:29:10 Modified files: sys/dev/pci/drm/amd/display/dc/dce110: dce110_hw_sequencer.c Log message: drm/amd/display: Don't check registers, if using AUX BL control From Swapnil Patel b9971393d4c9be5eec3c6b30d9e312ba88c865ac in linux-6.1.y/6.1.56 f5b2c10b57615828b531bb0ae56bd6325a41167e in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:30:32 Modified files: sys/dev/pci/drm/amd/amdgpu: soc21.c Log message: drm/amdgpu/soc21: don't remap HDP registers for SR-IOV From Alex Deucher cca15a82790772c0303ae295f7153c4af0536ad1 in linux-6.1.y/6.1.56 1832403cd41ca6b19b24e9d64f79cb08d920ca44 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:32:10 Modified files: sys/dev/pci/drm/amd/amdgpu: nbio_v4_3.c Log message: drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV From Alex Deucher ad3c37f90bae3675bc686562f7e63511d1033cc0 in linux-6.1.y/6.1.56 ab43213e7afd08ac68d4282060bacf309e70fd14 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:33:44 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_kms.c Log message: drm/amdgpu: Handle null atom context in VBIOS info ioctl From David Francis 91b6845ef387ab9ae2c6f3f8d43655be955e444b in linux-6.1.y/6.1.56 5e7e82254270c8cf8b107451c5de01cee2f135ae in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:35:47 Modified files: sys/dev/pci/drm/i915/gt: intel_ggtt.c Log message: drm/i915/gt: Fix reservation address in ggtt_reserve_guc_top From Javier Pello 69dd84470b4deed45658f2717aef533ec4ceb43d in linux-6.1.y/6.1.56 b7599d241778d0b10cdf7a5c755aa7db9b83250c in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/08 20:37:14 Modified files: sys/dev/pci/drm/amd/amdkfd: kfd_device_queue_manager.c Log message: drm/amdkfd: Use gpu_offset for user queue's wptr From YuBiao Wang b60028c81e463b0930191a4fa2ba770ff6d40e3a in linux-6.1.y/6.1.56 cc39f9ccb82426e576734b493e1777ea01b144a8 in mainline linux CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/09 01:03:49 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: simplify: all 3 mock-ups are strings that get eval'd, so do this properly. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/09 01:11:20 Modified files: usr.sbin/bgpd : session.c Log message: Fix return value confusion of sa_cmp() by renaming the function sa_equal(). The code in get_alternate_addr() checked for sa_cmp() == 0 but actually sa_cmp() returned 1 for equal addrs. So rename the function to sa_equal() to make it clear that a true return value means equality. Found by Asa Yeamans (enigma2e at rivin net) OK tb@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/09 01:12:22 Modified files: usr.sbin/pkg_add/OpenBSD: PkgDelete.pm Log message: placeholder for later feature CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/09 08:25:00 Modified files: sys/dev/fdt : if_dwqe_fdt.c sys/dev/ic : dwqe.c dwqevar.h Log message: allow dwqe.c to build on architectures that do not have machine/fdt.h Move struct if_device to a new fdt-specific softc struct, along with the gmac_id field which is only used by if_dwqe_fdt.c at present. This avoids the need to include any fdt header files in dwqe.c. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/10/09 09:32:14 Modified files: sbin/ipsecctl : ipsecctl.c ipsecctl.h pfkey.c Log message: Add pledge("stdio") before parsing pfkey messages. This applies to ipsecctl -m and ipsecctl -s. Refactor ipsecctl_show_*() to setup all sysctls first before dropping privileges and finally parsing and printing IPsec SAs and flows. feedback and ok mbuhl@ ok deraadt@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/09 09:48:28 Modified files: . : groups.html build : groups.dat Log message: Remove the line "P Echigo" as suggested by WATANABE Takeo. The reason is that the designated city of Niigata is actually located in the the prefecture of Niigata (Niigata-ken), whereas the historical province of Echigo is not an administrative unit. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/09 10:03:57 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Clarify documentation of X509_ALGOR_{set0,set_md}() The X509_ALGOR_set0() and X509_ALGOR_set_md() documentation comes from upstream, which means it is as sloppy as the code and as vague as your average upstream manpage. Be precise on what X509_ALGOR_set0() does on different inputs and document return values and failure modes. X509_ALGOR_set_md() is a void function that calls X509_ALGOR_set0() in a way that can fail, leaving alg in a corrupted state. Document when that can occur and how to avoid or detect that, but do not go too far, because EVP_MD_meth_new(), one potential source of failures, is a whole another can of worms. joint work with schwarze CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/09 10:06:01 Modified files: lib/libcrypto/man: ASN1_TYPE_get.3 Log message: Clarify that 'undefined type' means V_ASN1_UNDEF CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/09 10:59:55 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Use the usual text for X509_ALGOR_free() CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/09 13:28:42 Modified files: usr.bin/uname : uname.1 Log message: Document the OpenBSD-specific output format. Feedback and OK millert, "more reasonable" deraadt@. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/09 13:32:51 Modified files: lib/libc/gen : uname.3 Log message: Mention that the strings are OS-specific. In part based on input from deraadt@, OK millert@. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/09 14:55:33 Modified files: usr.sbin/smtpd : smtp_session.c Log message: Add Message-Id as needed for messages received on the submission port. Since listener->port is in network byte order we need to compare against htons(587). The fix for this got dropped in the rewrite in revision 1.335. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/09 15:49:34 Modified files: sys/dev/ic : bwfm.c Log message: Handle an arbitrary number of D11 cores and only disable them instead of doing a full reset. Based on a diff from Hector Martin for Asahi Linux. ok patrick@, tobhe@ CVSROOT: /cvs Module name: src Changes by: patrick@cvs.openbsd.org 2023/10/09 16:05:27 Modified files: sys/arch/arm64/stand/efiboot: efiacpi.c Log message: Recognize GICv4 in the MADT and configure it as arm,gic-v3. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/09 21:57:45 Modified files: usr.bin/ssh : ssh2.h Log message: Reserve a range of "local extension" message numbers that OpenSSH promises not to use (comment change only) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 00:49:54 Modified files: usr.bin/ssh : cipher.c cipher.h Log message: Garbage collect cipher_get_keyiv_len() This is a compat20 leftover, unused since 2017. ok djm CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/10 01:11:50 Modified files: sys/dev/fdt : if_dwqe_fdt.c sys/dev/ic : dwqe.c dwqevar.h Log message: Fiv the value written to dwqe(4) MAC_1US_TIC_CTR register. The calculation of this value is supposed to involve a clock frequency but we were using a clock ID in the range 0-7 instead. ok kettenis, patrick CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 02:22:19 Modified files: games/boggle/boggle: mach.c Log message: Print non-literal string with "%s" Caught by printf format attribute for printw(3) in newer curses. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:27:04 Modified files: usr.bin/systat : netstat.c Log message: Fix a format warning about a non-literal string ok claudio sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:30:06 Modified files: usr.bin/systat : engine.c Log message: Drop GCC_PRINTFLIKE() at function definition This makes gcc throw a fit and having the attributes for the prototypes in engine.h is enough. ok claudio sthen CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:42:56 Modified files: games/mille : misc.c print.c Log message: Use vw_printw() and fix a format print warning. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:43:52 Modified files: games/phantasia: misc.c Log message: Print a long with %ld instead of %d CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 03:48:06 Modified files: games/robots : score.c Log message: Fix format string warning in robots/score.c CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/10 05:25:31 Modified files: sys/net : pf.c pf_norm.c pf_osfp.c pfvar.h Log message: Remove dead code in pf_pull_hdr(). pf_pull_hdr() allows to pass an action pointer parameter as output value. This is never used, all callers pass a NULL argument. Remove ACTION_SET() entirely. The logic (fragoff >= len) in pf_pull_hdr() does not work since revision 1.4. Before it was used to drop short TCP or UDP fragments that contained only part of the header. Current code in pf_pull_hdr() drops the packets anyway, so always set reason PFRES_FRAG. OK kn@ sashan@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/10 07:59:47 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Improve X509_ALGOR_new(3) documentation The previous wording was misleading since the result of X509_ALGOR_new() is not actually an empty X509_ALGOR object. Rather, it contains the undefined ASN1_OBJECT returned by OBJ_nid2obj(NID_undef). Therefore using X509_ALGOR_get0(3) for error checking X509_ALGOR_set_md() is not trivial. So: change the initial paragraph into a general intro referring to the OpenSSL API needed to interface with X509_ALGOR and write a new paragraph documenting X509_ALGOR_new(3) and drop the incorrect suggestion of an error check. Notably there's now a reference to the OBJ_nid2obj() family without which one cannot really use X509_ALGOR_* for anything at all. With and ok schwarze CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/10 08:36:28 Modified files: usr.sbin/bgpd : rde_community.c Log message: When rewriting community_writebuf() the handling of non-transitive ext-communities was put into the wrong place in the loop finding start, end and number of communities to dump. As a result the end pointer for regular communities can point at an ext-community and with that the COMMUNITY attribute written includes unexpected extra bytes. This in turn causes the peer to send a NOTIFICATION error and to terminate the session. Fix for -portable issue #64 reported by Pier Carlo Chiodi (pierky) OK tb@ CVSROOT: /cvs Module name: src Changes by: florian@cvs.openbsd.org 2023/10/10 10:09:53 Modified files: sbin/dhcpleased: dhcpleased.c Log message: Do not copy stack garbage, that's not going to be used. Pointed out by gcc via tb. rdns_count is validated by all callers of propose_rdns(), so we can trust it here to be sensible. While here fix a pasto in an error message. OK tb CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/10/10 10:16:16 Modified files: sbin/ipsecctl : pfkdump.c Log message: Print at most pkgsize - hdrsize bytes for pfkey tag and identity to prevent out-of-bounds read in strlen(). ok tb@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/10 10:26:06 Modified files: sys/net : pf.c Log message: pf(4) must not pass packet if state cannot be created. The behavior of the PFRULE_SRCTRACK and max_states check was unintentionally changed by commit revision 1.964. If the state was not created due to some limit had been reached, pf still passed the packet. Restore the old logic by setting action to pass later, after the checks. In pf_test_rule() action is initialized to drop. OK sashan@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/10 12:17:26 Modified files: regress/sys/fileops: Makefile.inc regress/sys/fileops/ext2: Makefile regress/sys/fileops/ffs: Makefile regress/sys/fileops/msdos16: Makefile regress/sys/fileops/msdos32: Makefile Log message: Make it possible to run fileops tests in parallel by making use of a unique mount point and vnd device. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/10 12:18:05 Modified files: regress/sys/kern/pipe: test-kqueue.c Log message: Fix timing issue in which one thread could be left hanging in pipe_read(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2023/10/10 12:40:35 Modified files: sys/arch/armv7/vexpress: pciecam.c Log message: Ignore PCI MEM64 ranges over 4GB, since this 32-bit kernel can't use them; this prevents a DIAGNOSTIC panic when running in qemu without option "-M virt,highmem=off". Reported by and ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/10 13:06:42 Modified files: sys/dev/ic : dwqereg.h Log message: Correctly define GMAC_VERSION. Found by stsp@ ok stsp@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/10 15:33:54 Modified files: . : 74.html Log message: First chunk of 7.4 changes. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2023/10/10 15:40:23 Modified files: . : 74.html Log message: Add OpenSSH 9.5 changes. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2023/10/10 16:11:09 Modified files: . : 74.html Log message: Add OpenSSH 9.4. Remove mux timeout bugfix from list since it was added then deleted between OpenBSD releases and wasn't in any OpenBSD release. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2023/10/10 16:14:54 Modified files: . : 74.html Log message: Remove errant
  • . CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/10 16:35:56 Modified files: . : 74.html Log message: next chunk of changes CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/10 17:19:35 Modified files: . : 74.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/10 17:24:13 Modified files: . : 74.html Log message: fix repeated word CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/10 18:02:25 Modified files: sys/kern : kern_clockintr.c Log message: clockintr_stagger: rename parameters: "n" -> "numer", "count" -> "denom" Rename these parameters to align the code with the forthcoming manpage. No functional change. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/10 18:03:09 Modified files: . : 74.html Log message: add drm changes as requested by benno@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/10 22:46:30 Modified files: usr.bin/ssh : kex.c Log message: s/%.100s/%s/ in SSH- banner construction as there's no reason to limit its size: the version string bring included is a compile time constant going into an allocated banner string. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/10 23:42:08 Modified files: usr.bin/ssh : scp.c Log message: in olde rcp/scp protocol mode, when rejecting a path from the server as not matching the glob that the client sent, log (at debug level) the received pathname as well as the list of possible expected paths expanded from the glob. bz2966 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 00:08:57 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Be more precise about X509_ALGOR_get0() CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/11 00:30:10 Modified files: usr.sbin/bgpd : version.h Log message: Bump version for -portable release CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 00:40:54 Modified files: usr.bin/ssh : ssh_config.5 Log message: mention "none" is a valid argument to IdentityFile; bz3080 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/11 01:05:11 Modified files: regress/usr.sbin/bgpd/unittests: rde_community_test.c rde_community_test.h Log message: Extend rde_community_test to check various aspects of non-transitive extended communities. Mainly that the non-transitive communities are properly stripped. Test fails without rev 1.14 of rde_community.c CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/11 04:18:20 Modified files: . : 74.html Log message: Fix a typo: s/neigbor/neighbor. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 05:39:25 Modified files: www/squid : Tag: OPENBSD_7_3 Makefile distinfo www/squid/pkg : Tag: OPENBSD_7_3 PLIST-main Log message: MFC the update to squid (5.9->6.3) committed to -current about a month ago, including the port change which disabled the ESI (edge side include) option. some of these changes address some (but not all) of the problems from https://www.openwall.com/lists/oss-security/2023/10/11/3 https://megamansec.github.io/Squid-Security-Audit/ (updates in 7.3-stable are in general a bit problematic at the moment until -current and 7.4-stable are opened up again; users updating from 7.3 to 7.4 can't go "backwards" in package version. however as this particular change was committed to -current before the lock, that's not an issue here) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 06:06:11 Modified files: lib/libcrypto/man: ASRange_new.3 Log message: I forgot that we now have ASN1_INTEGER_set_uint64() CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/11 06:32:46 Modified files: sys/dev/ic : dwqereg.h Log message: fix bitmask of GMAC4 hwfeatures1 RX FIFO size ok kettenis CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 06:49:00 Modified files: regress/lib/libcrypto/asn1: Makefile Added files: regress/lib/libcrypto/asn1: x509_algor.c Log message: Add regress coverage for X509_ALGOR_* This covers the setters and getters. Serialization and deserialization as well as comparison is already well covered by the pieces of regress using certs. There is currently one printf indicating failure. This will be fixed shortly. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 06:51:07 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Clean up X509_ALGOR_cmp() This is currently written in what is likely the most stupid way possible. Rewrite this function in a more straightforward way. ok jsing CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/11 06:52:01 Modified files: sys/arch/amd64/conf: GENERIC sys/dev/ic : dwqe.c dwqevar.h sys/dev/pci : files.pci Added files: sys/dev/pci : if_dwqe_pci.c Log message: Add initial support for Elkhart Lake ethernet to dwqe(4). For now, only attach to PSE0/RGMII (device ID 0x4ba0) which is the only device I have access to for testing. There is a known problem where Tx throughput is lower than expected. This is being looked into. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/11 06:57:53 Modified files: share/man/man4 : dwqe.4 pci.4 Log message: dwqe(4) may now attach via pci(4) CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:00:16 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: Add preallocation dance for X509_ALGOR_set_md() as documented CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:05:18 Modified files: lib/libcrypto/asn1: x_algor.c lib/libcrypto/x509: x509_local.h Log message: Add internal version of X509_ALGOR_set_md() X509_ALGOR_set_md() is a void function that cannot easily be error checked. The caller has to jump through hoops to make sure this function doesn't fail. Prepare replacing this internally with X509_ALGOR_set_evp_md(), which allows error checking. There is one slight change of behavior: if the EVP_MD object passed in does not have an OID known to the library, then this new API fails. It is unclear what the library should do with such an object and people who use EVP_MD_meth_new() need to know what they are doing anyway and they are better off teaching the lib about the OID if they're going to be messing with certs. Oh, and the prototype is in x509_local.h because the rest of this API is in x509.h despite being implemented in asn1/. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:10:13 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Rewrite X509_ALGOR_get0() Make the logic slightly less convoluted. Preserve the behavior that *ppval remains unset if pptype == NULL for now. However, ensure that *ppval is set to NULL if pptype is V_ASN1_UNDER. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:12:46 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Ensure that out_value is initialized even if out_type is NULL This fixes the printf in the x509_algor regress. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:13:25 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: x509_algor: Turn expected failure into actual failure now that the API is fixed. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:20:18 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Rewrite X509_ALGOR_set0() The current implementation is a complete mess. There are three cases: 1) ptype == V_ASN1_UNDEF: parameter must be freed and set to NULL. 2) ptype == 0: existing non-NULL parameters are left untouched, NULL parameters are replaced with ASN1_TYPE_new()'s wacky defaults. 3) otherwise allocate new parameters if needed and set them to ptype/pval. In all three cases free the algorithm and set it to aobj. The challenge now is to implement this using nine if statements and one else clause... We can do better. This preserves existing behavior. There would be cleaner implementations possible, but they would change behavior. There are many callers in the ecosystem that do not error check X509_ALGOR_set0() since OpenSSL failed to do so. So this was carefully rewritten to leave alg in a consisten state so that unchecking callers don't encounter corrupted algs. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 07:22:11 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Some housekeeping in x_algor Fix includes and zap an empty line. ok jsing CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:27:55 Modified files: databases/py-psycopg2: Makefile distinfo Log message: update to py3-psycopg2-2.9.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:27:58 Modified files: textproc/py-unidecode: Makefile distinfo Log message: update to py3-unidecode-1.3.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:01 Modified files: textproc/py-xmlschema: Makefile distinfo textproc/py-xmlschema/pkg: PLIST Log message: update to py3-xmlschema-2.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:05 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c Log message: update to pecl-redis-6.0.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:08 Modified files: databases/mongodb/44: Makefile distinfo databases/mongodb/44/patches: patch-SConstruct Log message: update to mongodb-4.4.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:11 Modified files: www/newsraft : Makefile distinfo Log message: update to newsraft-0.21 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:14 Modified files: databases/barman: Makefile distinfo databases/barman/patches: patch-setup_py databases/barman/pkg: PLIST Added files: databases/barman/patches: patch-barman_fs_py Log message: update to barman-3.9.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:17 Modified files: net/irssi : Makefile distinfo Log message: update to irssi-1.4.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:23 Modified files: net/scamper : Makefile distinfo net/scamper/patches: patch-internal_h Log message: update to scamper-20230614d CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:26 Modified files: net/wireshark : Makefile distinfo net/wireshark/patches: patch-capture_capture-pcap-util_c Log message: update to wireshark-4.0.10 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:29 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-10.0.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:33 Modified files: math/calc : Makefile distinfo math/calc/pkg : PLIST Log message: update to calc-2.15.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:36 Modified files: net/bird/2 : Makefile distinfo Log message: update to bird-2.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:39 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.8.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:42 Modified files: textproc/py-ruamel.yaml: Makefile distinfo textproc/py-ruamel.yaml/pkg: PLIST Log message: update to py3-ruamel.yaml-0.17.35 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:45 Modified files: textproc/py-ruamel.yaml.clib: Makefile distinfo textproc/py-ruamel.yaml.clib/pkg: PLIST Log message: update to py3-ruamel.yaml.clib-0.2.8 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:48 Modified files: security/pcsc-tools: Makefile distinfo security/pcsc-tools/pkg: DESCR PLIST Added files: security/pcsc-tools/patches: patch-ATR_analysis_in Removed files: security/pcsc-tools/patches: patch-ATR_analysis Log message: update to pcsc-tools-1.7.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:54 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_rspamadm_CMakeLists_txt mail/rspamd/pkg: PLIST Log message: update to rspamd-3.7.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:28:57 Modified files: net/eduvpn/vpn-portal-artwork-eduvpn: Makefile distinfo Log message: update to vpn-portal-artwork-eduvpn-3.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:00 Modified files: net/eduvpn/vpn-portal-artwork-lc: Makefile distinfo Log message: update to vpn-portal-artwork-lc-3.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:03 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo net/eduvpn/vpn-user-portal/patches: patch-bin_account_php patch-bin_status_php patch-libexec_daemon-sync_php patch-libexec_db_php patch-libexec_fetch-server-list_php patch-libexec_generate-secrets_php patch-libexec_housekeeping_php patch-libexec_stats_php patch-src_Cfg_DbConfig_php net/eduvpn/vpn-user-portal/pkg: PLIST Log message: update to vpn-user-portal-3.4.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:06 Modified files: www/tomcat/v8 : Makefile distinfo www/tomcat/v8/pkg: PLIST-examples Log message: update to tomcat-8.5.94 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:09 Modified files: www/tomcat/v9 : Makefile distinfo www/tomcat/v9/pkg: PLIST-examples Log message: update to tomcat-9.0.81 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:14 Modified files: www/tomcat/v10 : Makefile distinfo www/tomcat/v10/pkg: PLIST-examples Log message: update to tomcat-10.1.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:17 Modified files: www/nghttp2 : Makefile distinfo Log message: update to nghttp2-1.57.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:20 Modified files: databases/py-odbc: Makefile distinfo databases/py-odbc/patches: patch-setup_py patch-src_connection_cpp patch-src_pyodbc_h patch-src_pyodbcmodule_cpp Log message: update to py3-odbc-5.0.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:29:25 Modified files: www/mozilla-firefox: Makefile distinfo www/firefox-i18n: Makefile.inc distinfo Log message: www/mozilla-firefox: bugfix update to 118.0.2 see https://www.mozilla.org/en-US/firefox/118.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:29:28 Modified files: net/unifi/main : Makefile distinfo net/unifi/main/pkg: PLIST unifi.rc Log message: update to unifi-7.5.187 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:29:53 Modified files: audio/libcue : Makefile Added files: audio/libcue/patches: patch-cd_c Log message: audio/libcue: fix atoi mishandling leading to RCE in gnome (CVE-2023-43641) https://github.com/lipnitsk/libcue/commit/fdf72c8bded8d24cfa0608b8e97f2eed210a920e CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:30:20 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_3 Makefile distinfo Log message: www/mozilla-firefox: MFC update to 118.0.2. see https://www.mozilla.org/en-US/firefox/118.0.2/releasenotes/ last update on 7.3-stable CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:32:38 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: Makefile distinfo security/letsencrypt/client/pkg: PLIST security/letsencrypt/py-acme: distinfo Log message: update to certbot/py3-acme-2.7.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:33:18 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/mozilla-firefox: MFC bugfix update to 118.0.2. see https://www.mozilla.org/en-US/firefox/118.0.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:33:25 Modified files: print/py-pikepdf: Makefile distinfo print/py-pikepdf/patches: patch-tests_test_io_py print/py-pikepdf/pkg: PLIST Log message: update to py3-pikepdf-8.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:33:43 Modified files: textproc/py-pdfminer: Makefile distinfo textproc/py-pdfminer/pkg: PLIST Log message: update to py3-pdfminer-20221105, ok feinerer@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:34:16 Modified files: audio/libcue : Tag: OPENBSD_7_4 Makefile Added files: audio/libcue/patches: Tag: OPENBSD_7_4 patch-cd_c Log message: MFC: audio/libcue: fix atoi mishandling leading to RCE in gnome (CVE-2023-43641) https://github.com/lipnitsk/libcue/commit/fdf72c8bded8d24cfa0608b8e97f2eed210a920e CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:34:22 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.3.2. see https://www.thunderbird.net/en-US/thunderbird/115.3.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:34:52 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm print/py-reportlab: Makefile distinfo print/py-reportlab/patches: patch-setup_py print/py-reportlab/pkg: PLIST Removed files: print/py-reportlab/patches: patch-docs_genAll_py patch-docs_userguide_genuserguide_py Log message: update to py3-reportlab-3.6.8 and remove py2 flavour CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:35:05 Modified files: print/ocrmypdf : Makefile distinfo Log message: update to ocrmypdf-15.2.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 07:35:27 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.3.2. see https://www.thunderbird.net/en-US/thunderbird/115.3.2/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:36:20 Modified files: audio/libcue : Tag: OPENBSD_7_3 Makefile Added files: audio/libcue/patches: Tag: OPENBSD_7_3 patch-cd_c Log message: MFC: audio/libcue: fix atoi mishandling leading to RCE in gnome (CVE-2023-43641) https://github.com/lipnitsk/libcue/commit/fdf72c8bded8d24cfa0608b8e97f2eed210a920e CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:38:13 Modified files: audio/libcue : Makefile distinfo Removed files: audio/libcue/patches: patch-cd_c Log message: audio/libcue: update to 2.3.0 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/11 07:39:03 Modified files: . : 74.html Log message: mention , hw.battery, and hw.ucomnames; drop empty mandoc(1) section CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:40:00 Modified files: devel/protobuf : Makefile distinfo devel/protobuf/patches: patch-src_google_protobuf_port_def_inc devel/protobuf/pkg: PLIST Added files: devel/protobuf/patches: patch-cmake_abseil-cpp_cmake patch-third_party_utf8_range_CMakeLists_txt Log message: Update to protobuf 4.24.4 With help and 'broadly ok' from sthen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:41:07 Modified files: devel/py-protobuf: Makefile distinfo devel/py-protobuf/pkg: PLIST Log message: Update py-protobuf to 4.24.4 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:43:09 Modified files: audio/clementine: Makefile Log message: audio/clementine: mark broken. Doesn't build with newer protobuf. This issue may or may not be of help: https://github.com/clementine-player/Clementine/issues/7272 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:43:40 Modified files: games/pokerth : Makefile Log message: games/pokerth: mark broken. Doesn't build with newer protobuf. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:44:01 Modified files: textproc/mupdf : Makefile distinfo Log message: update to mupdf-1.23.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:44:06 Modified files: textproc/zathura/plugins/mupdf: Makefile Log message: bump; static linked mupdf CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:45:59 Modified files: audio/mumble : Makefile devel/protobuf-c: Makefile net/mosh : Makefile net/tdesktop : Makefile productivity/glabels: Makefile x11/qt6/qtgrpc : Makefile x11/vlc : Makefile Log message: Regen wantlibs after protobuf update. The many screens full of abseil variants is really gross, but what can we do... Thanks Google. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 07:52:28 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231011 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/11 07:52:29 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: missing state in locator call, surprised nobody else ran into that CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/11 07:54:43 Modified files: regress/usr.sbin/pkg_add: Makefile usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm PkgCreate.pm Log message: put "stub" within grasp of -DREGRESSION_TESTING. Extend it slightly: do not stub quirks, so that caching mechanisms work as usual even when using stubs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:54:46 Log message: import ports/devel/py-pydantic-compat, from Renaud Allard, ok landry tweaks: py-pydantic should be an RDEP not a BDEP, and tweak DESCR to start by describing what py-pydantic-compat does rather than starting with saying that Pydantic 1 and 2 are incompatible. Status: Vendor Tag: sthen Release Tags: sthen_20231011 N ports/devel/py-pydantic-compat/Makefile N ports/devel/py-pydantic-compat/distinfo N ports/devel/py-pydantic-compat/pkg/DESCR N ports/devel/py-pydantic-compat/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 07:55:12 Modified files: devel : Makefile Log message: +py-pydantic-compat CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/11 08:23:19 Modified files: net/synapse : Makefile distinfo modules.inc net/synapse/pkg: PLIST Log message: net/synapse: update to 1.94, from MAINTAINER Renaud Allard CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/11 08:27:56 Modified files: net/powerdns : Makefile distinfo Log message: Update to PowerDNS Authoritative Server 4.8.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/11 08:34:41 Modified files: mail/grommunio/gromox: Makefile distinfo mail/grommunio/gromox/patches: patch-configure_ac mail/grommunio/gromox/pkg: PLIST-main Added files: mail/grommunio/gromox/patches: patch-exch_ews_enums_hpp patch-exch_ews_hash_hpp Log message: update to 2.14 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/11 08:35:01 Modified files: mail/grommunio/web: Makefile distinfo Log message: update to 3.3 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/11 08:35:22 Modified files: mail/grommunio/sync: Makefile distinfo Log message: update to upstream's git HEAD to pull in required API changes CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/11 09:00:50 Modified files: . : 74.html Log message: Add many missing hyperlinks to manual pages. Also combine a few minor entries with more important entries they are closely related to. CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/11 09:07:04 Modified files: sys/sys : clockintr.h sys/kern : kern_clockintr.c Log message: clockintr: move clockintr_schedule() into public API Prototype clockintr_schedule() in . CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/11 09:07:31 Modified files: lang/rust : Makefile distinfo lang/rust/patches: patch-compiler_rustc_session_src_options_rs patch-src_bootstrap_bootstrap_py patch-src_bootstrap_lib_rs patch-src_bootstrap_test_rs lang/rust/pkg : PLIST-main PLIST-src Log message: update lang/rust to 1.73.0 Announce: https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.73.0 CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/11 09:09:09 Modified files: lang/sbcl : Makefile distinfo Log message: update lang/sbcl to 2.3.9 ChangeLog: https://www.sbcl.org/news.html#2.3.9 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 09:16:39 Log message: Import graphics/oxipng. Oxipng is a multithreaded lossless PNG compression optimizer. It can be used via a command-line interface or as a library in other Rust programs. OK sthen@, benoit@ Status: Vendor Tag: fcambus Release Tags: fcambus_20231011 N ports/graphics/oxipng/Makefile N ports/graphics/oxipng/crates.inc N ports/graphics/oxipng/distinfo N ports/graphics/oxipng/pkg/PLIST N ports/graphics/oxipng/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 09:17:31 Modified files: graphics : Makefile Log message: Add oxipng. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/11 09:32:29 Modified files: . : 74.html Log message: bgpd bits based on 8.0 - 8.2 release notes CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/11 09:42:44 Modified files: sys/sys : resourcevar.h sched.h systm.h sys/kern : kern_clock.c sched_bsd.c subr_prof.c Log message: kernel: expand fixed clock interrupt periods to 64-bit values Technically, all the current fixed clock interrupt periods fit within an unsigned 32-bit value. But 32-bit multiplication is an accident waiting to happen. So, expand the fixed periods for hardclock, statclock, profclock, and roundrobin to 64-bit values. One exception: statclock_mask remains 32-bit because random(9) yields 32-bit values. Update the initclocks() comment to make it clear that this is not an accident. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/11 09:49:02 Modified files: www/seamonkey : Makefile Log message: mark www/seamonkey as BROKEN with lang/rust update to 1.73.0, seamonkey fails to build third_party/rust/packed_simd_2 discussed with landry@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:18:43 Modified files: devel/kf5/kcoreaddons: Makefile devel/kf5/kcoreaddons/patches: patch-src_lib_util_kosrelease_cpp Log message: Set distributor-logo-openbsd and add icon dependency CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/11 10:19:33 Modified files: . : 74.html Log message: First go at rpki-client changes. Based on relnotes for 8.4, 8,5 and 8.6. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:20:04 Removed files: x11/kde-plasma/kwin/patches: patch-src_backends_libinput_connection_cpp patch-src_backends_libinput_context_cpp patch-src_backends_libinput_events_cpp Log message: Remove unnecessary patches CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:20:47 Modified files: x11/kde-plasma/kwin: Makefile Log message: Regen WANTLIB and add tests notes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:21:43 Modified files: x11/kde-plasma/kinfocenter: Makefile Added files: x11/kde-plasma/kinfocenter/patches: patch-Modules_about-distro_src_MemoryEntry_cpp Log message: Fix memory calculation CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:24:03 Modified files: x11/kde-plasma/libksysguard: Makefile x11/kde-plasma/libksysguard/patches: patch-processcore_processes_openbsd_p_cpp Log message: Fix processes_openbsd_p Based on the freebsd one with improvements like memory calculation CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:25:44 Modified files: x11/kde-plasma/ksysguard: Makefile Added files: x11/kde-plasma/ksysguard/patches: patch-CMakeLists_txt patch-ksysguardd_CMakeLists_txt Log message: Improve OpenBSD handling in cmake CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 10:26:25 Modified files: devel/cmake : Makefile distinfo Log message: Update CMake to 3.27.6 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/11 10:50:08 Modified files: graphics/dcmtk : Makefile Added files: graphics/dcmtk/patches: patch-CMake_dcmtk_pc_in Log message: graphics/dcmtk: fix .pc file to work with base pkg-config Strips leading whitespace as was done by upstream to appease other pkg-config implementations as well. Fixes a pandoc build failure diagnosed with the help of gnezdo and phessler CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:14:18 Modified files: archivers/libdeflate: Makefile distinfo Log message: Update to libdeflate-1.19 Changes: https://github.com/ebiggers/libdeflate/blob/v1.19/NEWS.md Bumped minor because of added symbols. While here switch to DIST_TUPLE. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:15:15 Modified files: mail/notmuch : Makefile.inc mail/notmuch/notmuch: distinfo mail/notmuch/notmuch/patches: patch-lib_Makefile_local patch-test_T360-symbol-hiding_sh patch-test_test-lib_sh mail/notmuch/py-notmuch: distinfo Log message: Update to notmuch-0.38 Changes: https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS;h=00f4fe47d94bce570edf1332f2c83d1163d837ae;hb=60b5ea319a45900b1e610715481faaa339ea3a4c CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:15:40 Modified files: news/py-sabctools: Makefile distinfo Log message: Update to py-sabctools-7.1.2 Changes: https://github.com/sabnzbd/sabctools/releases/tag/v7.1.2 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:15:59 Modified files: news/sabnzbd : Makefile distinfo news/sabnzbd/pkg: PLIST Log message: Update to sabnzbd-4.1.0 Changes: https://github.com/sabnzbd/sabnzbd/releases/tag/4.1.0 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/11 11:20:42 Modified files: sysutils/unionfs-fuse: Makefile distinfo Log message: Update to unionfs-fuse-3.4 Changelog [0] mentions nothing relevant for OpenBSD. Quick comparison shows some minor cleanups. While here switch to DIST_TUPLE. [0] https://github.com/rpodgorny/unionfs-fuse/blob/v3.4/NEWS CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/11 11:29:19 Modified files: net/samba : Tag: OPENBSD_7_3 Makefile distinfo net/samba/pkg : Tag: OPENBSD_7_3 PLIST-main Log message: SECURITY update to samba-4.17.12 Release notes: https://www.samba.org/samba/history/samba-4.17.12.html Tests and oks from Ian McWilliam (co-maintainer) and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:39:05 Modified files: net/scamper : Tag: OPENBSD_7_4 Makefile distinfo net/scamper/patches: Tag: OPENBSD_7_4 patch-internal_h Log message: update to scamper-20230614d fix buffer overflow when parsing TCP packets where the sender includes a fTCP ast open cookie larger than 16 bytes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:40:01 Modified files: www/tomcat/v8 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v8/pkg: Tag: OPENBSD_7_4 PLIST-examples Log message: update to tomcat-8.5.94 CVE-2023-42794: FileUpload: DoS due to accumulation of temporary files on Windows CVE-2023-44487: HTTP/2 implementation vulnerable to the rapid reset attack (DoS) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:40:46 Modified files: www/tomcat/v9 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v9/pkg: Tag: OPENBSD_7_4 PLIST-examples Log message: update to tomcat-9.0.81 CVE-2023-42794: FileUpload: DoS due to accumulation of temporary files on Windows CVE-2023-44487: HTTP/2 implementation vulnerable to the rapid reset attack (DoS) CVE-2023-42795: Failure during request clean-up leads to sensitive data leaking to subsequent requests CVE-2023-45648: Trailer header parsing too lenient CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:41:05 Modified files: www/tomcat/v10 : Tag: OPENBSD_7_4 Makefile distinfo www/tomcat/v10/pkg: Tag: OPENBSD_7_4 PLIST-examples Log message: update to tomcat-10.1.14 CVE-2023-44487: HTTP/2 implementation vulnerable to the rapid reset attack (DoS) CVE-2023-42795: Failure during request clean-up leads to sensitive data leaking to subsequent requests CVE-2023-45648: Trailer header parsing too lenient CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 11:44:10 Modified files: net/wireshark : Tag: OPENBSD_7_4 Makefile distinfo net/wireshark/patches: Tag: OPENBSD_7_4 patch-capture_capture-pcap-util_c Log message: update to wireshark-4.0.10 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/11 11:53:52 Modified files: distrib/amd64/common: install.md distrib/arm64/ramdisk: install.md distrib/riscv64/ramdisk: install.md Log message: Remove dead CRYPTOCHUNK usage install.sub r1.1245 "Ask for disk crypto after root disk question" got rid of global CRYPTO* variables; no functional change. CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2023/10/11 12:07:04 Modified files: . : 74.html Log message: Explain what fine-grained chunk sizes means, add malloc leak detection feature CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/11 12:07:15 Modified files: regress/sys/net/vxlan: Makefile regress/sys/netinet/carp: Makefile Log message: Infer rdomains from environment variables N1 and N2 like many others in regress/sys/net already does. No functional change as the defaults remains the same. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/11 12:07:56 Modified files: regress/sys/net/gif: Makefile regress/sys/net/loop: Makefile regress/sys/net/pair: Makefile regress/sys/net/pf_opts: Makefile regress/sys/net/pflog: Makefile Log message: Check if loopback interfaces used are skipped by pf as opposed of bailing out if any loopback interface is skipped other than lo0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/10/11 12:07:58 Modified files: textproc/qpdfview: Makefile Added files: textproc/qpdfview/patches: patch-qpdfview_pri Log message: Use C++17; required for a poppler update. ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 12:08:35 Modified files: archivers/py-zopfli: Makefile distinfo Log message: update to py-zopfli 0.2.3 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/10/11 12:09:12 Modified files: print/poppler : Makefile distinfo print/poppler/patches: patch-CMakeLists_txt patch-glib_CMakeLists_txt patch-poppler_Form_cc patch-poppler_XRef_cc patch-qt5_src_CMakeLists_txt patch-qt6_src_CMakeLists_txt Log message: Update to poppler-23.10.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:21:07 Modified files: devel/desktop-file-utils: Makefile distinfo devel/desktop-file-utils/patches: patch-src_update-desktop-database_c Removed files: devel/desktop-file-utils/patches: patch-src_install_c patch-src_validator_c Log message: Update to desktop-file-utils-0.27. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:23:12 Modified files: misc/shared-mime-info: Makefile x11/gtk+3 : Makefile x11/gtk+4 : Makefile Log message: uses pledge() and unveil() CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 12:40:14 Modified files: x11/libquotient: Makefile distinfo x11/libquotient/pkg: PLIST Log message: update to libquotient 0.8.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/11 12:43:19 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.4.3.15 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:50:27 Modified files: devel/libgusb : Makefile distinfo devel/libgusb/pkg: PLIST Log message: Update to libgusb-0.4.7. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 12:51:15 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update github-cli to 2.36.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:53:52 Modified files: devel/libnotify: Makefile distinfo Log message: Update to libnotify-0.8.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 12:57:49 Modified files: devel/libsigc++-2: Makefile distinfo Log message: Update to libsigc++-2.12.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:02:02 Modified files: devel/libsigc++30: Makefile distinfo devel/libsigc++30/pkg: PLIST Log message: Update to libsigc++30-3.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:05:33 Modified files: devel/meson : Makefile distinfo meson.port.mk devel/meson/patches: patch-mesonbuild_build_py Log message: Update to meson-1.2.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:09:30 Modified files: misc/hwdata : Makefile distinfo Log message: Update to hwdata-0.375. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:10:46 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.24.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:19:38 Modified files: net/netatalk3 : Makefile distinfo net/netatalk3/patches: patch-etc_netatalk_Makefile_in Log message: SECURITY update to netatalk-3.1.18. CVE-2022-22995 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:19:55 Modified files: net/netatalk3 : Tag: OPENBSD_7_4 Makefile distinfo net/netatalk3/patches: Tag: OPENBSD_7_4 patch-etc_netatalk_Makefile_in Log message: SECURITY update to netatalk-3.1.18. CVE-2022-22995 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:21:06 Modified files: net/netatalk3 : Tag: OPENBSD_7_3 Makefile Added files: net/netatalk3/patches: Tag: OPENBSD_7_3 patch-etc_afpd_desktop_c Log message: Merge fix for CVE-2022-22995. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:22:01 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-3.16.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:25:43 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:38:15 Modified files: sysutils/libvirt: Makefile distinfo sysutils/libvirt/patches: patch-meson_build patch-src_storage_storage_util_c sysutils/libvirt/pkg: PLIST Log message: Update to libvirt-9.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:38:34 Modified files: sysutils/libvirt-python: Makefile distinfo Log message: Update to py3-libvirt-9.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:38:58 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-450.0.0. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 13:45:44 Log message: Import kde-applications/tokodon-23.08.0 Tokodon is a Mastodon client. It allows you to interact with the Fediverse community. tweak and ok kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/kde-applications/tokodon/Makefile N ports/x11/kde-applications/tokodon/distinfo N ports/x11/kde-applications/tokodon/pkg/DESCR N ports/x11/kde-applications/tokodon/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 13:47:22 Modified files: x11/kde-applications: Makefile Log message: +tokodon CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:50:11 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:54:44 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:55:36 Modified files: x11/gnome/accerciser: Makefile distinfo x11/gnome/accerciser/pkg: PLIST Log message: Update to accerciser-3.42.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:58:58 Modified files: x11/gnome/orca : Makefile distinfo Log message: Update to orca-44.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 13:59:13 Modified files: x11/gnome/ghex : Makefile distinfo Log message: Update to ghex-44.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:14:49 Modified files: graphics/cairo : Makefile distinfo graphics/cairo/patches: patch-meson_build patch-src_meson_build graphics/cairo/pkg: PLIST Log message: Update to cairo-1.18.0. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:20:25 Log message: Import qtwebengine-6.5.2 The Qt WebEngine module provides a web browser engine that makes it easy to embed content from the World Wide Web into your Qt application on platforms that do not have a native web engine. Qt WebEngine provides C++ classes and QML types for rendering HTML, XHTML, and SVG documents, styled using Cascading Style Sheets (CSS) and scripted with JavaScript. HTML documents can be made fully editable by the user through the use of the contenteditable attribute on HTML elements. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/qt6/qtwebengine/Makefile N ports/x11/qt6/qtwebengine/distinfo N ports/x11/qt6/qtwebengine/configure N ports/x11/qt6/qtwebengine/pkg/DESCR N ports/x11/qt6/qtwebengine/pkg/PLIST N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_zlib_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_address_space_randomization_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_page_allocator_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_page_allocator_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_page_h N ports/x11/qt6/qtwebengine/patches/patch-src_core_CMakeLists_txt N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_page_allocator_internals_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_address_space_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_base_rand_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_internal_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_atomicops_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_base_threading_platform_thread_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_alloc_forward_h N ports/x11/qt6/qtwebengine/patches/patch-configure_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_base_paths_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_partition_root_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_spinning_mutex_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_allocator_partition_allocator_starscan_stack_stack_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_base_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_base_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_cpu_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_elf_reader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_debugger_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_proc_maps_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_debug_stack_trace_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_dir_reader_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_dir_reader_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_path_watcher_bsd_cc N ports/x11/qt6/qtwebengine/patches/patch-cmake_Functions_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_path_watcher_kqueue_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_path_watcher_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_file_util_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_important_file_writer_cleaner_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_files_scoped_file_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_i18n_icu_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_linux_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_logging_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_discardable_memory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_discardable_memory_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_madv_free_discardable_memory_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_platform_shared_memory_region_h N ports/x11/qt6/qtwebengine/patches/patch-src_pdf_CMakeLists_txt N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_memory_platform_shared_memory_region_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_message_loop_message_pump_glib_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_native_library_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_native_library_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_posix_can_lower_nice_to_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_posix_unix_domain_socket_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_kill_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_posix_unix_domain_socket_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_kill_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_launch_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_launch_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_memory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_build_gen_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_cc_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_handle_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_iterator_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_iterator_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_rand_util_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_metrics_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_process_process_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_module_cache_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_rand_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_sampling_profiler_thread_token_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_sampling_profiler_thread_token_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_stack_base_address_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_stack_sampling_profiler_test_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_stack_sampling_profiler_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_profiler_thread_delegate_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_strings_safe_sprintf_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_synchronization_lock_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_syslog_logging_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_system_sys_info_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_task_thread_pool_environment_config_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_test_test_file_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_test_test_file_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_tracing_trace_time_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_threading_platform_thread_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_trace_event_malloc_dump_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_trace_event_memory_dump_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_trace_event_process_memory_dump_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_tracing_trace_time_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_BUILDCONFIG_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_linux_pkg-config_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_ozone_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_rust_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_v8_target_cpu_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_detect_host_arch_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_chrome_map N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_strip_binary_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_libevent_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_libusb_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_linux_unbundle_replace_gn_files_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_freebsd_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_gcc_solink_wrapper_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_gcc_toolchain_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_toolchain_openbsd_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_chromium_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_app_management_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_generated_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_google_chrome_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_profiles_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_settings_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_theme_chrome_unscaled_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_src_gn_version_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_app_theme_theme_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_custom_handlers_chrome_protocol_handler_registry_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_dev_ui_browser_resources_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_devtools_devtools_eye_dropper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_router_discovery_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_chrome_desktop_report_request_helper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_settings_private_prefs_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_conversion_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_core_api_configure_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_enterprise_reporting_private_enterprise_reporting_private_api_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_messaging_native_process_launcher_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_extensions_api_webrtc_logging_private_webrtc_logging_private_api_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_prefs_browser_prefs_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_event_log_uploader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_log_uploader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_logging_controller_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_media_webrtc_webrtc_logging_controller_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_net_system_network_context_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_prefs_pref_service_incognito_allowlist_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_printing_print_backend_service_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_printing_print_job_worker_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_resources_sandbox_internals_sandbox_internals_ts N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_resources_signin_signin_shared_css N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_resources_signin_sync_confirmation_sync_confirmation_app_html N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_about_ui_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_connectors_internals_device_trust_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_ntp_app_launcher_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_appearance_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_channel_info_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_channel_info_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_paths_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_paths_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_paths_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_chrome_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_extensions_permissions_chrome_permission_message_rules_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_media_cdm_host_file_path_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_pref_names_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_pref_names_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_channel_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_url_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_url_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_webui_url_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_common_webui_url_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_renderer_chrome_render_frame_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_test_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_payments_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_core_browser_personal_data_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_core_common_autofill_payments_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_core_common_autofill_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_assistant_browser_autofill_assistant_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_autofill_assistant_browser_client_context_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_components_chromium_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_components_google_chrome_strings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_content_settings_core_browser_website_settings_registry_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_cookie_config_cookie_store_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_app_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_common_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_app_chrome_crashpad_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_crash_core_browser_crash_upload_list_crashpad_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_event_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_device_signals_core_common_signals_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_device_signals_core_common_signals_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_device_signals_core_system_signals_platform_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_discardable_memory_service_discardable_shared_memory_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_embedder_support_user_agent_utils_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_event_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_configurations_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_list_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feature_engagement_public_feature_list_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_proto_v2_wire_version_proto N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_v2_feed_network_impl_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_v2_proto_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_feed_core_v2_proto_util_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_flags_ui_flags_state_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_gwp_asan_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_gwp_asan_crash_handler_crash_analyzer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_live_caption_caption_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_media_router_common_providers_cast_channel_cast_message_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_metrics_drive_metrics_provider_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_metrics_metrics_log_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_metrics_motherboard_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_neterror_resources_neterror_js N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_network_session_configurator_browser_network_session_configurator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_network_session_configurator_browser_network_session_configurator_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_new_or_sad_tab_strings_grdp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_optimization_guide_core_optimization_guide_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_os_crypt_keyring_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_os_crypt_libsecret_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_os_crypt_os_crypt_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_browser_paint_preview_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_performance_manager_public_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_browser_paint_preview_client_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_storage_monitor_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_common_proto_paint_preview_proto N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_paint_preview_player_player_compositor_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_browser_login_database_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_browser_login_database_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_browser_sync_password_sync_bridge_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_common_password_manager_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_password_manager_core_common_password_manager_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_permissions_prediction_service_prediction_common_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_tools_generate_policy_source_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_core_browser_policy_pref_mapping_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_core_common_cloud_cloud_policy_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_policy_core_common_cloud_cloud_policy_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_content_common_file_type_policies_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_content_resources_gen_file_type_proto_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_core_browser_db_v4_protocol_manager_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_safe_browsing_core_browser_realtime_url_lookup_service_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_security_interstitials_content_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_startup_metric_utils_browser_startup_metric_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_app_content_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_storage_monitor_removable_device_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_storage_monitor_removable_device_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_sync_device_info_local_device_info_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_sync_device_info_local_device_info_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_update_client_update_query_params_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_url_formatter_spoof_checks_idn_spoof_checker_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_variations_service_variations_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_common_gpu_dawn_context_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_host_host_display_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_host_host_display_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_app_content_main_runner_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_host_renderer_settings_creation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_skia_renderer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_embedder_skia_output_surface_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_embedder_software_output_surface_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_display_embedder_software_output_surface_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_browser_child_process_host_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_browser_main_loop_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_child_child_process_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_child_process_launcher_helper_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_compositor_viz_process_transport_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_devtools_protocol_system_info_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_download_download_manager_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_font_access_font_enumeration_data_source_cc N ports/x11/qt6/qtwebengine/patches/patch-src_core_api_qt_cmdline_cmake N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_gpu_compositor_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_gpu_gpu_process_host_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_frameless_media_interface_proxy_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_sandbox_host_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_frameless_media_interface_proxy_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_media_interface_proxy_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_media_media_keys_listener_manager_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_ppapi_plugin_process_host_receiver_bindings_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_delegated_frame_host_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_input_input_device_change_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_pepper_pepper_file_io_host_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_message_filter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_message_filter_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_process_host_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_view_host_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_aura_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_renderer_host_render_widget_host_view_event_handler_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_jank_monitor_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native_event_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_scheduler_responsiveness_native_event_observer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_utility_process_host_receiver_bindings_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_utility_sandbox_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_v8_snapshot_files_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_web_contents_web_contents_view_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_gpu_gpu_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_webui_web_ui_main_frame_observer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_webui_web_ui_main_frame_observer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_zygote_host_zygote_host_impl_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_browser_zygote_host_zygote_host_impl_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_font_list_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_user_agent_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_common_mojo_core_library_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_gpu_gpu_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_shell_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_blink_platform_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_blink_platform_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_ppapi_plugin_ppapi_plugin_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_browser_render_process_host_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_browser_zygote_host_zygote_host_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_common_param_traits_macros_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_content_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_public_common_zygote_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_media_render_media_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_render_process_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_render_thread_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_renderer_blink_platform_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_renderer_blink_platform_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_renderer_renderer_main_platform_delegate_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_shell_app_shell_main_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_shell_utility_shell_content_utility_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_test_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_services_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_speech_speech_recognition_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_speech_speech_recognition_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_utility_main_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_utility_blink_platform_with_sandbox_support_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_utility_utility_blink_platform_with_sandbox_support_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_zygote_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_zygote_zygote_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_content_zygote_zygote_main_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_bluetooth_bluetooth_adapter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_bluetooth_cast_bluetooth_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_gamepad_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_gamepad_gamepad_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_device_gamepad_hid_writer_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_api_messaging_message_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_api_networking_private_networking_private_delegate_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_browser_context_keyed_service_factories_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_extension_prefs_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_core_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_pref_names_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_browser_pref_names_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_api__permission_features_json N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_api_runtime_json N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_command_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_common_features_feature_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_service_x_util_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_renderer_bindings_api_binding_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_renderer_bindings_argument_spec_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_app_shell_main_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_api_runtime_shell_runtime_api_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_shell_browser_main_parts_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_image_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_shell_extensions_api_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_extensions_shell_browser_shell_extensions_api_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_google_apis_gcm_engine_heartbeat_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_common_gpu_memory_buffer_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_angle_vulkan_image_backing_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_external_vk_image_backing_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_gl_texture_image_backing_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_gl_texture_image_backing_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_config_gpu_control_list_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_command_buffer_service_webgpu_decoder_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_config_gpu_finch_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_config_gpu_test_config_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_common_gpu_memory_buffer_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_common_gpu_memory_buffer_support_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_service_gpu_memory_buffer_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_generate_bindings_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_device_queue_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_device_queue_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_function_pointers_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_function_pointers_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_image_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_vulkan_vulkan_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_browser_main_parts_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_browser_main_parts_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_content_browser_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_request_context_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_browser_headless_web_contents_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_tools_run_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_headless_lib_headless_content_main_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_channel_common_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_channel_mojo_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_message_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ipc_ipc_message_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_alsa_audio_manager_alsa_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_audio_input_device_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_audio_output_proxy_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_audio_manager_sndio_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_audio_manager_sndio_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_input_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_input_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_audio_latency_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_output_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_audio_sndio_sndio_output_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_media_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_media_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_scopedfd_helper_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_supported_types_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_user_input_monitor_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_video_frame_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_base_video_frame_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_create_video_capture_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_fake_video_capture_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_file_video_capture_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_fake_v4l2_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_fake_v4l2_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_cdm_cdm_paths_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_v4l2_capture_device_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_factory_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_linux_video_capture_device_factory_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_capture_video_video_capture_device_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_buffer_validation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_media_options_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_chromeos_video_decoder_pipeline_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_gpu_video_encode_accelerator_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_vaapi_vaapi_video_decoder_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_gpu_sandbox_hardware_video_decoding_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_core_channel_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_mojo_mojom_video_frame_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_fake_gpu_memory_buffer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_gpu_memory_buffer_video_frame_pool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_video_encode_accelerator_adapter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_video_video_encode_accelerator_adapter_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_webrtc_audio_processor_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_webrtc_helpers_unittests_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_media_webrtc_webrtc_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_core_embedder_features_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_reloader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_public_c_system_thunks_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_mojo_public_tools_bindings_mojom_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_network_change_notifier_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_network_change_notifier_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_network_interfaces_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_sockaddr_util_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verifier_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_base_sockaddr_util_posix_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verify_proc_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verify_proc_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_cert_verify_proc_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_cert_test_root_certs_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_disk_cache_blockfile_disk_format_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_address_sorter_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_disk_cache_simple_simple_file_tracker_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_config_service_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_reloader_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_dns_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_host_resolver_proc_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_host_resolver_system_task_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_public_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_public_resolv_reader_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_dns_public_scoped_res_state_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_http_http_auth_gssapi_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_http_http_auth_gssapi_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_http_http_network_session_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_proxy_resolution_proxy_config_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_socket_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_proxy_resolution_proxy_config_service_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_socks5_client_socket_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_tcp_socket_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_udp_socket_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_socket_udp_socket_unittest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_third_party_quiche_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_tools_cert_verify_tool_cert_verify_comparision_tool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_pdf_pdfium_pdfium_engine_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_tools_cert_verify_tool_cert_verify_tool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_traffic_annotation_network_traffic_annotation_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_url_request_url_request_context_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_url_request_url_request_context_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_net_url_request_url_request_context_builder_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_mojom_printing_context_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_mojom_printing_context_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_print_settings_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_print_settings_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_print_settings_conversion_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_base_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_printing_context_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_sandbox_print_backend_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_printing_sandbox_print_backend_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_linux_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_linux_services_init_process_reaper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_color_color_id_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_linux_services_libc_interceptor_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_mojom_sandbox_mojom N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_freebsd_sandbox_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_freebsd_sandbox_freebsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_sandbox_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_openbsd_sandbox_openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_openbsd_sandbox_openbsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_sandbox_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_sandbox_type_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_sandbox_policy_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_audio_audio_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_audio_audio_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_cert_verifier_cert_verifier_creation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_compute_pressure_cpu_probe_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_geolocation_location_arbitrator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_fido_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_fido_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_connection_freebsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_fido_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_fido_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_hid_hid_service_freebsd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_public_mojom_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_serial_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_serial_serial_device_enumerator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_serial_serial_io_handler_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_time_zone_monitor_time_zone_monitor_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_usb_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_usb_service_fake_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_device_usb_usb_service_fake_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_network_sandbox_hook_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_network_sandbox_hook_linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_network_network_service_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_service_manager_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_resource_coordinator_public_cpp_memory_instrumentation_os_metrics_bsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_service_manager_public_cpp_service_executable_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_services_video_capture_public_mojom_video_capture_service_mojom N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_skia_ext_SkMemory_new_handler_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_base_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_base_internal_sysinfo_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_debugging_internal_elf_mem_image_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_src_util_exe_path_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_common_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_common_vulkan_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_libpci_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_linux_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_gpu_info_util_SystemInfo_x11_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_Display_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_formatutils_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_driver_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_util_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_libANGLE_renderer_vulkan_DisplayVk_api_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_angle_src_third_party_volk_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_common_privacy_budget_active_sampling_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_common_renderer_preferences_renderer_preferences_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_common_renderer_preferences_renderer_preferences_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_platform_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_common_renderer_preferences_renderer_preferences_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_public_platform_web_vector_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_build_scripts_run_with_pythonpath_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_bindings_scripts_bind_gen_style_format_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_frame_web_frame_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_controller_blink_initializer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_controller_memory_usage_monitor_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_controller_memory_usage_monitor_posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_editing_editing_behavior_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_execution_context_navigator_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_exported_web_view_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_inspector_inspector_memory_agent_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_layout_layout_view_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_paint_paint_layer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_media_audio_audio_device_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_peerconnection_webrtc_audio_renderer_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webaudio_audio_worklet_thread_test_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_modules_webgl_webgl_webcodecs_video_frame_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_cache_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_cache_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_description_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_metrics_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_platform_data_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_font_unique_name_lookup_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_fonts_skia_font_cache_skia_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_graphics_begin_frame_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_brotli_common_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_graphics_video_frame_submitter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_runtime_enabled_features_json5 N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_scheduler_common_thread_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_BUILD_generated_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_widget_compositing_categorized_worker_pool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_container_annotations_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_stack_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_cpu_aarch64_openbsd_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_fipsmodule_rand_internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_rand_extra_arc4random_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_crypto_refcount_c11_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_include_openssl_base_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_boringssl_src_include_openssl_thread_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_build_crashpad_buildconfig_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_display_screen_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_client_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_client_crashpad_client_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_minidump_minidump_misc_info_writer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_address_types_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_capture_context_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_metrics_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_misc_uuid_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_close_multiple_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_drop_privileges_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_signals_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_aura_screen_ozone_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crashpad_crashpad_util_posix_symbolic_constants_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_crc32c_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_dawn_include_dawn_native_VulkanBackend_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_dawn_src_dawn_common_Platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_dawn_src_dawn_native_vulkan_BackendVk_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavcodec_x86_cabac_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_arm64_config_components_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_components_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_cpu_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_components_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_mem_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_libavutil_random_seed_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_fontconfig_include_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_fontconfig_src_src_fccompat_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ipcz_src_reference_drivers_random_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ipcz_src_standalone_base_logging_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_leveldatabase_env_chromium_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libevent_event_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libsync_src_include_sync_sync_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libsync_src_sync_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libusb_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libusb_src_libusb_core_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libxml_linux_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_lzma_sdk_C_CpuArch_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_gpu_ipc_service_gpu_init_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_maldoca_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_maldoca_src_maldoca_base_get_runfiles_dir_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_maldoca_src_maldoca_service_common_process_doc_wrapper_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_nasm_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_nasm_config_config-linux_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_node_node_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_opus_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_core_fxge_cfx_fontmapper_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_core_fxge_linux_fx_linux_impl_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_fxjs_fx_date_helpers_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_pdfium_xfa_fxfa_parser_cxfa_timezoneprovider_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_time_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_build_config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_base_thread_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_ext_base_event_fd_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_include_perfetto_ext_base_thread_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_protos_perfetto_trace_ftrace_v4l2_proto N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_event_fd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_periodic_task_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_string_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ruy_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_subprocess_posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_thread_task_runner_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_base_unix_socket_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_perfetto_src_tracing_core_tracing_service_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_protobuf_src_google_protobuf_arenastring_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_aura_screen_ozone_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_protobuf_src_google_protobuf_stubs_platform_macros_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_skia_src_core_SkCpu_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_sqlite_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_skia_src_ports_SkOSFile_posix_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_sqlite_src_amalgamation_sqlite3_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_Reactor_Debug_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_System_Configurator_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux_hpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_tflite_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_WSI_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_swiftshader_src_WSI_libXCB_cpp N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_test_fonts_fontconfig_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_test_fonts_fontconfig_fontconfig_util_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-loader_src_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_wayland_features_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan-deps_vulkan-validation-layers_src_layers_vk_mem_alloc_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_modules_audio_device_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_modules_desktop_capture_linux_x11_x_server_pixel_buffer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_byte_order_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_ip_address_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_network_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_physical_socket_server_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_physical_socket_server_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_platform_thread_types_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_rtc_base_third_party_sigslot_sigslot_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ui_base_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_webrtc_system_wrappers_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_generate_stubs_rules_gni N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_json_schema_compiler_cpp_bundle_generator_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_json_schema_compiler_feature_compiler_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_memory_partition_allocator_inspect_utils_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_perf_chrome_telemetry_build_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_protoc_wrapper_protoc_wrapper_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_variations_fieldtrial_to_struct_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_clipboard_clipboard_constants_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_clipboard_clipboard_constants_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_cursor_cursor_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_cursor_cursor_factory_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ui_base_types_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_dragdrop_os_exchange_data_provider_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_dragdrop_os_exchange_data_provider_non_backed_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_dummy_text_input_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_dummy_text_input_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_fake_text_input_client_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_fake_text_input_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_linux_linux_input_method_context_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_ime_text_input_client_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_resource_resource_bundle_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_cursor_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_cursor_factory_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_cursor_loader_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_x_x11_shm_image_pool_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_color_color_provider_utils_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_color_system_theme_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_compositor_compositor_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_compositor_compositor_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_compositor_compositor_observer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_display_screen_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_devices_x11_device_data_manager_x11_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_event_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_event_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_event_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_keycodes_dom_keycode_converter_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_events_keycodes_dom_keycode_converter_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_canvas_skia_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_codec_png_codec_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_fallback_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_list_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_render_params_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_render_params_linux_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_font_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_gpu_memory_buffer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_gpu_memory_buffer_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_native_pixmap_handle_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_linux_client_native_pixmap_dmabuf_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_mojom_buffer_types_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_mojom_native_handle_types_mojom_traits_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_mojom_native_handle_types_mojom_traits_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_native_widget_types_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_platform_font_skia_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_render_text_api_fuzzer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_render_text_fuzzer_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_switches_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_switches_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_generated_protos_dri3_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_generated_protos_shm_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_xlib_support_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_generate_bindings_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_bindings_api_autogen_glx_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_bindings_autogen_glx_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_bindings_autogen_glx_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_context_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_features_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_image_glx_native_pixmap_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_gl_implementation_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_sync_control_vsync_provider_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gl_sync_control_vsync_provider_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gtk_gtk_compat_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gtk_printing_print_dialog_gtk_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_message_center_views_message_popup_view_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_native_theme_native_theme_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_native_theme_native_theme_base_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_common_egl_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_headless_headless_surface_factory_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_headless_ozone_platform_headless_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_headless_vulkan_implementation_headless_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_x11_ozone_platform_x11_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_wayland_gpu_vulkan_implementation_wayland_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_platform_x11_vulkan_implementation_x11_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_public_ozone_platform_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_ozone_test_mock_platform_window_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_platform_window_platform_window_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_platform_window_platform_window_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_platform_window_platform_window_init_properties_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_app_locale_settings_grd N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_bn_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_ja_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_ko_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_prefix_selector_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_ml_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_th_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_zh-CN_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_strings_translations_app_locale_settings_zh-TW_xtb N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_prefix_selector_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_controls_textfield_textfield_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_corewm_tooltip_aura_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_examples_widget_example_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_focus_focus_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_style_platform_style_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_views_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_views_delegate_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_drag_drop_client_ozone_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_screen_ozone_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_desktop_aura_desktop_window_tree_host_platform_impl_interactive_uitest_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_widget_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_widget_widget_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_window_custom_frame_view_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_window_dialog_delegate_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_views_window_frame_background_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_include_v8-internal_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_include_v8config_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_api_api_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_atomicops_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_memory_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_platform-freebsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_platform-openbsd_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_platform_platform-posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_small-vector_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_base_sys-info_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_compiler_backend_ia32_instruction-selector-ia32_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_diagnostics_perf-jit_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_diagnostics_perf-jit_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_sandbox_sandbox_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_trap-handler_handler-inside-posix_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_tools_licenses_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_trap-handler_trap-handler_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_browser_main_parts_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_content_browser_client_impl_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_content_browser_client_impl_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_browser_system_network_context_manager_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_weblayer_common_weblayer_paths_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_compiler_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_build_config_linux_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_zlib_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_remoting_host_it2me_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_zlib_google_zip_internal_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_blink_renderer_platform_wtf_math_extras_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_chrome_chrome_cleaner_executables_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_libxml_src_dict_c N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_native_client_sdk_src_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_x_BUILD_gn N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_ffmpeg_chromium_scripts_build_ffmpeg_py N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_vulkan_memory_allocator_include_vk_mem_alloc_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_third_party_zlib_contrib_minizip_ioapi_h N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_base_webui_web_ui_util_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_chromium_ui_gfx_native_pixmap_handle_cc N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_build_build_linux_ninja_template N ports/x11/qt6/qtwebengine/patches/patch-src_3rdparty_gn_src_base_files_file_posix_cc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:21:53 Log message: Import qtwebchannel-6.5.2 Qt WebChannel bridges the gap between Qt applications and HTML/JavaScript. Qt WebChannel enables peer-to-peer communication between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine (experimental). It works on all browsers that support Qt WebSockets, enabling Qt WebChannel applications to run in any JavaScript runtime. Additionally, a custom transport mechanism can also be implemented using Qt WebSockets to support Qt WebChannel-based communication. The module provides a JavaScript library for seamless integration of C++ and QML applications with HTML/JavaScript clients. The client must use the JavaScript library to access the serialized QObjects published by the host applications. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/qt6/qtwebchannel/Makefile N ports/x11/qt6/qtwebchannel/distinfo N ports/x11/qt6/qtwebchannel/pkg/DESCR N ports/x11/qt6/qtwebchannel/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:23:00 Log message: Import qtwebview-6.5.2 Qt WebView provides a way to display web content in a QML application without necessarily including a full web browser stack by using native APIs where it makes sense. OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231011 N ports/x11/qt6/qtwebview/Makefile N ports/x11/qt6/qtwebview/distinfo N ports/x11/qt6/qtwebview/pkg/DESCR N ports/x11/qt6/qtwebview/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:24:03 Modified files: devel/gettext : Makefile distinfo devel/gettext/patches: patch-gettext-runtime_intl_Makefile_in patch-gettext-runtime_intl_configure patch-gettext-tools_gnulib-lib_Makefile_in patch-gettext-tools_src_Makefile_in Log message: devel/gettext: maintenance update to 0.22.3, no significant changes CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:24:49 Modified files: misc/vttest : Makefile distinfo Log message: misc/vttest: maintenance update to 20230924 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:25:31 Modified files: multimedia/libmediainfo: Makefile distinfo multimedia/mediainfo: Makefile distinfo Log message: mediainfo: maintenance update to 23.10 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 14:26:29 Modified files: audio/mpg123 : Makefile distinfo audio/mpg123/patches: patch-src_libmpg123_dct36_avx_S patch-src_libmpg123_dct36_neon64_S patch-src_libmpg123_dct36_x86_64_S Log message: audio/mpg123: update to 1.32.3 libmpg123: added explicit 64-bit API with "64" suffix CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 14:26:29 Modified files: textproc/codespell: Makefile distinfo textproc/codespell/pkg: PLIST Log message: Update codespell to 2.2.6. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 14:26:48 Modified files: x11/qt6 : Makefile Log message: + qtwebchannel,qtwebengine,qtwebview CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:32:03 Modified files: audio/ymuse : Makefile distinfo audio/ymuse/pkg: PLIST Removed files: audio/ymuse/patches: patch-internal_config_config_go patch-internal_player_libpath_go patch-internal_player_main-window_go patch-resources_metainfo_com_yktoo_ymuse_metainfo_xml Log message: Update to ymuse-0.22. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:32:48 Modified files: misc/shared-mime-info: Makefile distinfo misc/shared-mime-info/patches: patch-data_freedesktop_org_xml_in misc/shared-mime-info/pkg: PLIST Added files: misc/shared-mime-info/patches: patch-src_update-mime-database_cpp Removed files: misc/shared-mime-info/patches: patch-src_update-mime-database_c Log message: Update to shared-mime-info-2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:37:57 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.23. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 14:40:20 Modified files: benchmarks/hyperfine: Makefile crates.inc distinfo Log message: Update hyperfine to 1.18.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:47:36 Modified files: graphics/gthumb: Makefile distinfo graphics/gthumb/patches: patch-gthumb_gth-browser_c graphics/gthumb/pkg: PLIST Log message: Update to gthumb-3.12.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:48:01 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-11.6.2. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/11 14:50:18 Modified files: benchmarks/vegeta: Makefile distinfo modules.inc Log message: Update vegeta to 12.11.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 14:53:50 Modified files: sysutils/consul-template: Makefile distinfo modules.inc Log message: Update to consul-template-0.34.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 15:01:30 Modified files: x11/gnome/libshumate: Makefile distinfo x11/gnome/libshumate/pkg: PLIST Log message: Update to libshumate-1.1.0. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 15:21:12 Modified files: sysutils/xxhash/patches: patch-cli_xsum_os_specific_c Removed files: sysutils/xxhash/patches: patch-tests_sanity_test_c Log message: link to upstream merged PR for pledge, drop test bits CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/11 15:22:00 Modified files: archivers/snappy: Makefile distinfo archivers/snappy/patches: patch-snappy-stubs-internal_h Log message: update to snappy 1.1.10 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/11 15:24:25 Modified files: x11/gnome/librsvg: Makefile crates.inc distinfo distinfo.old Log message: Update to librsvg-2.57.0. CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/11 15:26:45 Modified files: . : 74.html Log message: some 7.4 package counts CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 15:48:39 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Removed files: net/curl/patches: patch-tests_data_test1474 Log message: net/curl: security update to 8.4.0 Changes: * curl: add support for the IPFS protocols via HTTP gateway * curl_multi_get_handles: get easy handles from a multi handle Includes a fix for * CVE-2023-38545: SOCKS5 heap buffer overflow CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/11 15:53:22 Modified files: . : 74.html Log message: typofix, add installer changes wrt. arm64 and disk crypto CVSROOT: /cvs Module name: src Changes by: tobhe@cvs.openbsd.org 2023/10/11 16:13:16 Modified files: sys/net : pfkeyv2.c pfkeyv2_convert.c sys/netinet : ip_ipsp.c ip_ipsp.h Log message: Prevent deref-after-free when tdb_timeout() fires on invalid new tdb. When receiving a pfkeyv2 SADB_ADD message, a newly created tdb can fail in tdb_init(), which causes the tdb to not get added to the global tdb list and an immediate dereference. If a lifetime timeout triggers on this tdb, it will unconditionally try to remove it from the list and in the process deref once more than allowed, causing a one bit corruption in the already freed up slot in the tdb pool. We resolve this issue by moving timeout_add() after tdb_init() just before puttdb(). This means tdbs failing initialization get discarded immediately as they only hold a single reference. Valid tdbs get their timeouts activated just before we add them to the tdb list, meaning the timeout can safely assume they are linked. Feedback from mvs@ and millert@ ok mvs@ mbuhl@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 16:41:05 Modified files: usr.bin/ssh : sshkey.c Log message: add support for reading ED25519 private keys in PEM PKCS8 format; ok markus@ tb@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 16:42:26 Modified files: usr.bin/ssh : clientloop.c misc.c misc.h readconf.c readconf.h servconf.c ssh.c ssh_config.5 Log message: add ChannelTimeout support to the client, mirroring the same option in the server. ok markus@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/11 16:49:26 Modified files: net/curl : Tag: OPENBSD_7_4 Makefile distinfo net/curl/pkg : Tag: OPENBSD_7_4 PLIST Removed files: net/curl/patches: Tag: OPENBSD_7_4 patch-tests_data_test1474 Log message: net/curl: security update to 8.4.0 Changes: * curl: add support for the IPFS protocols via HTTP gateway * curl_multi_get_handles: get easy handles from a multi handle Includes fixes for * CVE-2023-38545: SOCKS5 heap buffer overflow * CVE-2023-38546: cookie injection with none file CVSROOT: /cvs Module name: www Changes by: stsp@cvs.openbsd.org 2023/10/11 16:52:41 Modified files: . : 74.html Log message: fill in the wireless section; cross-checked by benno CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/11 16:57:05 Modified files: . : 74.html Log message: another round of changes CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/11 16:59:34 Modified files: . : 74.html Log message: commuinites -> communities CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 17:14:33 Modified files: usr.bin/ssh : ssh.1 Log message: ssh -Q does not make sense with other command-line options, so give it its own line in the manpage CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 17:23:58 Modified files: usr.bin/ssh : ssh.c Log message: sync usage() with ssh.1; spotted by kn@ CVSROOT: /cvs Module name: www Changes by: dv@cvs.openbsd.org 2023/10/11 17:59:57 Modified files: . : 74.html Log message: Add in most, if not all, vmm/vmd changes for 7.4. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:12:53 Modified files: usr.bin/ssh : clientloop.c Log message: mask SIGINT/TERM/QUIT/HUP before checking quit_pending and use ppoll() to unmask them in the mainloop. Avoids race condition between signaling ssh to exit and polling. bz3531; ok dtucker CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:15:53 Modified files: usr.bin/ssh : sshconnect2.c Log message: release GSS OIDs only at end of authentication; bz2982, ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:18:18 Modified files: usr.bin/ssh : readconf.c readconf.h ssh.c ssh_config.5 sshconnect.h Log message: add %j token that expands to the configured ProxyJump hostname (or the empty string if this option is not being used). bz3610, ok dtucker CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 20:48:44 Modified files: usr.bin/ssh : ssh.c Log message: don't dereference NULL pointer when hashing jumphost CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 21:36:32 Modified files: usr.bin/ssh : misc.c Log message: 64 %-expansion keys ought to be enough for anybody; ok dtucker (we just hit the previous limit in some cases) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 21:48:54 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: ensure logs are owned by correct user; feedback/ok dtucker@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/11 21:51:08 Modified files: regress/usr.bin/ssh: sshsig.sh Log message: typos and extra debug trace calls CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/11 22:53:45 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: x509_algor: add a few missing includes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 23:16:20 Modified files: x11/xkbcommon : Makefile Log message: Fix test suite ok ajacoutot@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/11 23:41:28 Modified files: infrastructure/bin: portcheck Log message: Unified error messages for all missing RUN_DEPENDS ok op@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/12 00:12:33 Modified files: www/h2o : Makefile distinfo Log message: Switch to PowerDNS fork of h2o, it has the rapid reset fixes. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/12 00:13:38 Modified files: net/dnsdist : Makefile distinfo Log message: Update to dnsdist 1.8.2, using the h2o version with rapid reset fixes. ok and help sthen@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 00:22:19 Modified files: lang/lucee : Makefile distinfo Log message: update to lucee-5.4.3.16 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 00:24:53 Modified files: devel/py-wcwidth: Makefile distinfo Log message: update to py3-wcwidth-0.2.7 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 00:25:49 Modified files: multimedia/get_iplayer: Makefile distinfo multimedia/get_iplayer/patches: patch-get_iplayer Log message: update to get_iplayer-3.32 CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/10/12 00:46:17 Modified files: www/p5-Dancer2 : Makefile distinfo Log message: Update to p5-Dancer2-1.0.0 from wen heping. CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/12 01:28:23 Modified files: net/samba : Makefile distinfo net/samba/pkg : PLIST-main Log message: SECURITY update to samba-4.19.1 Release notes: https://www.samba.org/samba/history/samba-4.19.1.html Tests and oks from Ian McWilliam (co-maintainer) and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 01:28:43 Modified files: editors/vim : Makefile distinfo editors/vim/pkg: PLIST-main Log message: update to vim-9.0.2018, including various fixes for use-after-free and null deref CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/12 01:29:22 Modified files: net/samba : Tag: OPENBSD_7_4 Makefile distinfo net/samba/pkg : Tag: OPENBSD_7_4 PLIST-main Log message: SECURITY update to samba-4.19.1 Release notes: https://www.samba.org/samba/history/samba-4.19.1.html Tests and oks from Ian McWilliam (co-maintainer) and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 01:29:30 Modified files: editors/vim : Tag: OPENBSD_7_4 Makefile distinfo editors/vim/pkg: Tag: OPENBSD_7_4 PLIST-main Log message: update to vim-9.0.2018 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/12 02:30:01 Modified files: graphics/oxipng: Makefile crates.inc distinfo Log message: Update oxipng to 9.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 02:32:13 Modified files: databases/pecl-redis: Makefile distinfo Log message: update to pecl-redis-6.0.1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 02:35:53 Modified files: databases/pgbackrest: Makefile distinfo Log message: Update pgbackrest 2.47 -> 2.48 Changelog: https://github.com/pgbackrest/pgbackrest/releases/tag/release%2F2.48 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 02:38:17 Modified files: www/gitea : Makefile distinfo Log message: Update gitea 1.20.4 - > 1.20.5 Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.20.5 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/12 03:12:06 Modified files: x11/xfce4/xfce4-pulseaudio: Makefile distinfo Log message: x11/xfce4/xfce4-pulseaudio: update to 0.4.8 see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001330.html CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/12 03:18:56 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.ixp.rdomain1.conf bgpd.ixp.rdomain2_1.conf bgpd.ixp.rdomain2_2.conf bgpd.ixp.rdomain2_3.conf bgpd.ixp.rdomain2_4.conf ixp.rdomain1.ok ixp.rdomain2.ok ixp.sh Log message: Add a fairly minimal ixp setup generated by arouteserver This does a lot of community manipulation and also tests a few other bits of code (prepends, roa, prefix-set). CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/12 03:29:09 Modified files: x11/xfce4/xfce4-taskmanager: Makefile distinfo x11/xfce4/xfce4-taskmanager/pkg: PLIST Log message: x11/xfce4/xfce4-taskmanager: update to 1.5.6. see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001331.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 03:51:07 ports/editors/neovim-qt/patches Update of /cvs/ports/editors/neovim-qt/patches In directory cvs.openbsd.org:/tmp/cvs-serv68254/patches Log Message: Directory /cvs/ports/editors/neovim-qt/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 03:55:39 Modified files: editors/neovim-qt: Makefile distinfo editors/neovim-qt/pkg: PLIST Added files: editors/neovim-qt/patches: patch-src_gui_input_cpp patch-src_gui_runtime_plugin_nvim_gui_shim_vim patch-test_tst_input_common_cpp Log message: update to neovim-qt-0.2.17, and add a backported patch to apply a runtime key remap fix (issues with remapping shift-space and shift-backspace). From Laurie Tratt (maintainer). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 04:10:33 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/patches: patch-color_ansi_c patch-color_command_c patch-conn_sasl_c patch-conn_sasl_h patch-main_c patch-pager_display_c Log message: update to neomutt-20231006 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 04:23:33 Modified files: textproc/pugixml: Makefile distinfo Log message: update to pugixml-1.14 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 04:28:06 Modified files: textproc/py-black: Makefile distinfo Log message: update to py3-black-23.9.1 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/12 04:40:59 Modified files: security/pizauth: Makefile crates.inc distinfo Log message: Update security/pizauth to 1.0.2 From maintainer/upstream Laurie Tratt CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 05:38:28 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_partition_root_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-base_trace_event_trace_log_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_config_ozone_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_generated_resources_grd patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_h patch-chrome_browser_enterprise_signals_device_info_fetcher_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_net_system_network_context_manager_h patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_policy_policy_value_and_status_aggregator_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_aura_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_frame_h patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_style_views_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_management_management_ui_handler_cc patch-chrome_browser_ui_webui_management_management_ui_handler_h patch-chrome_browser_ui_webui_realbox_realbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_shortcut_sub_manager_cc patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_test_BUILD_gn patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_payments_strings_grdp patch-components_device_signals_core_browser_user_permission_service_impl_cc patch-components_embedder_support_user_agent_utils_cc patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_feed_core_v2_feed_network_impl_unittest_cc patch-components_management_strings_grdp patch-components_metrics_metrics_log_cc patch-components_optimization_guide_core_tflite_model_executor_h patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_renderer_host_render_frame_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_BUILD_gn patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_shell_BUILD_gn patch-content_shell_browser_shell_browser_main_parts_cc patch-content_test_BUILD_gn patch-content_utility_utility_main_cc patch-extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-extensions_common_command_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-headless_lib_browser_headless_browser_main_parts_posix_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_v4l2_capture_delegate_h patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-net_BUILD_gn patch-net_url_request_url_request_context_builder_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-printing_mojom_printing_context_mojom_traits_h patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-printing_printing_context_linux_cc patch-sandbox_policy_features_cc patch-services_device_geolocation_location_arbitrator_cc patch-services_device_public_mojom_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_video_capture_video_capture_service_impl_cc patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_layout_ng_grid_ng_grid_layout_algorithm_cc patch-third_party_blink_renderer_core_paint_object_paint_properties_sparse_h patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_modules_webgpu_gpu_queue_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_video_capture_video_capture_impl_cc patch-third_party_boringssl_src_util_generate_build_files_py patch-third_party_cpuinfo_cpuinfo_gni patch-third_party_libsync_src_sync_c patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-tools_protoc_wrapper_protoc_wrapper_py patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_color_color_id_h patch-ui_gfx_BUILD_gn patch-ui_gfx_codec_png_codec_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_switches_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_headless_vulkan_implementation_headless_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_wayland_window_cc patch-ui_ozone_platform_wayland_host_wayland_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_host_zwp_text_input_wrapper_v1_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_execution_isolate_cc Added files: www/chromium/patches: patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_threading_hang_watcher_cc patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_signin_signin_view_controller_cc patch-chrome_browser_ui_signin_signin_view_controller_delegate_h patch-chrome_browser_ui_views_dark_mode_manager_linux_h patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-chrome_common_media_cdm_registration_cc patch-chrome_common_media_component_widevine_cdm_hint_file_linux_h patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_commerce_strings_grdp patch-components_policy_core_common_policy_paths_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_webid_idp_network_request_manager_cc patch-device_fido_get_assertion_request_handler_cc patch-gpu_vulkan_semaphore_handle_cc patch-media_cdm_library_cdm_cdm_paths_gni patch-net_cert_pki_general_names_h patch-net_filter_zstd_source_stream_cc patch-net_http_http_auth_handler_negotiate_cc patch-net_http_http_auth_preferences_cc patch-net_http_http_auth_preferences_h patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_h patch-services_network_public_cpp_features_cc patch-third_party_widevine_cdm_widevine_gni patch-ui_base_ui_base_switches_cc patch-ui_base_ui_base_switches_h patch-ui_gfx_linux_dmabuf_uapi_h Removed files: www/chromium/patches: patch-chrome_browser_enterprise_connectors_analysis_content_analysis_delegate_cc patch-chrome_browser_enterprise_connectors_connectors_manager_cc patch-chrome_browser_enterprise_connectors_connectors_manager_h patch-chrome_browser_ui_autofill_chrome_autofill_client_cc patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_test_chromedriver_chrome_client_hints_h patch-content_public_common_common_param_traits_macros_h patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_stateless_sl_instance_device_cpp patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_utils_vk_layer_utils_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vulkan_generated_vk_extension_helper_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc Log message: update to 118.0.5993.70 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/12 06:00:41 Modified files: databases/iodbc: Makefile distinfo databases/iodbc/patches: patch-iodbc_connect_c patch-samples_Makefile_in databases/iodbc/pkg: PLIST-admin PLIST-main Added files: databases/iodbc/patches: patch-iodbcinst_dlf_h Log message: update to iodbc-3.52.16 (belated; upstream moved to github, so portroach didn't find it) CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 06:30:23 Modified files: sysutils/ansible-core: Makefile distinfo Log message: Update ansible-core 2.15.4 -> 2.15.5 Changelog: https://github.com/ansible/ansible/blob/stable-2.15/changelogs/CHANGELOG-v2.15.rst#v2-15-5 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/12 06:31:15 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Remove default sets answer The autoinstall(8) response file contains only non-defaults, except for Set name(s)? (or 'abort' or 'done') [done] done which is the hardcoded default since 2009. Added in 2019 r1.23 "Let sysupgrade(8) create auto_upgrade.conf file [...]" with all others, remove the exception. OK florian CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/12 06:31:57 Modified files: sysutils/ansible: Makefile distinfo sysutils/ansible/pkg: PLIST Log message: Update ansible 8.4.0 -> 8.5.0 Changelog: https://github.com/ansible-community/ansible-build-data/blob/main/8/CHANGELOG-v8.rst#v8-5-0 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/12 06:49:01 Modified files: . : 74.html Log message: Delete entry regarding new libevent manuals, they are not installed yet. Add a few more manual page hyperlinks. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/12 06:56:26 Modified files: lib/libc/sys : sysctl.2 Log message: for a few sysctl nodes, mention standard or at least more widely available libc API functions and utility programs that produce equivalent output on OpenBSD; OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 06:56:55 Modified files: x11/mate/system-monitor: Makefile distinfo x11/mate/system-monitor/pkg: PLIST Log message: update to 1.26.1 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 06:58:46 Modified files: net/zabbix : Makefile distinfo net/zabbix/pkg : PLIST-web Log message: update to 6.4.7 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/12 07:09:10 Modified files: net/zeromq : Makefile distinfo Removed files: net/zeromq/patches: patch-tests_testutil_hpp Log message: update to 4.3.5 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/12 07:25:08 Modified files: . : 74.html Log message: fix the grammar and hyperlink in the entry for vmd/parse.y rev. 1.64; broken link reported by Wallin CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/12 08:06:08 Modified files: . : 74.html Log message: three more entries after going through /usr/src/bin/ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/12 08:16:28 Modified files: usr.sbin/bgpd : rde_update.c Log message: In up_generate_addpath_all() ensure that the new prefix is valid. This should fix a fatal error reported by Arend Brouwer (arend at eritap com) when "announce add-path send all" is used. As a workaround "announce add-path send best plus 500" can used. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/12 08:22:08 Modified files: usr.sbin/bgpd : rde_decide.c Log message: Before calling rde_generate_updates() with EVAL_ALL ensure that the new path is actually eligible. If this is not the case pass NULL instead. This is an optimisation to bypass extra work if both old and new path were ineligible. OK tb@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/12 09:16:44 Modified files: usr.sbin/btrace: bt_parse.y bt_parser.h btrace.c Log message: bt(5), btrace(8): add support for binary modulo operator ('%') Link: https://marc.info/?l=openbsd-tech&m=169695435209410&w=2 ok mpi@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/12 09:32:38 Modified files: share/man/man9 : timeout.9 sys/sys : timeout.h sys/kern : kern_timeout.c Log message: timeout: add TIMEOUT_MPSAFE flag Add a TIMEOUT_MPSAFE flag to signal that a timeout is safe to run without the kernel lock. Currently, TIMEOUT_MPSAFE requires TIMEOUT_PROC. When the softclock() is unlocked in the future this dependency will be removed. On MULTIPROCESSOR kernels, softclock() now shunts TIMEOUT_MPSAFE timeouts to a dedicated "timeout_proc_mp" bucket for processing by the dedicated softclock_thread_mp() kthread. Unlike softclock_thread(), softclock_thread_mp() is not pinned to any CPU and runs run at IPL_NONE. Prompted by bluhm@. Lots of input from bluhm@. Joint work with mvs@. Prompt: https://marc.info/?l=openbsd-tech&m=169646019109736&w=2 Thread: https://marc.info/?l=openbsd-tech&m=169652212131109&w=2 ok mvs@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/12 10:37:05 Modified files: lib/libc/dlfcn : init.c Log message: Static binaries which do not call execve() were not calling pinsyscall(SYS_execve, ...). Upon review, this is a fairly small set of programs which either pledge() aggressively or don't usually operate in a risky operating environment. We now point at a location which is definately not a "syscall" instruction. ok kettenis CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/12 10:59:24 Modified files: regress/sbin/disklabel: Makefile regress/sbin/newfs: checknewfs regress/sys/dev/vnd: Makefile regress/sys/kern/mount: Makefile regress/sys/kern/realpath-unmount: Makefile regress/sys/kern/unveil-unmount: Makefile regress/usr.sbin/syslogd: Makefile Log message: Let vnconfig select an unused device as opposed of unconditionally assume vnd0 is available. CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/12 11:07:58 Log message: This package provides two Hatch plugins: * version source plugin that reads/writes the package version from the version field of the Node.js package.json file. * metadata hook plugin that reads PEP 621 metadata from the Node.js package.json file. Needed for an update of lang/pcbasic ok sthen@ Status: Vendor Tag: paco Release Tags: paco_20231012 N ports/devel/py-hatch-nodejs-version/Makefile N ports/devel/py-hatch-nodejs-version/distinfo N ports/devel/py-hatch-nodejs-version/pkg/DESCR N ports/devel/py-hatch-nodejs-version/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/12 11:14:17 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: x509_algor: fix error message CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/12 11:26:56 Modified files: lang/pcbasic : Makefile distinfo lang/pcbasic/pkg: PLIST Log message: update lang/pcbasic to 2.0.7 ok sthen@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/12 12:15:08 Modified files: net/curl : Tag: OPENBSD_7_3 Makefile distinfo net/curl/patches: Tag: OPENBSD_7_3 patch-configure_ac patch-lib_vquic_curl_ngtcp2_c net/curl/pkg : Tag: OPENBSD_7_3 PLIST Log message: net/curl: security update to 8.4.0 Changes: * curl: add support for the IPFS protocols via HTTP gateway * curl_multi_get_handles: get easy handles from a multi handle Includes fixes for * CVE-2023-38545: SOCKS5 heap buffer overflow * CVE-2023-38546: cookie injection with none file CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/12 12:21:31 Modified files: misc/remind : Makefile distinfo Log message: update to remind-4.2.7 From Martin Ziemer (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/12 12:51:52 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231012 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 13:15:21 Modified files: sys/net : if_pflog.c Log message: pflog(4) logs packet dropped by default rule with block. If a packet is malformed, it is dropped by pf(4). The rule referenced in pflog(4) is the default rule. As the default rule is a pass rule, tcpdump printed "pass" although the packet was actually dropped. To avoid confusion, change the action to drop. Then tcpdump prints "block". OK sashan@ kn@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2023/10/12 13:29:49 Modified files: . : 74.html Log message: Misc fdisk(8), disklabel(8), installboot(8), ucom(4), cu(1) entries and tweaks. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/12 13:30:50 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/12 14:43:38 Modified files: devel/p5-String-Tagged: Makefile distinfo Log message: update p5-String-Tagged to 0.22 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/12 14:55:29 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo devel/p5-Devel-NYTProf/pkg: PLIST Log message: update p5-Devel-NYTProf to 6.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/12 15:32:59 Modified files: x11/xkbcommon : Makefile distinfo x11/xkbcommon/pkg: PLIST Log message: Update to libxkbcommon-1.6.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/12 15:33:40 Modified files: sysutils/amazon-ssm-agent: Makefile distinfo Log message: Update to amazon-ssm-agent-3.2.1705.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/12 15:39:30 Modified files: print/epson-inkjet-printer-escpr: Makefile distinfo print/epson-inkjet-printer-escpr/patches: patch-lib_epson-escpr-api_c print/epson-inkjet-printer-escpr/pkg: PLIST Log message: Update to epson-inkjet-printer-escpr-1.8.1. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/12 15:58:41 Modified files: . : 74.html Log message: a few more entries CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 16:36:54 Modified files: usr.sbin/syslogd: privsep.c syslogd.c syslogd.h Log message: Retry DNS lookup for remote loghost. If DNS lookup for a remote loghost configured in syslog.conf did not work at startup, the entry was ignored. Better retry the lookup in intervals until it succeeds. Improve debug output to print IP address after resolution. Unify retry code that resolves DNS for UDP and connects to TCP server. testing and feedback from Paul de Weerd; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 16:41:30 Modified files: regress/usr.sbin/syslogd: args-proto-udp4-host6.pl args-proto-udp6-host4.pl Added files: regress/usr.sbin/syslogd: args-dns-tcp-retry.pl args-dns-tls-retry.pl args-dns-udp-retry.pl Log message: Test retry after DNS lookup failure. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/12 18:00:52 Removed files: gnu/usr.bin/cvs/zlib: .cvsignore ChangeLog FAQ INDEX Make_vms.com Makefile.b32 Makefile.bor Makefile.dj2 Makefile.in Makefile.msc Makefile.riscos Makefile.sas Makefile.tc Makefile.wat README adler32.c algorithm.txt compress.c configure crc32.c deflate.c deflate.h descrip.mms example.c gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inffixed.h inflate.c inftrees.c inftrees.h infutil.c infutil.h maketree.c minigzip.c trees.c trees.h uncompr.c zconf.h zlib.3 zlib.h zutil.c zutil.h gnu/usr.bin/cvs/zlib/amiga: Makefile.pup Makefile.sas gnu/usr.bin/cvs/zlib/contrib: README.contrib visual-basic.txt gnu/usr.bin/cvs/zlib/contrib/asm386: gvmat32.asm gvmat32c.c mkgvmt32.bat zlibvc.def zlibvc.dsp zlibvc.dsw gnu/usr.bin/cvs/zlib/contrib/asm586: README.586 match.S gnu/usr.bin/cvs/zlib/contrib/asm686: README.686 match.S gnu/usr.bin/cvs/zlib/contrib/delphi: zlib.mak zlibdef.pas gnu/usr.bin/cvs/zlib/contrib/delphi2: d_zlib.bpr d_zlib.cpp readme.txt zlib.bpg zlib.bpr zlib.cpp zlib.pas zlib32.bpr zlib32.cpp gnu/usr.bin/cvs/zlib/contrib/iostream: test.cpp zfstream.cpp zfstream.h gnu/usr.bin/cvs/zlib/contrib/iostream2: zstream.h zstream_test.cpp gnu/usr.bin/cvs/zlib/contrib/minizip: ChangeLogUnzip Makefile miniunz.c minizip.c readme.txt unzip.c unzip.def unzip.h zip.c zip.def zip.h zlibvc.def zlibvc.dsp zlibvc.dsw gnu/usr.bin/cvs/zlib/contrib/untgz: Makefile makefile.w32 untgz.c gnu/usr.bin/cvs/zlib/msdos: Makefile.b32 Makefile.bor Makefile.dj2 Makefile.emx Makefile.msc Makefile.tc Makefile.w32 Makefile.wat zlib.def zlib.rc gnu/usr.bin/cvs/zlib/nt: Makefile.emx Makefile.gcc Makefile.nt zlib.dnt gnu/usr.bin/cvs/zlib/os2: Makefile.os2 zlib.def Log message: Remove ancient version of zlib bundled with GNU cvs. Avoid false positive in security scan. Removal of embedded zlib ensures that cvs is linked dynamically with /usr/lib/libz.so. We do not want any zlib 1.1.3 from 2001 in our source tree. no binary diff; OK millert@ deraadt@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/12 18:10:17 Modified files: . : 74.html Log message: remove incomplete sentence CVSROOT: /cvs Module name: www Changes by: kevlo@cvs.openbsd.org 2023/10/12 19:48:44 Modified files: . : 74.html Log message: mention rtl8153d CVSROOT: /cvs Module name: www Changes by: dv@cvs.openbsd.org 2023/10/12 20:26:29 Modified files: . : 74.html Log message: another vmm mention for the list CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/12 20:46:32 Modified files: . : 74.html Log message: Supressed -> Suppressed CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/12 23:15:01 Modified files: devel/geany : Makefile distinfo devel/geany/pkg: PLIST Log message: devel/geany: update to 1.38 from Rob Schmersel, ok MAINTAINER CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/12 23:29:09 Modified files: . : 74.html Log message: move entry on enabling phys for xhci at fdt out of network section CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/12 23:47:35 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Improve the description of X509_ALGOR_dup(3) The old description was vague, but strictly speaking a lie, so make it more precise and turn the lie into a truth. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/12 23:49:34 Modified files: lib/libcrypto/man: X509_ALGOR_dup.3 Log message: Tweak previous by using the argument name, not its type CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 00:27:30 Modified files: net/haproxy : Makefile Log message: haproxy: enable QUIC support A substantial amount of effort was spent over a year ago to make QUIC work in libssl. haproxy upstream has gone to quite some length to make this work with LibreSSL and they run their CI with it. To make use it, users still have to opt in using the quic{4,6}@: keywords and the h3 alpn: https://www.haproxy.com/blog/how-to-enable-quic-load-balancing-on-haproxy ok danj jsing CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 00:31:50 Added files: devel/llvm/16/patches: patch-clang_tools_clang-shlib_CMakeLists_txt patch-llvm_tools_llvm-shlib_CMakeLists_txt Log message: devel/llvm/16: fix build on sparc64, ok robert This ports the OPENBSD_LD_IS_LLD hack from llvm-13 to llvm-16. This commit unbreaks the build, but not the packaging of llvm-16 on sparc64. No package change on architectures where llvm/16 already builds. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 00:34:11 Modified files: devel/llvm : Makefile.inc Log message: devel/llvm: unbreak packaging on sparc64, ok robert The packaging on sparc64 was broken since gcc has /usr/include/unwind.h and the post-install hook removed it from the fake directory. So skip its removal. No package change on architectures where llvm/16 builds. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/13 00:41:06 Modified files: . : 74.html Log message: add smtpd entries CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/13 01:14:58 Modified files: devel/llvm/13 : Makefile devel/llvm/16 : Makefile devel/llvm/files: README-main Log message: Hint how to use ports clang for base builds; from/OK robert CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/13 01:21:00 Modified files: . : 74.html Log message: remove openssl(1) line from hardware section ok tb@ CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/13 01:22:51 Modified files: build : Makefile build/mirrors : openbgpd-ftp.html.head Log message: OpenBGPD-portable 8.3 release CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2023/10/13 01:23:16 Modified files: openbgpd : ftp.html Log message: Regen CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/13 01:37:35 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: Add missing Ns in argument list of announce (IPv4|IPv6) ... CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/13 01:55:57 Modified files: regress/usr.sbin/bgpd/integrationtests: bgpd.ixp.rdomain2_1.conf bgpd.ixp.rdomain2_2.conf bgpd.ixp.rdomain2_3.conf bgpd.ixp.rdomain2_4.conf ixp.rdomain1.ok Log message: Force the router-id on all bgpd instances to make the expected output predictable. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/10/13 02:14:54 Modified files: security/pdfcrack: Makefile distinfo Log message: Update to pdfcrack-0.20. CVSROOT: /cvs Module name: ports Changes by: benoit@cvs.openbsd.org 2023/10/13 02:22:34 Modified files: databases/py-pygresql: Makefile distinfo databases/py-pygresql/pkg: PLIST Log message: Update to py-pygresql-6.0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/13 02:57:13 Modified files: infrastructure/lib/DPB: Config.pm Log message: allows for an exception property to have a value, e.g., pin:host for some port. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:23:58 Modified files: devel/leiningen: Makefile distinfo devel/leiningen/patches: patch-bin_lein-pkg Log message: update devel/leiningen to 2.10.0; ok kn@ do one more attempt at running the script under ksh instead of bash. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:24:27 Modified files: archivers/zpaqfranz: Makefile distinfo Log message: update archivers/zpaqfranz to 58.10; diff from MAINTAINER CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:25:01 Modified files: devel/poedit : Makefile distinfo devel/poedit/pkg: PLIST Log message: update devel/poedit to 3.4 changelog: https://github.com/vslavik/poedit/releases/tag/v3.4-oss CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:27:20 Modified files: graphics/nsxiv : Makefile distinfo Log message: update graphics/nsxiv to v32; ok MAINTAINER Thim Cederlund - drop the legacy loaders (that are actually already unused since we have an up-to-date imlib2) - correct the pre-build comment: git doesn't break the build, but it's still useless. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/13 03:28:49 Modified files: plan9/plan9port: Makefile distinfo Log message: update plan9/plan9port to a newest commit (20230913); ok gsoares@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/13 04:01:31 Modified files: . : 74.html Log message: move rkusbphy(4) line out of network hardware section CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/13 04:14:01 Modified files: sysutils/py-schedule: Makefile distinfo Log message: Update py-schedule to 1.2.1. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/13 04:45:58 Modified files: devel : Makefile Log message: +py-hatch-nodejs-version,python3 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 05:29:01 Modified files: . : 74.html Log message: four more manual page hyperlinks CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/10/13 06:06:49 Modified files: usr.sbin/rpki-client: Makefile as.c aspa.c cert.c extern.h filemode.c gbr.c geofeed.c ip.c main.c mft.c parser.c roa.c rpki-client.8 rsc.c tak.c Added files: usr.sbin/rpki-client: constraints.c rfc3779.c Log message: Allow imposing constraints on RPKI trust anchors The ability to constrain a RPKI Trust Anchor's effective signing authority to a limited set of Internet Number Resources allows Relying Parties to enjoy the potential benefits of assuming trust, within a bounded scope. Some examples: ARIN does not support inter-RIR IPv6 transfers, so it wouldn't make any sense to see a ROA subordinate to ARIN's trust anchor covering RIPE-managed IPv6 space. Conversely, it wouldn't make sense to observe a ROA covering ARIN-managed IPv6 space under APNIC's, LACNIC's, or RIPE's trust anchor - even if a derived trust arc (a cryptographically valid certificate path) existed. Along these same lines, AFRINIC doesn't support inter-RIR transfers of any kind, and none of the RIRs have authority over private resources like 10.0.0.0/8 and 2001:db8::/32. For more background see: https://datatracker.ietf.org/doc/draft-snijders-constraining-rpki-trust-anchors/ https://mailman.nanog.org/pipermail/nanog/2023-September/223354.html With and OK tb@, OK claudio@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/13 06:12:05 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Added files: regress/usr.sbin/rpki-client: constraints-dummy.c Log message: Adjust regress to cope with constraints CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/13 06:51:38 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-BUILD_gn patch-base_BUILD_gn patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_partition_root_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-base_trace_event_trace_log_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_config_ozone_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-cc_base_features_cc patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_generated_resources_grd patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_h patch-chrome_browser_enterprise_signals_device_info_fetcher_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_net_system_network_context_manager_h patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_policy_policy_value_and_status_aggregator_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_ui_browser_h patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_aura_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_frame_h patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_style_views_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_management_management_ui_handler_cc patch-chrome_browser_ui_webui_management_management_ui_handler_h patch-chrome_browser_ui_webui_realbox_realbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_web_applications_os_integration_shortcut_sub_manager_cc patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_cc patch-chrome_common_chrome_paths_linux_cc patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_test_BUILD_gn patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_payments_strings_grdp patch-components_device_signals_core_browser_user_permission_service_impl_cc patch-components_embedder_support_user_agent_utils_cc patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_feed_core_v2_feed_network_impl_unittest_cc patch-components_management_strings_grdp patch-components_metrics_metrics_log_cc patch-components_optimization_guide_core_tflite_model_executor_h patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_on_gpu_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_renderer_host_render_frame_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_service_worker_service_worker_context_wrapper_cc patch-content_browser_utility_process_host_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_BUILD_gn patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_shell_BUILD_gn patch-content_shell_browser_shell_browser_main_parts_cc patch-content_test_BUILD_gn patch-content_utility_utility_main_cc patch-extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-extensions_common_command_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-headless_lib_browser_headless_browser_main_parts_posix_cc patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_v4l2_capture_delegate_h patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-net_BUILD_gn patch-net_url_request_url_request_context_builder_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-printing_mojom_printing_context_mojom_traits_h patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-printing_printing_context_linux_cc patch-sandbox_policy_features_cc patch-services_device_geolocation_location_arbitrator_cc patch-services_device_public_mojom_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_video_capture_video_capture_service_impl_cc patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_layout_ng_grid_ng_grid_layout_algorithm_cc patch-third_party_blink_renderer_core_paint_object_paint_properties_sparse_h patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_modules_webgpu_gpu_queue_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_video_capture_video_capture_impl_cc patch-third_party_boringssl_src_util_generate_build_files_py patch-third_party_cpuinfo_cpuinfo_gni patch-third_party_libsync_src_sync_c patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-tools_protoc_wrapper_protoc_wrapper_py patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_color_color_id_h patch-ui_gfx_BUILD_gn patch-ui_gfx_codec_png_codec_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_switches_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_headless_vulkan_implementation_headless_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_wayland_window_cc patch-ui_ozone_platform_wayland_host_wayland_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_host_zwp_text_input_wrapper_v1_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_execution_isolate_cc Added files: www/ungoogled-chromium/patches: patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_threading_hang_watcher_cc patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_signin_signin_view_controller_cc patch-chrome_browser_ui_signin_signin_view_controller_delegate_h patch-chrome_browser_ui_views_dark_mode_manager_linux_h patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-chrome_common_media_cdm_registration_cc patch-chrome_common_media_component_widevine_cdm_hint_file_linux_h patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_commerce_strings_grdp patch-components_policy_core_common_policy_paths_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_webid_idp_network_request_manager_cc patch-device_fido_get_assertion_request_handler_cc patch-gpu_vulkan_semaphore_handle_cc patch-media_cdm_library_cdm_cdm_paths_gni patch-net_cert_pki_general_names_h patch-net_filter_zstd_source_stream_cc patch-net_http_http_auth_handler_negotiate_cc patch-net_http_http_auth_preferences_cc patch-net_http_http_auth_preferences_h patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_h patch-services_network_public_cpp_features_cc patch-third_party_widevine_cdm_widevine_gni patch-ui_base_ui_base_switches_cc patch-ui_base_ui_base_switches_h patch-ui_gfx_linux_dmabuf_uapi_h Removed files: www/ungoogled-chromium/patches: patch-chrome_browser_enterprise_connectors_analysis_content_analysis_delegate_cc patch-chrome_browser_enterprise_connectors_connectors_manager_cc patch-chrome_browser_enterprise_connectors_connectors_manager_h patch-chrome_browser_ui_autofill_chrome_autofill_client_cc patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_test_chromedriver_chrome_client_hints_h patch-content_public_common_common_param_traits_macros_h patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_stateless_sl_instance_device_cpp patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_utils_vk_layer_utils_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vulkan_generated_vk_extension_helper_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc Log message: update to 118.0.5993.70 CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/13 07:09:01 Modified files: . : 74.html Log message: Fix sentence in the "Installer, upgrade and bootloader" section. CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2023/10/13 07:28:02 Modified files: sys/dev/wsfont : wsfont.c Removed files: sys/dev/wsfont : bold8x16-iso1.h Log message: Remove bold8x16-iso1 font. This font has been unlinked from the build in January 2019 when it was replaced by Spleen 8x16. OK mpi@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 07:40:34 Modified files: . : 74.html Log message: several new entries after looking through /usr/src/usr.bin/ CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/13 07:52:09 Modified files: sys/arch/amd64/conf: RAMDISK_CD Log message: enable dwqe(4) in RAMDISK_CD reminded by jsg@, snapshot test build done by me CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 08:50:39 Modified files: . : 74.html Log message: new entries for ktrace1(2), imsg, modf(3), oBER and pcap after looking through /usr/src/lib/ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/13 09:41:25 Modified files: sys/dev/fdt : sxipio.c sxipio_pins.h sxipiovar.h Log message: Add Allwinner D1 support. ok mbuhl@, patrick@, dlg@ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 10:24:49 Log message: Import print/luametatex. Minimal TeX engine for use with ConTeXt. OK tb@, thanks. Status: Vendor Tag: edd Release Tags: edd_20231013 N ports/print/luametatex/Makefile N ports/print/luametatex/distinfo N ports/print/luametatex/pkg/DESCR N ports/print/luametatex/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 10:25:57 Modified files: print : Makefile Log message: Link print/luametatex. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 10:33:31 Modified files: . : 74.html Log message: mention zlib 1.3; OK tb@ benno@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/13 10:36:52 Modified files: . : 74.html Log message: oops, fix previous, i forgot the "(+ patches)" on the zlib line CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/13 10:48:08 ports/sysutils/u-boot/rk356x Update of /cvs/ports/sysutils/u-boot/rk356x In directory cvs.openbsd.org:/tmp/cvs-serv50775/rk356x Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x added to the repository CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/13 10:48:53 ports/sysutils/u-boot/rk356x/files Update of /cvs/ports/sysutils/u-boot/rk356x/files In directory cvs.openbsd.org:/tmp/cvs-serv55017/files Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x/files added to the repository CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/13 10:48:53 ports/sysutils/u-boot/rk356x/pkg Update of /cvs/ports/sysutils/u-boot/rk356x/pkg In directory cvs.openbsd.org:/tmp/cvs-serv55017/pkg Log Message: Directory /cvs/ports/sysutils/u-boot/rk356x/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/13 10:49:37 Modified files: www/nghttp2 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to nghttp2-1.57.0 (mitigates CVE-2023-44487, HTTP/2 rapid reset attack, for servers using nghttp2) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/13 10:53:42 Modified files: devel/gopls : Makefile distinfo modules.inc Log message: Update to gopls-0.13.2 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/13 10:54:00 Modified files: security/gosec : Makefile distinfo modules.inc security/gosec/pkg: DESCR Log message: Update to gosec-2.18.0 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/13 10:54:24 Modified files: devel/goreleaser: Makefile distinfo modules.inc Log message: Update to goreleaser-1.21.2 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:15:18 Modified files: print/texlive : Makefile.inc print/texlive/base: Makefile distinfo print/texlive/base/patches: patch-texk_dvisvgm_dvisvgm-src_src_Makefile_in patch-texk_web2c_luatexdir_lua_luatex-core_c print/texlive/base/pkg: PLIST-main PLIST-mktexlsr PLIST-synctex README-main print/texlive/texmf: Makefile adj.mk distinfo symlinks.mk print/texlive/texmf/files: mk_adj.py update_plist_hints.py write_plists.py print/texlive/texmf/patches: patch-texmf-dist_doc_man_man1_bib2gls_1 patch-texmf-dist_doc_man_man1_convertgls2bib_1 patch-texmf-dist_web2c_texmf_cnf patch-texmf-dist_web2c_texmfcnf_lua print/texlive/texmf/pkg: PLIST-buildset PLIST-context PLIST-docs PLIST-full PLIST-main Added files: print/texlive/texmf/patches: patch-texmf-dist_doc_info_latex2e-es_info patch-texmf-dist_scripts_context_lua_mtxrun_lua patch-texmf-dist_tex_context_base_mkiv_data-res_lua print/texlive/texmf/pkg: MESSAGE-context Removed files: print/texlive/base/patches: patch-texk_dvisvgm_dvisvgm-src_src_Ghostscript_cpp print/texlive/texmf/patches: patch-texmf-dist_scripts_context_stubs_unix_mtxrun Log message: print/texlive: Update to 2023. Unfortunately I was unable to get ConTeXt working with the new luametatex engine, so ConTeXt is broken for now. I will attempt to fix it at some point, but in the meantime, we can't let it block the TeX Live update. OK, tb@, thanks! CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:16:16 ports/books/tex-by-topic/patches Update of /cvs/ports/books/tex-by-topic/patches In directory cvs.openbsd.org:/tmp/cvs-serv28566/patches Log Message: Directory /cvs/ports/books/tex-by-topic/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/13 13:18:54 Modified files: www/tomcat/v10 : Makefile Log message: fix JDK version, tomcat 10.1 requires 11+ CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:24:39 Modified files: books/tex-by-topic: Makefile distinfo Added files: books/tex-by-topic/patches: patch-Makefile Log message: books/tex-by-topic: update to version 20230810. Needed to build with TeX Live 2023. I contacted the author asking if he will be making any more formal releases, and he said he won't be. Hence using a git snapshot. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/13 13:28:59 Modified files: regress/sys/fileops: Makefile.inc Log message: Use the idiom in cleanup target like many others in regress already does. CVSROOT: /cvs Module name: ports Changes by: edd@cvs.openbsd.org 2023/10/13 13:30:15 Modified files: editors/neovim : Makefile distinfo editors/neovim/patches: patch-static-deps_luajit_src_host_buildvm_asm_c patch-static-deps_luajit_src_lj_arch_h editors/neovim/pkg: PLIST Log message: editors/neovim: update to version 0.9.4. Diff from Laurent Cheylus. OK kn@. Thanks both. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/13 13:30:18 Modified files: regress/sys/mfs_noperm: Makefile Log message: Use a unique mount point rooted in /mnt in order to not conflict with other tests. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/13 14:33:51 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/13 15:21:30 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/13 15:38:41 Modified files: . : 74.html Log message: Fix a typo: s/artifical/artificial. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/13 16:36:29 Modified files: games/fheroes2 : Makefile distinfo Log message: update to fheroes2 1.0.9 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/13 16:38:11 Modified files: devel/sdl2 : Makefile distinfo Log message: bugfix update to sdl2 2.28.4 CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/13 16:41:57 Modified files: audio/faudio : Makefile distinfo games/fna : Makefile distinfo games/fna/patches: patch-src_Content_ContentManager_cs graphics/fna3d : Makefile distinfo graphics/fna3d/patches: patch-CMakeLists_txt Log message: update FNA ports (including fna3d and faudio) to 23.10 CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/13 17:10:10 Modified files: . : 74.html Log message: clould -> could CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:12:43 Modified files: lang/ruby : Makefile Log message: Unhook Ruby 3.0 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:13:19 Removed files: lang/ruby/3.0 : Makefile distinfo lang/ruby/3.0/patches: patch-common_mk patch-compile_c patch-configure patch-ext_etc_etc_c patch-ext_extmk_rb patch-ext_openssl_extconf_rb patch-ext_openssl_ossl_ocsp_c patch-ext_openssl_ossl_pkey_ec_c patch-ext_ripper_depend patch-lib_cgi_cookie_rb patch-lib_fileutils_rb patch-lib_mkmf_rb patch-lib_rubygems_commands_install_command_rb patch-lib_rubygems_dependency_installer_rb patch-lib_rubygems_ext_ext_conf_builder_rb patch-template_builtin_binary_inc_tmpl patch-thread_pthread_h lang/ruby/3.0/pkg: DESCR-gdbm DESCR-main DESCR-ri_docs MESSAGE-main PLIST-gdbm PLIST-main PLIST-ri_docs UNMESSAGE-main Log message: Send Ruby 3.0 to the Attic CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:14:54 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Update quirk for ruby30-* ports CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:15:40 Modified files: lang/ruby : ruby.port.mk Log message: Remove support for building ruby30-* packages for Ruby ports CVSROOT: /cvs Module name: src Changes by: jeremy@cvs.openbsd.org 2023/10/13 17:16:58 Modified files: share/man/man5 : ruby-module.5 Log message: Update lang/ruby module documentation for the removal of Ruby 3.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/13 17:53:08 Modified files: books/tex-by-topic: Makefile Log message: books/tex-by-topic: do not override SITE_GITHUB with obsolete SITES CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/13 18:34:17 Modified files: . : 74.html Log message: delete chunk that needs nothing CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/13 20:09:49 Modified files: security/osv-scanner: Makefile distinfo modules.inc Log message: security/osv-scanner: update to 1.4.1 ok danj@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/13 20:45:31 Modified files: geo/py-xyzservices: Makefile distinfo Log message: geo/py-xyzservices: update to 2023.10.0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/13 23:07:05 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/10/14 00:29:11 Modified files: share/man/man4 : iwm.4 iwn.4 iwx.4 pci.4 Log message: align the intel wifi entries with the other pci wifi entries; ok stsp CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/14 00:37:55 Modified files: emulators/libretro-genesis-plus-gx: Makefile Log message: Enable debug packages. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/14 02:04:15 Modified files: infrastructure/db: dist-tuple.pattern Log message: add codeberg support for DIST_TUPLES; ok kn espie thfr CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2023/10/14 02:25:36 Modified files: faq : current.html Log message: Roll current.html CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/14 02:48:05 Modified files: . : 74.html Log message: 8469 sparc64 packages CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2023/10/14 03:37:55 Added files: faq : upgrade74.html Log message: Initial 7.4 Upgrade notes CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/14 03:46:14 Modified files: usr.sbin/bgpd : logmsg.c Log message: Rewrite log_peer_info() and log_peer_warn[x]() Passing the peer description as part of the format string was a bad idea since the peer description may include some % signs (e.g. for link local IPv6 addresses). So instead of asprintf a new fmt string use vasprintf to get the message and then use logit("%s: %s", peer_info, msg). OK tb@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 03:53:35 Modified files: . : 74.html Log message: fix merge conflicts CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/14 04:50:11 Modified files: . : 74.html Log message: mention that pkg_add -u can now use the cache from the quirks package (used to reduce mirror load and speed updates) when -stable packages are available - it didn't handle multiple package repos before. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 05:46:50 Modified files: . : 74.html Log message: a few more lines CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/14 05:56:09 Modified files: www/chromium/patches: patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-v8_BUILD_gn www/ungoogled-chromium/patches: patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-v8_BUILD_gn Log message: unbreak build on i386 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 06:54:13 Modified files: . : 74.html Log message: several new entries after looking through /usr/src/sbin/, and make some entries more precise: one entry for iked(8), three for isakmpd(8), and two for ifconfig(8) CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/14 07:05:43 Modified files: regress/sys/kern/pipe: test-kqueue.c Log message: Suppress harmless EPIPE errors during test shutdown. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:26:21 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.31.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:26:30 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:26:50 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.29.63. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 07:28:11 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.52.3. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/14 07:32:55 Modified files: . : 74.html Log message: wrong section for pkg_add, pointed out sobrado@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 07:40:34 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 08:04:22 Modified files: games/taisei : Makefile Log message: mark BROKEN-i386, SSE issues during build CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 08:12:48 Modified files: . : 74.html Log message: many more manual page hyperlinks CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 08:43:17 Modified files: . : 74.html Log message: more changes and merge with manpage link update CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 09:23:40 Modified files: . : 74.html Log message: discuss hw.battery management sysctl(2) at one place, not at four different places CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 09:24:44 Modified files: graphics/darktable: Makefile distinfo graphics/darktable/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_common_darktable_h patch-src_external_rawspeed_cmake_compiler-flags_cmake graphics/darktable/pkg: PLIST Log message: update to darktable-4.4.2 add BDEP on devel/py-jsonschema,python3 - it's used during build if found at configure time - as found by naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 09:26:50 Modified files: graphics/darktable: Makefile Log message: also picks up portmidi if present during configure CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/14 09:28:17 Modified files: devel/nuget : Makefile distinfo Log message: update nuget to 6.6.1.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/14 09:35:46 Modified files: www/chromium : Makefile www/ungoogled-chromium: Makefile Log message: use DPB_PROPERTIES=lonesome on i386 in an attempt to put some kind of cap on the swapping during build (I set parallel2 to lower than parallel in dpb), for the larger C++ files it's not uncommon to see 800+MB per compiler process already present in iridium CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/14 09:35:58 Modified files: x11/qt6/qtwebengine: Makefile Log message: x11/qt6/qtwebengine: copy arch restrictions and dpb properties from qt5 ok tb@ CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/14 09:39:55 Modified files: . : 74.html Log message: Fix a couple of typos. CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/14 09:53:00 Modified files: audio/mpd : Makefile distinfo Log message: audio/mpd: update to 0.23.14 ok landry@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 10:02:49 Modified files: . : 74.html Log message: resolve duplication of the pfsync(4) entry and move it to the "SMP Improvements" section because that appears to be the main goal of the rewrite CVSROOT: /cvs Module name: www Changes by: kmos@cvs.openbsd.org 2023/10/14 10:54:39 Modified files: faq : upgrade74.html Log message: Add the change of shutdown(8) to using the _shutdown group to the upgrade configuration changes. Pointed out by benno@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 11:21:15 Modified files: . : 74.html Log message: Collect all pf(4) entries in one place rather than scattering them in five different places. Rewrite the DIOCXEND entry such that it becomes intelligible. CVSROOT: /cvs Module name: www Changes by: cheloha@cvs.openbsd.org 2023/10/14 11:55:54 Modified files: . : 74.html Log message: 74.html: SMP Improvements: drop mention of clockintr_queue mutex Change not significant enough to warrant mention. CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/10/14 12:10:47 Modified files: usr.sbin/fw_update: fw_update.sh Log message: Verify but don't overwrite SHA256.sig in fw_update(8) Signify is happy to overwite the file with the signature stripped off. However, if we do that, when downloading firmware we lose the ability to check the signature before verifying checksums on the downloaded files. Noticed by Thomas Right deraadt@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:16:54 Modified files: . : 74.html Log message: Collect all entries related to TSO and LRO in one place rather than scattering them in three different places. In particular, move ix(1) out of the wireless section to avoid offending optical fibers. Also choose a more logical order for these entries and reword parts of them such that they become easier to understand. Remove one entry describing the modification of a feature that did not exist yet when 7.3 was released. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:24:33 Modified files: . : 74.html Log message: delete one duplicate entry related to ksh(1) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:30:35 Modified files: . : 74.html Log message: delete one duplicate entry related to shutdown(8) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:43:22 Modified files: . : 74.html Log message: resolve duplication of the entry for malloc(3) leak detection and add some manual page hyperlinks to it CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 12:50:52 Modified files: . : 74.html Log message: resolve duplication of an entry related to pax(1) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/14 13:02:17 Modified files: lib/libc/sys : sysctl.2 Log message: Document the hw.battery sysctls. ok benno@, jmc@, schwarze@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 13:08:51 Modified files: . : 74.html Log message: add manual page links for bge(4), rkpciephy(4), and sncodec(4) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 13:12:30 Modified files: . : 74.html Log message: delete two duplicate entries for iked(8) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/14 13:15:51 Modified files: . : 74.html Log message: one more manual page link for relayd(8) CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 13:30:41 Modified files: . : 74.html Log message: more changes CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 13:47:37 Modified files: . : 74.html Log message: a few more new things CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/14 13:50:15 Added files: x11/qt5/qtbase/patches: patch-src_platformsupport_input_xkbcommon_qxkbcommon_cpp x11/qt6/qtbase/patches: patch-src_gui_platform_unix_qxkbcommon_cpp Log message: xkb: fix build with libxkbcommon 1.6.0 and later (from upstream) CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 13:53:05 Modified files: . : 74.html Log message: Improve the Security section, with help from kettenis@, Thanks! CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/14 14:56:07 Modified files: cad/solvespace : Makefile geo/lib2geom : Makefile graphics/libvips: Makefile mail/msmtp : Makefile math/datamash : Makefile Log message: explicitly specify gettext subpackage in *_DEPENDS Specify "devel/gettext,-runtime" rather than depending on "devel/gettext" expanding to this. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/14 15:13:43 Modified files: . : 74.html Log message: try to avoid using "we" CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:32:04 Modified files: . : 74.html Log message: last entries, still some formatting and reordering to do CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:35:53 Modified files: . : 74.html Log message: remove duplicate and commented out entry and reorder SMP section CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:42:44 Modified files: . : 74.html Log message: clean and reoorder network stack/userland section CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:44:28 Modified files: . : 74.html Log message: comment out the New/Extended Architectures. No new arch this time, and the single entry is a duplicate of content in the security section. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 16:47:31 Modified files: . : 74.html Log message: more cleanup, remove dup. CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/14 17:00:49 Modified files: . : 74.html Log message: reorder and fix the drivers section CVSROOT: /cvs Module name: www Changes by: tj@cvs.openbsd.org 2023/10/14 17:43:40 Modified files: faq : upgrade73.html Log message: uncomment links to upgrade74.html CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2023/10/14 18:30:41 Modified files: . : 74.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: lteo@cvs.openbsd.org 2023/10/14 22:19:25 Modified files: . : 74.html Log message: Fix typo in Chromium version CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/15 01:31:06 Modified files: archivers/snappy: Makefile Log message: Switch homepage to https. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/15 02:42:05 Modified files: security/openssl/libretls: Makefile distinfo security/openssl/libretls/pkg: DESCR PLIST Log message: update libretls to 3.8.1 and switch to libressl 3.1 ok tb@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/15 03:49:57 Modified files: bin/pax : pax.c Log message: Pledge once with or without "proc exec", not twice Spotted while comparing ktraces between 'tar -z' and 'gzcat | tar -f-'. Only the former runs, e.g. gzip(1), but the latter also pledges theses promises just to pledge again immediately afterwards without them. Make the calls mutually exclusive so 'tar -f-' et al. skip the first pledge and thus never have "proc exec" to begin wth. "looks good to me" mbuhl OK millert CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 03:54:10 Modified files: security/argon2: Makefile Log message: fix pkg-config version, from JR Aquino Consumers may fail on version constraints, pass the release version. OK sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 04:07:43 Modified files: net/psi : Makefile Log message: avoid ports minizip to unbreak build (port still BROKEN) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 04:10:34 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/psi : Makefile distinfo net/psi/pkg : DESCR PLIST Log message: Remove net/psi BROKEN since 2020, fails to connect to the server/login into accounts, upstream had commits in may, but still no fix/update after three years. OK rsadowski CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/15 04:45:56 Modified files: . : 74.html Log message: Improve the layout of the security section with

    and
    . While there, make the unveil change to patch easier to read. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 05:13:48 Modified files: . : 74.html Log message: Resolve dupli- and triplication of information about IBT/BTI and PAC. Tighten the wording and tweak HTML markup while there. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/15 05:22:01 Modified files: infrastructure/templates: Makefile.template Log message: zap double empty line CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 05:40:11 Modified files: . : 74.html Log message: Switch a few past tenses to present tense in sections that generally use present tense. Consistent spelling for IPsec and VPN. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/15 06:02:10 Modified files: textproc/libical: Makefile distinfo textproc/libical/patches: patch-CMakeLists_txt Log message: Update to libical-3.0.17. CVSROOT: /cvs Module name: www Changes by: fcambus@cvs.openbsd.org 2023/10/15 06:09:12 Modified files: . : 74.html Log message: Add manual page links for dwiic(4) and axppmic(4). CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:31:25 Modified files: devel/cmake : Makefile distinfo Log message: Update cmake to 3.27.7 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:38:46 Modified files: devel/jenkins/devel: Makefile distinfo devel/jenkins/stable: Makefile distinfo Log message: Update Jenkins -stable and -devel CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 06:39:37 Modified files: . : 74.html Log message: more manpage links for utrace(2), tzset(3), and dmesg(8), fix one broken element, and some punctuation fixes CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:47:37 Modified files: net/weechat : Makefile distinfo Log message: weechat to 4.0.5 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 06:52:06 Modified files: devel/kdiff3 : Makefile distinfo devel/kdiff3/pkg: PLIST Log message: kdiff3 to 1.10.6 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 06:53:31 Modified files: . : 74.html Log message: resolve duplication of the imsg/ibuf entry CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 07:10:57 Modified files: . : 74.html Log message: Discuss "bioctl -s" in one place rather than in two different places. Delete the misleading entry "implement a non-interactive mode (-s)" because -s has been documented since OpenBSD 4.9. Add the word "non-interactive" to the other "bioctl -s" entry instead. CVSROOT: /cvs Module name: www Changes by: brynet@cvs.openbsd.org 2023/10/15 07:29:06 Modified files: . : 74.html Log message: aq(4) is not a wireless driver CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 07:36:06 Modified files: . : 74.html Log message: For pax(1), one entry appeared twice and another entry appeared three times. Collect all the information into the two entries that were already close to each other and delete the other three entries. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/15 07:42:14 Modified files: math/netcdf : Makefile math/netcdf/patches: patch-ncdap_test_tst_remote3_sh patch-ncdump_test_scope_sh Added files: math/netcdf/patches: patch-nc_test4_findplugin_in patch-nc_test4_tst_bloscfail_sh patch-nc_test4_tst_filter_sh patch-nc_test4_tst_specific_filters_sh patch-ncdump_test_rcmerge_sh patch-ncdump_testpathcvt_sh Log message: Enable blosc filter support and fix some more tests while there. OK tb@ landry@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 07:50:25 Modified files: . : 74.html Log message: Delete the entries for aucat(1) and find(1) and two of the sub-entries for mg(1) because those changes were trivial and lack notability. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/15 08:07:39 Modified files: . : 74.html Log message: link mg no-tab-mode and set-default-mode commands CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/15 08:09:32 Modified files: math/py-h5py : Makefile distinfo Log message: Update h5py to 3.10.0 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 08:11:12 Modified files: . : 74.html Log message: some more hyperlinks in the mg(1) section CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/15 08:13:56 Modified files: sysutils/colorls: Makefile distinfo Log message: sysutils/colorls: sync with OpenBSD 7.4 CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 08:15:22 Modified files: . : 74.html Log message: put both ld.so(1) entries next to each other, no text change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/15 08:20:10 Modified files: x11/wxWidgets : Makefile distinfo x11/wxWidgets/patches: patch-configure patch-wx-config_in Log message: Update to wxWidgets-gtk3-3.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/15 08:20:27 Modified files: net/filezilla : Makefile x11/wxSVG : Makefile devel/codeblocks: Makefile geo/spatialite/gui: Makefile Log message: Regen WANTLIB after x11/wxWidgets update. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:02:36 Modified files: . : 74.html Log message: manual page link for seq(1), and one more for cron(8) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:18:45 Modified files: . : 74.html Log message: resolve duplication of the entry for RFC9131 neighbor caching CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:32:37 Modified files: . : 74.html Log message: resolve some duplication in the TSO/LRO section CVSROOT: /cvs Module name: src Changes by: chrisz@cvs.openbsd.org 2023/10/15 09:49:47 Modified files: share/man/man9 : audio.9 Log message: audio(9): deprecate start_{output,input} ok ratchov@, kn@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 09:49:48 Modified files: . : 74.html Log message: Since we now have a dedicated subsection for pf(4), no need to repeat "in pf(4)" all over the place. Add hyperlinks for divert-packet and nat-to. Consistently use all caps for ICMP. CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/15 10:04:01 Modified files: . : 74.html Log message: delete a sec(4) entry that strayed into the tmux(1) section, and consistently spell "route-based" with a hyphen CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/15 11:11:14 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs security/rust-openssl-tests/pkg: PLIST Log message: Update rust-openssl-tests to 20231015 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/15 11:19:52 Modified files: security/py-tlsfuzzer: Makefile distinfo security/py-tlsfuzzer/pkg: PLIST Log message: Update to tlsfuzzer 20231014 CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/15 12:20:25 Modified files: usr.bin/time : time.c Log message: time(1): miscellaneous style(9) tweaks Use a space after keywords, binary operators require spaces, second-level indents are four spaces, remove some extraneous parentheses and empty lines, fill empty loop bodies with a "continue" statement. No binary change. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 12:24:57 Modified files: textproc/ktextaddons: Makefile distinfo textproc/ktextaddons/pkg: PLIST Log message: Update ktextaddons to 1.5.2 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/15 12:50:00 Modified files: net : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: net/coccinella : Makefile distinfo net/coccinella/files: coccinella net/coccinella/patches: patch-Coccinella_tcl patch-lib_Init_tcl net/coccinella/pkg: DESCR PLIST Log message: Remove net/coccinella Last update 13 years ago, fails to play sound, tries to open /dev/mixer, fails to connect via TLS. OK tb thfr CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/15 12:56:32 Modified files: devel/qbs : Makefile distinfo Log message: Update Qbs to 2.1.2 CVSROOT: /cvs Module name: ports Changes by: anton@cvs.openbsd.org 2023/10/15 13:13:43 Modified files: devel/knfmt : Makefile distinfo Log message: update to knfmt-4.3.0 CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/15 16:36:28 Modified files: faq : upgrade74.html Log message: consistently mark up all occurences of operator and _shutdown CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2023/10/15 17:43:13 Modified files: lang/janet : Makefile distinfo Log message: Update janet to 1.32.0 CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/15 17:45:21 Modified files: www/py-httpbin : Makefile distinfo www/py-httpbin/pkg: PLIST www/py-httpbin/patches: patch-httpbin_core_py Added files: www/py-httpbin/patches: patch-httpbin_filters_py Log message: www/py-httpbin: update to 0.10.0 switch to new upstream and bring up to the latest ok kn@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/15 17:47:07 Removed files: www/py-httpbin/patches: patch-httpbin_core_py Log message: www/py-httpbin: oops, removed missed patch CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/15 20:40:27 Log message: import legendary, a client for Epic Games Store authentication and downloads ok sdk@ DESCR: Legendary is an open-source game launcher that can download and install games from the Epic Games platform on Linux, macOS, Windows, and of course OpenBSD. Features: - Authenticating with Epic's service - Downloading and installing your games and their DLC - Delta patching/updating of installed games - Launching games with online authentication (for multiplayer/DRM) - Syncing cloud saves (compatible with EGL) - Running games with WINE on Linux/macOS - Importing/Exporting installed games from/to the Epic Games Launcher (unsupported on OpenBSD) Status: Vendor Tag: thfr Release Tags: thfr_20231015 N ports/games/legendary/Makefile N ports/games/legendary/distinfo N ports/games/legendary/pkg/DESCR N ports/games/legendary/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/15 20:41:21 Modified files: games : Makefile Log message: +legendary CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/15 23:03:20 Modified files: www/nghttp3 : Makefile distinfo Log message: Update to nghttp3 1.0.0 https://github.com/ngtcp2/nghttp3/releases/tag/v1.0.0 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/15 23:03:24 Modified files: net/ngtcp2 : Makefile distinfo Log message: Update to ngtcp2 1.0.0 https://github.com/ngtcp2/ngtcp2/releases/tag/v1.0.0 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/15 23:52:06 Modified files: devel/acpica : Makefile Log message: acpica needs ports-gcc rather than base-gcc to compile. Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/15 23:53:06 Modified files: audio/vgmstream: Makefile Log message: audio/vgmstream uses c99. Fixes the build on sparc64 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/16 00:14:20 Modified files: regress/usr.sbin/bgpd/integrationtests: bgpd.ixp.rdomain2_1.conf bgpd.ixp.rdomain2_2.conf bgpd.ixp.rdomain2_3.conf bgpd.ixp.rdomain2_4.conf Log message: Set fib-update no since the fib is not needed here. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/16 01:17:29 Modified files: x11/gnome/gcr : Makefile x11/gnome/gcr/pkg: PLIST x11/gnome/gcr4 : Makefile x11/gnome/gcr4/pkg: PLIST Log message: Move gcr-ssh-agent to gcr4. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:22:41 Modified files: devel/py-rich : Makefile distinfo Log message: update to py3-rich-13.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:23:02 Modified files: textproc/oniguruma: Makefile distinfo textproc/oniguruma/pkg: DESCR Log message: update to oniguruma-6.9.9 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:23:11 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:23:16 Modified files: www/tomcat/v9 : Makefile distinfo Log message: update to tomcat-9.0.82 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:35:30 Modified files: print/pdfarranger: Makefile distinfo Log message: update to pdfarranger-1.10.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:43:09 Modified files: audio/snack : Makefile audio/snack/pkg: PLIST-main Removed files: audio/snack/pkg: DESCR-python PLIST-python Log message: drop py2-only unused py-snack subpackage, maintainer timeout, ok kn CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:44:01 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: quirk for py-snack CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:47:19 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm devel/py-simplejson: Makefile distinfo devel/py-simplejson/pkg: PLIST Log message: update to oy3-simplejson-3.19.2 move to py3-only and MODPY_PYBUILD now that floss has been marked BROKEN CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:48:04 Modified files: devel : Makefile Log message: unhook py-simplejson (py2) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:49:41 Modified files: mail/exim : Makefile distinfo Log message: update to exim-4.96.2, from Renaud Allard (maintainer) security fixes for dnsdb lookups and the proxy protocol CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:50:22 Modified files: mail/exim : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to exim-4.96.2, from Renaud Allard (maintainer) security fixes for dnsdb lookups and the proxy protocol CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:51:28 Modified files: devel/py-sure : Makefile distinfo Log message: update to py3-sure-2.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:53:33 Modified files: devel/py-regex : Makefile distinfo Log message: update to py3-regex-2023.10.3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/16 01:55:00 Modified files: infrastructure/lib/DPB: Vars.pm Log message: improve error messages: save previous non-sensical lines in the state machine, so that "exiting with an error" tells exactly how dump-vars failed without needing to dig up Var.pm CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 01:56:04 Modified files: devel/py-pyproject-api: Makefile distinfo Log message: update to py3-pyproject_api-1.6.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:02:39 Modified files: devel/py-sh : Makefile distinfo devel/py-sh/pkg: PLIST Log message: update to py3-sh-2.0.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:02:47 Modified files: devel/py-stack_data: Makefile distinfo Log message: update to py3-stack_data-0.6.3 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/16 02:13:17 Modified files: infrastructure/lib/DPB: Locks.pm Log message: save and show more info for problematic logfiles CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:27:48 Modified files: devel/py-parsing: Makefile distinfo Log message: update to py3-parsing-3.1.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:32:34 Modified files: devel/py-pluggy: Makefile distinfo devel/py-pluggy/pkg: PLIST Log message: update to py3-pluggy-1.3.0 CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/10/16 02:33:16 Modified files: usr.bin/mg : mg.1 Log message: reinstate space-to-tabstop entry in the manpage removed in rev 1.95 since was hidden behind NOTAB, and forgot to be re-added when no-tab-mode was resurrected. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:34:12 Modified files: databases/py-peewee: Makefile distinfo Log message: update to py3-peewee-3.17.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:35:12 Modified files: databases/py-sqlobject: Makefile distinfo Log message: update to py3-sqlobject-3.10.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:35:18 Modified files: databases/py-odbc: Makefile distinfo databases/py-odbc/patches: patch-src_connection_cpp Log message: update to py3-odbc-5.0.1 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/16 02:40:01 Modified files: usr.bin/ssh : sshkey.c Log message: Move declaration of "len" into the block where it's used. This lets us compile Portable with -Werror with when OpenSSL doesn't have Ed25519 support. CVSROOT: /cvs Module name: ports Changes by: semarie@cvs.openbsd.org 2023/10/16 02:41:24 Modified files: lang/sbcl : Makefile lang/sbcl/pkg : PLIST Log message: lang/sbcl: remove sb-simd on amd64 it requires AVX2 support on the build machine, else the files aren't generated and make the packaging to fail. so don't package them. reported by espie@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 02:43:08 Modified files: devel/py-pathspec: Makefile distinfo Log message: update to py3-pathspec-0.11.2 CVSROOT: /cvs Module name: www Changes by: rsadowski@cvs.openbsd.org 2023/10/16 04:19:45 Modified files: . : 74.html Log message: Fix KDE Frameworks version CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/16 04:23:45 Modified files: emulators/ppsspp: Makefile distinfo emulators/ppsspp/patches: patch-CMakeLists_txt Log message: Update to ppsspp-1.16.6. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/16 04:25:46 Modified files: usr.sbin/bgpd : bgpd.h kroute.c rde.c rde.h rde_peer.c rde_rib.c session.c session.h Log message: Improve IPv6 link-local address handling When a session is established determine the possible interface scope of that session. The scope is only set when the remote address is directly connected. This interface scope is passed to the RDE that uses this information when link-local nexthops are received. Again checking that a link-local nexthop is actually acceptable. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/16 04:26:51 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.lladdr.rdomain1.conf bgpd.lladdr.rdomain2.conf lladdr.rdomain1.ok lladdr.rdomain2.ok lladdr.sh Log message: Add regress test to verify that IPv6 link-local addresses work CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/16 04:27:15 Log message: Import apertium-recursive-1.0.1. Apertium-recursive is an alternative to apertium-transfer, apertium-interchunk, and apertium-postchunk. It uses a GLR parser rather than chunking and so can apply rules recursively. Rules can be written in a format almost identical to that of apertium-transfer or in a somewhat Yacc-like format created for this purpose. ok jeremy@ Status: Vendor Tag: bentley Release Tags: bentley_20231016 N ports/textproc/apertium-recursive/Makefile N ports/textproc/apertium-recursive/distinfo N ports/textproc/apertium-recursive/pkg/DESCR N ports/textproc/apertium-recursive/pkg/PLIST N ports/textproc/apertium-recursive/patches/patch-src_randpath_cc N ports/textproc/apertium-recursive/patches/patch-src_rtx_comp_cc N ports/textproc/apertium-recursive/patches/patch-src_rtx_decomp_cc N ports/textproc/apertium-recursive/patches/patch-src_rtx_proc_cc No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/16 04:28:30 Log message: Import apertium-regtest-0.9.1. Apertium-regtest is a program for managing regression tests and corpora for Apertium language data and translators. ok jeremy@ Status: Vendor Tag: bentley Release Tags: bentley_20231016 N ports/textproc/apertium-regtest/Makefile N ports/textproc/apertium-regtest/distinfo N ports/textproc/apertium-regtest/pkg/DESCR N ports/textproc/apertium-regtest/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bentley@cvs.openbsd.org 2023/10/16 04:29:43 Modified files: textproc : Makefile Log message: +apertium-regtest, +apertium-recursive CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/10/16 05:32:19 Modified files: www/goaccess : Makefile distinfo Log message: update to goaccess-1.8 CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2023/10/16 05:32:54 Modified files: sys/uvm : uvm_pdaemon.c Log message: Consider required constraint when moving pages from active to inactive lists. Make sure low pages are deactivated first when there is a shortage of inactive pages. Without this the system can have a ton of high pages on the active list and never swapout anything if there's a shortage of low pages. This prevents a deadlock on amd64 reported and tested by bluhm@. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/16 05:37:15 Modified files: security/gosec : Makefile distinfo modules.inc Log message: Update to gosec-2.18.1 From Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/16 06:26:51 Modified files: . : 74.html Log message: delete a duplicate entry for libpcap CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/16 06:32:22 Modified files: . : 74.html Log message: add missing manual page link for radiusd(8) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/16 06:42:17 Modified files: infrastructure/lib/DPB: Locks.pm Log message: be even more specific in refusing to write stuff that won't get parsed properly CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/16 06:49:15 Modified files: regress/usr.sbin/bgpd/integrationtests: bgpd.lladdr.rdomain1.conf lladdr.sh Log message: Adjust lladdr test to use templates in rdomain1 (e.g. fe80::%pair11/64) The code allready supports matching of templates with a scope id and fe80::%pair11/64 and fe80::%gif11/64 are different to session_match_mask(). CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/16 06:52:21 Modified files: . : 74.html alpha.html amd64.html anoncvs.html arm64.html armv7.html errata73.html ftp.html hppa.html i386.html index.html landisk.html loongson.html luna88k.html macppc.html octeon.html powerpc64.html riscv64.html sparc64.html stable.html build : Makefile build/mirrors : anoncvs.html.head ftp.html.end faq : faq1.html faq14.html faq16.html faq4.html faq5.html index.html Added files: images : ImHappyBecauseEveryoneLovesMe-s.gif ImHappyBecauseEveryoneLovesMe.jpg puffy74.gif Log message: roll to 7.4; many parts by tj and job CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2023/10/16 07:00:57 Log message: Import FreeDict dictionaries. Add 203 unidirectional dictionaries in dictd format. From https://freedict.org/: The FreeDict project strives to be the most comprehensive source of truly free bilingual dictionaries. They are not just free of charge, but they give you the right to study, change and modify them, as long as you guarantee others these freedoms, too. Founded in 2000, FreeDict nowadays provides over 140 dictionaries in about 45 languages and thanks to its members, grows continuously. OK kn Status: Vendor Tag: mbuhl Release Tags: mbuhl_20231016 N ports/education/freedict/Makefile.inc N ports/education/freedict/Makefile N ports/education/freedict/eng-deu/Makefile N ports/education/freedict/eng-deu/distinfo N ports/education/freedict/eng-deu/pkg/DESCR N ports/education/freedict/eng-deu/pkg/PLIST N ports/education/freedict/deu-eng/Makefile N ports/education/freedict/deu-eng/distinfo N ports/education/freedict/deu-eng/pkg/DESCR N ports/education/freedict/deu-eng/pkg/PLIST N ports/education/freedict/afr-deu/Makefile N ports/education/freedict/afr-deu/distinfo N ports/education/freedict/afr-deu/pkg/DESCR N ports/education/freedict/afr-deu/pkg/PLIST N ports/education/freedict/afr-eng/Makefile N ports/education/freedict/afr-eng/distinfo N ports/education/freedict/afr-eng/pkg/DESCR N ports/education/freedict/afr-eng/pkg/PLIST N ports/education/freedict/ara-eng/Makefile N ports/education/freedict/ara-eng/distinfo N ports/education/freedict/ara-eng/pkg/DESCR N ports/education/freedict/ara-eng/pkg/PLIST N ports/education/freedict/bre-fra/Makefile N ports/education/freedict/bre-fra/distinfo N ports/education/freedict/bre-fra/pkg/DESCR N ports/education/freedict/bre-fra/pkg/PLIST N ports/education/freedict/ces-eng/Makefile N ports/education/freedict/ces-eng/distinfo N ports/education/freedict/ces-eng/pkg/DESCR N ports/education/freedict/ces-eng/pkg/PLIST N ports/education/freedict/ckb-kmr/Makefile N ports/education/freedict/ckb-kmr/distinfo N ports/education/freedict/ckb-kmr/pkg/DESCR N ports/education/freedict/ckb-kmr/pkg/PLIST N ports/education/freedict/cym-eng/Makefile N ports/education/freedict/cym-eng/distinfo N ports/education/freedict/cym-eng/pkg/DESCR N ports/education/freedict/cym-eng/pkg/PLIST N ports/education/freedict/dan-eng/Makefile N ports/education/freedict/dan-eng/distinfo N ports/education/freedict/dan-eng/pkg/DESCR N ports/education/freedict/dan-eng/pkg/PLIST N ports/education/freedict/deu-bul/Makefile N ports/education/freedict/deu-bul/distinfo N ports/education/freedict/deu-bul/pkg/DESCR N ports/education/freedict/deu-bul/pkg/PLIST N ports/education/freedict/deu-ell/Makefile N ports/education/freedict/deu-ell/distinfo N ports/education/freedict/deu-ell/pkg/DESCR N ports/education/freedict/deu-ell/pkg/PLIST N ports/education/freedict/deu-fin/Makefile N ports/education/freedict/deu-fin/distinfo N ports/education/freedict/deu-fin/pkg/DESCR N ports/education/freedict/deu-fin/pkg/PLIST N ports/education/freedict/deu-fra/Makefile N ports/education/freedict/deu-fra/distinfo N ports/education/freedict/deu-fra/pkg/DESCR N ports/education/freedict/deu-fra/pkg/PLIST N ports/education/freedict/deu-ind/Makefile N ports/education/freedict/deu-ind/distinfo N ports/education/freedict/deu-ind/pkg/DESCR N ports/education/freedict/deu-ind/pkg/PLIST N ports/education/freedict/deu-ita/Makefile N ports/education/freedict/deu-ita/distinfo N ports/education/freedict/deu-ita/pkg/DESCR N ports/education/freedict/deu-ita/pkg/PLIST N ports/education/freedict/deu-kur/Makefile N ports/education/freedict/deu-kur/distinfo N ports/education/freedict/deu-kur/pkg/DESCR N ports/education/freedict/deu-kur/pkg/PLIST N ports/education/freedict/deu-nld/Makefile N ports/education/freedict/deu-nld/distinfo N ports/education/freedict/deu-nld/pkg/DESCR N ports/education/freedict/deu-nld/pkg/PLIST N ports/education/freedict/deu-pol/Makefile N ports/education/freedict/deu-pol/distinfo N ports/education/freedict/deu-pol/pkg/DESCR N ports/education/freedict/deu-pol/pkg/PLIST N ports/education/freedict/deu-por/Makefile N ports/education/freedict/deu-por/distinfo N ports/education/freedict/deu-por/pkg/DESCR N ports/education/freedict/deu-por/pkg/PLIST N ports/education/freedict/deu-rus/Makefile N ports/education/freedict/deu-rus/distinfo N ports/education/freedict/deu-rus/pkg/DESCR N ports/education/freedict/deu-rus/pkg/PLIST N ports/education/freedict/deu-spa/Makefile N ports/education/freedict/deu-spa/distinfo N ports/education/freedict/deu-spa/pkg/DESCR N ports/education/freedict/deu-spa/pkg/PLIST N ports/education/freedict/deu-swe/Makefile N ports/education/freedict/deu-swe/distinfo N ports/education/freedict/deu-swe/pkg/DESCR N ports/education/freedict/deu-swe/pkg/PLIST N ports/education/freedict/deu-tur/Makefile N ports/education/freedict/deu-tur/distinfo N ports/education/freedict/deu-tur/pkg/DESCR N ports/education/freedict/deu-tur/pkg/PLIST N ports/education/freedict/ell-bul/Makefile N ports/education/freedict/ell-bul/distinfo N ports/education/freedict/ell-bul/pkg/DESCR N ports/education/freedict/ell-bul/pkg/PLIST N ports/education/freedict/ell-eng/Makefile N ports/education/freedict/ell-eng/distinfo N ports/education/freedict/ell-eng/pkg/DESCR N ports/education/freedict/ell-eng/pkg/PLIST N ports/education/freedict/ell-fin/Makefile N ports/education/freedict/ell-fin/distinfo N ports/education/freedict/ell-fin/pkg/DESCR N ports/education/freedict/ell-fin/pkg/PLIST N ports/education/freedict/ell-fra/Makefile N ports/education/freedict/ell-fra/distinfo N ports/education/freedict/ell-fra/pkg/DESCR N ports/education/freedict/ell-fra/pkg/PLIST N ports/education/freedict/ell-ind/Makefile N ports/education/freedict/ell-ind/distinfo N ports/education/freedict/ell-ind/pkg/DESCR N ports/education/freedict/ell-ind/pkg/PLIST N ports/education/freedict/ell-ita/Makefile N ports/education/freedict/ell-ita/distinfo N ports/education/freedict/ell-ita/pkg/DESCR N ports/education/freedict/ell-ita/pkg/PLIST N ports/education/freedict/ell-jpn/Makefile N ports/education/freedict/ell-jpn/distinfo N ports/education/freedict/ell-jpn/pkg/DESCR N ports/education/freedict/ell-jpn/pkg/PLIST N ports/education/freedict/ell-lat/Makefile N ports/education/freedict/ell-lat/distinfo N ports/education/freedict/ell-lat/pkg/DESCR N ports/education/freedict/ell-lat/pkg/PLIST N ports/education/freedict/ell-lit/Makefile N ports/education/freedict/ell-lit/distinfo N ports/education/freedict/ell-lit/pkg/DESCR N ports/education/freedict/ell-lit/pkg/PLIST N ports/education/freedict/ell-nld/Makefile N ports/education/freedict/ell-nld/distinfo N ports/education/freedict/ell-nld/pkg/DESCR N ports/education/freedict/ell-nld/pkg/PLIST N ports/education/freedict/ell-nor/Makefile N ports/education/freedict/ell-nor/distinfo N ports/education/freedict/ell-nor/pkg/DESCR N ports/education/freedict/ell-nor/pkg/PLIST N ports/education/freedict/ell-pol/Makefile N ports/education/freedict/ell-pol/distinfo N ports/education/freedict/ell-pol/pkg/DESCR N ports/education/freedict/ell-pol/pkg/PLIST N ports/education/freedict/ell-por/Makefile N ports/education/freedict/ell-por/distinfo N ports/education/freedict/ell-por/pkg/DESCR N ports/education/freedict/ell-por/pkg/PLIST N ports/education/freedict/ell-rus/Makefile N ports/education/freedict/ell-rus/distinfo N ports/education/freedict/ell-rus/pkg/DESCR N ports/education/freedict/ell-rus/pkg/PLIST N ports/education/freedict/ell-spa/Makefile N ports/education/freedict/ell-spa/distinfo N ports/education/freedict/ell-spa/pkg/DESCR N ports/education/freedict/ell-spa/pkg/PLIST N ports/education/freedict/ell-swe/Makefile N ports/education/freedict/ell-swe/distinfo N ports/education/freedict/ell-swe/pkg/DESCR N ports/education/freedict/ell-swe/pkg/PLIST N ports/education/freedict/eng-afr/Makefile N ports/education/freedict/eng-afr/distinfo N ports/education/freedict/eng-afr/pkg/DESCR N ports/education/freedict/eng-afr/pkg/PLIST N ports/education/freedict/eng-ara/Makefile N ports/education/freedict/eng-ara/distinfo N ports/education/freedict/eng-ara/pkg/DESCR N ports/education/freedict/eng-ara/pkg/PLIST N ports/education/freedict/eng-bul/Makefile N ports/education/freedict/eng-bul/distinfo N ports/education/freedict/eng-bul/pkg/DESCR N ports/education/freedict/eng-bul/pkg/PLIST N ports/education/freedict/eng-ces/Makefile N ports/education/freedict/eng-ces/distinfo N ports/education/freedict/eng-ces/pkg/DESCR N ports/education/freedict/eng-ces/pkg/PLIST N ports/education/freedict/eng-cym/Makefile N ports/education/freedict/eng-cym/distinfo N ports/education/freedict/eng-cym/pkg/DESCR N ports/education/freedict/eng-cym/pkg/PLIST N ports/education/freedict/eng-dan/Makefile N ports/education/freedict/eng-dan/distinfo N ports/education/freedict/eng-dan/pkg/DESCR N ports/education/freedict/eng-dan/pkg/PLIST N ports/education/freedict/eng-ell/Makefile N ports/education/freedict/eng-ell/distinfo N ports/education/freedict/eng-ell/pkg/DESCR N ports/education/freedict/eng-ell/pkg/PLIST N ports/education/freedict/eng-fin/Makefile N ports/education/freedict/eng-fin/distinfo N ports/education/freedict/eng-fin/pkg/DESCR N ports/education/freedict/eng-fin/pkg/PLIST N ports/education/freedict/eng-fra/Makefile N ports/education/freedict/eng-fra/distinfo N ports/education/freedict/eng-fra/pkg/DESCR N ports/education/freedict/eng-fra/pkg/PLIST N ports/education/freedict/eng-gle/Makefile N ports/education/freedict/eng-gle/distinfo N ports/education/freedict/eng-gle/pkg/DESCR N ports/education/freedict/eng-gle/pkg/PLIST N ports/education/freedict/eng-hin/Makefile N ports/education/freedict/eng-hin/distinfo N ports/education/freedict/eng-hin/pkg/DESCR N ports/education/freedict/eng-hin/pkg/PLIST N ports/education/freedict/eng-hrv/Makefile N ports/education/freedict/eng-hrv/distinfo N ports/education/freedict/eng-hrv/pkg/DESCR N ports/education/freedict/eng-hrv/pkg/PLIST N ports/education/freedict/eng-hun/Makefile N ports/education/freedict/eng-hun/distinfo N ports/education/freedict/eng-hun/pkg/DESCR N ports/education/freedict/eng-hun/pkg/PLIST N ports/education/freedict/eng-ind/Makefile N ports/education/freedict/eng-ind/distinfo N ports/education/freedict/eng-ind/pkg/DESCR N ports/education/freedict/eng-ind/pkg/PLIST N ports/education/freedict/eng-ita/Makefile N ports/education/freedict/eng-ita/distinfo N ports/education/freedict/eng-ita/pkg/DESCR N ports/education/freedict/eng-ita/pkg/PLIST N ports/education/freedict/eng-jpn/Makefile N ports/education/freedict/eng-jpn/distinfo N ports/education/freedict/eng-jpn/pkg/DESCR N ports/education/freedict/eng-jpn/pkg/PLIST N ports/education/freedict/eng-lat/Makefile N ports/education/freedict/eng-lat/distinfo N ports/education/freedict/eng-lat/pkg/DESCR N ports/education/freedict/eng-lat/pkg/PLIST N ports/education/freedict/eng-lit/Makefile N ports/education/freedict/eng-lit/distinfo N ports/education/freedict/eng-lit/pkg/DESCR N ports/education/freedict/eng-lit/pkg/PLIST N ports/education/freedict/eng-nld/Makefile N ports/education/freedict/eng-nld/distinfo N ports/education/freedict/eng-nld/pkg/DESCR N ports/education/freedict/eng-nld/pkg/PLIST N ports/education/freedict/eng-nor/Makefile N ports/education/freedict/eng-nor/distinfo N ports/education/freedict/eng-nor/pkg/DESCR N ports/education/freedict/eng-nor/pkg/PLIST N ports/education/freedict/eng-pol/Makefile N ports/education/freedict/eng-pol/distinfo N ports/education/freedict/eng-pol/pkg/DESCR N ports/education/freedict/eng-pol/pkg/PLIST N ports/education/freedict/eng-por/Makefile N ports/education/freedict/eng-por/distinfo N ports/education/freedict/eng-por/pkg/DESCR N ports/education/freedict/eng-por/pkg/PLIST N ports/education/freedict/eng-rom/Makefile N ports/education/freedict/eng-rom/distinfo N ports/education/freedict/eng-rom/pkg/DESCR N ports/education/freedict/eng-rom/pkg/PLIST N ports/education/freedict/eng-rus/Makefile N ports/education/freedict/eng-rus/distinfo N ports/education/freedict/eng-rus/pkg/DESCR N ports/education/freedict/eng-rus/pkg/PLIST N ports/education/freedict/eng-spa/Makefile N ports/education/freedict/eng-spa/distinfo N ports/education/freedict/eng-spa/pkg/DESCR N ports/education/freedict/eng-spa/pkg/PLIST N ports/education/freedict/eng-srp/Makefile N ports/education/freedict/eng-srp/distinfo N ports/education/freedict/eng-srp/pkg/DESCR N ports/education/freedict/eng-srp/pkg/PLIST N ports/education/freedict/eng-swe/Makefile N ports/education/freedict/eng-swe/distinfo N ports/education/freedict/eng-swe/pkg/DESCR N ports/education/freedict/eng-swe/pkg/PLIST N ports/education/freedict/eng-swh/Makefile N ports/education/freedict/eng-swh/distinfo N ports/education/freedict/eng-swh/pkg/DESCR N ports/education/freedict/eng-swh/pkg/PLIST N ports/education/freedict/eng-tur/Makefile N ports/education/freedict/eng-tur/distinfo N ports/education/freedict/eng-tur/pkg/DESCR N ports/education/freedict/eng-tur/pkg/PLIST N ports/education/freedict/epo-eng/Makefile N ports/education/freedict/epo-eng/distinfo N ports/education/freedict/epo-eng/pkg/DESCR N ports/education/freedict/epo-eng/pkg/PLIST N ports/education/freedict/fin-bul/Makefile N ports/education/freedict/fin-bul/distinfo N ports/education/freedict/fin-bul/pkg/DESCR N ports/education/freedict/fin-bul/pkg/PLIST N ports/education/freedict/fin-deu/Makefile N ports/education/freedict/fin-deu/distinfo N ports/education/freedict/fin-deu/pkg/DESCR N ports/education/freedict/fin-deu/pkg/PLIST N ports/education/freedict/fin-ell/Makefile N ports/education/freedict/fin-ell/distinfo N ports/education/freedict/fin-ell/pkg/DESCR N ports/education/freedict/fin-ell/pkg/PLIST N ports/education/freedict/fin-eng/Makefile N ports/education/freedict/fin-eng/distinfo N ports/education/freedict/fin-eng/pkg/DESCR N ports/education/freedict/fin-eng/pkg/PLIST N ports/education/freedict/fin-fra/Makefile N ports/education/freedict/fin-fra/distinfo N ports/education/freedict/fin-fra/pkg/DESCR N ports/education/freedict/fin-fra/pkg/PLIST N ports/education/freedict/fin-ind/Makefile N ports/education/freedict/fin-ind/distinfo N ports/education/freedict/fin-ind/pkg/DESCR N ports/education/freedict/fin-ind/pkg/PLIST N ports/education/freedict/fin-ita/Makefile N ports/education/freedict/fin-ita/distinfo N ports/education/freedict/fin-ita/pkg/DESCR N ports/education/freedict/fin-ita/pkg/PLIST N ports/education/freedict/fin-jpn/Makefile N ports/education/freedict/fin-jpn/distinfo N ports/education/freedict/fin-jpn/pkg/DESCR N ports/education/freedict/fin-jpn/pkg/PLIST N ports/education/freedict/fin-lat/Makefile N ports/education/freedict/fin-lat/distinfo N ports/education/freedict/fin-lat/pkg/DESCR N ports/education/freedict/fin-lat/pkg/PLIST N ports/education/freedict/fin-lit/Makefile N ports/education/freedict/fin-lit/distinfo N ports/education/freedict/fin-lit/pkg/DESCR N ports/education/freedict/fin-lit/pkg/PLIST N ports/education/freedict/fin-nld/Makefile N ports/education/freedict/fin-nld/distinfo N ports/education/freedict/fin-nld/pkg/DESCR N ports/education/freedict/fin-nld/pkg/PLIST N ports/education/freedict/fin-nor/Makefile N ports/education/freedict/fin-nor/distinfo N ports/education/freedict/fin-nor/pkg/DESCR N ports/education/freedict/fin-nor/pkg/PLIST N ports/education/freedict/fin-pol/Makefile N ports/education/freedict/fin-pol/distinfo N ports/education/freedict/fin-pol/pkg/DESCR N ports/education/freedict/fin-pol/pkg/PLIST N ports/education/freedict/fin-por/Makefile N ports/education/freedict/fin-por/distinfo N ports/education/freedict/fin-por/pkg/DESCR N ports/education/freedict/fin-por/pkg/PLIST N ports/education/freedict/fin-swe/Makefile N ports/education/freedict/fin-swe/distinfo N ports/education/freedict/fin-swe/pkg/DESCR N ports/education/freedict/fin-swe/pkg/PLIST N ports/education/freedict/fra-bre/Makefile N ports/education/freedict/fra-bre/distinfo N ports/education/freedict/fra-bre/pkg/DESCR N ports/education/freedict/fra-bre/pkg/PLIST N ports/education/freedict/fra-bul/Makefile N ports/education/freedict/fra-bul/distinfo N ports/education/freedict/fra-bul/pkg/DESCR N ports/education/freedict/fra-bul/pkg/PLIST N ports/education/freedict/fra-deu/Makefile N ports/education/freedict/fra-deu/distinfo N ports/education/freedict/fra-deu/pkg/DESCR N ports/education/freedict/fra-deu/pkg/PLIST N ports/education/freedict/fra-ell/Makefile N ports/education/freedict/fra-ell/distinfo N ports/education/freedict/fra-ell/pkg/DESCR N ports/education/freedict/fra-ell/pkg/PLIST N ports/education/freedict/fra-eng/Makefile N ports/education/freedict/fra-eng/distinfo N ports/education/freedict/fra-eng/pkg/DESCR N ports/education/freedict/fra-eng/pkg/PLIST N ports/education/freedict/fra-fin/Makefile N ports/education/freedict/fra-fin/distinfo N ports/education/freedict/fra-fin/pkg/DESCR N ports/education/freedict/fra-fin/pkg/PLIST N ports/education/freedict/fra-ita/Makefile N ports/education/freedict/fra-ita/distinfo N ports/education/freedict/fra-ita/pkg/DESCR N ports/education/freedict/fra-ita/pkg/PLIST N ports/education/freedict/fra-jpn/Makefile N ports/education/freedict/fra-jpn/distinfo N ports/education/freedict/fra-jpn/pkg/DESCR N ports/education/freedict/fra-jpn/pkg/PLIST N ports/education/freedict/fra-lat/Makefile N ports/education/freedict/fra-lat/distinfo N ports/education/freedict/fra-lat/pkg/DESCR N ports/education/freedict/fra-lat/pkg/PLIST N ports/education/freedict/fra-lit/Makefile N ports/education/freedict/fra-lit/distinfo N ports/education/freedict/fra-lit/pkg/DESCR N ports/education/freedict/fra-lit/pkg/PLIST N ports/education/freedict/fra-nld/Makefile N ports/education/freedict/fra-nld/distinfo N ports/education/freedict/fra-nld/pkg/DESCR N ports/education/freedict/fra-nld/pkg/PLIST N ports/education/freedict/fra-pol/Makefile N ports/education/freedict/fra-pol/distinfo N ports/education/freedict/fra-pol/pkg/DESCR N ports/education/freedict/fra-pol/pkg/PLIST N ports/education/freedict/fra-por/Makefile N ports/education/freedict/fra-por/distinfo N ports/education/freedict/fra-por/pkg/DESCR N ports/education/freedict/fra-por/pkg/PLIST N ports/education/freedict/fra-rus/Makefile N ports/education/freedict/fra-rus/distinfo N ports/education/freedict/fra-rus/pkg/DESCR N ports/education/freedict/fra-rus/pkg/PLIST N ports/education/freedict/fra-spa/Makefile N ports/education/freedict/fra-spa/distinfo N ports/education/freedict/fra-spa/pkg/DESCR N ports/education/freedict/fra-spa/pkg/PLIST N ports/education/freedict/fra-swe/Makefile N ports/education/freedict/fra-swe/distinfo N ports/education/freedict/fra-swe/pkg/DESCR N ports/education/freedict/fra-swe/pkg/PLIST N ports/education/freedict/fra-tur/Makefile N ports/education/freedict/fra-tur/distinfo N ports/education/freedict/fra-tur/pkg/DESCR N ports/education/freedict/fra-tur/pkg/PLIST N ports/education/freedict/gla-deu/Makefile N ports/education/freedict/gla-deu/distinfo N ports/education/freedict/gla-deu/pkg/DESCR N ports/education/freedict/gla-deu/pkg/PLIST N ports/education/freedict/gle-eng/Makefile N ports/education/freedict/gle-eng/distinfo N ports/education/freedict/gle-eng/pkg/DESCR N ports/education/freedict/gle-eng/pkg/PLIST N ports/education/freedict/gle-pol/Makefile N ports/education/freedict/gle-pol/distinfo N ports/education/freedict/gle-pol/pkg/DESCR N ports/education/freedict/gle-pol/pkg/PLIST N ports/education/freedict/hrv-eng/Makefile N ports/education/freedict/hrv-eng/distinfo N ports/education/freedict/hrv-eng/pkg/DESCR N ports/education/freedict/hrv-eng/pkg/PLIST N ports/education/freedict/hun-eng/Makefile N ports/education/freedict/hun-eng/distinfo N ports/education/freedict/hun-eng/pkg/DESCR N ports/education/freedict/hun-eng/pkg/PLIST N ports/education/freedict/isl-eng/Makefile N ports/education/freedict/isl-eng/distinfo N ports/education/freedict/isl-eng/pkg/DESCR N ports/education/freedict/isl-eng/pkg/PLIST N ports/education/freedict/ita-bul/Makefile N ports/education/freedict/ita-bul/distinfo N ports/education/freedict/ita-bul/pkg/DESCR N ports/education/freedict/ita-bul/pkg/PLIST N ports/education/freedict/ita-deu/Makefile N ports/education/freedict/ita-deu/distinfo N ports/education/freedict/ita-deu/pkg/DESCR N ports/education/freedict/ita-deu/pkg/PLIST N ports/education/freedict/ita-ell/Makefile N ports/education/freedict/ita-ell/distinfo N ports/education/freedict/ita-ell/pkg/DESCR N ports/education/freedict/ita-ell/pkg/PLIST N ports/education/freedict/ita-eng/Makefile N ports/education/freedict/ita-eng/distinfo N ports/education/freedict/ita-eng/pkg/DESCR N ports/education/freedict/ita-eng/pkg/PLIST N ports/education/freedict/ita-fin/Makefile N ports/education/freedict/ita-fin/distinfo N ports/education/freedict/ita-fin/pkg/DESCR N ports/education/freedict/ita-fin/pkg/PLIST N ports/education/freedict/ita-ind/Makefile N ports/education/freedict/ita-ind/distinfo N ports/education/freedict/ita-ind/pkg/DESCR N ports/education/freedict/ita-ind/pkg/PLIST N ports/education/freedict/ita-jpn/Makefile N ports/education/freedict/ita-jpn/distinfo N ports/education/freedict/ita-jpn/pkg/DESCR N ports/education/freedict/ita-jpn/pkg/PLIST N ports/education/freedict/ita-lit/Makefile N ports/education/freedict/ita-lit/distinfo N ports/education/freedict/ita-lit/pkg/DESCR N ports/education/freedict/ita-lit/pkg/PLIST N ports/education/freedict/ita-nor/Makefile N ports/education/freedict/ita-nor/distinfo N ports/education/freedict/ita-nor/pkg/DESCR N ports/education/freedict/ita-nor/pkg/PLIST N ports/education/freedict/ita-pol/Makefile N ports/education/freedict/ita-pol/distinfo N ports/education/freedict/ita-pol/pkg/DESCR N ports/education/freedict/ita-pol/pkg/PLIST N ports/education/freedict/ita-por/Makefile N ports/education/freedict/ita-por/distinfo N ports/education/freedict/ita-por/pkg/DESCR N ports/education/freedict/ita-por/pkg/PLIST N ports/education/freedict/ita-rus/Makefile N ports/education/freedict/ita-rus/distinfo N ports/education/freedict/ita-rus/pkg/DESCR N ports/education/freedict/ita-rus/pkg/PLIST N ports/education/freedict/ita-spa/Makefile N ports/education/freedict/ita-spa/distinfo N ports/education/freedict/ita-spa/pkg/DESCR N ports/education/freedict/ita-spa/pkg/PLIST N ports/education/freedict/ita-swe/Makefile N ports/education/freedict/ita-swe/distinfo N ports/education/freedict/ita-swe/pkg/DESCR N ports/education/freedict/ita-swe/pkg/PLIST N ports/education/freedict/ita-tur/Makefile N ports/education/freedict/ita-tur/distinfo N ports/education/freedict/ita-tur/pkg/DESCR N ports/education/freedict/ita-tur/pkg/PLIST N ports/education/freedict/jpn-deu/Makefile N ports/education/freedict/jpn-deu/distinfo N ports/education/freedict/jpn-deu/pkg/DESCR N ports/education/freedict/jpn-deu/pkg/PLIST N ports/education/freedict/jpn-eng/Makefile N ports/education/freedict/jpn-eng/distinfo N ports/education/freedict/jpn-eng/pkg/DESCR N ports/education/freedict/jpn-eng/pkg/PLIST N ports/education/freedict/jpn-fra/Makefile N ports/education/freedict/jpn-fra/distinfo N ports/education/freedict/jpn-fra/pkg/DESCR N ports/education/freedict/jpn-fra/pkg/PLIST N ports/education/freedict/jpn-rus/Makefile N ports/education/freedict/jpn-rus/distinfo N ports/education/freedict/jpn-rus/pkg/DESCR N ports/education/freedict/jpn-rus/pkg/PLIST N ports/education/freedict/kha-deu/Makefile N ports/education/freedict/kha-deu/distinfo N ports/education/freedict/kha-deu/pkg/DESCR N ports/education/freedict/kha-deu/pkg/PLIST N ports/education/freedict/kha-eng/Makefile N ports/education/freedict/kha-eng/distinfo N ports/education/freedict/kha-eng/pkg/DESCR N ports/education/freedict/kha-eng/pkg/PLIST N ports/education/freedict/kur-deu/Makefile N ports/education/freedict/kur-deu/distinfo N ports/education/freedict/kur-deu/pkg/DESCR N ports/education/freedict/kur-deu/pkg/PLIST N ports/education/freedict/kur-eng/Makefile N ports/education/freedict/kur-eng/distinfo N ports/education/freedict/kur-eng/pkg/DESCR N ports/education/freedict/kur-eng/pkg/PLIST N ports/education/freedict/kur-tur/Makefile N ports/education/freedict/kur-tur/distinfo N ports/education/freedict/kur-tur/pkg/DESCR N ports/education/freedict/kur-tur/pkg/PLIST N ports/education/freedict/lat-deu/Makefile N ports/education/freedict/lat-deu/distinfo N ports/education/freedict/lat-deu/pkg/DESCR N ports/education/freedict/lat-deu/pkg/PLIST N ports/education/freedict/lat-eng/Makefile N ports/education/freedict/lat-eng/distinfo N ports/education/freedict/lat-eng/pkg/DESCR N ports/education/freedict/lat-eng/pkg/PLIST N ports/education/freedict/lit-eng/Makefile N ports/education/freedict/lit-eng/distinfo N ports/education/freedict/lit-eng/pkg/DESCR N ports/education/freedict/lit-eng/pkg/PLIST N ports/education/freedict/mkd-bul/Makefile N ports/education/freedict/mkd-bul/distinfo N ports/education/freedict/mkd-bul/pkg/DESCR N ports/education/freedict/mkd-bul/pkg/PLIST N ports/education/freedict/nld-bul/Makefile N ports/education/freedict/nld-bul/distinfo N ports/education/freedict/nld-bul/pkg/DESCR N ports/education/freedict/nld-bul/pkg/PLIST N ports/education/freedict/nld-deu/Makefile N ports/education/freedict/nld-deu/distinfo N ports/education/freedict/nld-deu/pkg/DESCR N ports/education/freedict/nld-deu/pkg/PLIST N ports/education/freedict/nld-ell/Makefile N ports/education/freedict/nld-ell/distinfo N ports/education/freedict/nld-ell/pkg/DESCR N ports/education/freedict/nld-ell/pkg/PLIST N ports/education/freedict/nld-eng/Makefile N ports/education/freedict/nld-eng/distinfo N ports/education/freedict/nld-eng/pkg/DESCR N ports/education/freedict/nld-eng/pkg/PLIST N ports/education/freedict/nld-fin/Makefile N ports/education/freedict/nld-fin/distinfo N ports/education/freedict/nld-fin/pkg/DESCR N ports/education/freedict/nld-fin/pkg/PLIST N ports/education/freedict/nld-fra/Makefile N ports/education/freedict/nld-fra/distinfo N ports/education/freedict/nld-fra/pkg/DESCR N ports/education/freedict/nld-fra/pkg/PLIST N ports/education/freedict/nld-ind/Makefile N ports/education/freedict/nld-ind/distinfo N ports/education/freedict/nld-ind/pkg/DESCR N ports/education/freedict/nld-ind/pkg/PLIST N ports/education/freedict/nld-ita/Makefile N ports/education/freedict/nld-ita/distinfo N ports/education/freedict/nld-ita/pkg/DESCR N ports/education/freedict/nld-ita/pkg/PLIST N ports/education/freedict/nld-lat/Makefile N ports/education/freedict/nld-lat/distinfo N ports/education/freedict/nld-lat/pkg/DESCR N ports/education/freedict/nld-lat/pkg/PLIST N ports/education/freedict/nld-lit/Makefile N ports/education/freedict/nld-lit/distinfo N ports/education/freedict/nld-lit/pkg/DESCR N ports/education/freedict/nld-lit/pkg/PLIST N ports/education/freedict/nld-pol/Makefile N ports/education/freedict/nld-pol/distinfo N ports/education/freedict/nld-pol/pkg/DESCR N ports/education/freedict/nld-pol/pkg/PLIST N ports/education/freedict/nld-por/Makefile N ports/education/freedict/nld-por/distinfo N ports/education/freedict/nld-por/pkg/DESCR N ports/education/freedict/nld-por/pkg/PLIST N ports/education/freedict/nld-rus/Makefile N ports/education/freedict/nld-rus/distinfo N ports/education/freedict/nld-rus/pkg/DESCR N ports/education/freedict/nld-rus/pkg/PLIST N ports/education/freedict/nld-spa/Makefile N ports/education/freedict/nld-spa/distinfo N ports/education/freedict/nld-spa/pkg/DESCR N ports/education/freedict/nld-spa/pkg/PLIST N ports/education/freedict/nld-swe/Makefile N ports/education/freedict/nld-swe/distinfo N ports/education/freedict/nld-swe/pkg/DESCR N ports/education/freedict/nld-swe/pkg/PLIST N ports/education/freedict/nno-nob/Makefile N ports/education/freedict/nno-nob/distinfo N ports/education/freedict/nno-nob/pkg/DESCR N ports/education/freedict/nno-nob/pkg/PLIST N ports/education/freedict/oci-cat/Makefile N ports/education/freedict/oci-cat/distinfo N ports/education/freedict/oci-cat/pkg/DESCR N ports/education/freedict/oci-cat/pkg/PLIST N ports/education/freedict/pol-bul/Makefile N ports/education/freedict/pol-bul/distinfo N ports/education/freedict/pol-bul/pkg/DESCR N ports/education/freedict/pol-bul/pkg/PLIST N ports/education/freedict/pol-deu/Makefile N ports/education/freedict/pol-deu/distinfo N ports/education/freedict/pol-deu/pkg/DESCR N ports/education/freedict/pol-deu/pkg/PLIST N ports/education/freedict/pol-ell/Makefile N ports/education/freedict/pol-ell/distinfo N ports/education/freedict/pol-ell/pkg/DESCR N ports/education/freedict/pol-ell/pkg/PLIST N ports/education/freedict/pol-eng/Makefile N ports/education/freedict/pol-eng/distinfo N ports/education/freedict/pol-eng/pkg/DESCR N ports/education/freedict/pol-eng/pkg/PLIST N ports/education/freedict/pol-fin/Makefile N ports/education/freedict/pol-fin/distinfo N ports/education/freedict/pol-fin/pkg/DESCR N ports/education/freedict/pol-fin/pkg/PLIST N ports/education/freedict/pol-fra/Makefile N ports/education/freedict/pol-fra/distinfo N ports/education/freedict/pol-fra/pkg/DESCR N ports/education/freedict/pol-fra/pkg/PLIST N ports/education/freedict/pol-gle/Makefile N ports/education/freedict/pol-gle/distinfo N ports/education/freedict/pol-gle/pkg/DESCR N ports/education/freedict/pol-gle/pkg/PLIST N ports/education/freedict/pol-ind/Makefile N ports/education/freedict/pol-ind/distinfo N ports/education/freedict/pol-ind/pkg/DESCR N ports/education/freedict/pol-ind/pkg/PLIST N ports/education/freedict/pol-ita/Makefile N ports/education/freedict/pol-ita/distinfo N ports/education/freedict/pol-ita/pkg/DESCR N ports/education/freedict/pol-ita/pkg/PLIST N ports/education/freedict/pol-jpn/Makefile N ports/education/freedict/pol-jpn/distinfo N ports/education/freedict/pol-jpn/pkg/DESCR N ports/education/freedict/pol-jpn/pkg/PLIST N ports/education/freedict/pol-nld/Makefile N ports/education/freedict/pol-nld/distinfo N ports/education/freedict/pol-nld/pkg/DESCR N ports/education/freedict/pol-nld/pkg/PLIST N ports/education/freedict/pol-nor/Makefile N ports/education/freedict/pol-nor/distinfo N ports/education/freedict/pol-nor/pkg/DESCR N ports/education/freedict/pol-nor/pkg/PLIST N ports/education/freedict/pol-por/Makefile N ports/education/freedict/pol-por/distinfo N ports/education/freedict/pol-por/pkg/DESCR N ports/education/freedict/pol-por/pkg/PLIST N ports/education/freedict/pol-rus/Makefile N ports/education/freedict/pol-rus/distinfo N ports/education/freedict/pol-rus/pkg/DESCR N ports/education/freedict/pol-rus/pkg/PLIST N ports/education/freedict/pol-spa/Makefile N ports/education/freedict/pol-spa/distinfo N ports/education/freedict/pol-spa/pkg/DESCR N ports/education/freedict/pol-spa/pkg/PLIST N ports/education/freedict/pol-swe/Makefile N ports/education/freedict/pol-swe/distinfo N ports/education/freedict/pol-swe/pkg/DESCR N ports/education/freedict/pol-swe/pkg/PLIST N ports/education/freedict/pol-tur/Makefile N ports/education/freedict/pol-tur/distinfo N ports/education/freedict/pol-tur/pkg/DESCR N ports/education/freedict/pol-tur/pkg/PLIST N ports/education/freedict/por-deu/Makefile N ports/education/freedict/por-deu/distinfo N ports/education/freedict/por-deu/pkg/DESCR N ports/education/freedict/por-deu/pkg/PLIST N ports/education/freedict/por-eng/Makefile N ports/education/freedict/por-eng/distinfo N ports/education/freedict/por-eng/pkg/DESCR N ports/education/freedict/por-eng/pkg/PLIST N ports/education/freedict/por-fra/Makefile N ports/education/freedict/por-fra/distinfo N ports/education/freedict/por-fra/pkg/DESCR N ports/education/freedict/por-fra/pkg/PLIST N ports/education/freedict/por-spa/Makefile N ports/education/freedict/por-spa/distinfo N ports/education/freedict/por-spa/pkg/DESCR N ports/education/freedict/por-spa/pkg/PLIST N ports/education/freedict/san-deu/Makefile N ports/education/freedict/san-deu/distinfo N ports/education/freedict/san-deu/pkg/DESCR N ports/education/freedict/san-deu/pkg/PLIST N ports/education/freedict/slk-eng/Makefile N ports/education/freedict/slk-eng/distinfo N ports/education/freedict/slk-eng/pkg/DESCR N ports/education/freedict/slk-eng/pkg/PLIST N ports/education/freedict/slv-eng/Makefile N ports/education/freedict/slv-eng/distinfo N ports/education/freedict/slv-eng/pkg/DESCR N ports/education/freedict/slv-eng/pkg/PLIST N ports/education/freedict/spa-ast/Makefile N ports/education/freedict/spa-ast/distinfo N ports/education/freedict/spa-ast/pkg/DESCR N ports/education/freedict/spa-ast/pkg/PLIST N ports/education/freedict/spa-deu/Makefile N ports/education/freedict/spa-deu/distinfo N ports/education/freedict/spa-deu/pkg/DESCR N ports/education/freedict/spa-deu/pkg/PLIST N ports/education/freedict/spa-eng/Makefile N ports/education/freedict/spa-eng/distinfo N ports/education/freedict/spa-eng/pkg/DESCR N ports/education/freedict/spa-eng/pkg/PLIST N ports/education/freedict/spa-por/Makefile N ports/education/freedict/spa-por/distinfo N ports/education/freedict/spa-por/pkg/DESCR N ports/education/freedict/spa-por/pkg/PLIST N ports/education/freedict/srp-eng/Makefile N ports/education/freedict/srp-eng/distinfo N ports/education/freedict/srp-eng/pkg/DESCR N ports/education/freedict/srp-eng/pkg/PLIST N ports/education/freedict/swe-bul/Makefile N ports/education/freedict/swe-bul/distinfo N ports/education/freedict/swe-bul/pkg/DESCR N ports/education/freedict/swe-bul/pkg/PLIST N ports/education/freedict/swe-deu/Makefile N ports/education/freedict/swe-deu/distinfo N ports/education/freedict/swe-deu/pkg/DESCR N ports/education/freedict/swe-deu/pkg/PLIST N ports/education/freedict/swe-ell/Makefile N ports/education/freedict/swe-ell/distinfo N ports/education/freedict/swe-ell/pkg/DESCR N ports/education/freedict/swe-ell/pkg/PLIST N ports/education/freedict/swe-eng/Makefile N ports/education/freedict/swe-eng/distinfo N ports/education/freedict/swe-eng/pkg/DESCR N ports/education/freedict/swe-eng/pkg/PLIST N ports/education/freedict/swe-fin/Makefile N ports/education/freedict/swe-fin/distinfo N ports/education/freedict/swe-fin/pkg/DESCR N ports/education/freedict/swe-fin/pkg/PLIST N ports/education/freedict/swe-fra/Makefile N ports/education/freedict/swe-fra/distinfo N ports/education/freedict/swe-fra/pkg/DESCR N ports/education/freedict/swe-fra/pkg/PLIST N ports/education/freedict/swe-ita/Makefile N ports/education/freedict/swe-ita/distinfo N ports/education/freedict/swe-ita/pkg/DESCR N ports/education/freedict/swe-ita/pkg/PLIST N ports/education/freedict/swe-jpn/Makefile N ports/education/freedict/swe-jpn/distinfo N ports/education/freedict/swe-jpn/pkg/DESCR N ports/education/freedict/swe-jpn/pkg/PLIST N ports/education/freedict/swe-lat/Makefile N ports/education/freedict/swe-lat/distinfo N ports/education/freedict/swe-lat/pkg/DESCR N ports/education/freedict/swe-lat/pkg/PLIST N ports/education/freedict/swe-nld/Makefile N ports/education/freedict/swe-nld/distinfo N ports/education/freedict/swe-nld/pkg/DESCR N ports/education/freedict/swe-nld/pkg/PLIST N ports/education/freedict/swe-nor/Makefile N ports/education/freedict/swe-nor/distinfo N ports/education/freedict/swe-nor/pkg/DESCR N ports/education/freedict/swe-nor/pkg/PLIST N ports/education/freedict/swe-pol/Makefile N ports/education/freedict/swe-pol/distinfo N ports/education/freedict/swe-pol/pkg/DESCR N ports/education/freedict/swe-pol/pkg/PLIST N ports/education/freedict/swe-por/Makefile N ports/education/freedict/swe-por/distinfo N ports/education/freedict/swe-por/pkg/DESCR N ports/education/freedict/swe-por/pkg/PLIST N ports/education/freedict/swe-rus/Makefile N ports/education/freedict/swe-rus/distinfo N ports/education/freedict/swe-rus/pkg/DESCR N ports/education/freedict/swe-rus/pkg/PLIST N ports/education/freedict/swe-spa/Makefile N ports/education/freedict/swe-spa/distinfo N ports/education/freedict/swe-spa/pkg/DESCR N ports/education/freedict/swe-spa/pkg/PLIST N ports/education/freedict/swe-tur/Makefile N ports/education/freedict/swe-tur/distinfo N ports/education/freedict/swe-tur/pkg/DESCR N ports/education/freedict/swe-tur/pkg/PLIST N ports/education/freedict/swh-eng/Makefile N ports/education/freedict/swh-eng/distinfo N ports/education/freedict/swh-eng/pkg/DESCR N ports/education/freedict/swh-eng/pkg/PLIST N ports/education/freedict/swh-pol/Makefile N ports/education/freedict/swh-pol/distinfo N ports/education/freedict/swh-pol/pkg/DESCR N ports/education/freedict/swh-pol/pkg/PLIST N ports/education/freedict/tur-deu/Makefile N ports/education/freedict/tur-deu/distinfo N ports/education/freedict/tur-deu/pkg/DESCR N ports/education/freedict/tur-deu/pkg/PLIST N ports/education/freedict/tur-eng/Makefile N ports/education/freedict/tur-eng/distinfo N ports/education/freedict/tur-eng/pkg/DESCR N ports/education/freedict/tur-eng/pkg/PLIST N ports/education/freedict/wol-fra/Makefile N ports/education/freedict/wol-fra/distinfo N ports/education/freedict/wol-fra/pkg/DESCR N ports/education/freedict/wol-fra/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/16 07:03:42 Modified files: infrastructure/lib/DPB: Config.pm Log message: peek a bit more into the ports tree, refuse to start if bsd.port.mk and dpb have been misconfigured to use the same LOCKDIR, as they fit vastly different usage scenarios, and dpb will not grok bsd.port.mk(5)'s locks, as found by tb@ CVSROOT: /cvs Module name: ports Changes by: mbuhl@cvs.openbsd.org 2023/10/16 07:17:27 Modified files: education : Makefile Log message: +freedict CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/16 07:40:30 Modified files: . : 74.html Log message: add some manual page links to the LibreSSL section CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 08:06:51 Modified files: net/icinga/web2-module-director: Makefile distinfo net/icinga/web2-module-director/pkg: PLIST Log message: update to icinga-web2-module-director-1.11.0 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/16 08:07:51 Modified files: www/tor-browser/browser: Makefile Log message: Tor Browser: add missing BDEP on py3-setuptools Reported by naddy@, fix from landry@ (already in www/mozilla-firefox since Dec 2022) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/16 08:21:05 Modified files: www/webkitgtk4 : Makefile Log message: tweak DPB_PROPERTIES on i386 to use parallel2 lonesome CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/16 09:43:47 Modified files: faq : upgrade74.html Log message: hint at softraid KDF iterations update "seems alright to me" op feedback kmos CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/16 11:46:26 Modified files: . : 74.html Log message: 8351 powerpc64 packages CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/16 13:23:17 Modified files: lang/node : Makefile distinfo Log message: lang/node: Update to 18.18.2 Fixes CVE-2023-45143 CVE-2023-39331 CVE-2023-39332 CVE-2023-39333 CVE-2023-38552 ok kn@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/16 13:41:37 Modified files: misc/shared-mime-info: Makefile Log message: shared-mime-info: unbreak on sparc64, ok aja Needs COMPILER due to C++17 and -lstdc++fs for ports-gcc, so do the usual dances. With help from jca CVSROOT: /cvs Module name: www Changes by: sdk@cvs.openbsd.org 2023/10/16 13:55:49 Modified files: faq/ports : ports.html Log message: Change example to show default PORTSDIR path Reported by mavavilj in #openbsd on matrix. OK kn CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/16 14:31:13 Modified files: archivers/snappy: Makefile Log message: skip installing bundled gtest libs; no PLIST change Forgot the configure switch when enabling gtest which snappy installs ships by default (even though they're only used for tests). update-plist(1) picked them up, but that hunk wasn't committed, so no package change now disabling it again. OK tb CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/16 15:17:52 Modified files: archivers/snappy: Makefile Added files: archivers/snappy/patches: patch-third_party_googletest_googletest_src_gtest_cc Log message: archivers/snappy: unbreak on sparc64, with/ok kn ports-gcc needs -I${LOCALBASE}/includes to be able to pick up lz4.h. Morevoer, include for raise. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/16 15:41:27 Modified files: x11/gromit-mpx : Makefile distinfo x11/gromit-mpx/patches: patch-CMakeLists_txt x11/gromit-mpx/pkg: PLIST Added files: x11/gromit-mpx/patches: patch-src_main_c patch-src_main_h Removed files: x11/gromit-mpx/patches: patch-src_gromit-mpx_c patch-src_gromit-mpx_h Log message: update to gromit-mpx 1.5.0 feedback from Laurie (maintainer) CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/16 18:04:02 Modified files: sys/kern : kern_clockintr.c subr_prof.c sched_bsd.c kern_clock.c kern_time.c sys/sys : clockintr.h resourcevar.h sched.h systm.h time.h Log message: clockintr: move callback-specific API behaviors to "clockrequest" namespace The API's behavior when invoked from a callback function is impossible to document. Move the special behavior into a distinct namespace, "clockrequest". - Add a 'struct clockrequest'. Basically a stripped-down 'struct clockintr' for exclusive use during clockintr_dispatch(). - In clockintr_queue, replace the "cq_shadow" clockintr with a "cq_request" clockrequest. They serve the same purpose. - CLST_SHADOW_PENDING -> CR_RESCHEDULE; different namespace, same meaning. - CLST_IGNORE_SHADOW -> CLST_IGNORE_REQUEST; same meaning. - Move shadow branch in clockintr_advance() to clockrequest_advance(). - clockintr_request_random() becomes clockrequest_advance_random(). - Delete dead shadow branches in clockintr_cancel(), clockintr_schedule(). - Callback functions now get a clockrequest pointer instead of a special clockintr pointer: update all prototypes, callers. No functional change intended. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2023/10/16 21:52:18 Modified files: lang/go : Makefile distinfo lang/go/patches: patch-src_cmd_link_internal_ld_lib_go lang/go/pkg : PLIST Log message: Update lang/go to 1.21.3. CVSROOT: /cvs Module name: ports Changes by: jsing@cvs.openbsd.org 2023/10/16 21:53:17 Modified files: lang/go : go.port.mk Log message: Bump modgo version to rebuild packages with Go 1.21.3. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/16 22:55:10 Modified files: editors/litexl : Makefile Log message: litexl uses GNU11 extensions, so that requires ports-gcc, not base-gcc Fixes build on sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/16 23:13:16 Modified files: editors/nvi : Makefile Log message: base-gcc fails building with undefined reference to `__builtin_unreachable' Switching to ports-gcc fixes build for sparc64 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/16 23:28:18 Modified files: x11/kde-plasma/kinfocenter/patches: patch-Modules_about-distro_src_MemoryEntry_cpp Log message: Fix build by adding missing includes CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/17 00:17:19 Modified files: devel/liburcu : Makefile Log message: liburcu uses C++ now, so we need to drop the COMPILER_LANGS=c line Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/17 00:40:14 Modified files: games/crispy-doom: Makefile Log message: crispy-doom uses C99 constructs (for loop in particular) Do the C99 dance to fix the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:23:18 Modified files: devel/py-pip : Makefile distinfo devel/py-pip/pkg: PLIST Log message: update to py3-pip-23.3 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/17 01:29:48 Modified files: net/samba : Makefile distinfo Log message: Bugfix update to samba-4.19.2 Release notes: https://www.samba.org/samba/history/samba-4.19.2.html Tests and oks Ian McWilliam and bket@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:31:00 Modified files: www/tomcat/v8 : Makefile distinfo Log message: update to tomcat-8.5.95 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:31:14 Modified files: www/tomcat/v10 : Makefile distinfo Log message: update to tomcat-10.1.15 CVSROOT: /cvs Module name: ports Changes by: jca@cvs.openbsd.org 2023/10/17 01:32:31 Modified files: net/samba : Tag: OPENBSD_7_4 Makefile distinfo Log message: Bugfix update to samba-4.19.2 Release notes: https://www.samba.org/samba/history/samba-4.19.2.html Tested on -stable + ok by Ian McWilliam (co-maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:43:33 Modified files: mail/roundcubemail: Makefile distinfo Log message: update to roundcubemail-1.6.4 Fix cross-site scripting (XSS) vulnerability in handling of SVG in HTML messages CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:43:54 Modified files: mail/roundcubemail: Tag: OPENBSD_7_4 Makefile distinfo Log message: update to roundcubemail-1.6.4 Fix cross-site scripting (XSS) vulnerability in handling of SVG in HTML message CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 01:44:12 Modified files: www/c-icap/c-icap: Makefile distinfo Log message: update to c-icap-0.5.11 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/17 01:49:29 Modified files: security/openssl: Makefile.inc security/openssl/1.1: Makefile security/openssl/3.0: Makefile security/openssl/3.1: Makefile security/openssl/libretls: Makefile Log message: Take MAINTAINER of the openssls After many years of denial, let's face the truth: I'm actually maintaining this. I do need to keep an eye on it... CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/17 01:51:15 Modified files: security/openssl: Makefile.inc Log message: Set MAINTAINER with ?= CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/17 02:01:52 Modified files: x11/qt6/qtwebengine: Makefile Log message: Add missing dependency on Qt6Designer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/17 02:03:53 Modified files: infrastructure/lib/DPB: External.pm Log message: thinko, repair commands that can take multiple parameters CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/17 02:15:21 Modified files: sysutils/upower: Makefile distinfo Removed files: sysutils/upower/patches: patch-src_openbsd_up-backend_c patch-src_up-device-battery_c Log message: sysutils/upower: update to 1.90.2 remove patches merged upstream see https://gitlab.freedesktop.org/upower/upower/-/releases/v1.90.1 & https://gitlab.freedesktop.org/upower/upower/-/releases/v1.90.2 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 02:21:21 Modified files: textproc/py-rebulk: Makefile distinfo Log message: update to py3-rebulk-3.2.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 02:22:02 Modified files: textproc/py-semver: Makefile distinfo Log message: update to py3-semver-3.0.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/17 02:25:30 Modified files: x11/kde-plasma/systemsettings: Makefile Log message: Add more tools as run dependency CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 02:42:00 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim patch-src_configure_ac Log message: update to vim-9.0.2035 includes fix for use-after-free, partially triggerable from a modeline in an opened file. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 02:42:23 Modified files: editors/vim : Tag: OPENBSD_7_4 Makefile distinfo editors/vim/patches: Tag: OPENBSD_7_4 patch-runtime_filetype_vim patch-src_configure_ac Log message: update to vim-9.0.2035 includes fix for use-after-free, partially triggerable from a modeline in an opened file. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/17 02:49:33 Modified files: geo/gpx-viewer : Makefile distinfo geo/gpx-viewer/pkg: PLIST Added files: geo/gpx-viewer/patches: patch-libgpx_gpx-viewer-path-layer_vala patch-meson_build Removed files: geo/gpx-viewer/patches: patch-data_gpx-viewer-file-chooser_ui patch-data_gpx-viewer-preferences_ui Log message: geo/gpx-viewer: update to 0.5.0. switch to github and meson. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/17 02:50:40 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Log message: geo/pgrouting: update to 3.5.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/17 03:21:53 Modified files: print/libpaper : Makefile distinfo Log message: Update to libpaper-2.1.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/17 03:29:09 Modified files: print/qpdf : Makefile distinfo Log message: Update to qpdf-11.6.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/17 03:34:19 Modified files: devel/libgtop2 : Makefile distinfo Log message: Update to libgtop2-2.41.2. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/17 03:52:11 Modified files: gnu/lib/libreadline: shlib_version lib/libcurses : Caps Makefile SigAction.h capdefaults.c curs_add_wch.3 curs_add_wchstr.3 curs_addch.3 curs_addchstr.3 curs_addstr.3 curs_addwstr.3 curs_attr.3 curs_beep.3 curs_bkgd.3 curs_bkgrnd.3 curs_border.3 curs_border_set.3 curs_clear.3 curs_color.3 curs_delch.3 curs_deleteln.3 curs_extend.3 curs_get_wch.3 curs_get_wstr.3 curs_getch.3 curs_getstr.3 curs_getyx.3 curs_in_wch.3 curs_in_wchstr.3 curs_inch.3 curs_inchstr.3 curs_initscr.3 curs_inopts.3 curs_ins_wch.3 curs_ins_wstr.3 curs_insch.3 curs_insstr.3 curs_instr.3 curs_inwstr.3 curs_kernel.3 curs_legacy.3 curs_mouse.3 curs_move.3 curs_opaque.3 curs_outopts.3 curs_overlay.3 curs_pad.3 curs_print.3 curs_printw.3 curs_refresh.3 curs_scanw.3 curs_scr_dump.3 curs_scroll.3 curs_slk.3 curs_termattrs.3 curs_touch.3 curs_util.3 curs_window.3 curses.3 curses.h curses.priv.h default_colors.3 define_key.3 fifo_defs.h hashed_db.h key_defined.3 keybound.3 keyok.3 legacy_coding.3 nc_alloc.h nc_panel.h nc_tparm.h ncurses_cfg.h ncurses_def.h parametrized.h resizeterm.3 shlib_version term.5 term.7 term.h term_entry.h termcap.3 termcap.h terminfo.3 terminfo.5 tic.h unctrl.h wresize.3 lib/libcurses/base: MKkeyname.awk MKlib_gen.sh MKunctrl.awk define_key.c key_defined.c keybound.c keyok.c legacy_coding.c lib_addch.c lib_addstr.c lib_beep.c lib_bkgd.c lib_box.c lib_chgat.c lib_clear.c lib_clearok.c lib_clrbot.c lib_clreol.c lib_color.c lib_colorset.c lib_delch.c lib_delwin.c lib_dft_fgbg.c lib_echo.c lib_endwin.c lib_erase.c lib_flash.c lib_freeall.c lib_getch.c lib_getstr.c lib_hline.c lib_immedok.c lib_inchstr.c lib_initscr.c lib_insch.c lib_insdel.c lib_insnstr.c lib_instr.c lib_isendwin.c lib_leaveok.c lib_mouse.c lib_move.c lib_mvwin.c lib_newterm.c lib_newwin.c lib_nl.c lib_overlay.c lib_pad.c lib_printw.c lib_redrawln.c lib_refresh.c lib_restart.c lib_scanw.c lib_screen.c lib_scroll.c lib_scrollok.c lib_scrreg.c lib_set_term.c lib_slk.c lib_slkatr_set.c lib_slkatrof.c lib_slkatron.c lib_slkatrset.c lib_slkattr.c lib_slkclear.c lib_slkcolor.c lib_slkinit.c lib_slklab.c lib_slkrefr.c lib_slkset.c lib_slktouch.c lib_touch.c lib_ungetch.c lib_vline.c lib_wattroff.c lib_wattron.c lib_winch.c lib_window.c nc_panel.c resizeterm.c safe_sprintf.c tries.c use_window.c version.c vsscanf.c wresize.c lib/libcurses/tinfo: MKcaptab.awk MKcaptab.sh MKcodes.awk MKfallback.sh MKkeys_list.sh MKnames.awk access.c add_tries.c alloc_entry.c alloc_ttype.c captoinfo.c comp_error.c comp_expand.c comp_hash.c comp_parse.c comp_scan.c db_iterator.c doalloc.c entries.c free_ttype.c getenv_num.c hashed_db.c home_terminfo.c init_keytry.c lib_acs.c lib_baudrate.c lib_cur_term.c lib_data.c lib_has_cap.c lib_kernel.c lib_longname.c lib_napms.c lib_options.c lib_print.c lib_raw.c lib_setup.c lib_termcap.c lib_termname.c lib_tgoto.c lib_ti.c lib_tparm.c lib_tputs.c lib_ttyflags.c make_keys.c name_match.c parse_entry.c read_entry.c read_termcap.c strings.c trim_sgr0.c use_screen.c write_entry.c lib/libcurses/trace: lib_trace.c visbuf.c lib/libcurses/tty: MKexpanded.sh hardscroll.c hashmap.c lib_mvcur.c lib_tstp.c lib_twait.c lib_vidattr.c tty_update.c lib/libcurses/widechar: charable.c lib_add_wch.c lib_box_set.c lib_cchar.c lib_erasewchar.c lib_get_wch.c lib_get_wstr.c lib_hline_set.c lib_in_wch.c lib_in_wchnstr.c lib_ins_wch.c lib_inwstr.c lib_key_name.c lib_pecho_wchar.c lib_slk_wset.c lib_unget_wch.c lib_vid_attr.c lib_vline_set.c lib_wacs.c lib_wunctrl.c lib/libedit : shlib_version lib/libform : Makefile READ.ME fld_arg.c fld_attr.c fld_current.c fld_def.c fld_dup.c fld_ftchoice.c fld_ftlink.c fld_info.c fld_just.c fld_link.c fld_max.c fld_move.c fld_newftyp.c fld_opts.c fld_pad.c fld_page.c fld_stat.c fld_type.c fld_user.c form.3 form.h form.priv.h form_cursor.3 form_data.3 form_driver.3 form_field.3 form_field_attributes.3 form_field_buffer.3 form_field_info.3 form_field_just.3 form_field_new.3 form_field_opts.3 form_field_userptr.3 form_field_validation.3 form_fieldtype.3 form_hook.3 form_new.3 form_new_page.3 form_opts.3 form_page.3 form_post.3 form_requestname.3 form_userptr.3 form_win.3 frm_cursor.c frm_data.c frm_def.c frm_driver.c frm_hook.c frm_opts.c frm_page.c frm_post.c frm_req_name.c frm_scale.c frm_sub.c frm_user.c frm_win.c fty_alnum.c fty_alpha.c fty_enum.c fty_int.c fty_ipv4.c fty_num.c fty_regex.c shlib_version lib/libmenu : Makefile READ.ME eti.h m_attribs.c m_cursor.c m_driver.c m_format.c m_global.c m_hook.c m_item_cur.c m_item_nam.c m_item_new.c m_item_opt.c m_item_top.c m_item_use.c m_item_val.c m_item_vis.c m_items.c m_new.c m_opts.c m_pad.c m_pattern.c m_post.c m_req_name.c m_scale.c m_spacing.c m_sub.c m_userptr.c m_win.c menu.3 menu.h menu.priv.h menu_attributes.3 menu_cursor.3 menu_driver.3 menu_format.3 menu_hook.3 menu_items.3 menu_mark.3 menu_new.3 menu_opts.3 menu_pattern.3 menu_post.3 menu_requestname.3 menu_spacing.3 menu_userptr.3 menu_win.3 mf_common.h mitem_current.3 mitem_name.3 mitem_new.3 mitem_opts.3 mitem_userptr.3 mitem_value.3 mitem_visible.3 shlib_version lib/libpanel : Makefile p_above.c p_below.c p_bottom.c p_delete.c p_hidden.c p_hide.c p_move.c p_new.c p_replace.c p_show.c p_top.c p_update.c p_user.c p_win.c panel.3 panel.c panel.h panel.priv.h shlib_version usr.bin/infocmp: Makefile infocmp.1 infocmp.c usr.bin/tic : MKtermsort.sh Makefile captoinfo.1 dump_entry.c dump_entry.h infotocap.1 progs.priv.h tic.1 tic.c transform.h usr.bin/tput : Makefile tput.1 tput.c usr.bin/tset : Makefile tset.1 tset.c Added files: lib/libcurses : Caps-ncurses MKterminfo.sh build.priv.h curs_getcchar.3 curs_memleaks.3 curs_sp_funcs.3 curs_threads.3 curs_variables.3 manhtml.aliases manhtml.externs nc_access.h nc_string.h nc_termios.h ncurses_dll.h new_pair.3 new_pair.h report_hashing.c report_offsets.c scr_dump.5 term.priv.h term_variables.3 user_caps.5 wcwidth.h lib/libcurses/base: lib_driver.c new_pair.c sigaction.c lib/libcurses/tinfo: MKuserdefs.sh lib_win32con.c lib_win32util.c make_hash.c obsolete.c tinfo_driver.c lib/libcurses/widechar: widechars.c lib/libform : form_variables.3 fty_generic.c usr.bin/tic : capconvert clear_cmd.c clear_cmd.h reset_cmd.c reset_cmd.h tparm_type.c tparm_type.h transform.c tty_settings.c tty_settings.h Removed files: lib/libcurses/trace: lib_traceatr.c lib_tracebits.c lib_tracechr.c lib_tracedmp.c lib_tracemse.c trace_buf.c trace_tries.c trace_xnames.c varargs.c Log message: Update ncurses and associated libraries (form, panel, menu) to 6.4-20230826 (from 5.7-20081102). Based on result from Thomas Dickey's ncu2openbsd script and then modified. Switches to the upstream tput. Major bump for the ncurses libraries and for libedit and libreadline. Help from tb, millert. ok deraadt sthen CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/17 03:55:32 Modified files: usr.bin/tmux : tty-term.c Log message: Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm, which allows ncurses to validate the capabilities correctly. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/17 04:05:46 Modified files: share/termtypes: termtypes.master Log message: Update termtypes to 6.4-20230424 with local changes. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/17 04:13:54 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync, from sthen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 05:38:48 Modified files: textproc/pdftk : Makefile distinfo Log message: pdftk: update java deps CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/17 07:07:33 Modified files: lib/libXpm : ChangeLog Makefile.bsd-wrapper configure.ac lib/libXpm/include/X11: xpm.h lib/libXpm/m4 : libtool.m4 lib/libXpm/src : RdFToBuf.c RdFToI.c WrFFrBuf.c WrFFrI.c XpmI.h rgb.c lib/libXpm/test: TestAllFiles.h XpmRead.c XpmWrite.c rgb.c Removed files: lib/libXpm : CHANGES Log message: Update libXpm to version 3.5.17. ok tb@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/17 07:08:08 Modified files: lib/libXaw : Makefile.bsd-wrapper Log message: Bump major version after libXpm bump CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/17 07:08:36 Modified files: distrib/sets/lists/xbase: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:31:31 Modified files: devel/py-sh : Makefile Log message: py-sh now uses poetry-core not setuptools, found by aja@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:39:10 Modified files: devel/py-importlib-metadata: Makefile distinfo Log message: update to py3-importlib_metadata-6.8.0, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:39:57 Modified files: devel/py-immutabledict: Makefile distinfo Log message: update to py3-immutabledict-3.0.0, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:43:53 Modified files: sysutils/fzf : Makefile distinfo modules.inc Added files: sysutils/fzf/patches: patch-src_protector_protector_openbsd_go Log message: update to fzf-0.43.0, from Laurent Cheylus (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:43:56 Modified files: devel/py-typing-extensions: Makefile distinfo Log message: update to py3-typing_extensions-4.8.0, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:44:54 Modified files: textproc/py-pypandoc: Makefile distinfo textproc/py-pypandoc/patches: patch-tests_py Log message: update to py3-pypandoc-1.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:44:56 Modified files: security/py-libnacl: Makefile distinfo security/py-libnacl/pkg: PLIST Log message: update to py3-libnacl-2.1.0, from Renaud Allard (maintainer) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/17 07:45:23 Modified files: textproc/py-ijson: Makefile distinfo Log message: textproc/py-ijson: update to 3.2.3 from Renaud Allard CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/17 07:50:32 Modified files: security/py-libnacl: Makefile Log message: py-libnacl moved setuptools->poetry-core, pointed out landry@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/17 10:48:45 Modified files: . : 74.html Log message: add manual page link to mg.1#space-to-tabstop after op@ committed the documentation and after it is now available on man.openbsd.org CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/17 11:28:37 Modified files: devel/bison : Makefile distinfo devel/bison/patches: patch-Makefile_in devel/bison/pkg: PLIST Log message: update to bison 3.8.2 massage the makefile patch to keep MAKE_JOBS=1 builds working, disable optional dependencies to avoid picking them up. bulk-built by tb OK millert CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/17 11:51:58 Modified files: www/hugo : Makefile distinfo modules.inc Log message: update www/hugo to 0.119.0 original diff by armani@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/17 11:57:41 Modified files: net/dnscontrol : Makefile distinfo modules.inc Log message: update net/dnscontrol to 4.5.0 ok kn@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/17 11:58:15 Modified files: usr.sbin/bgpd : session.c Log message: Remove bogus plen != 0xff check OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/17 11:59:59 Modified files: usr.sbin/bgpd : kroute.c Log message: Neither sin_len nor sin6_len can be 0 so these checks are not needed. Also reorder the RTF_HOST vs netmask check. RTF_HOST wins if both are set. Makes the code a bit neater. OK tb@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/17 12:42:31 Modified files: build/mirrors : anoncvs.html.end Log message: anoncvs needs at least 9GB now ok sthen@ CVSROOT: /cvs Module name: www Changes by: benno@cvs.openbsd.org 2023/10/17 12:42:56 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: kettenis@cvs.openbsd.org 2023/10/17 13:36:22 Modified files: sysutils/u-boot: Makefile Makefile.inc Added files: sysutils/u-boot/rk356x: Makefile distinfo sysutils/u-boot/rk356x/files: rkbinpatch.c sysutils/u-boot/rk356x/pkg: DESCR PLIST Log message: Add a version of U-Boot 2023.10 for the Rockchip RK3356 and RK3358 SoCs. ok sthen@, kevlo@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/17 14:59:02 Modified files: security/py-tlsfuzzer: Makefile distinfo Log message: Update to tlsfuzzer 20231017 CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2023/10/17 15:13:13 Modified files: . : arm64.html Log message: Add a few more supported machines. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/17 16:19:34 Modified files: infrastructure/mk: bsd.port.subdir.mk infrastructure/lib/DPB: State.pm Log message: glue to randomize SUBDIRS using sort -R, so that dpb -r is even more random (done because it's cheap) okay tb@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/17 19:45:42 Modified files: distrib/arm64/iso: Makefile Log message: grow arm64 iso media space CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/17 19:47:42 Modified files: sys/dev/pci/drm/amd/display/amdgpu_dm: amdgpu_dm.c Log message: drm/amd/display: Adjust the MST resume flow From Wayne Lin 71472872932b11ca2591104eb73255fecaae9d33 in linux-6.1.y/6.1.57 ec5fa9fcdeca69edf7dab5ca3b2e0ceb1c08fe9a in mainline linux CVSROOT: /cvs Module name: src Changes by: afresh1@cvs.openbsd.org 2023/10/17 19:49:26 Modified files: gnu/usr.bin/perl/cpan/Term-Cap: Cap.pm Log message: Increase max depth for termcaps With the update to ncurses 6.4-20230826 /etc/termcap now needs at least a 36 deep search. Instead, we'll just bump to 64. It seems 32 has been enough since perl 5.001 in 1995, so hopefully this buys us at least another 28 years. "please commit that" deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/17 19:49:45 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_device.c Log message: drm/amd: Fix detection of _PR3 on the PCIe root port From Mario Limonciello c8bd3e12b3291e632ae189619169914743ba77d1 in linux-6.1.y/6.1.57 134b8c5d8674e7cde380f82e9aedfd46dcdd16f7 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/17 19:52:20 Modified files: sys/dev/pci/drm/amd/pm/swsmu/smu11: sienna_cichlid_ppt.c Log message: drm/amd: Fix logic error in sienna_cichlid_update_pcie_parameters() From Mario Limonciello d2894c4f473ab71cd68ef0f9b086148bb2c02132 in linux-6.1.y/6.1.57 2a1fe39a5be785e962e387146aed34fa9a829f3f in mainline linux CVSROOT: /cvs Module name: ports Changes by: asou@cvs.openbsd.org 2023/10/17 21:27:55 Modified files: devel/valgrind : Makefile devel/valgrind/patches: patch-coregrind_m_aspacemgr_aspacemgr_linux_c patch-coregrind_m_ume_elf_c Added files: devel/valgrind/patches: patch-coregrind_m_replacemalloc_vg_replace_malloc_c Log message: Fix a bug where symbols of some ELF files (lower 12 bits of Offset are 0 and File Size is 0 of program header) were not printed. ok otto CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/17 21:56:45 Modified files: graphics/libgexiv2: Makefile Log message: ports-gcc needs libstdc++fs linked in. Fixes build on sparc64 CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/17 22:58:27 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.64.1 Changes: https://rclone.org/changelog/#v1-64-1-2023-10-17 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 00:30:40 Modified files: usr.sbin/rpki-client: rfc3779.c Log message: rfc3779: no need for err.h, but we do need asn1.h CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/18 00:31:34 Modified files: security/keycloak: Makefile distinfo security/keycloak/pkg: PLIST Log message: Update keycloak 22.0.3 -> 22.0.4 Release notes: https://www.keycloak.org/docs/latest/release_notes/index.html ok aisha@ CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 2023/10/18 00:45:45 Modified files: distrib/notes/arm64: prep Log message: Mention U-Boot file and offset for Rockchip RK356x. "Sure." miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/18 00:50:52 Modified files: x11 : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: x11/wxglade : Makefile distinfo x11/wxglade/patches: patch-wxGlade_desktop patch-wxglade x11/wxglade/pkg: DESCR PLIST Log message: Remove x11/wxglade; it's been broken for a while, uses python2 and nothing uses it in tree. ok tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 01:04:25 Modified files: usr.sbin/rpki-client: as.c Log message: rpki-client: rework as_check_overlap() Avoid early returns and use a single copy of the warning by reworking the control flow through two nested switches. ok claudio job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 01:08:19 Modified files: usr.sbin/rpki-client: ip.c Log message: rpki-client: rework ip_addr_check_overlap() Avoid conditional early returns and significantly simplify the printing of ip addresses/ranges by using the new ip_warn(). This also eliminates an extremely weird usage of the comma operator and reduces noise levels quite a bit. ok claudio job CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 01:10:24 Modified files: usr.sbin/rpki-client: as.c ip.c Log message: rpki-client: move inherit in {ip,as}_warn() While alphabetic order makes sense, having inherit between individual AS and IP entries and ranges makes little sense. Use the order that we have elsewhere. ok claudio job CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/18 01:11:36 Added files: www/c-icap/c-icap/patches: patch-configure_ac Log message: unbreak, missed cvs add CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2023/10/18 01:23:58 Modified files: distrib/notes/arm64: hardware Log message: Sync the supported hardware list with arm64.html. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 01:24:15 Modified files: lib/libcrypto/cms: cms_dd.c Log message: cms_DigestedData_create() use X509_ALGOR_set_evp_md() Our internal version allows for error checking and this avoids a silent failure leading to corruption later on. Clean up includes while there. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 01:30:50 Modified files: lib/libcrypto/cms: cms_sd.c Log message: Use X509_ALGOR_set_evp_md() in CMS_add1_signer() Contrary to X509_ALGOR_set_md() this allows for error checking. Avoid local complications by freeing in the exit path and use a const version of X509_ALGOR for walking a STACK_OF() to avoid a bad free. Clean up includes ok jsing CVSROOT: /cvs Module name: src Changes by: benno@cvs.openbsd.org 2023/10/18 01:56:45 Modified files: share/man/man4 : pfsync.4 Log message: with pfsync rewrite, pfsync interfaces need an "up" after configuration, not before. Noted by Marko Cupac, thanks. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/18 02:03:19 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document semi-internal parts used by dpb(1) CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/18 02:20:58 Modified files: security/xmlsec: Makefile Log message: xmlsec now uses many warning options base-gcc doesn't understand. Ditch the old base-gcc c99 dance and switch to ports-gcc Fixes the build on sparc64 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/18 02:50:13 Modified files: usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm Log message: only strip actual file/line part from the eval error CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/18 04:36:46 Modified files: infrastructure/mk: bsd.port.mk Log message: it's SITE_BACKUP, not SITES_BACKUP CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/18 04:52:52 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-chrome_common_chrome_features_cc Log message: update to 118.0.5993.88 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/18 05:38:10 Modified files: archivers/snappy: Makefile Log message: snappy: unify build behaviour between gcc/clang archs - set flags to add /usr/local/include to header search path unconditionally rather than just on ports-clang archs. - set flags to add /usr/local/lib to library search path on base-compiler archs (previously, with ports-gcc it's searching there automatically and picking up lz4/lzo2 if present, but with base-clang it isn't. - register dep on lz4/lzo2. they're used in tests only, so add as BUILD_DEPENDS not LIB_DEPENDS. fixes possible intermittent build problem if they're present during configure and then junked (though for lz4, that's not a practical issue, as snappy uses cmake which depends on lz4 anyway). no pkg change -> no bump ok tb@ kn@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/18 06:00:18 Modified files: geo/gpx-viewer : Makefile Log message: geo/gpx-viewer: add missing BDEP on vala, reported by ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/18 07:32:04 Modified files: www/chromium : Makefile www/ungoogled-chromium: Makefile Log message: oops, my i386 DPB_PROPERTIES .if should have used MACHINE_ARCH not ARCH CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/18 08:19:56 Modified files: geo/pdal : Makefile distinfo geo/pdal/patches: patch-cmake_macros_cmake patch-pdal_util_CMakeLists_txt geo/pdal/pkg : PLIST Added files: geo/pdal/patches: patch-cmake_test_cmake Log message: geo/pdal: update to 2.6.0 see https://github.com/PDAL/PDAL/releases/tag/2.6.0 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/18 08:21:43 Modified files: geo/qgis : Makefile Added files: geo/qgis/patches: patch-cmake_FindPDAL_cmake Log message: geo/qgis: adjust cmake goo to find pdal 2.6 simpler fix than upstream in https://github.com/qgis/QGIS/pull/54940 but this one also works CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/10/18 08:24:29 Modified files: sys/arch/sparc64/dev: iommu.c Log message: Avoid segments greater than maxsegsz during map merging Found with hints from kettenis@ Tested on Sun-Fire-V215. Also tested on U2 and UltraBook IIe by miod@ ok miod@ CVSROOT: /cvs Module name: www Changes by: visa@cvs.openbsd.org 2023/10/18 08:24:37 Modified files: . : 74.html Log message: mips64 package count CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/18 08:47:22 Modified files: usr.bin/mandoc : mandoc.1 Log message: Better document the purpose and features of the file mandoc.css and the purpose and limitations of the embedded stylesheet. Triggered by a conversation with Alejandro Colomar . CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/18 09:51:05 Modified files: audio/audacity : Makefile Added files: audio/audacity/patches: patch-src_export_ExportMP3_cpp Log message: recognize mp3lame out of the box, okay sthen@, aja@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/18 10:11:29 Modified files: usr.bin/mandoc : man_html.c Log message: Support the GNU-specific syntax ".IP \\[bu]" for bullet lists in man(7) pages that Alejandro Colomar recommends in the "Lists" subsection of https://man7.org/linux/man-pages/man7/man-pages.7.html#STYLE_GUIDE . For example, this will improve HTML formatting of the first list in the subsection "Feature test macros understood by glibc" on the page https://manpages.debian.org/bookworm/manpages/ftm.7.en.html . Issue reported by Alejandro Colomar . CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/18 10:48:09 Modified files: devel/difftastic: Makefile crates.inc distinfo devel/difftastic/patches: patch-Cargo_lock patch-Cargo_toml Log message: devel/difftastic: Update to 0.52.0 diff from Laurent Cheylus, thanks CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/18 11:26:07 Modified files: lib/libcrypto/evp: evp.h Log message: Remove EVP_add_alg_module() prototype This function was the unfortunate protagonist in a series of tragic merge errors resulting in only a short stint of a year and nine months between OpenSSL 0.9.8j and 1.0.0a actually present in OpenBSD. Then it said good bye for good, but somehow a prototype came back with 1.0.1g, a famous version released when there were slightly more pressing things to be taken care of than a function supporting a config knob whose only purpose was to turn off fips mode or to error. from schwarze PS: The mechanism that it was supposed to provide is still documented in openssl.cnf(5). I am going remove the relevant bit at some point, but not today. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/18 12:01:10 Modified files: regress/usr.bin/ul: ul.sh Log message: adjust sgr0 escape sequence after ncurses update; ok nicm@ CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/18 13:03:50 ports/x11/qt6ct/patches Update of /cvs/ports/x11/qt6ct/patches In directory cvs.openbsd.org:/tmp/cvs-serv9111/patches Log Message: Directory /cvs/ports/x11/qt6ct/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/18 13:04:30 Modified files: x11/qt6ct : Makefile distinfo Added files: x11/qt6ct/patches: patch-CMakeLists_txt Log message: update to qt6ct 0.9 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/18 13:14:32 Modified files: regress/lib/libssl/interop: Makefile.inc Log message: Make libssl interop server/client tests less flaky by ensuring the server has terminated before examining the outcome. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/18 13:35:54 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.37.0 CVSROOT: /cvs Module name: ports Changes by: jturner@cvs.openbsd.org 2023/10/18 13:47:02 Modified files: lang/janet : Makefile distinfo Log message: Update janet to 1.32.1 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/18 15:08:34 Modified files: sysutils/patchelf: Makefile Log message: update sparc64 test comment CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/18 15:43:07 Modified files: mail/neomutt : Makefile Removed files: mail/neomutt/patches: patch-color_ansi_c patch-color_command_c patch-pager_display_c Log message: Remove neomutt patches compensating for old curses. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/18 16:18:22 Modified files: sysutils/patchelf: Makefile Log message: fix manual sectiaon for ld.so in patchelf.1 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/18 16:44:42 Modified files: sys/arch/powerpc64/stand/rdboot: disk.c Log message: Avoid forcible mounting a dirty filessystem. Mount such filesystems read-only instead. This means that writing to the filesystem will fail. As a consequence chmod'ing of files in the bootloader will fail, but that will fix itself on the next clean boot. ok kn@ CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/18 20:33:13 Modified files: databases/redis: Makefile distinfo Log message: Update to redis-6.2.14 (CVE-2023-45145) The wrong order of listen(2) and chmod(2) calls creates a race condition that can be used by another process to bypass desired Unix socket permissions on startup. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/18 20:39:06 Modified files: distrib/miniroot: install.sub Log message: Support encrypting the root disk with a key disk Extend the yes/no question to no/passphrase/keydisk and have users pick an existing, preformated RAID partition; no support (yet) for creating one. OK tb afresh1 CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/18 20:43:58 Modified files: distrib/notes : packages Log message: Reduce unpractical package URL to usual package name; OK deraadt This section about ports/packages really wants a revamp, though... CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2023/10/19 00:47:36 Modified files: sys/dev/wsfont : wsfont.c Added files: sys/dev/wsfont : spleen8x16-ibm.h Log message: Add IBM encoded version of "Spleen 8x16". The font is 2-Clause BSD licensed and is my original creation. OK miod@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/19 01:01:39 Modified files: telephony/linphone/liblinphone/patches: patch-src_CMakeLists_txt Added files: telephony/linphone/liblinphone/patches: patch-CMakeLists_txt Log message: liblinphone: unbreak build when devel/xsd is installed, ok kn Ensure we use the headers from the bundled libxsd, even if devel/xsd is instaleld by adding an include line before -I/usr/local/include. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/19 01:02:46 Modified files: usr.sbin/bgpd : session.c session.h Log message: Convert the session engine to use the new ibuf API. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 01:09:30 Modified files: security/yubico/yubikey-manager: Makefile distinfo Log message: update to yubikey-manager-5.2.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 01:16:31 Modified files: x11/xfce4/xfconf: Makefile distinfo Log message: x11/xfce4/xfconf: update to 4.18.2 see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001339.html CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 01:17:20 Modified files: multimedia/get_iplayer: Makefile distinfo Log message: update to get_iplayer-3.33 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 01:19:27 Modified files: x11/xfce4/terminal: Makefile distinfo Log message: x11/xfce4/terminal: update to 1.1.1. see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001334.html this update and the xfconf 4.18.2 update apparently seems to fix (or only work around ?) the hanging terminal sessions i was seeing (https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/265) - if so, i'll backport those to 7.4-stable CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/19 01:20:39 Modified files: www/ungoogled-chromium/patches: patch-v8_BUILD_gn www/chromium/patches: patch-v8_BUILD_gn Log message: unbreak on i386 by moving the arch specific change inside the feature if block CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 01:22:50 Modified files: x11/xfce4/xfce4-dev-tools: Makefile distinfo Log message: x11/xfce4/xfce4-dev-tools: update to 4.18.1. see https://mail.xfce.org/pipermail/xfce-announce/2023-October/001340.html CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 01:38:32 Modified files: x11/xfce4 : xfce4.port.mk x11/xfce4/exo : Makefile x11/xfce4/garcon: Makefile x11/xfce4/libxfce4util: Makefile x11/xfce4/parole: Makefile x11/xfce4/tumbler: Makefile x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-dev-tools: Makefile x11/xfce4/xfce4-mixer: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xfwm4: Makefile Log message: x11/xfce4: default XFCE_DESKTOP_VERSION to 4.18.1. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 01:43:20 Modified files: meta/xfce : Makefile Log message: meta/xfce: bump to 4.18.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/19 01:45:23 Modified files: inputmethods/ibus-typing-booster: Makefile distinfo Log message: Update to ibus-typing-booster-2.24.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/19 01:48:26 Modified files: devel/harfbuzz : Makefile distinfo Log message: Update to harfbuzz-8.2.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:06:38 Modified files: mail/rspamd : Makefile mail/rspamd/pkg: PLIST README Log message: rspamd: missed @sample. add README tweak while there. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/19 02:13:19 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-451.0.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:21:50 Modified files: mail/rspamd : Tag: OPENBSD_7_4 Makefile mail/rspamd/pkg: Tag: OPENBSD_7_4 README Added files: mail/rspamd/patches: Tag: OPENBSD_7_4 patch-src_libutil_util_c Log message: backport gzip memory leak fix from rspamd 3.7.1 sync README while there CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:22:00 Modified files: net/monitoring-plugins: Makefile distinfo net/monitoring-plugins/patches: patch-plugins_check_http_c net/monitoring-plugins/pkg: PLIST-main Removed files: net/monitoring-plugins/patches: patch-plugins-scripts_check_ircd_pl patch-plugins_check_radius_c Log message: update to monitoring-plugins-2.3.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:31:15 Modified files: telephony/asterisk: Makefile.inc Log message: remove old --disable entries from PJPROJECT_CONFIGURE_OPTS; the reason for disabling them (gcc/clang c++ std lib conflict) has gone, but these libs aren't picked up any more anyway CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:32:09 Modified files: telephony/asterisk/16: Makefile telephony/asterisk/16/pkg: PLIST-main PLIST-odbc Log message: move ODBC-related file to the correct PLIST CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 02:38:11 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.3.3. see https://www.thunderbird.net/en-US/thunderbird/115.3.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 02:38:49 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.3.3. see https://www.thunderbird.net/en-US/thunderbird/115.3.3/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:42:07 Modified files: telephony/asterisk/20: Makefile distinfo telephony/asterisk/20/pkg: PLIST-main PLIST-odbc Log message: update to asterisk-20.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:42:16 Modified files: telephony/asterisk/18: Makefile distinfo telephony/asterisk/18/pkg: PLIST-main PLIST-odbc Log message: update to asterisk-18.20.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/19 02:42:42 Modified files: sysutils/terraform: Makefile distinfo modules.inc Log message: Update to terraform-1.6.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 02:44:46 Modified files: converters/py-num2words: Makefile distinfo converters/py-num2words/pkg: PLIST Log message: update to py3-num2words-0.5.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/19 02:45:39 Modified files: sysutils/cloud-sql-proxy: Makefile distinfo Log message: Update to cloud-sql-proxy-2.7.1. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 04:17:24 Modified files: regress/lib/libcrypto/bn: Makefile bn_mod_exp.c Log message: Add test case checking aliasing of the result with other arguments These are expected failures for BN_mod_exp_simple() and the internal BN_mod_exp_recp(), which will be fixed shortly. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 04:17:52 Modified files: lib/libcrypto/bn: bn_exp.c Log message: Fix aliasing of result with exponent or modulus in BN_mod_exp_simple() Reported and reminded by Guido Vranken in OpenSSL issue #21110 ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 04:23:00 Modified files: lib/libcrypto/bn: bn_exp.c Log message: Fix aliasing of result and exponent in the internal BN_mod_exp_recp() This is basically the same fix as the one applied in BN_mod_exp_simple(). CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 04:23:38 Modified files: regress/lib/libcrypto/bn: Makefile Log message: The bn_mod_exp test is no longer an expected failure CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 04:27:27 Modified files: lib/libcrypto/bn: bn_exp.c Log message: Garbage collect weird /* 1 */ and /* 2 */ comments If they ever had any meaning, that's long been lost. Requested by jsing CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2023/10/19 04:35:27 Modified files: www/apache-httpd: Makefile distinfo Log message: update to 2.4.58 fixes CVE-2023-45802, CVE-2023-43622 and CVE-2023-31122 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2023/10/19 04:49:18 Modified files: www/apache-httpd: Tag: OPENBSD_7_4 Makefile distinfo Log message: update to 2.4.58 fixes CVE-2023-45802, CVE-2023-43622 and CVE-2023-31122 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/19 05:12:10 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Convert rtr_proto.c to use new ibuf API. More yak shaving required which will follow. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/19 05:39:06 Modified files: security : Makefile security/wpa_supplicant: Makefile security/wpa_supplicant/pkg: DESCR README Added files: security/wpa_supplicant/patches: patch-src_ap_authsrv_c patch-src_crypto_tls_h patch-src_crypto_tls_openssl_c patch-src_eap_peer_eap_c patch-src_eap_peer_eap_tls_common_c patch-wpa_supplicant_wpa_supplicant_conf Log message: wpa_supplicant port changes: - add a non-default openssl flavour for people on networks with obsolete authentication servers (libressl no longer supports TLSv1.0 etc). - apply upstream patches to allow configuring to permit insecure renegotiation, found by haywirrr /at/ proton /dot/ me - add some notes about the above in pkg-readme. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/19 06:10:11 Modified files: www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-chrome_common_chrome_features_cc Log message: update to 118.0.5993.88 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/19 07:14:19 Modified files: usr.sbin/bgpd : rtr_proto.c Log message: While the ibuf_add calls should not fail the way they are used it is still better to check for error. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 07:38:12 Modified files: regress/lib/libcrypto/bn: bn_mod_exp.c Log message: Add a few more test cases for mod_exp aliasing CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2023/10/19 07:44:06 Modified files: faq/pf : carp.html Log message: faq/pf/carp.html: put 'up' on a separate line *after* syncdev directive per upgrade74.html CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2023/10/19 07:58:16 Modified files: . : want.html Log message: I really could use a IBT capable laptop CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 09:36:02 Modified files: graphics/tiff : Makefile distinfo graphics/tiff/pkg: PLIST Removed files: graphics/tiff/patches: patch-doc_Makefile_in patch-test_tiff2ps-EPS1_sh patch-test_tiff2ps-PS1_sh patch-test_tiff2ps-PS2_sh patch-test_tiff2ps-PS3_sh Log message: graphics/tiff: major update to 4.6.0, and switch to build with cmake cf https://gitlab.com/libtiff/libtiff/-/releases/v4.6.0, notes from upstream: --- This version removes a big number of utilities that have suffered from lack of maintenance over the years and were the source of various reported security issues. See "Removed functionality" below for the list of removed utilities. Starting with libtiff v4.6.0, their source code, at this time, will still be available in the source distribution, but they will no longer be built by default, and issues related to them will no longer be accepted in the libtiff bug tracker. The only remaining supported TIFF tools are tiffinfo, tiffdump, tiffcp, tiffset and tiffsplit. --- as a result, comms/hylafax will be marked BROKEN, as being abandoware and relying on tiff2ps and tiff2pdf. went in an amd64 bulk build by tb@, many thanks. ok tb@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/19 09:38:54 Modified files: comms/hylafax : Makefile Log message: comms/hylafax: mark as BROKEN upstream has had two commits in 2018 and one in 2014, otherwise the last update was in 2012. It relied on the now-not-build-by-default tiff2ps and tiff2pdf binaries. ppl actually using hylafax on OpenBSD should speak up to improve that situation..there's apparently a fork at https://hylafax.sourceforge.io/ but i have no idea if this has better support for modern tiff (i doubt so) ok tb@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/19 09:54:24 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo www/tor-browser/browser/files: pledge.utility unveil.utility www/tor-browser/browser/patches: patch-browser_app_profile_000-tor-browser_js patch-browser_config_mozconfigs_base-browser patch-browser_config_mozconfigs_tor-browser patch-config_makefiles_rust_mk patch-media_ffvpx_libavcodec_x86_fft_asm patch-toolkit_moz_configure patch-toolkit_xre_nsXREDirProvider_cpp patch-xpcom_io_nsAppFileLocationProvider_cpp www/tor-browser/browser/pkg: PLIST Added files: www/tor-browser/browser/patches: patch-js_src_ctypes_libffi_src_dlmalloc_c patch-toolkit_components_downloads_DownloadIntegration_sys_mjs patch-toolkit_components_tor-launcher_TorProcess_sys_mjs patch-toolkit_xre_glxtest_glxtest_cpp Removed files: www/tor-browser/browser/files: pledge.utility-audioDecoder unveil.utility-audioDecoder www/tor-browser/browser/patches: patch-js_src_jit_ProcessExecutableMemory_h patch-toolkit_components_downloads_DownloadIntegration_jsm patch-toolkit_components_downloads_DownloadUIHelper_jsm patch-toolkit_components_processtools_ProcInfo_linux_cpp patch-toolkit_components_tor-launcher_TorProcess_jsm patch-toolkit_system_gnome_nsGIOService_cpp patch-toolkit_xre_glxtest_cpp patch-xpcom_build_BinaryPath_h Log message: Tor Browser: update to 13.0 CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/10/19 10:28:03 Modified files: sys/dev/pci : if_ixl.c Log message: Enable TCP Segmentation Offloading for ixl(4) Tested on amd64 and sparc64. Also tested by bluhm@. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: job@cvs.openbsd.org 2023/10/19 11:05:55 Modified files: usr.sbin/rpki-client: cert.c cms.c crl.c validate.c Log message: Add experimental support for secp256r1 aka P-256 aka prime256v1 ECDSA signatures are much smaller than RSA signatures while offering similar security. Adding support for P-256 now allows CA developers to test their implementations, and paving the way for signers in the production environment in the future to take advantage of ECDSA. OK tb@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/19 11:32:15 Modified files: www/iridium : Makefile distinfo www/iridium/patches: patch-BUILD_gn patch-ash_display_mirror_window_controller_cc patch-base_BUILD_gn patch-base_allocator_partition_allocator_address_space_randomization_h patch-base_allocator_partition_allocator_page_allocator_constants_h patch-base_allocator_partition_allocator_page_allocator_h patch-base_allocator_partition_allocator_page_allocator_internals_posix_h patch-base_allocator_partition_allocator_partition_alloc_base_rand_util_posix_cc patch-base_allocator_partition_allocator_partition_alloc_config_h patch-base_allocator_partition_allocator_partition_alloc_constants_h patch-base_allocator_partition_allocator_partition_alloc_gni patch-base_allocator_partition_allocator_partition_root_cc patch-base_allocator_partition_allocator_starscan_stack_stack_cc patch-base_base_switches_cc patch-base_base_switches_h patch-base_debug_elf_reader_cc patch-base_debug_stack_trace_posix_cc patch-base_files_file_path_watcher_unittest_cc patch-base_i18n_icu_util_cc patch-base_linux_util_cc patch-base_process_process_metrics_h patch-base_process_process_metrics_openbsd_cc patch-base_process_process_posix_cc patch-base_profiler_module_cache_cc patch-base_system_sys_info_cc patch-base_system_sys_info_h patch-base_test_launcher_test_launcher_cc patch-base_test_test_file_util_linux_cc patch-base_threading_platform_thread_posix_cc patch-base_threading_platform_thread_unittest_cc patch-base_trace_event_malloc_dump_provider_cc patch-build_config_compiler_BUILD_gn patch-build_config_compiler_pgo_BUILD_gn patch-build_config_ozone_gni patch-build_toolchain_gcc_toolchain_gni patch-build_toolchain_toolchain_gni patch-cc_BUILD_gn patch-chrome_app_app_management_strings_grdp patch-chrome_app_chrome_command_ids_h patch-chrome_app_chrome_main_delegate_cc patch-chrome_app_chromium_strings_grd patch-chrome_app_generated_resources_grd patch-chrome_app_google_chrome_strings_grd patch-chrome_app_profiles_strings_grdp patch-chrome_app_settings_strings_grdp patch-chrome_app_theme_theme_resources_grd patch-chrome_browser_BUILD_gn patch-chrome_browser_about_flags_cc patch-chrome_browser_browser_features_cc patch-chrome_browser_browser_process_impl_cc patch-chrome_browser_browser_process_impl_h patch-chrome_browser_chrome_browser_interface_binders_cc patch-chrome_browser_chrome_browser_main_cc patch-chrome_browser_chrome_content_browser_client_cc patch-chrome_browser_chrome_content_browser_client_h patch-chrome_browser_defaults_cc patch-chrome_browser_download_chrome_download_manager_delegate_cc patch-chrome_browser_download_download_commands_h patch-chrome_browser_download_download_item_model_cc patch-chrome_browser_download_download_prefs_cc patch-chrome_browser_enterprise_connectors_analysis_analysis_service_settings_cc patch-chrome_browser_enterprise_connectors_connectors_service_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_connector_service_factory_cc patch-chrome_browser_enterprise_connectors_device_trust_device_trust_service_factory_cc patch-chrome_browser_enterprise_signals_device_info_fetcher_cc patch-chrome_browser_enterprise_signals_device_info_fetcher_linux_cc patch-chrome_browser_extensions_BUILD_gn patch-chrome_browser_extensions_api_api_browser_context_keyed_service_factories_cc patch-chrome_browser_extensions_api_image_writer_private_removable_storage_provider_cc patch-chrome_browser_extensions_api_passwords_private_passwords_private_delegate_impl_cc patch-chrome_browser_extensions_api_settings_private_prefs_util_cc patch-chrome_browser_extensions_api_tabs_tabs_api_cc patch-chrome_browser_extensions_api_webstore_private_webstore_private_api_cc patch-chrome_browser_file_system_access_chrome_file_system_access_permission_context_cc patch-chrome_browser_flag_descriptions_cc patch-chrome_browser_flag_descriptions_h patch-chrome_browser_headless_headless_mode_util_cc patch-chrome_browser_media_galleries_fileapi_mtp_device_map_service_cc patch-chrome_browser_media_router_discovery_discovery_network_list_wifi_linux_cc patch-chrome_browser_memory_details_cc patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc patch-chrome_browser_metrics_chrome_metrics_service_client_cc patch-chrome_browser_metrics_power_process_monitor_cc patch-chrome_browser_net_system_network_context_manager_cc patch-chrome_browser_net_system_network_context_manager_h patch-chrome_browser_new_tab_page_modules_drive_drive_service_cc patch-chrome_browser_password_manager_password_reuse_manager_factory_cc patch-chrome_browser_platform_util_linux_cc patch-chrome_browser_policy_chrome_browser_cloud_management_controller_desktop_cc patch-chrome_browser_policy_configuration_policy_handler_list_factory_cc patch-chrome_browser_policy_policy_value_and_status_aggregator_cc patch-chrome_browser_prefs_browser_prefs_cc patch-chrome_browser_printing_print_backend_service_manager_cc patch-chrome_browser_profiles_chrome_browser_main_extra_parts_profiles_cc patch-chrome_browser_profiles_profile_impl_cc patch-chrome_browser_resources_settings_appearance_page_appearance_page_html patch-chrome_browser_resources_settings_appearance_page_appearance_page_ts patch-chrome_browser_resources_settings_route_ts patch-chrome_browser_safe_browsing_cloud_content_scanning_binary_upload_service_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_cc patch-chrome_browser_safe_browsing_download_protection_file_analyzer_h patch-chrome_browser_sync_chrome_sync_client_cc patch-chrome_browser_sync_sync_service_factory_cc patch-chrome_browser_task_manager_sampling_task_group_sampler_h patch-chrome_browser_themes_theme_service_cc patch-chrome_browser_themes_theme_service_factory_cc patch-chrome_browser_ui_browser_command_controller_cc patch-chrome_browser_ui_chrome_pages_cc patch-chrome_browser_ui_chrome_pages_h patch-chrome_browser_ui_color_native_chrome_color_mixer_cc patch-chrome_browser_ui_omnibox_omnibox_pedal_implementations_cc patch-chrome_browser_ui_startup_bad_flags_prompt_cc patch-chrome_browser_ui_startup_startup_browser_creator_cc patch-chrome_browser_ui_tab_helpers_cc patch-chrome_browser_ui_ui_features_cc patch-chrome_browser_ui_ui_features_h patch-chrome_browser_ui_views_accelerator_table_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_aura_cc patch-chrome_browser_ui_views_eye_dropper_eye_dropper_view_cc patch-chrome_browser_ui_views_frame_browser_frame_cc patch-chrome_browser_ui_views_frame_browser_frame_h patch-chrome_browser_ui_views_frame_browser_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_cc patch-chrome_browser_ui_views_frame_opaque_browser_frame_view_h patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_cc patch-chrome_browser_ui_views_frame_picture_in_picture_browser_frame_view_h patch-chrome_browser_ui_views_frame_system_menu_model_builder_cc patch-chrome_browser_ui_views_profiles_profile_menu_view_base_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_cc patch-chrome_browser_ui_views_profiles_signin_view_controller_delegate_views_h patch-chrome_browser_ui_views_tab_search_bubble_host_cc patch-chrome_browser_ui_views_tabs_tab_cc patch-chrome_browser_ui_views_tabs_tab_drag_controller_cc patch-chrome_browser_ui_views_tabs_tab_hover_card_bubble_view_cc patch-chrome_browser_ui_views_web_apps_web_app_integration_test_driver_cc patch-chrome_browser_ui_webui_app_home_app_home_page_handler_cc patch-chrome_browser_ui_webui_chrome_web_ui_controller_factory_cc patch-chrome_browser_ui_webui_management_management_ui_handler_cc patch-chrome_browser_ui_webui_management_management_ui_handler_h patch-chrome_browser_ui_webui_ntp_app_launcher_handler_cc patch-chrome_browser_ui_webui_realbox_realbox_handler_cc patch-chrome_browser_ui_webui_settings_settings_localized_strings_provider_cc patch-chrome_browser_ui_window_sizer_window_sizer_cc patch-chrome_browser_web_applications_os_integration_run_on_os_login_sub_manager_cc patch-chrome_browser_web_applications_os_integration_shortcut_sub_manager_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_cc patch-chrome_browser_web_applications_os_integration_web_app_shortcut_h patch-chrome_browser_web_applications_os_integration_web_app_shortcut_manager_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_cc patch-chrome_browser_web_applications_test_os_integration_test_override_impl_h patch-chrome_browser_webauthn_chrome_authenticator_request_delegate_cc patch-chrome_common_chrome_features_cc patch-chrome_common_chrome_features_h patch-chrome_common_chrome_paths_h patch-chrome_common_chrome_switches_cc patch-chrome_common_chrome_switches_h patch-chrome_common_pref_names_h patch-chrome_common_url_constants_cc patch-chrome_common_url_constants_h patch-chrome_common_webui_url_constants_cc patch-chrome_common_webui_url_constants_h patch-chrome_renderer_chrome_render_frame_observer_cc patch-chrome_services_printing_print_backend_service_impl_cc patch-chrome_test_BUILD_gn patch-chrome_test_chromedriver_chrome_launcher_cc patch-chrome_utility_services_cc patch-chromecast_browser_cast_content_browser_client_cc patch-components_autofill_core_browser_personal_data_manager_cc patch-components_autofill_core_common_autofill_payments_features_cc patch-components_autofill_core_common_autofill_util_cc patch-components_autofill_payments_strings_grdp patch-components_crash_core_app_BUILD_gn patch-components_crash_core_browser_crash_upload_list_crashpad_cc patch-components_device_signals_core_browser_user_permission_service_impl_cc patch-components_device_signals_test_signals_contract_cc patch-components_embedder_support_user_agent_utils_unittest_cc patch-components_feature_engagement_public_event_constants_h patch-components_feature_engagement_public_feature_configurations_cc patch-components_feature_engagement_public_feature_constants_cc patch-components_feature_engagement_public_feature_constants_h patch-components_feature_engagement_public_feature_list_cc patch-components_feature_engagement_public_feature_list_h patch-components_feed_core_v2_feed_network_impl_unittest_cc patch-components_feed_core_v2_proto_util_unittest_cc patch-components_flags_ui_flags_state_cc patch-components_management_strings_grdp patch-components_metrics_drive_metrics_provider_linux_cc patch-components_metrics_metrics_log_cc patch-components_network_session_configurator_browser_network_session_configurator_cc patch-components_network_session_configurator_browser_network_session_configurator_unittest_cc patch-components_password_manager_core_browser_login_database_cc patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_browser_ui_passwords_grouper_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h patch-components_policy_core_common_cloud_cloud_policy_util_cc patch-components_policy_tools_generate_policy_source_py patch-components_policy_tools_template_writers_writer_configuration_py patch-components_power_metrics_BUILD_gn patch-components_segmentation_platform_embedder_default_model_cross_device_user_segment_cc patch-components_services_paint_preview_compositor_paint_preview_compositor_collection_impl_cc patch-components_services_screen_ai_sandbox_screen_ai_sandbox_hook_linux_cc patch-components_services_screen_ai_screen_ai_library_wrapper_cc patch-components_supervised_user_core_browser_supervised_user_service_cc patch-components_sync_device_info_local_device_info_util_cc patch-components_translate_core_common_translate_util_cc patch-components_url_formatter_spoof_checks_idn_spoof_checker_cc patch-components_user_education_views_help_bubble_view_cc patch-components_variations_service_google_groups_updater_service_cc patch-components_viz_service_display_embedder_skia_output_surface_impl_cc patch-components_viz_service_display_skia_renderer_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_cc patch-components_viz_service_frame_sinks_root_compositor_frame_sink_impl_h patch-components_webauthn_core_browser_passkey_sync_bridge_cc patch-content_app_content_main_runner_impl_cc patch-content_browser_BUILD_gn patch-content_browser_browser_main_loop_cc patch-content_browser_child_process_launcher_helper_linux_cc patch-content_browser_compositor_viz_process_transport_factory_cc patch-content_browser_devtools_protocol_system_info_handler_cc patch-content_browser_gpu_gpu_data_manager_impl_private_cc patch-content_browser_gpu_gpu_data_manager_impl_private_h patch-content_browser_gpu_gpu_process_host_cc patch-content_browser_network_service_instance_impl_cc patch-content_browser_renderer_host_delegated_frame_host_cc patch-content_browser_renderer_host_render_process_host_impl_cc patch-content_browser_renderer_host_render_process_host_impl_h patch-content_browser_renderer_host_render_view_host_impl_cc patch-content_browser_renderer_host_render_widget_host_view_aura_cc patch-content_browser_renderer_host_render_widget_host_view_aura_h patch-content_browser_sandbox_host_linux_cc patch-content_browser_utility_process_host_cc patch-content_browser_utility_process_host_h patch-content_browser_utility_process_host_receiver_bindings_cc patch-content_browser_web_contents_web_contents_view_aura_cc patch-content_child_child_process_cc patch-content_common_BUILD_gn patch-content_public_common_content_features_cc patch-content_public_common_content_features_h patch-content_public_common_content_switches_cc patch-content_public_common_content_switches_h patch-content_renderer_BUILD_gn patch-content_renderer_render_thread_impl_cc patch-content_renderer_renderer_blink_platform_impl_cc patch-content_renderer_renderer_main_platform_delegate_linux_cc patch-content_shell_BUILD_gn patch-content_shell_browser_shell_browser_main_parts_cc patch-content_test_BUILD_gn patch-content_utility_services_cc patch-content_utility_speech_speech_recognition_sandbox_hook_linux_h patch-content_utility_utility_main_cc patch-content_zygote_zygote_linux_cc patch-content_zygote_zygote_main_linux_cc patch-extensions_browser_api_messaging_message_service_cc patch-extensions_browser_api_networking_private_networking_private_delegate_factory_cc patch-extensions_common_api_runtime_json patch-extensions_common_command_cc patch-extensions_common_features_feature_cc patch-gpu_command_buffer_common_gpu_memory_buffer_support_cc patch-gpu_command_buffer_service_dawn_context_provider_cc patch-gpu_command_buffer_service_gles2_cmd_decoder_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_cc patch-gpu_command_buffer_service_shared_image_external_vk_image_backing_factory_cc patch-gpu_command_buffer_service_shared_image_shared_image_manager_cc patch-gpu_command_buffer_service_shared_image_wrapped_sk_image_backing_cc patch-gpu_command_buffer_service_webgpu_decoder_impl_cc patch-gpu_config_gpu_finch_features_cc patch-gpu_ipc_service_gpu_init_cc patch-gpu_vulkan_generate_bindings_py patch-gpu_vulkan_vulkan_device_queue_cc patch-gpu_vulkan_vulkan_device_queue_h patch-gpu_vulkan_vulkan_function_pointers_cc patch-gpu_vulkan_vulkan_function_pointers_h patch-headless_lib_browser_headless_browser_main_parts_posix_cc patch-headless_lib_headless_content_main_delegate_cc patch-ipc_ipc_message_utils_cc patch-media_BUILD_gn patch-media_audio_BUILD_gn patch-media_base_media_switches_cc patch-media_base_media_switches_h patch-media_base_video_frame_cc patch-media_base_video_frame_h patch-media_capture_video_linux_fake_v4l2_impl_cc patch-media_capture_video_linux_fake_v4l2_impl_h patch-media_capture_video_linux_v4l2_capture_delegate_cc patch-media_capture_video_linux_v4l2_capture_delegate_h patch-media_capture_video_video_capture_buffer_tracker_factory_impl_cc patch-media_gpu_chromeos_video_decoder_pipeline_cc patch-media_gpu_gpu_video_encode_accelerator_factory_cc patch-media_gpu_sandbox_hardware_video_encoding_sandbox_hook_linux_cc patch-media_gpu_vaapi_vaapi_wrapper_cc patch-media_media_options_gni patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_cc patch-media_mojo_mojom_stable_stable_video_decoder_types_mojom_traits_h patch-media_video_gpu_memory_buffer_video_frame_pool_cc patch-media_video_video_encode_accelerator_adapter_cc patch-mojo_public_tools_bindings_mojom_gni patch-net_BUILD_gn patch-net_url_request_url_request_context_builder_cc patch-printing_backend_cups_ipp_helper_cc patch-printing_mojom_printing_context_mojom_traits_cc patch-printing_mojom_printing_context_mojom_traits_h patch-printing_print_settings_cc patch-printing_print_settings_conversion_cc patch-printing_print_settings_h patch-printing_printing_context_linux_cc patch-printing_sandbox_print_backend_sandbox_hook_linux_h patch-remoting_host_chromoting_host_cc patch-remoting_host_chromoting_host_services_client_cc patch-remoting_host_it2me_it2me_host_cc patch-remoting_host_it2me_it2me_native_messaging_host_main_cc patch-remoting_host_policy_watcher_cc patch-remoting_host_remoting_me2me_host_cc patch-sandbox_linux_services_libc_interceptor_cc patch-sandbox_policy_features_cc patch-services_audio_audio_sandbox_hook_linux_cc patch-services_audio_audio_sandbox_hook_linux_h patch-services_device_geolocation_location_arbitrator_cc patch-services_device_public_mojom_BUILD_gn patch-services_device_time_zone_monitor_time_zone_monitor_linux_cc patch-services_device_usb_BUILD_gn patch-services_network_BUILD_gn patch-services_network_network_service_cc patch-services_network_public_cpp_BUILD_gn patch-services_network_public_mojom_BUILD_gn patch-services_resource_coordinator_memory_instrumentation_queued_request_dispatcher_cc patch-services_video_capture_video_capture_service_impl_cc patch-services_video_capture_video_capture_service_impl_h patch-third_party_abseil-cpp_absl_base_config_h patch-third_party_abseil-cpp_absl_base_internal_sysinfo_cc patch-third_party_abseil-cpp_absl_debugging_internal_elf_mem_image_h patch-third_party_angle_BUILD_gn patch-third_party_angle_src_libANGLE_Display_cpp patch-third_party_angle_src_libANGLE_formatutils_cpp patch-third_party_blink_public_platform_platform_h patch-third_party_blink_renderer_controller_blink_initializer_cc patch-third_party_blink_renderer_controller_memory_usage_monitor_posix_cc patch-third_party_blink_renderer_core_exported_web_view_impl_cc patch-third_party_blink_renderer_core_frame_web_frame_test_cc patch-third_party_blink_renderer_core_html_canvas_canvas_async_blob_creator_cc patch-third_party_blink_renderer_core_layout_ng_layout_ng_view_cc patch-third_party_blink_renderer_core_paint_paint_layer_cc patch-third_party_blink_renderer_core_scroll_scrollbar_theme_aura_cc patch-third_party_blink_renderer_modules_media_audio_audio_renderer_mixer_manager_test_cc patch-third_party_blink_renderer_modules_ml_webnn_ml_graph_xnnpack_cc patch-third_party_blink_renderer_modules_webgl_webgl_rendering_context_base_cc patch-third_party_blink_renderer_modules_webgpu_gpu_queue_cc patch-third_party_blink_renderer_platform_BUILD_gn patch-third_party_blink_renderer_platform_fonts_font_cache_h patch-third_party_blink_renderer_platform_fonts_font_description_cc patch-third_party_blink_renderer_platform_peerconnection_rtc_video_encoder_factory_cc patch-third_party_blink_renderer_platform_runtime_enabled_features_json5 patch-third_party_blink_renderer_platform_video_capture_video_capture_impl_cc patch-third_party_boringssl_src_util_generate_build_files_py patch-third_party_cpuinfo_cpuinfo_gni patch-third_party_crashpad_crashpad_build_crashpad_buildconfig_gni patch-third_party_crashpad_crashpad_client_BUILD_gn patch-third_party_crashpad_crashpad_util_misc_capture_context_h patch-third_party_ffmpeg_chromium_scripts_build_ffmpeg_py patch-third_party_ffmpeg_configure patch-third_party_ffmpeg_libavutil_random_seed_c patch-third_party_ipcz_src_reference_drivers_random_cc patch-third_party_leveldatabase_env_chromium_cc patch-third_party_libsync_src_sync_c patch-third_party_libusb_BUILD_gn patch-third_party_libxml_linux_config_h patch-third_party_maldoca_src_maldoca_service_common_process_doc_wrapper_cc patch-third_party_pdfium_core_fxge_cfx_fontmapper_cpp patch-third_party_pdfium_pdfium_gni patch-third_party_perfetto_src_base_unix_socket_cc patch-third_party_perfetto_src_trace_processor_db_storage_numeric_storage_cc patch-third_party_perfetto_src_tracing_core_tracing_service_impl_cc patch-third_party_vulkan-deps_vulkan-loader_src_loader_vk_loader_platform_h patch-third_party_vulkan_memory_allocator_include_vk_mem_alloc_h patch-third_party_webrtc_BUILD_gn patch-third_party_webrtc_modules_audio_device_BUILD_gn patch-third_party_zlib_BUILD_gn patch-tools_gn_build_gen_py patch-ui_base_cursor_cursor_factory_cc patch-ui_base_cursor_cursor_factory_h patch-ui_base_ime_fake_text_input_client_cc patch-ui_base_ime_fake_text_input_client_h patch-ui_base_resource_resource_bundle_cc patch-ui_base_test_skia_gold_pixel_diff_cc patch-ui_base_ui_base_features_cc patch-ui_base_ui_base_features_h patch-ui_base_x_x11_cursor_loader_cc patch-ui_color_color_id_h patch-ui_compositor_compositor_cc patch-ui_events_event_cc patch-ui_gfx_BUILD_gn patch-ui_gfx_canvas_skia_cc patch-ui_gfx_codec_png_codec_cc patch-ui_gfx_native_widget_types_h patch-ui_gfx_x_xlib_support_cc patch-ui_gl_BUILD_gn patch-ui_gl_gl_switches_cc patch-ui_gtk_gtk_compat_cc patch-ui_gtk_printing_print_dialog_gtk_cc patch-ui_native_theme_native_theme_base_cc patch-ui_native_theme_native_theme_h patch-ui_ozone_platform_headless_vulkan_implementation_headless_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_cc patch-ui_ozone_platform_wayland_host_wayland_toplevel_window_h patch-ui_ozone_platform_wayland_host_wayland_window_h patch-ui_ozone_platform_wayland_host_xdg_toplevel_wrapper_impl_cc patch-ui_ozone_platform_wayland_host_zwp_text_input_wrapper_v1_cc patch-ui_ozone_platform_wayland_ozone_platform_wayland_cc patch-ui_ozone_platform_x11_ozone_platform_x11_cc patch-ui_ozone_public_ozone_platform_h patch-ui_views_controls_textfield_textfield_cc patch-ui_views_controls_textfield_textfield_h patch-ui_views_widget_desktop_aura_desktop_window_tree_host_platform_cc patch-ui_views_widget_widget_cc patch-ui_views_window_dialog_delegate_cc patch-ui_views_window_frame_background_cc patch-v8_BUILD_gn patch-v8_src_api_api_cc patch-v8_src_base_atomicops_h patch-v8_src_base_platform_platform-posix_cc patch-v8_src_builtins_x64_builtins-x64_cc patch-v8_src_codegen_x64_assembler-x64_cc patch-v8_src_codegen_x64_assembler-x64_h patch-v8_src_codegen_x64_macro-assembler-x64_cc patch-v8_src_codegen_x64_macro-assembler-x64_h patch-v8_src_compiler_backend_x64_code-generator-x64_cc patch-v8_src_diagnostics_perf-jit_cc patch-v8_src_execution_isolate_cc patch-v8_src_flags_flags_cc patch-v8_src_maglev_x64_maglev-assembler-x64-inl_h patch-v8_src_maglev_x64_maglev-assembler-x64_cc patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32_h patch-weblayer_browser_browser_main_parts_impl_cc patch-weblayer_browser_content_browser_client_impl_cc patch-weblayer_browser_content_browser_client_impl_h Added files: www/iridium/patches: patch-base_allocator_partition_allocator_BUILD_gn patch-base_allocator_partition_allocator_partition_alloc_base_debug_stack_trace_posix_cc patch-base_threading_hang_watcher_cc patch-base_threading_platform_thread_bsd_cc patch-base_threading_platform_thread_internal_posix_cc patch-cc_base_features_cc patch-chrome_browser_component_updater_widevine_cdm_component_installer_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_cc patch-chrome_browser_enterprise_connectors_reporting_realtime_reporting_client_h patch-chrome_browser_extensions_api_runtime_chrome_runtime_api_delegate_cc patch-chrome_browser_gcm_gcm_profile_service_factory_cc patch-chrome_browser_gcm_instance_id_instance_id_profile_service_factory_cc patch-chrome_browser_signin_signin_util_cc patch-chrome_browser_ui_actions_chrome_action_id_h patch-chrome_browser_ui_signin_signin_view_controller_cc patch-chrome_browser_ui_signin_signin_view_controller_delegate_h patch-chrome_browser_ui_views_dark_mode_manager_linux_h patch-chrome_browser_ui_views_frame_tab_strip_region_view_cc patch-chrome_browser_ui_views_tabs_tab_style_views_cc patch-chrome_browser_ui_webauthn_sheet_models_cc patch-chrome_browser_web_applications_policy_web_app_policy_manager_cc patch-chrome_browser_webauthn_authenticator_request_dialog_model_cc patch-chrome_common_media_cdm_registration_cc patch-chrome_common_media_component_widevine_cdm_hint_file_linux_h patch-components_autofill_core_browser_contact_info_sync_util_cc patch-components_autofill_core_browser_webdata_autofill_sync_bridge_util_cc patch-components_commerce_strings_grdp patch-components_embedder_support_user_agent_utils_cc patch-components_gwp_asan_client_guarded_page_allocator_posix_cc patch-components_gwp_asan_client_gwp_asan_cc patch-components_policy_core_common_policy_loader_common_cc patch-components_policy_core_common_policy_paths_cc patch-components_startup_metric_utils_common_startup_metric_utils_cc patch-content_browser_file_system_access_file_system_access_local_path_watcher_cc patch-content_browser_interest_group_header_direct_from_seller_signals_cc patch-content_browser_renderer_host_media_service_video_capture_device_launcher_cc patch-content_browser_webid_idp_network_request_manager_cc patch-device_fido_get_assertion_request_handler_cc patch-gpu_command_buffer_service_shared_image_shared_image_factory_cc patch-gpu_vulkan_semaphore_handle_cc patch-media_cdm_library_cdm_cdm_paths_gni patch-net_base_features_cc patch-net_cert_pki_general_names_h patch-net_dns_address_info_cc patch-net_filter_zstd_source_stream_cc patch-net_http_http_auth_handler_negotiate_cc patch-net_http_http_auth_preferences_cc patch-net_http_http_auth_preferences_h patch-remoting_host_chromoting_host_h patch-services_device_public_cpp_generic_sensor_sensor_reading_h patch-services_network_network_context_cc patch-services_network_network_context_h patch-services_network_network_service_h patch-services_network_public_cpp_features_cc patch-third_party_angle_src_common_platform_helpers_h patch-third_party_blink_renderer_core_layout_ng_physical_fragment_rare_data_h patch-third_party_ffmpeg_chromium_scripts_robo_lib_config_py patch-third_party_libaom_source_libaom_aom_ports_aarch64_cpudetect_c patch-third_party_material_color_utilities_src_cpp_palettes_tones_cc patch-third_party_webrtc_rtc_base_net_test_helpers_cc patch-third_party_widevine_cdm_widevine_gni patch-third_party_zlib_cpu_features_c patch-ui_base_ui_base_switches_cc patch-ui_base_ui_base_switches_h patch-ui_events_gesture_detection_motion_event_generic_h patch-ui_gfx_linux_dmabuf_uapi_h patch-ui_gl_gl_fence_cc patch-ui_ozone_platform_wayland_host_wayland_window_cc patch-ui_ozone_platform_x11_x11_screen_ozone_cc patch-ui_ozone_platform_x11_x11_screen_ozone_h patch-ui_ozone_public_platform_screen_cc patch-ui_ozone_public_platform_screen_h Removed files: www/iridium/patches: patch-base_threading_platform_thread_linux_cc patch-chrome_browser_chrome_process_singleton_cc patch-chrome_browser_enterprise_connectors_analysis_content_analysis_delegate_cc patch-chrome_browser_enterprise_connectors_connectors_manager_cc patch-chrome_browser_enterprise_connectors_connectors_manager_h patch-chrome_browser_memory_details_linux_cc patch-chrome_browser_ui_managed_ui_cc patch-chrome_browser_ui_signin_view_controller_cc patch-chrome_browser_ui_signin_view_controller_delegate_h patch-chrome_browser_ui_views_tabs_new_tab_button_cc patch-chrome_common_chrome_paths_cc patch-chrome_common_pref_names_cc patch-chrome_test_chromedriver_chrome_client_hints_h patch-components_invalidation_impl_invalidation_switches_cc patch-components_startup_metric_utils_browser_startup_metric_utils_cc patch-components_viz_host_renderer_settings_creation_cc patch-content_browser_renderer_host_back_forward_cache_impl_cc patch-content_public_common_common_param_traits_macros_h patch-gpu_vulkan_vulkan_image_cc patch-headless_lib_browser_policy_headless_browser_policy_connector_cc patch-net_disk_cache_blockfile_disk_format_h patch-remoting_base_mojo_util_cc patch-third_party_abseil-cpp_absl_time_internal_cctz_src_time_zone_format_cc patch-third_party_angle_src_libANGLE_renderer_driver_utils_h patch-third_party_blink_renderer_modules_webgl_webgl_webcodecs_video_frame_cc patch-third_party_boringssl_BUILD_gn patch-third_party_boringssl_src_crypto_chacha_asm_chacha-x86_64_pl patch-third_party_boringssl_src_crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl patch-third_party_boringssl_src_crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_aesni-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_aes_asm_vpaes-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_rsaz-avx2_pl patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont5_pl patch-third_party_boringssl_src_crypto_fipsmodule_bn_asm_x86_64-mont_pl patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl patch-third_party_boringssl_src_crypto_fipsmodule_ec_asm_p256_beeu-x86_64-asm_pl patch-third_party_boringssl_src_crypto_fipsmodule_md5_asm_md5-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_modes_asm_ghash-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_rand_asm_rdrand-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha1-x86_64_pl patch-third_party_boringssl_src_crypto_fipsmodule_sha_asm_sha512-x86_64_pl patch-third_party_boringssl_src_crypto_perlasm_x86_64-xlate_pl patch-third_party_boringssl_src_crypto_test_asm_trampoline-x86_64_pl patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_stateless_sl_instance_device_cpp patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_utils_vk_layer_utils_h patch-third_party_vulkan-deps_vulkan-validation-layers_src_layers_vulkan_generated_vk_extension_helper_h patch-ui_gfx_linux_client_native_pixmap_dmabuf_cc Log message: update to 2023.10.118 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/19 12:04:44 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/19 12:36:41 Modified files: regress/sbin/route: Makefile regress/sbin/slaacd: Makefile regress/sys/net/etherip: Makefile regress/sys/net/gif: Makefile regress/sys/net/loop: Makefile regress/sys/net/pair: Makefile regress/sys/net/pflog: Makefile regress/sys/net/rdomains: ifalocal.sh regress/sys/net/vxlan: vxlan_1.sh vxlan_2.sh regress/sys/netinet/carp: carp_1.sh carp_2.sh carp_3.sh carp_4.sh regress/usr.bin/netstat: Makefile regress/usr.sbin/arp: Makefile Log message: Add missing removal of network interfaces in regress cleanup targets. Reducing the risk tests conflicting with each other. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/19 12:39:46 Modified files: distrib/notes : m4.common Log message: root disk can be enrypted with a key disk now CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/19 12:48:48 Modified files: security/qtpass: Makefile distinfo Log message: Update qtpass from 1.3.2 to 1.4.0 Changes: https://github.com/IJHack/QtPass/releases/tag/v1.4.0 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/19 13:06:12 Modified files: sysutils/hcloud: Makefile distinfo modules.inc Log message: Update hcloud to 1.38.3 * build with Go 1.21 * iso: support deprecation info API * load-balancer: Add health status to list output CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/19 13:17:46 Modified files: lib/libcrypto/man: BN_mod_inverse.3 Log message: Rename the modulus from n into m This matches what other pages use. Also rewrite the definition of the modular inverse to be less ugly. CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/19 16:16:10 Modified files: usr.sbin/syslogd: syslogd.c Log message: syslogd(8) counts dropped UDP packets. Now that syslogd handles delayed DNS lookups, also count dropped packets to UDP loghosts. Although not every outgoing UDP packet dropped along the path can be detected, the message makes the admin aware that there is a local blind spot during startup. Improve debug and log messages, especially if UDP logging is shut down permanently. Also do not print 'last message repeated' if the message was dropped. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/19 16:19:16 Modified files: regress/usr.sbin/syslogd: args-dropped-tcp.pl args-dropped-tls.pl Added files: regress/usr.sbin/syslogd: args-dropped-udp.pl Log message: Add test for dropped messages to UDP loghost. CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/19 16:45:39 Modified files: devel/p5-Devel-NYTProf: Makefile distinfo Log message: update p5-Devel-NYTProf to 6.14 CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/10/19 16:50:30 Modified files: sysutils/vultr-cli: Makefile distinfo modules.inc Log message: Update to vultr-cli-2.19.0 From Adriano Barbosa (maintainer) CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2023/10/19 17:45:16 Modified files: faq : current.html Log message: Describe how to get source build over the ncurses and tic update. OK tb@ CVSROOT: /cvs Module name: www Changes by: thfr@cvs.openbsd.org 2023/10/19 18:45:07 Modified files: faq : current.html Log message: libaries -> libraries CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:38:58 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: dma-fence.h Log message: add dma_fence_timestamp() for 6.1.59 drm CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:41:56 Modified files: sys/dev/pci/drm/i915/gt: gen8_engine_cs.c Log message: drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux inval From Nirmoy Das f175665385fe9fdd996080806aa67e666475d3d8 in linux-6.1.y/6.1.59 128c20eda73bd3e78505c574fb17adb46195c98b in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:43:33 Modified files: sys/dev/pci/drm: drm_atomic_helper.c Log message: drm/atomic-helper: relax unregistered connector check From Simon Ser 0fb82afee55fc6e12f3581e87d47fd1beae36a98 in linux-6.1.y/6.1.59 2b7947bd32e243c52870d54141d3b4ea6775e63d in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:45:42 Modified files: sys/dev/pci/drm/amd/amdgpu: amdgpu_object.h Log message: drm/amdgpu: add missing NULL check From Christian Koenig a61d905a86879427e330a5a66cba8b2330dac4d1 in linux-6.1.y/6.1.59 ff89f064dca38e2203790bf876cc7756b8ab2961 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:46:56 Modified files: sys/dev/pci/drm/amd/display/dc/core: amdgpu_dc.c Log message: drm/amd/display: Don't set dpms_off for seamless boot From Daniel Miess f0410917561cb56f93ac8c502eb0ec94f25cafe9 in linux-6.1.y/6.1.59 23645bca98304a2772f0de96f97370dd567d0ae6 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/19 21:49:31 Modified files: sys/dev/pci/drm/scheduler: sched_main.c Log message: dma-buf: add dma_fence_timestamp helper From Christian Koenig d67b5a2b97b6e8959117ff71fc2daa30e66c8290 in linux-6.1.y/6.1.59 b83ce9cb4a465b8f9a3fa45561b721a9551f60e3 in mainline linux CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/20 00:56:44 Modified files: databases/p5-DBIx-SearchBuilder: Makefile distinfo Log message: update to 1.78 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/20 00:56:45 Modified files: regress/usr.bin/ssh: Makefile test-exec.sh Added files: regress/usr.bin/ssh: dropbear-ciphers.sh dropbear-kex.sh Log message: Add interop test with Dropbear. Right now this is only dbclient not the Dropbear server since it won't currently run as a ProxyCommand. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/20 00:57:08 Modified files: www/rt : Makefile distinfo www/rt/patches : patch-Makefile_in www/rt/pkg : PLIST Log message: update to 5.0.5 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/20 01:08:38 Modified files: net/p5-MaxMind-DB-Writer: Makefile distinfo Log message: Update p5-MaxMind-DB-Writer to 0.300004. CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/10/20 01:31:12 Modified files: sys/dev/pci : if_ix.c if_ixl.c Log message: Improve bad comment. pointed out by kn@ ok kn@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/20 01:37:07 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Allow overriding the locations of the Dropbear binaries similar to what we do for the PuTTY ones. CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/20 03:18:48 Modified files: lang/python/3.11: Makefile distinfo lang/python/3.11/patches: patch-Makefile_pre_in patch-Modules__hashopenssl_c patch-Python_fileutils_c patch-configure_ac lang/python/3.11/pkg: PLIST-main PLIST-tests Log message: https://docs.python.org/release/3.11.6/whatsnew/changelog.html#python-3-11-6 Update to Python 3.11.6 Input from and ok daniel@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/20 04:35:49 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update rust-openssl-tests to 20231020 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/20 05:25:46 Modified files: security/boringssl/head: Makefile distinfo Log message: Update to boringssl 20231020 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 06:31:32 Modified files: www/qutebrowser: Makefile distinfo Log message: update to qutebrowser-3.0.2 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/20 06:43:16 Modified files: sysutils/google-cloud-sdk: Makefile distinfo Log message: Update to google-cloud-sdk-451.0.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/20 06:51:34 Modified files: x11/gnome/gucharmap: Makefile distinfo Log message: Update to gucharmap-15.1.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 07:07:59 Modified files: graphics/opensubdiv: Makefile Log message: opensubdiv uses python during build; add MODULES=lang/python CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/10/20 07:21:15 Modified files: sys/dev/pci : if_ixl.c Log message: Add missing tcps_outpkttso counter to ixl(4) TSO setup. ok bluhm@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/20 09:29:04 Modified files: x11/qt5 : Makefile.version x11/qt5/docs : distinfo x11/qt5/qt3d : Makefile distinfo x11/qt5/qtbase : Makefile distinfo x11/qt5/qtbase/patches: patch-src_network_ssl_qsslsocket_openssl_symbols_cpp patch-src_network_ssl_qsslsocket_openssl_symbols_p_h x11/qt5/qtcharts: distinfo x11/qt5/qtconnectivity: distinfo x11/qt5/qtdatavis3d: distinfo x11/qt5/qtdeclarative: Makefile distinfo x11/qt5/qtgamepad: distinfo x11/qt5/qtgraphicaleffects: distinfo x11/qt5/qtimageformats: Makefile distinfo x11/qt5/qtlocation: Makefile distinfo x11/qt5/qtlocation/pkg: PLIST-main x11/qt5/qtlottie: distinfo x11/qt5/qtmultimedia: distinfo x11/qt5/qtnetworkauth: distinfo x11/qt5/qtpurchasing: distinfo x11/qt5/qtquickcontrols: distinfo x11/qt5/qtquickcontrols2: Makefile distinfo x11/qt5/qtremoteobjects: distinfo x11/qt5/qtscript: distinfo x11/qt5/qtscxml: distinfo x11/qt5/qtsensors: distinfo x11/qt5/qtserialbus: Makefile distinfo x11/qt5/qtserialport: distinfo x11/qt5/qtserialport/pkg: PLIST-main x11/qt5/qtspeech: distinfo x11/qt5/qtsvg : distinfo x11/qt5/qttools: Makefile distinfo x11/qt5/qttranslations: distinfo x11/qt5/qtvirtualkeyboard: Makefile distinfo x11/qt5/qtwayland: distinfo x11/qt5/qtwayland/patches: patch-src_hardwareintegration_compositor_linux-dmabuf-unstable-v1_linuxdmabuf_h x11/qt5/qtwebchannel: distinfo x11/qt5/qtwebglplugin: distinfo x11/qt5/qtwebsockets: distinfo x11/qt5/qtwebview: distinfo x11/qt5/qtx11extras: distinfo x11/qt5/qtxmlpatterns: distinfo Log message: Update Qt to 5.15.11 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 10:03:59 Modified files: net/unifi/snappy-java: Makefile distinfo Log message: switch to DIST_TUPLE and use IGNORE for this helper port CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 10:04:40 Modified files: net/unifi : Makefile Log message: hook up snappy-java (IGNOREd) CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/20 10:25:15 Modified files: sys/kern : uipc_mbuf.c Log message: Avoid assertion failure when splitting mbuf cluster. m_split() calls m_align() to initialize the data pointer of newly allocated mbuf. If the new mbuf will be converted to a cluster, this is not necessary. If additionally the new mbuf is larger than MLEN, this can lead to a panic. Only call m_align() when a valid m_data is needed. This is the case if we do not refecence the existing cluster, but memcpy() the data into the new mbuf. Reported-by: syzbot+0e6817f5877926f0e96a@syzkaller.appspotmail.com OK claudio@ deraadt@ CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/20 10:49:43 Modified files: faq : faq14.html Log message: Zap obvious/duplicate bits, clarify key disk usage, fix bsd.rd name; OK tj CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 11:26:09 Modified files: www/squid : Makefile Added files: www/squid/patches: patch-src_comm_cc Log message: squid: raise buffer size on the sockets used for IPC when running with multiple SMP workers, problem reported by Silamael Darkomen CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/20 11:28:42 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile Added files: www/squid/patches: Tag: OPENBSD_7_4 patch-src_comm_cc Log message: squid: raise buffer size on the sockets used for IPC when running with multiple SMP workers, problem reported by Silamael Darkomen CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/20 12:51:09 Modified files: bin/ksh : ksh.1 Log message: Improve markup in some cases where .Li was abused. Triggered by a smaller diff from jan@. OK jmc@ jan@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2023/10/20 12:53:12 Modified files: sys/arch/octeon/stand/rdboot: disk.c Log message: Avoid forcible mounting a dirty filessystem. Mount such filesystems read-only instead. This means that writing to the filesystem will fail. As a consequence chmod'ing of files in the bootloader will fail, but that will fix itself on the next clean boot. Same change as I committed to powerpc64 a few days ago. ok kn@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/20 12:53:28 Modified files: editors/novelwriter: Makefile distinfo editors/novelwriter/pkg: PLIST Log message: update to novelwriter 2.1 CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/20 13:05:11 Modified files: sys/conf : Tag: OPENBSD_7_4 newvers.sh Log message: 7.4-stable CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/20 13:55:50 Modified files: sys/arch/octeon/stand/rdboot: cmd.c rdboot.c Log message: Adopt MI re-upgrade prevention In comparison to MI boot which only cares about /bsd.upgrade's x bit, octeon rdboot just wants a regular file. Require and strip u+x before execution to prevent sysupgrade(8) loops. OK kettenis CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/20 13:58:16 Modified files: sys/arch/powerpc64/stand/rdboot: cmd.c rdboot.c Log message: Adopt MI re-upgrade prevention In comparison to MI boot which only cares about /bsd.upgrade's x bit, powerpc64 rdboot just wants a regular file. Require and strip u+x before execution to prevent sysupgrade(8) loops. OK kettenis CVSROOT: /cvs Module name: www Changes by: kn@cvs.openbsd.org 2023/10/20 14:16:43 Modified files: . : macppc.html sparc64.html Log message: use cmdbox for OpenFirmware commands; OK tj CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/20 16:29:48 Modified files: misc/open62541 : Makefile distinfo Removed files: misc/open62541/patches: patch-plugins_include_open62541_plugin_accesscontrol_default_h patch-plugins_ua_accesscontrol_default_c patch-tests_CMakeLists_txt patch-tests_server_check_server_password_c Log message: update open62541 to 1.3.8 patches have been applied upstream CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/10/20 20:25:02 Modified files: devel/jdk/1.8 : Makefile distinfo Removed files: devel/jdk/1.8/patches: patch-common_autoconf_generated-configure_sh patch-common_autoconf_toolchain_m4 patch-hotspot_src_cpu_aarch64_vm_templateInterpreter_aarch64_cpp patch-hotspot_src_os_bsd_vm_os_bsd_cpp patch-hotspot_src_os_cpu_bsd_sparc_vm_os_bsd_sparc_cpp patch-hotspot_src_share_vm_runtime_os_hpp patch-hotspot_src_share_vm_runtime_thread_cpp Log message: Update to 8u392 GA: * Contains upstream bug and security fixes: https://openjdk.org/groups/vulnerability/advisories/2023-10-17 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/20 20:58:19 Modified files: games/xmoto : Makefile Log message: xmoto always haangs for 8 hours and then gets killed when building on sparc64. Mark it BROKEN-sparc64 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/21 00:41:26 Modified files: sys/dev/pci : if_iwm.c Log message: ensure that iwm(4) uses the 80Mhz primary channel index announced in beacons same fix was applied to iwx(4) some time ago CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/21 00:47:23 Modified files: sys/net80211 : ieee80211_node.c Log message: ignore wide channel configs that do not appear in the 802.11ac spec Wide channel configurations not listed in operating class tables of the 802.11ac spec can trigger regulatory assertion failures in iwm(4) firmware, and potentially other device firmware. Ignore non-standard channels configs such that we downgrade to 40MHz or even 20MHz to make such APs usable, albeit at lower speed. Found by dlg@ with a mikrotik AP advertising channel configs that do not appear as such in the spec: 80 MHz: |104|108|112|116| 40 MHz: |primary: 112|secondary above: 116| Either of these triggered iwm0: 0x000014FD | ADVANCED_SYSASSERT Fix tested by myself on iwx(4) AX200 and dlg@ on iwm(4) 7260. Johannes Berg helped with deciphering the error code, thanks! CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/21 00:54:37 Log message: Import textproc/urlscan 1.0.1 Urlscan is a small program that is designed to integrate with the "mutt" mailreader to allow you to easily launch a Web browser for URLs contained in email messages. It is a replacement for the "urlview" program with additional features. Port created by me, with help from Laurent and hint from Stuard. OK sthen, lraab Status: Vendor Tag: sdk Release Tags: sdk_20231021 N ports/textproc/urlscan/Makefile N ports/textproc/urlscan/distinfo N ports/textproc/urlscan/pkg/DESCR N ports/textproc/urlscan/pkg/PLIST N ports/textproc/urlscan/patches/patch-pyproject_toml No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/21 00:56:58 Modified files: textproc : Makefile Log message: Add urlscan dir CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/21 01:44:57 Log message: Import Qt speech 6.5.2 The module enables a Qt application to support accessibility features such as text-to-speech, which is useful for end-users who are visually challenged or cannot access the application for whatever reason. The most common use case where text-to-speech comes in handy is when the end-user is driving and cannot attend the incoming messages on the phone. In such a scenario, the messaging application can read out the incoming message. Requested and OK kn@ Status: Vendor Tag: rsadowski Release Tags: rsadowski_20231021 N ports/x11/qt6/qtspeech/Makefile N ports/x11/qt6/qtspeech/distinfo N ports/x11/qt6/qtspeech/pkg/DESCR N ports/x11/qt6/qtspeech/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/21 01:59:42 Modified files: x11/qt6 : Makefile Log message: +qtspeech CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/21 02:02:15 Modified files: x11/qt6/qtbase : Makefile Log message: Disable libinput auto detection in Qt OK kn CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/21 02:04:53 Modified files: x11/qt5/qtbase : Makefile Log message: Disable libinput auto detection in Qt OK kn CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/21 02:36:19 Modified files: telephony/baresip: Makefile.inc telephony/baresip/baresip: Makefile distinfo telephony/baresip/re: Makefile distinfo telephony/baresip/re/patches: patch-CMakeLists_txt telephony/baresip/re/pkg: PLIST Added files: telephony/baresip/re/patches: patch-src_ice_icesdp_c Log message: telephony/baresip: update to 3.6.0 see https://github.com/baresip/baresip/releases/tag/v3.5.0 & https://github.com/baresip/baresip/releases/tag/v3.6.0 CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/21 02:56:00 Modified files: faq : current.html Log message: typo: ususal -> usual CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/21 03:21:49 Modified files: devel/meson : Makefile distinfo meson.port.mk Log message: Update to meson-1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/21 03:23:25 Modified files: net/py-botocore: Makefile distinfo net/py-botocore/pkg: PLIST Log message: Update to py3-botocore-1.31.68. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/21 03:23:35 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.68. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/21 03:23:49 Modified files: sysutils/awscli: Makefile distinfo Log message: Update to awscli-1.29.68. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/21 03:33:45 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/21 04:37:15 Modified files: www/nextcloud/27: Makefile distinfo www/nextcloud/27/pkg: PLIST Log message: www/nextcloud/27: update to 27.1.2, ok gonzalo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/21 04:39:45 Modified files: www/nextcloud/27: Tag: OPENBSD_7_4 Makefile distinfo www/nextcloud/27/pkg: Tag: OPENBSD_7_4 PLIST Log message: www/nextcloud/27: MFC update to 27.1.2, ok gonzalo@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/21 04:41:18 Modified files: x11/xfce4/xfce4-dev-tools: Makefile Log message: x11/xfce4-dev-tools: add missing RDEP on xsltproc, reported by naddy@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/21 05:29:53 Modified files: textproc/opensearch: Makefile distinfo textproc/opensearch/pkg: PLIST Log message: Update opensearch 2.10.0 -> 2.11.0 Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.11.0.md ok op@ CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/21 05:30:55 Modified files: www/opensearch-dashboards: Makefile distinfo www/opensearch-dashboards/pkg: PLIST Log message: Update opensearch-dashboards 2.10.0 -> 2.11.0 Release notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.11.0.md ok op@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/21 05:55:51 Modified files: meta/tor-browser: Tag: OPENBSD_7_4 Makefile www/tor-browser: Tag: OPENBSD_7_4 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_4 Makefile distinfo www/tor-browser/browser/files: Tag: OPENBSD_7_4 pledge.utility pledge.utility-audioDecoder unveil.utility unveil.utility-audioDecoder www/tor-browser/browser/patches: Tag: OPENBSD_7_4 patch-browser_app_profile_000-tor-browser_js patch-browser_config_mozconfigs_base-browser patch-browser_config_mozconfigs_tor-browser patch-config_makefiles_rust_mk patch-media_ffvpx_libavcodec_x86_fft_asm patch-toolkit_moz_configure patch-toolkit_xre_nsXREDirProvider_cpp patch-xpcom_io_nsAppFileLocationProvider_cpp www/tor-browser/browser/pkg: Tag: OPENBSD_7_4 PLIST Added files: www/tor-browser/browser/patches: Tag: OPENBSD_7_4 patch-js_src_ctypes_libffi_src_dlmalloc_c patch-toolkit_components_downloads_DownloadIntegration_sys_mjs patch-toolkit_components_tor-launcher_TorProcess_sys_mjs patch-toolkit_xre_glxtest_glxtest_cpp Removed files: www/tor-browser/browser/patches: Tag: OPENBSD_7_4 patch-js_src_jit_ProcessExecutableMemory_h patch-toolkit_components_downloads_DownloadIntegration_jsm patch-toolkit_components_downloads_DownloadUIHelper_jsm patch-toolkit_components_processtools_ProcInfo_linux_cpp patch-toolkit_components_tor-launcher_TorProcess_jsm patch-toolkit_system_gnome_nsGIOService_cpp patch-toolkit_xre_glxtest_cpp patch-xpcom_build_BinaryPath_h Log message: Tor Browser: update to 13.0 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/21 06:02:11 Modified files: www/tor-browser/browser: Makefile Log message: Tor Browser: install Tor Browser icons instead of Firefox' and maybe fixes other branding issues too. Reported by george@. CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/21 07:10:04 Modified files: devel/intellij : Makefile distinfo devel/intellij/pkg: PLIST Log message: devel/intellij: update to 2023.2.3 ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/21 07:41:45 Log message: Import opencascade, replacement for oce. Work by Johannes Thyssen Tishman, who becomes maintainer. Improved by sthen@, tested by me with one of the two consumers. Shared libraries have version 2.0 since oce was 1.0. Status: Vendor Tag: ian Release Tags: ian_20231021 N ports/cad/opencascade/Makefile N ports/cad/opencascade/distinfo N ports/cad/opencascade/patches/patch-CMakeLists_txt N ports/cad/opencascade/patches/patch-adm_cmake_occt_csf_cmake N ports/cad/opencascade/patches/patch-adm_cmake_occt_macros_cmake N ports/cad/opencascade/patches/patch-adm_cmake_occt_toolkit_cmake N ports/cad/opencascade/patches/patch-adm_genproj_tcl N ports/cad/opencascade/patches/patch-adm_qmake_OccToolkit_pri N ports/cad/opencascade/patches/patch-adm_templates_env_install_sh_in N ports/cad/opencascade/patches/patch-src_BRepMesh_delabella_cpp N ports/cad/opencascade/patches/patch-src_OSD_OSD_Chronometer_cxx N ports/cad/opencascade/patches/patch-src_OSD_OSD_Host_cxx N ports/cad/opencascade/patches/patch-src_OSD_OSD_MemInfo_cxx N ports/cad/opencascade/patches/patch-src_OSD_OSD_Path_cxx N ports/cad/opencascade/patches/patch-src_Standard_Standard_CString_cxx N ports/cad/opencascade/patches/patch-src_Standard_Standard_MMgrOpt_cxx N ports/cad/opencascade/patches/patch-src_Standard_Standard_StackTrace_cxx N ports/cad/opencascade/pkg/DESCR N ports/cad/opencascade/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/21 07:45:43 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: oce->opencascade. suggested & ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/21 07:47:27 Modified files: cad/kicad : Makefile Log message: oce->opencascade, from Johannes Thyssen Tishman, ok sthen@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/21 07:49:26 Modified files: cad/prusaslicer: Makefile cad/prusaslicer/patches: patch-src_occt_wrapper_CMakeLists_txt Log message: oce->opencascade, from Johannes Thyssen Tishman, ok sthen@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/21 07:53:43 Modified files: lib/libcrypto/man: BN_mod_inverse.3 Log message: style tweak: avoid double conjunction to make it read better OK tb@ CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/21 07:53:59 Modified files: audio/audacity : Makefile Added files: audio/audacity/patches: patch-libraries_lib-ffmpeg-support_FFmpegFunctions_cpp Log message: audio/audacity: fix loading of ffmpeg library OK sthen@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/21 07:55:10 Modified files: cad : Makefile Log message: Unhook oce, hook opencascade in its place CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/10/21 07:58:55 Modified files: devel/jdk/11 : Makefile distinfo Removed files: devel/jdk/11/patches: patch-make_autoconf_flags-ldflags_m4 patch-src_hotspot_cpu_aarch64_templateInterpreterGenerator_aarch64_cpp patch-src_hotspot_os_bsd_os_bsd_cpp patch-src_hotspot_share_runtime_os_hpp patch-src_hotspot_share_runtime_thread_cpp patch-src_java_base_unix_native_libjava_ProcessHandleImpl_unix_c patch-src_java_base_unix_native_libjava_ProcessHandleImpl_unix_h Log message: Update to 11.0.21 GA: * Contains upstream bug and security fixes: https://openjdk.org/groups/vulnerability/advisories/2023-10-17 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/21 08:05:49 Modified files: lib/libcrypto/man: openssl.cnf.5 Log message: Remove mention of alg_section. This never worked in LibreSSL. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/21 08:09:16 Modified files: usr.bin/lex : flex.skl flexint.h Log message: delete whitespaces that end up in output files CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/21 11:10:12 Modified files: usr.bin/mandoc : mandoc.h roff.c Log message: When parsing a macro argument results in delayed escape sequence expansion, re-check for all contained escape sequences whether they need delayed expansion, not just for the particular escape sequences that triggered delayed expansion in the first place. This is needed because delayed expansion can result in strings containing nested escape sequences recursively needing delayed expansion, too. This fixes an assertion failure in krb5_openlog(3), see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266882 Thanks to Wolfram Schneider for reporting the bug and to Baptiste Daroussin for forwarding the report. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2023/10/21 11:24:51 Modified files: devel/jdk/17 : Makefile distinfo devel/jdk/17/patches: patch-make_common_NativeCompilation_gmk Added files: devel/jdk/17/patches: patch-src_hotspot_os_cpu_bsd_aarch64_os_bsd_aarch64_cpp patch-src_hotspot_share_runtime_safefetch_static_hpp Removed files: devel/jdk/17/patches: patch-make_autoconf_flags-ldflags_m4 patch-src_hotspot_cpu_aarch64_templateInterpreterGenerator_aarch64_cpp patch-src_hotspot_os_bsd_os_bsd_cpp patch-src_hotspot_share_runtime_os_hpp patch-src_hotspot_share_runtime_stackOverflow_cpp patch-src_java_base_unix_native_libjava_ProcessHandleImpl_unix_c patch-src_java_base_unix_native_libjava_ProcessHandleImpl_unix_h Log message: Update to 17.0.9 GA: * Contains upstream bug and security fixes: https://openjdk.org/groups/vulnerability/advisories/2023-10-17 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/21 11:28:01 Modified files: regress/usr.bin/mandoc/roff/args: Makefile Added files: regress/usr.bin/mandoc/roff/args: esc.in esc.out_ascii Log message: regression test for roff.c rev. 1.269: recursive delayed expansion of escape sequences in macro arguments CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/21 11:37:16 Modified files: net/unifi : Makefile Log message: unhook snappy-java again for now, missing pkg/DESCR reported by aja, but it probably needs more (special-purpose helper port, doesn't produce a package at all) CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/21 12:37:20 Modified files: sysutils/detox : Makefile distinfo sysutils/detox/pkg: PLIST Log message: Update detox from 1.2.0 to 1.4.5 Detox has moved to a new upstream. Changes: https://github.com/dharple/detox/releases Reported by Ray Kohler on ports@ Patch by me with hints from sthen CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/21 15:57:18 Modified files: net/neochat : Makefile distinfo Log message: update to neochat 23.08.2 (fixes for newer libquotient) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/21 15:58:44 Modified files: net/neochat : Makefile Log message: mark BORKEN: base clang/libcstd++ too old, uses too new C++20 code CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/21 17:43:38 Modified files: security/rust-openssl-tests: Makefile distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs Log message: Updat to rust-openssl-tests 20231022 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/22 00:08:50 Modified files: infrastructure/db: dist-tuple.pattern Log message: add kde (invent.kde.org) support for DIST_TUPLES ok thfr, tweak@ and ok op@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/22 01:30:29 Modified files: x11/xfce4/xfce4-dev-tools: Makefile Log message: x11/xfce4/xfce4-dev-tools: fixup previous xsltproc isnt a port but is in libxslt, and it's a bdep not an rep reported by phessler@ and naddy@ (and this is why you shouldn't commit and run to the hills..) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/22 02:55:21 Modified files: x11/gnome/libshumate: Makefile distinfo Log message: Update to libshumate-1.1.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/22 02:59:14 Modified files: x11/gnome/maps : Makefile distinfo Log message: Update to gnome-maps-44.5. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/22 03:08:28 Modified files: x11/gnome/user-docs: Makefile distinfo Log message: Update to gnome-user-docs-44.6. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/22 04:35:37 Removed files: cad/oce : Makefile distinfo cad/oce/patches: patch-CMakeLists_txt patch-adm_cmake_occt_csf_cmake patch-adm_cmake_occt_macros_cmake patch-adm_templates_env_install_sh_in patch-src_BRepMesh_delabella_cpp patch-src_OSD_OSD_Chronometer_cxx patch-src_OSD_OSD_Host_cxx patch-src_OSD_OSD_MemInfo_cxx patch-src_OSD_OSD_Path_cxx patch-src_Standard_Standard_CString_cxx patch-src_Standard_Standard_MMgrOpt_cxx patch-src_Standard_Standard_StackTrace_cxx cad/oce/pkg : DESCR MESSAGE PLIST Log message: remove unhooked port, oce CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/22 04:51:18 Modified files: www/squid : Makefile distinfo Log message: update to squid-6.4, fixes include: SQUID-2023:1 Request/Response smuggling in HTTP(S) and ICAP SQUID-2023:2 Multiple issues in HTTP response caching SQUID-2023:3 Denial of Service in HTTP Digest Authentication SQUID-2023:5 Denial of Service in FTP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/22 04:51:37 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to squid-6.4, fixes include: SQUID-2023:1 Request/Response smuggling in HTTP(S) and ICAP SQUID-2023:2 Multiple issues in HTTP response caching SQUID-2023:3 Denial of Service in HTTP Digest Authentication SQUID-2023:5 Denial of Service in FTP CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/22 04:56:35 Modified files: x11/qt6/qtwebengine: Makefile Log message: mark BROKEN-i386 RuntimeError: Command '/usr/local/bin/node ../../../../../qtwebengine-everywhere-src-6.5.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/compress_files.js --file_list __third_party_devtools-frontend_src_compress__pobj_qt6-qtwebengine-6.5.2_build-i386_src_core_target_toolchain_target__rule..rsp' failed CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/22 04:59:11 Modified files: build : mirrors.dat Log message: Add mirror.junda.nl, in Germany. Req by Daan van Ginkel. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/22 04:59:39 Modified files: . : ftp.html ftplist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/22 05:03:55 Modified files: . : 74.html Log message: 10170 riscv64 packages CVSROOT: /cvs Module name: ports Changes by: denis@cvs.openbsd.org 2023/10/22 05:25:43 Modified files: sysutils/kopia : Makefile distinfo modules.inc Log message: Update to v0.15.0 Changelog: https://github.com/kopia/kopia/releases/tag/v0.15.0 CVSROOT: /cvs Module name: src Changes by: stsp@cvs.openbsd.org 2023/10/22 06:01:36 Modified files: sys/net80211 : ieee80211_node.c Log message: fix 40 MHz channel validation checks for the 2.4 GHz channel range Just like the 5 GHz channels, 2.4 GHz channels are spaced 5 MHz apart. 40 MHz wide channels hence span channels [N, N + 4] not [N, N + 1]. Adjust our secondary channel range checks accordingly. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/10/22 06:19:26 Modified files: lib/libc/stdlib: malloc.3 malloc.c Log message: When option D is active, store callers for all chunks; this avoids the 0x0 call sites for leak reports. Also display more info on detected write of free chunks: print the info about where the chunk was allocated, and for the preceding chunk as well. ok asou@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/10/22 06:20:07 Modified files: regress/lib/libc/malloc/malloc_errs: malloc_errs.c Log message: A few more tests CVSROOT: /cvs Module name: ports Changes by: daniel@cvs.openbsd.org 2023/10/22 06:32:59 Modified files: devel/py-jupyter_core: Makefile distinfo devel/py-jupyter_core/pkg: PLIST Removed files: devel/py-jupyter_core/patches: patch-jupyter_core_tests_test_command_py Log message: update jupyter core to 5.4.0 ok bket@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/22 06:47:44 Modified files: lang/gleam : Makefile crates.inc distinfo lang/gleam/patches: patch-compiler-core_src_build_package_compiler_rs Log message: lang/gleam: Update to 0.31.0 ok sdk@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/22 06:49:26 Modified files: lang/erlang/26 : Makefile distinfo Log message: lang/erlang/26: Update to 26.1.2 ok rsadowski@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/22 06:52:39 Log message: import net/py-ephemeral_port_reserve Bind to an ephemeral port, force it into the TIME_WAIT state, and unbind it. ok daniel@ Status: Vendor Tag: lraab Release Tags: lraab_20231022 N ports/net/py-ephemeral_port_reserve/Makefile N ports/net/py-ephemeral_port_reserve/distinfo N ports/net/py-ephemeral_port_reserve/pkg/DESCR N ports/net/py-ephemeral_port_reserve/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/22 06:53:46 Modified files: net : Makefile Log message: hook net/py-ephemeral_port_reserve up to the build CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:00:31 Modified files: sysutils/ruby-puppet-lint: Makefile distinfo Log message: update 3.4.0 -> 4.2.1 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:03:59 Modified files: security/py-fickling: Makefile distinfo Log message: simple update 0.0.6 -> 0.0.7 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/10/22 08:04:52 Modified files: lib/libc/stdlib: malloc.3 Log message: correct Va in previous; CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:05:29 Modified files: databases/puppetdb/7: Makefile Log message: Add portroach marker CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:18:51 Modified files: security/ruby-cms_scanner: Makefile distinfo security/ruby-cms_scanner/patches: patch-_metadata Log message: update 0.13.8 -> 0.13.9 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:20:24 Modified files: security/wpscan: Makefile distinfo Log message: update 3.8.24 -> 3.8.25 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:23:56 Modified files: sysutils/ruby-facter: Makefile distinfo sysutils/ruby-facter/files/resolvers: dhcp.rb mountpoints.rb sysutils/ruby-facter/pkg: PLIST Added files: sysutils/ruby-facter/patches: patch-lib_facter_framework_core_file_loader_rb Log message: update 4.3.1 -> 4.5.0 and some clean-up CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:27:34 Modified files: devel/ruby-ruby-progressbar: Makefile distinfo devel/ruby-ruby-progressbar/pkg: PLIST Log message: update 1.11.0 -> 1.13.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/22 08:30:29 Modified files: www/ruby-ethon : Makefile distinfo Log message: update 0.15.0 -> 0.16.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/22 08:48:04 Modified files: x11/qt5/qtwebengine: Makefile x11/qt5/qtwebengine/pkg: PLIST Log message: Unbreak with Qt 5.15.11 Spotted by naddy, thanks CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/22 09:02:48 Modified files: x11/spectrwm : Makefile distinfo x11/spectrwm/patches: patch-spectrwm_1 patch-spectrwm_c Log message: Update to spectrwm-3.5.0 Changes: https://github.com/conformal/spectrwm/releases/tag/SPECTRWM_3_5_0 OK gonzalo@, sdk@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2023/10/22 09:12:02 Modified files: . : want.html Log message: A laptop was arranged via the OpenBSD foundation CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 09:16:54 Modified files: textproc/xpdf : Makefile textproc/xpdf/patches: patch-Makefile_in Log message: don't build/install too much Instead of tossing a bunch of utilities, pass the ones we want. Makefile and Makefile.in patch gets simpler, no package change. OK schwarze CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/22 10:01:58 Modified files: usr.bin/mandoc : roff.c Log message: While doing delayed expansion of escape sequences in macro arguments, correctly check for failure of the in-place expansion function. If an argument not only does recursive delayed expansion but infinitely recursive delayed expansion, this bug could result in an ESCAPE_EXPAND assertion failure. Thanks to Eric van Gyzen for finding this bug by inspecting FreeBSD source code. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 10:16:10 Log message: import textproc/goldendict 1.5.0; feedback OK rsadowski GoldenDict is a feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd/AARD/MDict/SDict) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case. Status: Vendor Tag: kn Release Tags: kn_20231022 N ports/textproc/goldendict/Makefile N ports/textproc/goldendict/distinfo N ports/textproc/goldendict/patches/patch-goldendict_pro N ports/textproc/goldendict/patches/patch-main_cc N ports/textproc/goldendict/pkg/DESCR N ports/textproc/goldendict/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 10:17:49 Modified files: textproc : Makefile Log message: + goldendict CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 10:36:30 Modified files: textproc/jq : Makefile Added files: textproc/jq/patches: patch-tests_shtest Removed files: textproc/jq/patches: patch-main_c Log message: fix one test (bash vs. ksh), skip another (lack of script(1) options) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 10:38:09 Added files: textproc/jq/patches: patch-main_c Log message: reinstate accidentially removed patch CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/22 10:54:19 Modified files: regress/usr.bin/mandoc/roff/args: Makefile Added files: regress/usr.bin/mandoc/roff/args: infrec.in infrec.out_ascii infrec.out_lint Log message: new regression test for roff.c rev. 1.270: infinite recursion in macro argument expansion CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/22 11:20:28 Modified files: astro/calcmysky: Makefile astro/calcmysky/pkg: PLIST Log message: Move to Qt6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/22 11:20:40 Modified files: astro/stellarium: Makefile Added files: astro/stellarium/patches: patch-src_StelLogger_cpp Log message: Move to Qt6. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/22 11:48:09 Log message: import new sysutils/eza eza is a replacement for ls written in Rust. Its options are similar to the regular ls, but it also adds lots of fancy features like tree traversing, colors, git support, sorting options.. eza is a fork of exa (which is no longer maintained). initial work from sthen@ ok to import sthen@, tb@ Status: Vendor Tag: volker Release Tags: volker_20231022 N ports/sysutils/eza/Makefile N ports/sysutils/eza/crates.inc N ports/sysutils/eza/distinfo N ports/sysutils/eza/pkg/DESCR N ports/sysutils/eza/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/22 11:51:28 Modified files: sysutils : Makefile Log message: + eza CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 11:51:48 Modified files: security/qdigidoc4: Makefile distinfo Log message: config.json rerolled CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/22 11:57:23 Modified files: textproc/jq : Makefile textproc/jq/patches: patch-main_c Log message: Drop "getpw" promise There since 2016, but upstream "Avoid getpwuid for static linking" contained in 1.7 removed the last code requiring it: https://github.com/jqlang/jq/commit/f1c49473a36bd5068031f2dca4f8cdc7c5dddb70 jq(1) still expands the tilder character in module/library search paths, but does so purely via getenv(3). Tests pass as before, upstream agrees, scripts and manual tests are happy. OK volker CVSROOT: /cvs Module name: ports Changes by: gkoehler@cvs.openbsd.org 2023/10/22 12:23:42 Modified files: devel/swig : Makefile devel/swig/pkg : PLIST Log message: Configure swig without ruby; stop installing examples This prevents a dependency cycle (devel/swig -> lang/ruby/3.2 -> lang/rust -> devel/llvm/16 -> swig) if ruby enables yjit and rust uses our llvm. Our swig now skips ruby during "make test", but can still generate ruby interfaces (as in devel/subversion, textproc/libmarisa, textproc/redland-bindings). Keep guile, perl, python, tcl; so "make test" tries those languages. Configure without any other language. This would affect the Makefiles under /usr/local/share/examples/swig, but they were already broken (by failing to run WRKSRC/swig), so stop installing the examples. --with-php=${MODPHP_BIN} didn't find php because lang/php wasn't in MODULES; change to --without-php. bulk build by sthen@ ok sthen@ tb@ semarie@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/22 13:30:35 Modified files: usr.sbin/btrace: btrace.c bt.5 regress/usr.sbin/btrace: exit.bt exit.ok mapoverwrite.ok Log message: bt(5), btrace(8): execute END probe and print non-empty maps upon exit() BPFTrace's exit() statement executes the END probe (if any) and prints the contents of all non-empty maps before terminating the interpreter. Implement this in btrace(8) with a halting check after each statement. If a statement causes the program to halt, the condition bubbles up to the top-level evaluation loop and causes rules_teardown() to run immediately. btrace(8) still performs a full rules_setup() if exit() is called during the BEGIN probe, though the top-level evaluation loop is never run. One edge-like case: an exit() from the END probe is treated as an early return; END is not executed multiple times. Thread: https://marc.info/?l=openbsd-tech&m=169765169420751&w=2 ok mpi@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/22 13:31:37 Modified files: x11/kde-plasma : Makefile Log message: Typo fix CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/22 14:45:55 Removed files: x11/kde-plasma/kwin/patches: patch-CMakeLists_txt patch-autotests_CMakeLists_txt patch-src_backends_libinput_CMakeLists_txt patch-src_input_cpp patch-src_tabletmodemanager_cpp Log message: Remove unnecessary libinput patches CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/22 16:43:43 Modified files: lang/jruby : Makefile distinfo lang/jruby/patches: patch-lib_ruby_stdlib_ffi_library_rb lang/jruby/pkg : PLIST Log message: Update to JRuby 9.4.4.0 CVSROOT: /cvs Module name: src Changes by: yasuoka@cvs.openbsd.org 2023/10/22 18:58:32 Modified files: usr.sbin/radiusd: radiusd.c Log message: Fix radiusd(8) to fixup MPPE-{Send,Recv}-Key and Tunnel-Password attributes of the response properly. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2023/10/23 00:25:49 Modified files: . : want.html Log message: i have a RB450Gx4 now. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/23 00:45:16 Modified files: graphics/djvulibre: Makefile graphics/djvulibre/pkg: PLIST Log message: Drop @tag update-mime-database and dependency; it's unused. Move @tag gtk-update-icon-cache at the end. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/23 00:47:18 Modified files: multimedia/libheif: Makefile multimedia/libheif/pkg: PLIST Log message: Drop @tag update-mime-database and dependency; it's unused. CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/23 02:12:00 Modified files: usr.bin/tmux : screen-write.c window.c Log message: Unzoom window at start of destroy so it doesn't happen later (when destroying panes) after the layout has been freed, GitHub issue 3717. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/23 02:37:45 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: add some limited capability to -DVAR+=value to be used with REGRESSION_TESTING, where it's somewhat inconvenient to know the full list in advance. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/23 02:38:14 Modified files: usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Log message: split on spaces as well, to take advantage of += CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/23 02:38:58 Modified files: regress/usr.sbin/pkg_add: Makefile Log message: use more natural (and new) += with REGRESSION_TESTING CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/23 04:05:11 Modified files: net/miniflux : Makefile distinfo modules.inc Log message: update net/miniflux to 2.0.49 ok danj@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/23 04:07:06 Modified files: net/py-nbxmpp : Makefile distinfo Log message: update of net/py-nbxmpp to 4.3.3 ok op@ kn@ CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/23 04:07:52 Modified files: net/gajim : Makefile distinfo net/gajim/pkg : PLIST Log message: update net/gajim to 1.8.1 ok op@ kn@ CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/10/23 04:22:06 Modified files: sys/net : if_wg.c Log message: Prevent wg(4) stuck on peer destruction. While interface going down and output stopped, packets could rest in `if_snd' queue. So the (!ifq_empty(&sc->sc_if.if_snd)) condition will always be true and wg_peer_destroy() will sleep until interface became up and stuck packets transmitted. Check IFF_RUNNING flag within (!ifq_empty(&sc->sc_if.if_snd)) loop in wg_peer_destroy(). If the flag is not set that means interface is down, so drain the `if_snd' queue manually to prevent wg_peer_destroy() stuck. Problem reported and fix tested by Kirill Miazine. ok bluhm@ CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/23 05:30:49 Modified files: regress/usr.bin/ssh: conch-ciphers.sh Log message: Use private key that is allowed by sshd defaults in conch interop tests. ok dtucker@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/23 06:11:11 Modified files: build : support.dat Log message: French entries: sort by departement, break long lines; drop obsolete HTML syntax "
    " from one other entry CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/23 06:16:01 Modified files: build : support.dat Log message: new entry: solene@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/23 06:17:18 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/23 07:07:44 Modified files: usr.sbin/bgpd : flowspec.c Log message: Use xoff instead of *olen in the shift_right() call. xoff is the right value here since *olen is (conditionally) set a few lines later to the same value as xoff. Should fix the CodeQL warnings because *olen is dereferenced without proper NULL check. OK tb@ CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/23 08:58:57 Modified files: build : support.dat . : support.html Log message: Drop the dead link to mpi@'s former website; requested by mpi@. The mail domain is still active. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2023/10/23 09:58:58 Modified files: . : donations.html Log message: delete a donation which apparently was a not a donation, but xsupported a belief that I can be ordered around to do things. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/23 11:06:36 Modified files: textproc/der-ascii: Makefile distinfo Log message: Update to der-ascii 20231023 This adds some OID annotations for rpki products. CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/23 11:08:06 Modified files: games : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: games/barony : Makefile distinfo games/barony/files: barony.sh games/barony/patches: patch-CMakeLists_txt patch-cmake_Modules_FindThreads_cmake patch-src_draw_cpp patch-src_files_cpp patch-src_opengl_cpp patch-src_savepng_cpp games/barony/pkg: DESCR PLIST README Log message: retire games/barony - frequent breakage with new releases, openal backend has been orphaned for > 1 year with limited to no support from upstream. Maybe revisit/resurrect once development has petered out and/or there is a sane implementation with a non-proprietary audio backend. ok David Carlier (maintainer) ok solene@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/23 12:07:29 Modified files: textproc/der-ascii: Makefile distinfo Log message: Update to der-ascii 0.3.0 CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/23 13:09:02 Modified files: sysutils : Makefile Removed files: sysutils/exa : Makefile crates.inc distinfo sysutils/exa/pkg: DESCR PLIST Log message: Retire sysutils/exa. It has been abandoned upstream and is superseded by sysutils/eza. While here, move eza to the right place in Makefile. discussed on -ports with sthen@, tb@ ok to remove exa sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/23 13:17:25 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add sysutils/exa removal CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/23 13:25:38 Modified files: net/ngtcp2 : Makefile distinfo Log message: Update to ngtcp2 1.0.1 https://github.com/ngtcp2/ngtcp2/releases/tag/v1.0.1 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/23 13:45:28 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: Revert Subst.pm r1.22. It broke ordinary pkg_add usage CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/23 14:07:19 Modified files: usr.bin/mandoc : roff.c share/man/man7 : roff.7 regress/usr.bin/mandoc/roff/esc: w.in w.out_ascii w.out_lint Log message: Support some escape sequences, in particular character escape sequences, inside \w arguments, and skip most other escape sequences when measuring the output length in this way because most escape sequences contribute little or nothing to text width: for example, consider font escapes in terminal output. This implementation is very rudimentary. In particular, it assumes that every character has the same width. No attempt is made to detect double-width or zero-width Unicode characters or to take dependencies on output devices or fonts into account. These limitations are hard to avoid because mandoc has to interpolate \w at the parsing stage when the output device is not yet known. I really do not want the content of the syntax tree to depend on the output device. Feature requested by Paul , who also submitted a patch, but i chose to commit this very different patch with almost the same functionality. His input was still very valuable because complete support for \w is out of the question, and consequently, the main task is identifying subsets of the feature that are needed for real-world manual pages and can be supported without uprooting the whole forest. CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/23 14:15:36 Modified files: regress/usr.bin/mandoc/roff/esc: w.out_ascii Log message: once again, i forgot to update the date in the footer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/23 14:40:24 Modified files: gnu/llvm/libcxxabi/src: cxa_guard_impl.h Log message: create __OpenBSD__ versions that use futex() with the correct number of arguments and without using syscall(). the glibc people should be ashamed of the mess they created. ok miod CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/23 15:53:54 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: sorry, somehow I did redo this line badly and didn't retest CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/23 15:59:00 Modified files: gnu/usr.bin/cvs/src: rcscmds.c Log message: Do not print "retrieving revision 1.13" while doing cvs diff. Provide shorter diffs without unnecessary debugging output. Note that this affects cvs installed on the server side. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/23 16:57:51 Modified files: share/man/man7 : man.7 Log message: Remove the statement that .TQ was "rarely used even in GNU manual pages". It appears the Linux Manual Pages project started to quite aggressively use .TQ ever for cases where it not only provides no value, but makes formatting worse even when it formats as intended. It's also a bad idea to use it that aggressively because .TQ has particularly catastrophic formatting behaviour on formatters (other than groff and mandoc) that do not support it: It essentially has the effect of omitting the topic of the discussion from the formatted version of the manual page, but in such a way that it does not become apparent to the reader that anything is missing. But whether this is wise or stupid is their problem and none of our business. Either way, we should not call a thing "rarely used" after that is no longer true. Thanks to Alejandro Colomar for making me aware that the statement is no longer true. CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/23 23:15:08 Modified files: audio/mscore : Makefile distinfo audio/mscore/patches: patch-CMakeLists_txt patch-main_CMakeLists_txt patch-mscore_CMakeLists_txt audio/mscore/pkg: PLIST Log message: update to 3.6.2, switch to GH_* some other cleanup. enable portmidi OK bcallah@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/23 23:58:49 Modified files: sysutils/gitlab-cli: Makefile distinfo modules.inc sysutils/gitlab-cli/pkg: PLIST Log message: update to gitlab-cli 1.34.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 00:11:21 Modified files: x11/gnustep/performance: Makefile distinfo Log message: Update 0.5.0 -> 0.6.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 00:11:45 Modified files: x11/gnustep/sqlclient: Makefile distinfo Log message: update 1.8.1 -> 1.9.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 00:12:10 Modified files: x11/gnustep/webserver: Makefile distinfo Log message: update 1.5.6 -> 1.6.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 00:12:32 Modified files: x11/gnustep/webservices: Makefile distinfo Log message: update 0.7.3 -> 0.9.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/24 00:26:18 Modified files: net/qbittorrent: Makefile.inc net/qbittorrent/qbittorrent: Makefile distinfo net/qbittorrent/qbittorrent-nox: Makefile distinfo Log message: update to qbittorrent 4.6.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:30:06 Modified files: databases/pg_sqlite_fdw: Makefile distinfo Log message: update to pg_sqlite_fdw-2.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:30:15 Modified files: databases/pecl-redis: Makefile distinfo databases/pecl-redis/patches: patch-library_c Log message: update to pecl-redis-6.0.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:30:24 Modified files: databases/freetds: Makefile distinfo Log message: update to freetds-1.4.5 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:30:54 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to certbot-2.7.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:35:17 Modified files: devel/py-codestyle: Makefile distinfo Log message: update to py3-codestyle-2.11.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:39:38 Modified files: devel/py-trove-classifiers: Makefile distinfo Log message: update to py3-trove-classifiers-2023.9.19 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:43:40 Modified files: devel/py-jsonschema-spec: Makefile distinfo devel/py-jsonschema-spec/pkg: PLIST Log message: update to py3-jsonschema-spec-0.2.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:45:27 Modified files: devel/py-jsonschema-spec: Makefile Log message: set TEST_DEPENDS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/24 00:45:44 Modified files: graphics/py-cairo: Makefile distinfo Log message: Update to py3-cairo-1.25.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/24 00:46:30 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/24 00:47:23 Modified files: textproc/asciinema: Makefile distinfo Log message: Update to asciinema-2.4.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:48:58 Modified files: textproc/py-charset-normalizer: Makefile distinfo textproc/py-charset-normalizer/pkg: PLIST Log message: update to py3-charset-normalizer-3.3.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 00:49:41 Modified files: net/dhcpcd : Makefile distinfo Log message: update to dhcpcd-10.0.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 01:03:59 Modified files: sysutils/py-pipx: Makefile distinfo Log message: update to py3-pipx-1.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 01:10:19 Modified files: devel/py-virtualenv: Makefile distinfo devel/py-virtualenv/pkg: PLIST Log message: update to py3-virtualenv-20.24.6 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 01:11:28 Modified files: mail/neomutt : Makefile distinfo mail/neomutt/pkg: PLIST Log message: update to neomutt-20231023 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 01:11:39 Modified files: sysutils/py-packaging: Makefile distinfo Log message: update to py3-packaging-23.2 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 02:41:20 Modified files: usr.sbin/snmpd : parse.y Log message: Remove filter-pf-addresses. This feature has been deprecated since 7.2 in favour of 'blocklist pfTblAddrTable'. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 02:48:41 Modified files: usr.sbin/snmpd : ax.c lib/libagentx : ax.c Log message: Make sure that unpacking of an AgentX OID doesn't contain more than 128 elements. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 02:54:52 Modified files: usr.sbin/snmpd : application_agentx.c ax.c ax.h lib/libagentx : agentx.c ax.c ax.h Log message: According to RFC2741 section 6.1.1 an agentx-response-pdu shouldn't have the NON_DEFAULT_CONTEXT set. Remove the argument from ax_response(). OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 03:00:53 Modified files: usr.sbin/snmpd : application_agentx.c Log message: RFC2741 section 7.1.1 tells us that if a pdu can't be parsed we must return a parseerror. Make sure we can differentiate between parseerror and openfailed. OK tb@ CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2023/10/24 03:02:36 Modified files: sysutils/obsdfreqd: Makefile distinfo Log message: update to obsdfreqd-1.2.1 fixes an issue with automatic threshold when not on battery approved by maintainer CVSROOT: /cvs Module name: ports Changes by: solene@cvs.openbsd.org 2023/10/24 03:04:05 Modified files: sysutils/obsdfreqd: Tag: OPENBSD_7_4 Makefile distinfo Log message: update to obsdfreqd-1.2.1 fixes an issue with automatic threshold when not on battery approved by maintainer CVSROOT: /cvs Module name: src Changes by: jmatthew@cvs.openbsd.org 2023/10/24 03:13:22 Modified files: sys/dev/usb : if_umb.c Log message: Delete any existing v4 address before setting a new one. This allows us to keep a working default route when the address changes. ok dlg@ kn@ CVSROOT: /cvs Module name: www Changes by: mpi@cvs.openbsd.org 2023/10/24 03:35:58 Modified files: . : support.html Log message: I relocated to the south of France a couple of years ago. CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/24 03:49:05 Log message: Add quiche, a rust crate providing implementations of the QUIC and HTTP/3 protocols; ok and help tb@ Status: Vendor Tag: otto Release Tags: otto_20231024 N ports/net/quiche/Makefile N ports/net/quiche/crates.inc N ports/net/quiche/distinfo N ports/net/quiche/pkg/PLIST N ports/net/quiche/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: otto@cvs.openbsd.org 2023/10/24 03:51:00 Modified files: net : Makefile Log message: Add quiche CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2023/10/24 04:00:22 Modified files: sys/uvm : uvm_pdaemon.c Log message: Merge two equivalent if blocks. No functional change, ok tb@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/24 04:12:09 Modified files: sys/dev/pci/drm/radeon: atombios_encoders.c Log message: revert rev 1.19 'drm/radeon: Fix eDP for single-display iMac11,2' mglocker@ reports this caused the screen to stay black on iMac11,2 when radeondrm takes over CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 04:16:21 Modified files: net/libstrophe : Makefile Added files: net/libstrophe/patches: patch-src_tls_openssl_c Log message: libstrophe: merge upstreamed patch to avoid reaching into X509_ALGOR tested & ok op (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: op@cvs.openbsd.org 2023/10/24 04:26:02 Modified files: usr.bin/mg : main.c Log message: call vttidy() in the exit path for the batch mode Diff by Mark Willson (mark [at] hydrus.org.uk), thank you! CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/24 04:49:40 Modified files: . : support.html build : support.dat Log message: * sync from support.html back to support.dat * restore ordering by departement in the section for France * update the entry for Wesley Mouedine Assaby (at his request) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 05:17:20 Modified files: security/badkeys: Makefile distinfo Log message: update to badkeys-0.0.6 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 05:29:26 Modified files: security/rust-openssl-tests: Makefile distinfo security/rust-openssl-tests/patches: patch-openssl-sys_build_main_rs Log message: Update to rust-openssl tests 20231024 CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 06:57:40 Modified files: usr.sbin/snmpd : application_agentx.c Log message: Verify if supplied AgentX PDU header flags are valid for given PDU type inside appl_agentx_recv(). While here clean up the logging a bit. OK tb@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/24 07:09:54 Modified files: lib/libcrypto/evp: c_all.c Log message: Add chacha aliases for OpenSSL compatibility OpenSSL has the 20 in the long and short names, so add aliases to the existing names to make things work. In particular, EVP_get_cipherbyname() will now return EVP_chacha20() for both 'ChaCha20' and 'chacha20'. Found by Facundo Tuesca when trying to add LibreSSL support for ChaCha20 in https://github.com/pyca/cryptography/pull/9209 ok jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:13:39 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/pkg: PLIST www/firefox-i18n: Makefile.inc distinfo Removed files: www/mozilla-firefox/patches: patch-widget_gtk_v4l2test_v4l2test_cpp Log message: www/mozilla-firefox: update to 119.0. - see https://www.mozilla.org/en-US/firefox/119.0/releasenotes/ - fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-45/ - remove patch from #1847500, merged upstream - if you get video decoding regressions, check #1856301 (still wip there, reminder for $self) tested by at least tb@, jmc@ and Jesper Wellin, thanks ! CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:15:13 Modified files: www/firefox-esr: Makefile distinfo www/firefox-esr-i18n: Makefile.inc distinfo Log message: www/firefox-esr: update to 115.4.0. see https://www.mozilla.org/en-US/firefox/115.4.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-46/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:15:45 Modified files: www/firefox-esr: Tag: OPENBSD_7_4 Makefile distinfo Log message: www/firefox-esr: MFC update to 115.4. see https://www.mozilla.org/en-US/firefox/115.4.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-46/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:16:28 Modified files: www/mozilla-firefox: Tag: OPENBSD_7_4 Makefile distinfo www/mozilla-firefox/pkg: Tag: OPENBSD_7_4 PLIST Removed files: www/mozilla-firefox/patches: Tag: OPENBSD_7_4 patch-widget_gtk_v4l2test_v4l2test_cpp Log message: www/mozilla-firefox: MFC update to 119.0. see https://www.mozilla.org/en-US/firefox/119.0/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-45/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:18:22 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.4.0. see https://www.thunderbird.net/en-US/thunderbird/115.4.0/releasenotes/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/24 07:19:10 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.4.0. see https://www.thunderbird.net/en-US/thunderbird/115.4.0/releasenotes/ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/24 07:20:11 Modified files: sys/arch/alpha/alpha: cpu.c locore.s vm_machdep.c sys/arch/amd64/amd64: cpu.c locore.S sys/arch/arm/arm: cpu.c cpuswitch7.S sys/arch/arm64/arm64: cpu.c cpuswitch.S sys/arch/hppa/dev: cpu.c sys/arch/hppa/hppa: locore.S sys/arch/i386/i386: cpu.c locore.s sys/arch/loongson/loongson: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/m88k/m88k: eh_common.S sys/arch/macppc/macppc: cpu.c locore.S machdep.c sys/arch/mips64/mips64: clock.c context.S sys/arch/octeon/octeon: machdep.c sys/arch/powerpc64/powerpc64: cpu.c locore.S sys/arch/riscv64/riscv64: cpu.c cpuswitch.S sys/arch/sh/sh : locore_subr.S vm_machdep.c sys/arch/sparc64/sparc64: cpu.c locore.s sys/kern : kern_fork.c kern_sched.c sys/sys : sched.h Log message: Normally context switches happen in mi_switch() but there are 3 cases where a switch happens outside. Cleanup these code paths and make the machine independent. - when a process forks (fork, tfork, kthread), the new proc needs to somehow be scheduled for the first time. This is done by proc_trampoline. Since proc_trampoline is machine dependent assembler code change the MP specific proc_trampoline_mp() to proc_trampoline_mi() and make sure it is now always called. - cpu_hatch: when booting APs the code needs to jump to the first proc running on that CPU. This should be the idle thread for that CPU. - sched_exit: when a proc exits it needs to switch away from itself and then instruct the reaper to clean up the rest. This is done by switching to the idle loop. Since the last two cases require a context switch to the idle proc factor out the common code to sched_toidle() and use it in those places. Tested by many on all archs. OK miod@ mpi@ cheloha@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 07:28:12 Modified files: usr.sbin/snmpd : application.c application.h application_agentx.c Log message: Always check if the context is available inside appl_agentx_recv(). Not every PDU goes through application.c. OK tb@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2023/10/24 07:28:43 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: revert Subst.pm r1.24 again, it breaks package creation '+' is a widely used character in LIBxxx_VERSION, e.g. LIBFLAC++_VERSION. Making it illegal breaks numerous packages. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 07:37:02 Modified files: usr.sbin/snmpd : application_agentx.c Log message: appl_agentx_free() closes any open sessions before freeing everything up. Up until now all sessions were closed with reasonShutdown, which is not accurate for every situation. Give it an additional reason argument that propagates to appl_agentx_forceclose(). OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 07:41:16 Modified files: usr.sbin/snmpd : application_agentx.c Log message: RFC2741 section 6.2.2 says that reasonByManager can only be used by the agentx master. Treat this reason as a parseerror. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 07:46:11 Modified files: usr.sbin/snmpd : application.c Log message: Fix appl_register() when called with range_subid set to !0. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 07:50:47 Modified files: usr.sbin/snmpd : application.c Log message: Fix appl_unregister() when called with range_subid set to !0. OK tb@ CVSROOT: /cvs Module name: src Changes by: fcambus@cvs.openbsd.org 2023/10/24 07:52:50 Modified files: sys/dev/wsfont : wsfont.c Removed files: sys/dev/wsfont : bold8x16.h Log message: Remove bold8x16 font. Since we have imported the IBM encoded version of "Spleen 8x16" as a replacement, there is no reason to keep it anymore. OK miod@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/24 07:59:40 Modified files: sysutils/telegraf: Makefile distinfo modules.inc sysutils/telegraf/pkg: PLIST Log message: sysutils/telegraf: update to 1.28.3 ok landry@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:02:52 Modified files: usr.sbin/snmpd : application_agentx.c Log message: When opening 2 sessions on an agentx connection and registering 2 overlapping regions on the different sessions, e.g. by differing in priority and we close the underlying connection with an outstanding request to the dominant region we will call appl_agentx_free(), which sequentially closes all sessions. If the session with the outstanding request is closed before the second session the request is retried before said session is cleaned up and it will try to send it over a conn_ax which at that point has been set to NULL, resulting in a SIGSEGV. Simply return early and let this second request be cancelled by the cleanup of the second session. OK tb@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/24 08:05:23 Modified files: lib/libutil : imsg-buffer.c Log message: Require callers to use ibuf_fd_get() to extract the passed fd from an ibuf. In imsg_free() close any fd that was not claimed automatically to prevent filedescriptor leaks. In ibuf_dequeue() remvoe code which is now part of imsg_free(). OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:06:00 Modified files: usr.sbin/snmpd : application.c Log message: When returning an endOfMibView we must always set it on the requested OID. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 08:06:18 Modified files: audio/mscore : Makefile Log message: remove bogus SITES entry, failed to fetch spotted by naddy@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:11:14 Modified files: usr.sbin/snmpd : application_agentx.c Log message: set ab_range explicitly to 1 for appl_agentx_session instead of relying on malloc random garbage. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:17:20 Modified files: usr.sbin/snmpd : application.c Log message: If a backend registers as an instance it must never return OIDs below their registration. Add a test for this in appl_varbind_valid(). OK and minor nit tb@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/24 08:18:18 Modified files: sysutils/fd : Makefile crates.inc distinfo Log message: Update fd to 8.7.1. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:19:44 Modified files: usr.sbin/snmpd : application.c Log message: Certain error codes are only intended for certain request-types. Add an appl_error_valid() function to test for this. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:21:58 Modified files: usr.sbin/snmpd : application.c Log message: FC3416 section 4.2.1 (and others) tells us that if an error occurs the varbindlist in the response must be identical to the original request. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 08:34:40 Modified files: regress/usr.sbin/snmpd: Makefile Added files: regress/usr.sbin/snmpd: agentx.c backend.c regress.h snmp.c snmpd.conf snmpd_regress.c Log message: Add a new regression framework for snmpd. There are still many test cases left to write, so leave snmpd.sh in place to test for cases not yet implemented by the new code. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 09:24:49 Modified files: security/openssl/3.1: Makefile distinfo security/openssl/3.1/pkg: PLIST Log message: Update to OpenSSL 3.1.4 * Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() with OSSL_PARAM parameters that alter the key or IV length ([CVE-2023-5363]). https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5363 Let's just say that the names are by far the most fortunate choice made in the design of these interfaces. Only one application is known to be affected by this and it's not in ports. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 09:25:08 Modified files: security/openssl/3.0: Makefile distinfo security/openssl/3.0/pkg: PLIST Log message: Update to OpenSSL 3.0.12 * Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() or EVP_CipherInit_ex2() with OSSL_PARAM parameters that alter the key or IV length ([CVE-2023-5363]). https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5363 Let's just say that the names are by far the most fortunate choice made in the design of these interfaces. Only one application is known to be affected by this and it's not in ports. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 09:32:25 Modified files: sysutils/borgbackup/2.0: Makefile Log message: Bump after openssl update (static linking) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 09:34:51 Modified files: mail/postfix/stable: Makefile mail/postfix/snapshot: Makefile Log message: Bump the postfixes after openssl update (static link) CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/24 10:21:35 src/regress/usr.bin/mandoc/man/MR Update of /cvs/src/regress/usr.bin/mandoc/man/MR In directory cvs.openbsd.org:/tmp/cvs-serv52540/MR Log Message: Directory /cvs/src/regress/usr.bin/mandoc/man/MR added to the repository CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/24 11:51:42 Modified files: net/libfilezilla: Makefile distinfo Log message: Update to libfilezilla-0.45.0 Changes: https://lib.filezilla-project.org/ Bump minor because of addition of symbols. CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/24 11:52:30 Modified files: net/filezilla : Makefile distinfo Log message: Update to filezilla-3.66.0 Changes: https://filezilla-project.org/versions.php CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/24 11:52:57 Modified files: sysutils/rclone: Makefile distinfo Log message: Update to rclone-1.64.2 Minor bugfix release, nothing relevant for OpenBSD. Reason for updating is to silence portroach. Changes: https://rclone.org/changelog/#v1-64-2-2023-10-19 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 11:54:51 Modified files: sysutils/borgbackup/2.0: Makefile Added files: sysutils/borgbackup/2.0/patches: patch-setup_py Log message: borgbackup: switch to using openssl/3.1 setup.py patch & ok bket (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 11:58:42 Modified files: security/openssl/3.0: Makefile security/openssl/3.1: Makefile Log message: Update bumping comment. borgbackup was switched to 3.1 CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2023/10/24 12:03:53 Modified files: distrib/miniroot: install.sub Log message: add fallback IPv6 address for ftplist1.openbsd.org; ok phessler@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 12:14:04 Modified files: net/icinga/core2: Makefile Added files: net/icinga/core2/patches: patch-lib_base_tlsutility_cpp Log message: icinga/core2: remove some dead code reaching into X509_ALGOR, ok sthen https://github.com/Icinga/icinga2/pull/9882 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/10/24 12:15:57 Modified files: editors/gummi : Makefile distinfo Log message: Update to gummi-0.8.3. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 12:16:05 Modified files: libexec/snmpd/snmpd_metrics: mib.c Log message: Add support for HOST-RESOURCES-MIB:hrSWRunPerfTable by adding hrSWRunPerfCPU and hrSWRunPerfMem. This allows snmptop to work with snmpd(8). Math copied from top(1). OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 12:18:26 Modified files: www/squid : Makefile Log message: add fallback SITES entry, otherwise fetching squid-6.4.tar.xz fails if you prefer v6 over v4 CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/24 12:19:18 Modified files: math/py-cftime : Makefile distinfo math/py-cftime/pkg: PLIST Log message: Update py-cftime to 1.6.3. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/24 12:27:26 Modified files: libexec/snmpd/snmpd_metrics: mib.c Log message: Make hrSWRunPath use argv[0], instead of p_comm. hrSWRunName is supposed to be a descriptive name, where hrSWRunPath should give the full path to the binary. While argv[0] can contain any of a simple binary name, the full path, or a custom name given by the application itself, it gives us the option to retrieve both pieces of information. This is also the same distinction made by netsnmp. This also keeps the default command column from top(1) and snmptop in sync, and now allows for identical output in the column between `top -C` and `snmptop -Cpa` OK tb@ CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/24 12:47:13 Modified files: sysutils/py-daemon: Makefile distinfo sysutils/py-daemon/pkg: PLIST Removed files: sysutils/py-daemon/patches: patch-setup_py Log message: Update py-daemon to 3.0.1. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/24 12:49:32 Modified files: mail/grommunio/gromox: Makefile distinfo Removed files: mail/grommunio/gromox/patches: patch-exch_ews_enums_hpp patch-exch_ews_hash_hpp patch-lib_mapi_rop_util_cpp Log message: update to 2.15 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/24 14:13:30 Modified files: sysutils/ruby-puppetserver-ca: Makefile distinfo sysutils/ruby-puppetserver-ca/pkg: PLIST Log message: update 2.4.0 -> 2.6.0 CVSROOT: /cvs Module name: src Changes by: schwarze@cvs.openbsd.org 2023/10/24 14:30:49 Modified files: usr.bin/mandoc : man_html.c man_macro.c man_term.c man_validate.c mandoc.1 roff.c roff.h regress/usr.bin/mandoc/man: Makefile Added files: regress/usr.bin/mandoc/man/MR: Makefile basic.in basic.out_ascii basic.out_lint Log message: Implement the man(7) .MR macro, a 2023 GNU extension. The syntax and semantics is almost identical to mdoc(7) .Xr. This will be needed for reading the groff manual pages once our port will be updated to 1.23, and the Linux Manual Pages Project is also determined to start using it sooner or later. I did not advocate for this new macro, but since we want to remain able to read all manual pages found in the wild, there is little choice but to support it. At least it is easy to do, they basically copied .Xr. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/24 16:14:55 Modified files: www/gotosocial/patches: patch-example_config_yaml Log message: regen patch CVSROOT: /cvs Module name: www Changes by: job@cvs.openbsd.org 2023/10/24 18:00:10 Modified files: . : artwork.html Log message: List 7.4 in the art gallery CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/24 18:21:02 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 23:06:50 Modified files: devel/abseil-cpp/patches: patch-absl_base_internal_raw_logging_cc Log message: abseil-cpp: link to PR for syscall removal CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/24 23:16:40 Modified files: xserver/Xi : xiproperty.c xserver/dix : enterleave.h xserver/fb : fb.h fbscreen.c xserver/hw/vfb : InitOutput.c xserver/include: eventstr.h xserver/mi : mipointer.c miscrinit.c xserver/randr : rrproperty.c Log message: Fix several input validation errors in the X server CVE-2023-5367 CVE-2023-5380 CVE-2023-5574 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 23:29:08 Modified files: devel/gtest/patches: patch-googletest_src_gtest_cc Log message: gtest: add link to PR for raise(3) https://github.com/google/googletest/pull/4397 CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/24 23:34:18 Modified files: archivers/snappy/patches: patch-third_party_googletest_googletest_src_gtest_cc Log message: snappy: add link to googletest PR for raise(3) https://github.com/google/googletest/pull/4397 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/24 23:38:09 Modified files: etc : moduli usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log message: Import regenerated moduli. CVSROOT: /cvs Module name: ports Changes by: op@cvs.openbsd.org 2023/10/25 00:32:40 Modified files: net/lagrange : Makefile distinfo Log message: update net/lagrange to 1.17.1; ok MAINTAINER Florian Viehweger CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/25 00:51:47 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-452.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/25 00:51:53 Modified files: devel/vte3 : Makefile distinfo Log message: Update to vte3-0.72.3. CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2023/10/25 00:59:00 Modified files: devel/py-vulture: Makefile distinfo devel/py-vulture/pkg: PLIST Log message: Update py-vulture to 2.10. CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/25 01:30:21 Modified files: opensmtpd : index.html Added files: opensmtpd/announces: release-7.4.0p0.txt Log message: release opensmtpd 7.4.0p0 CVSROOT: /cvs Module name: www Changes by: op@cvs.openbsd.org 2023/10/25 01:44:12 Modified files: opensmtpd/announces: release-7.4.0p0.txt Log message: oops, it should be OpenSSL >= 1.1; spotted by tb@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/25 01:49:51 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.5 CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/25 02:01:59 Modified files: regress/usr.bin/ssh: conch-ciphers.sh Log message: ssh conch interop tests requires a controlling terminal; ok dtucker@ CVSROOT: /cvs Module name: xenocara Changes by: bluhm@cvs.openbsd.org 2023/10/25 02:13:24 Modified files: xserver/Xi : Tag: OPENBSD_7_4 xiproperty.c xserver/dix : Tag: OPENBSD_7_4 enterleave.h xserver/fb : Tag: OPENBSD_7_4 fb.h fbscreen.c xserver/hw/vfb : Tag: OPENBSD_7_4 InitOutput.c xserver/include: Tag: OPENBSD_7_4 eventstr.h xserver/mi : Tag: OPENBSD_7_4 mipointer.c miscrinit.c xserver/randr : Tag: OPENBSD_7_4 rrproperty.c Log message: Fix several input validation errors in the X server CVE-2023-5367 CVE-2023-5380 CVE-2023-5574 from matthieu@ this is errata/7.4/001_xserver.patch.sig CVSROOT: /cvs Module name: xenocara Changes by: bluhm@cvs.openbsd.org 2023/10/25 02:14:42 Modified files: xserver/Xi : Tag: OPENBSD_7_3 xiproperty.c xserver/dix : Tag: OPENBSD_7_3 enterleave.h xserver/fb : Tag: OPENBSD_7_3 fb.h fbscreen.c xserver/hw/vfb : Tag: OPENBSD_7_3 InitOutput.c xserver/include: Tag: OPENBSD_7_3 eventstr.h xserver/mi : Tag: OPENBSD_7_3 mipointer.c miscrinit.c xserver/randr : Tag: OPENBSD_7_3 rrproperty.c Log message: Fix several input validation errors in the X server CVE-2023-5367 CVE-2023-5380 CVE-2023-5574 from matthieu@ this is errata/7.3/018_xserver.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/25 02:17:16 Modified files: sys/kern : Tag: OPENBSD_7_4 uipc_mbuf.c Log message: Avoid assertion failure when splitting mbuf cluster. m_split() calls m_align() to initialize the data pointer of newly allocated mbuf. If the new mbuf will be converted to a cluster, this is not necessary. If additionally the new mbuf is larger than MLEN, this can lead to a panic. Only call m_align() when a valid m_data is needed. This is the case if we do not refecence the existing cluster, but memcpy() the data into the new mbuf. Reported-by: syzbot+0e6817f5877926f0e96a@syzkaller.appspotmail.com OK claudio@ deraadt@ this is errata/7.4/002_msplit.patch.sig CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/25 02:17:54 Modified files: sys/kern : Tag: OPENBSD_7_3 uipc_mbuf.c Log message: Avoid assertion failure when splitting mbuf cluster. m_split() calls m_align() to initialize the data pointer of newly allocated mbuf. If the new mbuf will be converted to a cluster, this is not necessary. If additionally the new mbuf is larger than MLEN, this can lead to a panic. Only call m_align() when a valid m_data is needed. This is the case if we do not refecence the existing cluster, but memcpy() the data into the new mbuf. Reported-by: syzbot+0e6817f5877926f0e96a@syzkaller.appspotmail.com OK claudio@ deraadt@ this is errata/7.3/019_msplit.patch.sig CVSROOT: /cvs Module name: www Changes by: bluhm@cvs.openbsd.org 2023/10/25 02:31:32 Modified files: . : errata73.html errata74.html Log message: Release xserver and msplit errata. CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/10/25 03:36:47 Modified files: sys/dev : vscsi.c Log message: Make `vscsi_filtops' mpsafe. filt_vscsiread() checks `sc_ccb_i2t' protected by `sc_state_mtx' mutex(9), so use it to protect `sc_klist' knotes list too. ok claudio CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2023/10/25 05:14:42 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: okay, that one ought to work. Recognize + only right before = CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/25 05:56:57 Modified files: x11/xfce4/thunar: Makefile distinfo Log message: x11/xfce4/thunar: update to 4.18.8 CVSROOT: /cvs Module name: src Changes by: dv@cvs.openbsd.org 2023/10/25 06:44:28 Modified files: usr.sbin/vmd : i8253.c mc146818.c ns8250.c Log message: vmd(8): stop toggling irq deassert for edge triggered devs. For edge-triggered devices, there's no need to deassert an irq given how vmd(8) emulates a pic. Deassertion grabs a lock and can trigger the ioctl for toggling pending interrupts causing a race condition. This results in a storm of vm-exits and guest vcpu becoming unresponsive. The original sign of this issue is guest "pauses" when pasting text into a serial console connection in something like xterm(1). Tested by mbuhl@, cheloha@, sashan@, kn@, and mlarkin@. "go for it", mlarkin@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/25 06:52:19 Modified files: www/mozilla-firefox: Makefile Added files: www/mozilla-firefox/patches: patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: mozilla-firefox: prepare for syscall(2) removal Avoid syscall(SYS_write) in libwebrtc's bundled abseil's logging facility. Just call write(2). ok landry CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/25 06:55:37 Modified files: www/firefox-esr: Makefile Added files: www/firefox-esr/patches: patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: firefox-esr: prepare for syscall(2) removal Avoid syscall(SYS_write) in libwebrtc's bundled abseil's logging facility. Just call write(2). CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/25 06:57:25 Modified files: mail/mozilla-thunderbird: Makefile Added files: mail/mozilla-thunderbird/patches: patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: mozilla-thunderbird: prepare for syscall(2) removal Avoid syscall(SYS_write) in libwebrtc's bundled abseil's logging facility. Just call write(2). CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/25 07:00:00 Modified files: www/tor-browser/browser: Makefile Added files: www/tor-browser/browser/patches: patch-third_party_libwebrtc_third_party_abseil-cpp_absl_base_internal_raw_logging_cc Log message: tor-browser/browser: prepare for syscall(2) removal Avoid syscall(SYS_write) in libwebrtc's bundled abseil's logging facility. Just call write(2). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/25 08:05:48 Modified files: databases/sqlports/files: Inserter.pm Log message: be completely silent about the schema if not -v CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/25 09:23:59 Modified files: databases/sqlports: Makefile databases/sqlports/files: PkgPath.pm TreeWalker.pm mksqlitedb Log message: major overhaul of the treewalker and options for mksqlitedb as a result: - properly show errors at the end. - show walker errors like I did for dpb. - feature a "keepgoing" mode that will do the full walk BEFORE exiting with an error if necessary (but switch from +++ path to !!! path after the first error, so that interactive runs can be interrupted early on if deemed applicable) - feature a "testmode" for trying out a single path - remove some old obsolete options - embed some perldoc in the script proper. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/25 09:51:45 Modified files: distrib/notes/arm64: hardware Log message: typo; from katagawa gmail CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 09:53:02 Modified files: devel/pyflakes : Makefile distinfo Log message: update to pyflakes-3.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 09:54:26 Modified files: devel/flake8 : Makefile distinfo devel/flake8/pkg: PLIST Log message: update to flake8-6.1.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 09:59:11 Modified files: sysutils/restic: Makefile distinfo modules.inc Log message: update to restic-0.16.1, includes bugfix for rare corruption bug if you manually specify max compression, see https://github.com/restic/restic/releases/v0.16.1 for info. (default compression level is auto, which is unaffected). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 09:59:41 Modified files: sysutils/restic: Tag: OPENBSD_7_4 Makefile distinfo modules.inc Log message: update to restic-0.16.1, includes bugfix for rare corruption bug if you manually specify max compression, see https://github.com/restic/restic/releases/v0.16.1 for info. (default compression level is auto, which is unaffected). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 10:05:50 Modified files: www/squid : Makefile distinfo Log message: backout to squid-6.3, there's an issue with one of the security fixes in 6.4 (triggering assertions). CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/25 10:06:17 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile distinfo Log message: backout to squid-6.3, there's an issue with one of the security fixes in 6.4 (triggering assertions). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2023/10/25 12:57:36 Modified files: infrastructure/mk: bsd.port.mk Log message: trivial "check-sqlports" target CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/25 14:05:43 Modified files: usr.bin/patch : patch.c Log message: Fix unveil(2) in patch(1) with explicit patchfile. A backup file should be created in the directory of the original file, but only the current directory was unveiled. Then the patched file was created in /tmp and did not replace the original patchfile in place. If a patchfile is passed in argv[0], unveil its directory instead of current directory. OK florian@ deraadt@ millert@ CVSROOT: /cvs Module name: www Changes by: mlarkin@cvs.openbsd.org 2023/10/25 23:48:20 Modified files: . : riscv64.html Log message: Add some words about VisionFive 2 CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/26 00:06:25 Modified files: emulators/mame : Makefile distinfo emulators/mame/patches: patch-makefile Log message: Update mame to 0.260. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 00:40:00 Modified files: security/clamav: Makefile distinfo security/clamav/pkg: PLIST Log message: update to clamav-1.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 00:40:17 Modified files: security/clamav: Tag: OPENBSD_7_4 Makefile distinfo security/clamav/pkg: Tag: OPENBSD_7_4 PLIST Log message: update to clamav-1.2.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 00:40:21 Modified files: devel/py-pip : Makefile distinfo Log message: update to py3-pip-23.3.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/26 00:42:16 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/thunderbird-i18n: Makefile.inc distinfo Log message: mail/mozilla-thunderbird: update to 115.4.1. see https://www.thunderbird.net/en-US/thunderbird/115.4.1/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-47/ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/26 00:43:06 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_7_4 Makefile distinfo Log message: mail/mozilla-thunderbird: MFC update to 115.4.1. see https://www.thunderbird.net/en-US/thunderbird/115.4.1/releasenotes/ fixes https://www.mozilla.org/en-US/security/advisories/mfsa2023-47/ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 00:44:51 Modified files: security/letsencrypt: Makefile.inc security/letsencrypt/client: distinfo security/letsencrypt/py-acme: distinfo Log message: update to certbot/py3-acme-2.7.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 00:45:04 Modified files: security/gpgme : Makefile distinfo security/gpgme/patches: patch-configure patch-lang_cpp_tests_Makefile_in patch-lang_qt_Makefile_in patch-lang_qt_tests_Makefile_in security/gpgme/pkg: PLIST-main Log message: update to gpgme-1.23.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/26 00:55:59 Modified files: sysutils/govmomi: Makefile distinfo modules.inc Log message: Update to govc-0.33.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/26 01:08:46 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-452.0.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 01:18:39 Modified files: textproc/xml2rfc: Makefile distinfo Log message: update to xml2rfc-3.18.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 01:20:13 Modified files: security/lastpass-cli: Makefile distinfo Log message: update to lastpass-cli-1.3.6 CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/26 01:57:54 Modified files: lib/libcrypto/rsa: rsa_ameth.c Log message: Rework the MD setting in the RSA ASN.1 method This streamlines the code to use safer idioms, do proper error checking and be slightly less convoluted. Sprinkle a few references to RFC 8017 and explain better what we are doing and why. Clarify ownership and use more consistent style. This removes the last internal use of X509_ALGOR_set_md(). ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/26 02:01:38 Modified files: regress/lib/libcrypto/asn1: x509_algor.c Log message: Provide prototype for X509_ALGOR_set_md() Once we remove X509_ALGOR_set_md() we can link this test statically and use X509_ALGOR_set_evp_md() but for now make sure the documented workaround for this garbage API works. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/26 02:01:56 Modified files: lib/libcrypto/x509: x509.h Log message: Hide X509_ALGOR_set_md() for LIBRESSL_INTERNAL CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 02:08:17 Modified files: security/burpsuite: Makefile distinfo Log message: fix distfile download feedback sthen@ CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/26 03:08:57 Modified files: lib/libcrypto/cms: cms_dd.c Log message: Tidy includes CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 03:48:50 Modified files: sysutils/ruby-puppet/7: Makefile distinfo sysutils/ruby-puppet/7/pkg: PLIST Log message: update 7.25.0 -> 7.26.0 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/26 03:49:38 Modified files: net/lagrange : Makefile distinfo Log message: update net/lagrange to 1.17.2; from MAINTAINER Florian Viehweger, thanks! Changes: https://github.com/skyjake/lagrange/releases/tag/v1.17.2 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 03:59:35 Modified files: databases/ruby-hiera-eyaml: Makefile distinfo databases/ruby-hiera-eyaml/pkg: PLIST Log message: update 3.3.0 -> 3.4.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 04:03:48 Modified files: devel/flake8 : Makefile Log message: update HOMEPAGE, part of a larger diff from Laurent Cheylus CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/26 04:11:50 Modified files: sysutils/hcloud: Makefile distinfo Log message: Update hcloud to 1.19.0 Features - add --enable-protection flag to "create" commands - add "all list" command to list all resources in the project - iso: allow to filter list by type (public, private) - primary-ip: enable/disable-protection accept levels as arguments - server: add --enable-backup flag to "create" command - server: add --wait flag to "shutdown" command Bug Fixes - floating-ip: list command only returns first 50 entries - image: list does not parse "type" flag correctly - list outputs null instead of empty array when listing in JSON - build: ensure signature is properly generated CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 05:48:54 Modified files: devel/ruby-optimist: Makefile distinfo devel/ruby-optimist/pkg: PLIST Log message: update 3.0.1 -> 3.1.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 05:54:42 Modified files: devel/ruby-puppet-resource_api: Makefile distinfo devel/ruby-puppet-resource_api/pkg: PLIST Log message: update 1.8.14 -> 1.9.0 CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/26 06:08:22 Modified files: net/ruby-public_suffix: Makefile distinfo net/ruby-public_suffix/pkg: PLIST Log message: update 4.0.7 -> 5.0.3 CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/26 06:44:07 Modified files: regress/usr.bin/ssh: conch-ciphers.sh Log message: Skip conch interop tests when not enabled instead of fatal. CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/26 07:18:56 Modified files: audio/picard : Makefile distinfo audio/picard/pkg: PLIST Log message: audio/picard: update to 2.10 ok sdk@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/26 07:19:56 Modified files: sysutils/loki : Makefile distinfo Log message: sysutils/loki: update to 2.9.2 ok landry@ CVSROOT: /cvs Module name: ports Changes by: lraab@cvs.openbsd.org 2023/10/26 07:22:49 Modified files: sysutils/grafana: Makefile distinfo sysutils/grafana/pkg: PLIST sysutils/grafana/patches: patch-conf_sample_ini Log message: sysutils/grafana: update to 10.2.0 ok landry@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/26 07:51:06 Modified files: lang/njs : Makefile distinfo Log message: lang/njs: update to 0.8.2 from Sergey A. Osokin osa freebsd org CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/26 07:51:38 Modified files: www/nginx : Makefile distinfo Log message: www/nginx: update njs module to 0.8.2. from Sergey A. Osokin osa freebsd org CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/26 08:08:48 Modified files: sys/arch/amd64/stand/efiboot: efidev.c sys/arch/arm64/stand/efiboot: efidev.c sys/arch/armv7/stand/efiboot: efidev.c sys/arch/riscv64/stand/efiboot: efidev.c Log message: make efi_getdisklabel_cd9660() handle a block size of 512 and simplify ok yasuoka@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/26 08:13:38 Modified files: sys/arch/arm64/stand/efiboot: Makefile conf.c Log message: add cd9660 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/26 08:27:03 Modified files: distrib/arm64/iso: Makefile distrib/arm64/ramdisk: Makefile Log message: construct EFI bootable cdXX.iso and instalXX.iso files CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/26 08:29:14 Modified files: distrib/notes/arm64: contents Log message: install CDs now available. (these are EFI-only) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/26 08:34:15 Modified files: distrib/arm64/ramdisk: Makefile Log message: delete incorrect dependency CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/26 08:36:45 Modified files: lang/njs : Makefile Added files: lang/njs/patches: patch-auto_make Log message: lang/njs: add small patch to fix build when the previous version is installed also from Sergey A Osokin osa freebsd org, thanks ! CVSROOT: /cvs Module name: ports Changes by: paco@cvs.openbsd.org 2023/10/26 09:30:36 Modified files: sysutils/chezmoi: Makefile distinfo modules.inc Log message: update sysutils/chezmoi to 2.40.3 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/26 10:26:01 Modified files: sbin/pfctl : parse.y pfctl.c pfctl_parser.c pfctl_table.c Log message: whitespace cleanup my fingers couldn't avoid doing while i was re-reading the parsing code CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/26 10:31:52 Modified files: print/a2ps : Makefile print/a2ps/pkg : PLIST Added files: print/a2ps/patches: patch-src_a2ps-lpr-wrapper Log message: Fix a2ps-lpr-wrapper; from upstream https://savannah.gnu.org/bugs/?64047 reported by rsykora at disroot dot org CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/26 10:38:23 Modified files: print/a2ps : Tag: OPENBSD_7_4 Makefile print/a2ps/pkg : Tag: OPENBSD_7_4 PLIST Added files: print/a2ps/patches: Tag: OPENBSD_7_4 patch-src_a2ps-lpr-wrapper Log message: Fix a2ps-lpr-wrapper; from upstream https://savannah.gnu.org/bugs/?64047 reported by rsykora at disroot dot org CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/26 10:40:59 Log message: import devel/libmaa; Feedback OK op rsadowski new dependency for net/dict update Status: Vendor Tag: kn Release Tags: kn_20231026 N ports/devel/libmaa/Makefile N ports/devel/libmaa/distinfo N ports/devel/libmaa/patches/patch-maa_Makefile N ports/devel/libmaa/patches/patch-maa_bit_c N ports/devel/libmaa/patches/patch-maa_timer_c N ports/devel/libmaa/pkg/DESCR N ports/devel/libmaa/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/26 10:42:06 Modified files: devel : Makefile Log message: + libmaa CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/26 10:49:27 Modified files: net/dictd : Makefile distinfo net/dictd/pkg : PLIST-main PLIST-server Removed files: net/dictd/patches: patch-Makefile_in patch-configure patch-decl_h patch-dictP_h patch-libmaa_configure patch-libmaa_decl_h patch-libmaa_maaP_h Log message: update to dictd 1.13.1; OK op rsadowski Dust off the port, no more patches needed. Works great with education/freedict/ ports. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/26 11:13:50 Modified files: distrib/arm64/ramdisk: Makefile Log message: the dependency should have been moved down CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/26 11:33:35 Modified files: gnu/usr.bin/gcc/gcc: c-opts.c gnu/usr.bin/gcc/gcc/doc: cppopts.texi invoke.texi gnu/gcc/gcc : c-opts.c gnu/gcc/gcc/doc: cppopts.texi gcc.1 gcc.info invoke.texi share/man/man1 : gcc-local.1 Log message: Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. While these versions of gcc don't have full C99 support, it is better than defaulting to C89 when building modern software. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/26 11:35:38 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo Log message: Update to rust-openssl-tests 20231026 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2023/10/26 11:59:16 Modified files: lib/libc/stdlib: malloc.c Log message: A few micro-optimizations; ok asou@ CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/26 12:26:36 Modified files: devel/p5-Test2-Suite: Makefile distinfo Log message: update p5-Test2-Suite to 0.000159 CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/10/26 12:28:46 Modified files: devel/p5-Term-Table: Makefile distinfo Log message: update p5-Term-Table to 0.018 CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/10/26 12:45:28 Modified files: sysutils/m1n1 : Makefile distinfo Added files: sysutils/m1n1/patches: patch-data_makelogo_sh Log message: Update to m1n1 1.4.3 CVSROOT: /cvs Module name: ports Changes by: tobhe@cvs.openbsd.org 2023/10/26 12:46:22 Modified files: sysutils/firmware/apple-boot: Makefile Log message: Bump m1n1 version to 1.4.3 ok kettenis@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/26 12:46:42 Modified files: gnu/usr.bin/gcc/gcc/doc: cppopts.texi Log message: Fix a typo spotted by miod@. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/26 12:52:45 Modified files: regress/usr.bin/ssh: Makefile Log message: make use of bsd.regress.mk in extra and interop targets; ok dtucker@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2023/10/26 13:26:56 Modified files: infrastructure/mk: bsd.port.mk mail/elm : Makefile mail/elm/pkg : PLIST Log message: do not create the ${PREFIX}/share/nls directory tree by default The share/nls directories have been barely ever used throughout the 27-year history of the ports tree. Let the single port that still installs a file there create the directory itself. CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2023/10/26 13:28:30 Modified files: etc/mtree : 4.4BSD.dist Log message: do not create /usr/local/share/nls and subdirectories by default The share/nls/ paths are unused. ok miod@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/26 14:17:58 Modified files: mail/postfix : Makefile.inc mail/postfix/snapshot: Makefile mail/postfix/stable: Makefile Log message: postfix: switch to openssl 3.1, ok sthen, looks fine to brad (maintainer) This was the last consumer of OpenSSL 3.0, so the latter will soon be sent where it belongs. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 14:36:45 Modified files: www/squid : Makefile Log message: squid: fix RUN_DEPENDS-ldap after adding EPOCH for the revert CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/26 14:37:06 Modified files: www/squid : Tag: OPENBSD_7_4 Makefile Log message: squid: fix RUN_DEPENDS-ldap after adding EPOCH for the revert CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2023/10/26 15:30:53 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: bket@cvs.openbsd.org 2023/10/26 23:09:26 Modified files: sysutils/rustic: Makefile crates.inc distinfo sysutils/rustic/pkg: PLIST Added files: sysutils/rustic/patches: patch-modcargo-crates_rustic_core-0_1_1_src_error_rs Log message: Update to rustic-0.6.0 This is the first release using the rustic_core crate for basically all rustic functionality. Changes: https://github.com/rustic-rs/rustic/releases/tag/v0.6.0 CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2023/10/26 23:59:06 Modified files: www/chromium : Makefile distinfo www/chromium/patches: patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h www/ungoogled-chromium: Makefile distinfo www/ungoogled-chromium/patches: patch-components_password_manager_core_browser_login_database_unittest_cc patch-components_password_manager_core_browser_sync_password_sync_bridge_cc patch-components_password_manager_core_common_password_manager_features_cc patch-components_password_manager_core_common_password_manager_features_h Added files: www/chromium/patches: patch-components_password_manager_core_browser_features_password_features_cc www/ungoogled-chromium/patches: patch-components_password_manager_core_browser_features_password_features_cc Removed files: www/chromium/patches: patch-components_password_manager_core_browser_login_database_cc www/ungoogled-chromium/patches: patch-components_password_manager_core_browser_login_database_cc Log message: update to 118.0.5993.117 CVSROOT: /cvs Module name: ports Changes by: kmos@cvs.openbsd.org 2023/10/27 00:26:22 Modified files: x11/spectrwm : Makefile Log message: spectrwm's new version does not get along with base-gcc, move to ports-gcc Fixes the build on sparc64 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/27 00:52:40 Modified files: sysutils/exoscale-cli: Makefile distinfo Log message: Update to exoscale-cli-1.74.4. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/27 00:58:32 Modified files: sysutils/terragrunt: Makefile distinfo Log message: Update to terragrunt-0.52.6. CVSROOT: /cvs Module name: src Changes by: anton@cvs.openbsd.org 2023/10/27 01:33:06 Modified files: regress/lib/libc/sys: t_sendmmsg.c Log message: Include wait(2) status in error message, in the hopes of providing clues on why this occasionally fails. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/27 01:38:02 Modified files: security/p11-kit: Makefile distinfo Log message: Update to p11-kit-0.25.1. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/27 02:02:18 Modified files: devel/py-astroid: Makefile distinfo devel/py-astroid/pkg: PLIST Removed files: devel/py-astroid/patches: patch-pyproject_toml Log message: update to py3-astroid-3.0.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/27 02:02:29 Modified files: devel/pylint : Makefile distinfo devel/pylint/pkg: PLIST Removed files: devel/pylint/patches: patch-pyproject_toml Log message: update to pylint3-3.0.2 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/27 03:40:28 Modified files: usr.sbin/bgpd : session.c Log message: The holdtime is added to the ibuf with ibuf_add_n16() so no need to htons() the value before. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/27 04:20:43 Modified files: sysutils/firmware/apple-boot: Makefile Log message: bump REVISION CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/27 04:23:58 Modified files: usr.sbin/snmpd : application_agentx.c Log message: Use event_add(), instead of calling appl_agentx_send() directly. If an error occurs the connection will be freed and if the caller uses the connection afterwards it will lead to a use after free. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/27 04:26:20 Modified files: regress/usr.sbin/snmpd: Makefile agentx.c regress.h snmpd_regress.c Log message: Add a test that would cause a use after free previously by sending a protocol error-ed message and immediately followed up by a connection close. OK tb@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/27 04:31:31 Modified files: graphics/orthanc/server: Makefile graphics/orthanc/server/pkg: PLIST Log message: ${VARBASE} is wrong (it is not in the default SUBST_VARS and usually makes no sense in ports anyway; for things where you mean "/var or some locally defined alternative for people doing their own special package build which nobody actually does" then it would be ${LOCALSTATEDIR}, which _is_ in the default SUBST_VARS). replace with /var. found by op@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/27 04:32:11 Modified files: usr.sbin/snmpd : application.c Log message: If an invalid varbindlist was returned by a backend we would call appl_request_upstream_resolve() twice where the first call would already return a reply and free the upstream request, leading to a use after free. Make appl_request_downstream_free() call appl_request_upstream_resolve() unconditionally and remove the call from appl_response(). OK tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/27 04:57:04 Modified files: devel/qt-creator: Makefile distinfo devel/qt-creator/patches: patch-src_libs_3rdparty_sqlite_sqlite3_c patch-src_libs_utils_qtcassert_cpp patch-src_tools_qml2puppet_CMakeLists_txt devel/qt-creator/pkg: PLIST Removed files: devel/qt-creator/patches: patch-cmake_Findyaml-cpp_cmake patch-src_libs_sqlite_CMakeLists_txt patch-src_plugins_clangformat_clangformatutils_cpp patch-src_plugins_qmldesigner_qmldesignercore_cmake Log message: Update qt-creator to 11.0.3 Switch from Qt5 to Qt6. CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/27 07:46:44 Modified files: devel/pre-commit: Makefile distinfo Log message: Update pre-commit 3.4.0 -> 3.5.0 Changelog: https://github.com/pre-commit/pre-commit/releases/tag/v3.5.0 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/27 07:47:07 Modified files: security/vault : Makefile distinfo Log message: Update vault 1.15.0 -> 1.15.1 Changelog: https://github.com/hashicorp/vault/releases/tag/v1.15.1 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/27 07:47:29 Modified files: databases/patroni: Makefile distinfo databases/patroni/patches: patch-patroni_validator_py databases/patroni/pkg: PLIST Log message: Update patroni 3.1.2 -> 3.2.0 Changelog: https://github.com/zalando/patroni/blob/master/docs/releases.rst#version-320 CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/27 07:48:08 Modified files: sysutils/logstash: Makefile distinfo sysutils/logstash/patches: patch-config_logstash_yml sysutils/logstash/pkg: PLIST Log message: Update logstash 8.9.0 -> 8.10.4 Release notes: https://www.elastic.co/guide/en/logstash/8.10/logstash-8-10-4.html CVSROOT: /cvs Module name: ports Changes by: pvk@cvs.openbsd.org 2023/10/27 07:55:39 Modified files: net/mattermost-server: Makefile distinfo net/mattermost-server/patches: patch-server_config_config_json net/mattermost-server/pkg: PLIST-main Log message: Update mattermost-server 8.1.2 -> 9.1.0 Changelog: https://docs.mattermost.com/install/self-managed-changelog.html CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/27 08:22:43 Modified files: usr.sbin/bgpd : session.c Log message: Simplify the handling of optparamlen and RFC9072 support. Use the ibuf_size() of the optional params (opb) when writing the various headers. Only use optparamlen to write the Opt Parm Len field of the OPEN message. Since there the size could be forced to 255 in case of a RFC9072 exended header. Also use size_t for optparamlen since the new ibuf API no longer depends on using the right sized type. OK tb@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/27 09:02:30 Modified files: build : mirrors.dat Log message: mirror2.sandyriver.net disabled for now; moving CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2023/10/27 09:02:54 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh : ftp.html portable.html openntpd : portable.html rpki-client : portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/27 09:23:45 Modified files: multimedia/libv4l: Makefile Added files: multimedia/libv4l/patches: patch-lib_libv4l-mplane_libv4l-mplane_c patch-lib_libv4l1_libv4l1_c patch-lib_libv4l2_libv4l2_c Log message: libv4l: neuter syscall(2) usage This library is littered with syscall(SYS_foo). Some of it can be disabled with CONFIG_SYS_WRAPPER. Condition the rest of the callers on this. CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/27 09:56:48 Modified files: meta/tor-browser: Makefile www/tor-browser: Makefile.inc www/tor-browser/browser: Makefile distinfo Log message: Tor Browser: update to 13.0.1 CVSROOT: /cvs Module name: ports Changes by: caspar@cvs.openbsd.org 2023/10/27 09:57:53 Modified files: meta/tor-browser: Tag: OPENBSD_7_4 Makefile www/tor-browser: Tag: OPENBSD_7_4 Makefile.inc www/tor-browser/browser: Tag: OPENBSD_7_4 Makefile distinfo Log message: Tor Browser: update to 13.0.1 And backport commit to -current: "Tor Browser: install Tor Browser icons instead of Firefox'" CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/27 10:20:37 ports/net/dictd/files Update of /cvs/ports/net/dictd/files In directory cvs.openbsd.org:/tmp/cvs-serv1389/files Log Message: Directory /cvs/ports/net/dictd/files added to the repository CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/27 12:47:00 Log message: import sysutils/py-apscheduler Advanced Python Scheduler (APScheduler) is a Python library that lets you schedule your Python code to be executed later, either just once or periodically. You can add new jobs or remove old ones on the fly as you please. If you store your jobs in a database, they will also survive scheduler restarts and maintain their state. When the scheduler is restarted, it will then run all the jobs it should have run while it was offline. Among other things, APScheduler can be used as a cross-platform, application specific replacement to platform specific schedulers, such as the cron daemon or the Windows task scheduler. Please note, however, that APScheduler is not a daemon or service itself, nor does it come with any command line tools. It is primarily meant to be run inside existing applications. That said, APScheduler does provide some building blocks for you to build a scheduler service or to run a dedicated scheduler process. feedback and OK sthen@ Status: Vendor Tag: sebastia Release Tags: sebastia_20231027 N ports/sysutils/py-apscheduler/Makefile N ports/sysutils/py-apscheduler/distinfo N ports/sysutils/py-apscheduler/pkg/DESCR N ports/sysutils/py-apscheduler/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/27 12:48:42 Modified files: sysutils : Makefile Log message: hook up py-apscheduler CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/27 12:51:10 Modified files: infrastructure/db: user.list net/dictd : Makefile net/dictd/pkg : PLIST-server Added files: net/dictd/files: dictd.conf net/dictd/patches: patch-dictd_c net/dictd/pkg : dictd.rc Log message: Use dedicated user, ship rc script and education/freedict/ example dictd(8) dropts to dictd (nonexistent) or nobody iff started as root; recycle old _polkituser into _dictd to isolate this port. Take maintainer Feedback OK sthen CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/27 12:51:18 Log message: import devel/py-cachelib A collection of cache libraries in the same API interface. Extracted from Werkzeug. feedback and OK sthen@ Status: Vendor Tag: sebastia Release Tags: sebastia_20231027 N ports/devel/py-cachelib/Makefile N ports/devel/py-cachelib/distinfo N ports/devel/py-cachelib/pkg/DESCR N ports/devel/py-cachelib/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/27 12:53:12 Modified files: devel : Makefile Log message: hook up py-cachelib CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2023/10/27 13:13:51 Modified files: sys/uvm : uvm_anon.c Log message: Do not decrement the swap counter if the anon is associated to a "bad" slot. When such anon is freed its content is obviously not living in swap. ok miod@ CVSROOT: /cvs Module name: src Changes by: mpi@cvs.openbsd.org 2023/10/27 13:18:53 Modified files: sys/uvm : uvm_pdaemon.c uvm_swap.c uvm_swap.h uvmexp.h Log message: Make out-of-swap checks more robust. Consider that the swap space is full when 99% of it is filled with pages that are no longer present in memory. This prevents deadlocks when out-of-swap if some swap ranges had I/O errors and have been marked as 'bad', or if some pages are unreachable by the pagedaemon and still holding some slots. Also introduce uvm_swapisfilled() to check if there are some free slots in the swap. Note that we consider the swap space completly filled if it is not possible to write a full cluster. This prevents deadlocks if a few slots are never allocated. ok miod@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/27 13:21:18 Added files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_skia_src_opts_SkRasterPipeline_opts_h Log message: Unbreak aarch64 Revert b2de8e8046dc1c558465f74b4afe11d57cbc6cf3 (with new defined check) CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/27 14:22:48 Modified files: net/nextcloudclient: Makefile distinfo Log message: Update nextcloudclient to 3.10.1 Changelog: https://github.com/nextcloud/desktop/releases/v3.10.1 - Fix folder wizard warning color for local path in dark mode by @backportbot-nextcloud in #6068 - Bugfix/remove dead oauth code by @claucambra in #6075 - Open Nextcloud after installation on macOS by @backportbot-nextcloud in #6076 - Fix Chunk v2 upload headers by @backportbot-nextcloud in #6086 - Bugfix/legacy migration by @backportbot-nextcloud in #6095 - Prevent empty password being passed into share creation by @tobiasKaminsky in #6107 - Unhide discovery logs for file deleted on the server and for discovered file by @backportbot-nextcloud in #6116 - Fix issues on manpages by @hefee in #6122 - Fix chunk v2 destination header by @backportbot-nextcloud in #6141 - Bugfix/restore folders recursively by @backportbot-nextcloud in #6143 Update diff from maintainer, obrigado! CVSROOT: /cvs Module name: src Changes by: jan@cvs.openbsd.org 2023/10/27 14:56:48 Modified files: sys/net : if.c if_bpe.c if_gre.c if_vlan.c if_vxlan.c Log message: Forward TCP LRO disabling to parent devices. Also disable TCP LRO on bridged vlan(4) and default for bpe(4), nvgre(4) and vxlan(4). ok bluhm@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/27 18:25:19 Modified files: gnu/usr.bin/gcc/gcc: c-opts.c gnu/usr.bin/gcc/gcc/doc: cppopts.texi invoke.texi gnu/gcc/gcc : c-opts.c gnu/gcc/gcc/doc: cppopts.texi gcc.1 gcc.info invoke.texi share/man/man1 : gcc-local.1 Log message: Back out change to make the default -std=gnu99 for now. There has been some unexpected fallout. Requested by deraadt@. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 01:16:12 Modified files: devel/kf5 : kf5.port.mk devel/kf5/attica: distinfo devel/kf5/baloo: distinfo devel/kf5/baloo/pkg: PLIST devel/kf5/bluez-qt: distinfo devel/kf5/breeze-icons: distinfo devel/kf5/extra-cmake-modules: distinfo devel/kf5/frameworkintegration: distinfo devel/kf5/kactivities: distinfo devel/kf5/kactivities-stats: distinfo devel/kf5/kapidox: distinfo devel/kf5/karchive: distinfo devel/kf5/karchive/pkg: PLIST devel/kf5/kauth: distinfo devel/kf5/kbookmarks: distinfo devel/kf5/kcalendarcore: distinfo devel/kf5/kcmutils: distinfo devel/kf5/kcodecs: distinfo devel/kf5/kcompletion: distinfo devel/kf5/kconfig: distinfo devel/kf5/kconfigwidgets: distinfo devel/kf5/kcontacts: distinfo devel/kf5/kcoreaddons: Makefile distinfo devel/kf5/kcrash: distinfo devel/kf5/kdav : distinfo devel/kf5/kdbusaddons: distinfo devel/kf5/kdeclarative: distinfo devel/kf5/kded : distinfo devel/kf5/kdelibs4support: Makefile distinfo devel/kf5/kdesignerplugin: distinfo devel/kf5/kdesu: distinfo devel/kf5/kdewebkit: distinfo devel/kf5/kdnssd: distinfo devel/kf5/kdoctools: distinfo devel/kf5/kemoticons: distinfo devel/kf5/kfilemetadata: distinfo devel/kf5/kglobalaccel: distinfo devel/kf5/kguiaddons: distinfo devel/kf5/kholidays: distinfo devel/kf5/khtml: distinfo devel/kf5/ki18n: Makefile distinfo devel/kf5/kiconthemes: distinfo devel/kf5/kidletime: distinfo devel/kf5/kimageformats: distinfo devel/kf5/kinit: distinfo devel/kf5/kio : distinfo devel/kf5/kirigami2: distinfo devel/kf5/kitemmodels: distinfo devel/kf5/kitemviews: distinfo devel/kf5/kjobwidgets: distinfo devel/kf5/kjs : distinfo devel/kf5/kjsembed: distinfo devel/kf5/kmediaplayer: distinfo devel/kf5/knewstuff: distinfo devel/kf5/knotifications: distinfo devel/kf5/knotifyconfig: distinfo devel/kf5/kpackage: distinfo devel/kf5/kparts: Makefile distinfo devel/kf5/kpeople: distinfo devel/kf5/kplotting: distinfo devel/kf5/kpty : distinfo devel/kf5/kquickcharts: distinfo devel/kf5/kross: distinfo devel/kf5/krunner: distinfo devel/kf5/kservice: distinfo devel/kf5/ktexteditor: distinfo devel/kf5/ktextwidgets: distinfo devel/kf5/kunitconversion: distinfo devel/kf5/kwallet: distinfo devel/kf5/kwayland: distinfo devel/kf5/kwidgetsaddons: distinfo devel/kf5/kwindowsystem: distinfo devel/kf5/kxmlgui: distinfo devel/kf5/kxmlrpcclient: Makefile distinfo devel/kf5/oxygen-icons: distinfo devel/kf5/plasma-framework: distinfo devel/kf5/prison: distinfo devel/kf5/purpose: distinfo devel/kf5/qqc2-desktop-style: distinfo devel/kf5/solid: distinfo devel/kf5/sonnet: Makefile distinfo devel/kf5/syndication: Makefile distinfo devel/kf5/syntax-highlighting: distinfo devel/kf5/threadweaver: distinfo Removed files: devel/kf5/kio/patches: patch-src_ioslaves_file_file_unix_cpp Log message: Update KDE Frameworks to 5.111.0 https://kde.org/announcements/frameworks/5/5.111.0/ This update introduce MODKF5_BUILD_TESTING. (disabled for now, only internal use) MODKF5_BUILD_TESTING is a way to disable all tests by default. This should save build time. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 01:18:06 Modified files: x11/kde-plasma : Makefile.inc x11/kde-plasma/breeze: Makefile distinfo x11/kde-plasma/breeze-gtk: distinfo x11/kde-plasma/kactivitymanagerd: distinfo x11/kde-plasma/kde-cli-tools: distinfo x11/kde-plasma/kde-gtk-config: Makefile distinfo x11/kde-plasma/kdecoration: distinfo x11/kde-plasma/kdeplasma-addons: distinfo x11/kde-plasma/kdeplasma-addons/pkg: PLIST x11/kde-plasma/kgamma5: distinfo x11/kde-plasma/khotkeys: distinfo x11/kde-plasma/kinfocenter: distinfo x11/kde-plasma/kinfocenter/pkg: PLIST x11/kde-plasma/kmenuedit: distinfo x11/kde-plasma/kscreen: distinfo x11/kde-plasma/kscreenlocker: distinfo x11/kde-plasma/ksshaskpass: distinfo x11/kde-plasma/ksysguard: Makefile x11/kde-plasma/ksystemstats: distinfo x11/kde-plasma/kwayland-integration: Makefile distinfo x11/kde-plasma/kwin: Makefile distinfo x11/kde-plasma/kwin/pkg: PLIST x11/kde-plasma/kwrited: distinfo x11/kde-plasma/layer-shell-qt: distinfo x11/kde-plasma/libkscreen: distinfo x11/kde-plasma/libksysguard: distinfo x11/kde-plasma/libksysguard/pkg: PLIST x11/kde-plasma/milou: distinfo x11/kde-plasma/oxygen: distinfo x11/kde-plasma/oxygen-sounds: distinfo x11/kde-plasma/plasma-nano: distinfo x11/kde-plasma/plasma-pa: Makefile distinfo x11/kde-plasma/plasma-sdk: distinfo x11/kde-plasma/plasma-workspace: distinfo x11/kde-plasma/plasma-workspace-wallpapers: distinfo x11/kde-plasma/polkit-kde-agent-1: distinfo x11/kde-plasma/qqc2-breeze-style: distinfo x11/kde-plasma/systemsettings: Makefile distinfo x11/kde-plasma/systemsettings/pkg: PLIST x11/kde-plasma/xdg-desktop-portal-kde: distinfo Log message: Update KDE Plasma to 5.27.9, Bugfix Release for October https://kde.org/announcements/plasma/5/5.27.9/ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 01:19:03 Modified files: x11/kde-plasma/kinfocenter: Makefile x11/kde-plasma/ksysguard: Makefile x11/kde-plasma/libksysguard: Makefile Log message: Remove REVISION (unhooked) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 01:33:52 Modified files: net/py-botocore: Makefile distinfo Log message: Update to py3-botocore-1.31.73. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 01:34:02 Modified files: net/py-boto3 : Makefile distinfo Log message: Update to py3-boto3-1.28.73. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 01:34:24 Modified files: sysutils/awscli: Makefile distinfo sysutils/awscli/pkg: PLIST Log message: Update to awscli-1.29.73. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 01:36:00 Modified files: misc/osinfo : Makefile.inc misc/osinfo/libosinfo: distinfo misc/osinfo/libosinfo/patches: patch-meson_build patch-osinfo_meson_build misc/osinfo/libosinfo/pkg: PLIST misc/osinfo/osinfo-db: Makefile distinfo misc/osinfo/osinfo-db/pkg: PLIST misc/osinfo/osinfo-db-tools: distinfo misc/osinfo/osinfo-db-tools/patches: patch-meson_build misc/osinfo/osinfo-db-tools/pkg: PLIST Log message: Update to: libosinfo-1.11.0 libsinfo-db-20231027 libsinfo-db-tools-1.11.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 01:47:55 Modified files: devel/kdevelop : Makefile distinfo devel/kdevelop/pkg: PLIST editors/ghostwriter: distinfo graphics/skanlite: distinfo meta/kde : Makefile net/kdeconnect-kde: distinfo net/kdeconnect-kde/patches: patch-core_backends_lan_lanlinkprovider_cpp net/kdeconnect-kde/pkg: PLIST net/konversation: Makefile distinfo net/ktorrent : distinfo net/libktorrent: distinfo net/neochat : Makefile x11/kde-applications: kde-applications.port.mk x11/kde-applications/akonadi: Makefile distinfo x11/kde-applications/akonadi-calendar: Makefile distinfo x11/kde-applications/akonadi-calendar/pkg: PLIST x11/kde-applications/akonadi-calendar-tools: distinfo x11/kde-applications/akonadi-contacts: Makefile distinfo x11/kde-applications/akonadi-import-wizard: Makefile distinfo x11/kde-applications/akonadi-mime: Makefile distinfo x11/kde-applications/akonadi-notes: distinfo x11/kde-applications/akonadi-search: Makefile distinfo x11/kde-applications/akonadi-search/pkg: PLIST x11/kde-applications/akonadiconsole: Makefile distinfo x11/kde-applications/akonadiconsole/pkg: PLIST x11/kde-applications/akregator: Makefile distinfo x11/kde-applications/analitza: distinfo x11/kde-applications/ark: Makefile distinfo x11/kde-applications/ark/pkg: PLIST x11/kde-applications/artikulate: distinfo x11/kde-applications/audiocd-kio: distinfo x11/kde-applications/baloo-widgets: distinfo x11/kde-applications/blinken: distinfo x11/kde-applications/bomber: distinfo x11/kde-applications/bovo: distinfo x11/kde-applications/calendarsupport: Makefile distinfo x11/kde-applications/cantor: Makefile distinfo x11/kde-applications/cervisia: distinfo x11/kde-applications/dolphin: distinfo x11/kde-applications/dolphin-plugins: distinfo x11/kde-applications/dragon: distinfo x11/kde-applications/elisa: distinfo x11/kde-applications/eventviews: distinfo x11/kde-applications/ffmpegthumbs: Makefile distinfo x11/kde-applications/filelight: Makefile distinfo x11/kde-applications/granatier: distinfo x11/kde-applications/grantlee-editor: Makefile distinfo x11/kde-applications/grantleetheme: distinfo x11/kde-applications/gwenview: distinfo x11/kde-applications/incidenceeditor: Makefile distinfo x11/kde-applications/juk: distinfo x11/kde-applications/kaccounts-integration: distinfo x11/kde-applications/kaccounts-providers: distinfo x11/kde-applications/kaddressbook: distinfo x11/kde-applications/kaddressbook/pkg: PLIST x11/kde-applications/kajongg: distinfo x11/kde-applications/kalarm: Makefile distinfo x11/kde-applications/kalarm/pkg: PLIST x11/kde-applications/kalgebra: Makefile distinfo x11/kde-applications/kalgebra/pkg: PLIST x11/kde-applications/kalzium: Makefile distinfo x11/kde-applications/kamera: distinfo x11/kde-applications/kanagram: distinfo x11/kde-applications/kapman: distinfo x11/kde-applications/kapptemplate: distinfo x11/kde-applications/kate: distinfo x11/kde-applications/katomic: distinfo x11/kde-applications/kbackup: distinfo x11/kde-applications/kblackbox: distinfo x11/kde-applications/kblocks: Makefile distinfo x11/kde-applications/kbounce: distinfo x11/kde-applications/kbreakout: Makefile distinfo x11/kde-applications/kbruch: distinfo x11/kde-applications/kbruch/pkg: PLIST x11/kde-applications/kcachegrind: distinfo x11/kde-applications/kcalc: distinfo x11/kde-applications/kcalutils: Makefile distinfo x11/kde-applications/kcharselect: distinfo x11/kde-applications/kcolorchooser: distinfo x11/kde-applications/kcron: Makefile distinfo x11/kde-applications/kde-dev-scripts: distinfo x11/kde-applications/kde-dev-utils: distinfo x11/kde-applications/kdebugsettings: Makefile distinfo x11/kde-applications/kdeedu-data: distinfo x11/kde-applications/kdegraphics-mobipocket: distinfo x11/kde-applications/kdegraphics-thumbnailers: distinfo x11/kde-applications/kdenetwork-filesharing: distinfo x11/kde-applications/kdenlive: distinfo x11/kde-applications/kdenlive/pkg: PLIST x11/kde-applications/kdepim-addons: Makefile distinfo x11/kde-applications/kdepim-addons/pkg: PLIST x11/kde-applications/kdepim-runtime: distinfo x11/kde-applications/kdesdk-thumbnailers: distinfo x11/kde-applications/kdf: Makefile distinfo x11/kde-applications/kdf/pkg: PLIST x11/kde-applications/kdialog: distinfo x11/kde-applications/kdiamond: distinfo x11/kde-applications/keditbookmarks: distinfo x11/kde-applications/kfind: distinfo x11/kde-applications/kfourinline: distinfo x11/kde-applications/kgeography: distinfo x11/kde-applications/kget: distinfo x11/kde-applications/kgoldrunner: distinfo x11/kde-applications/kgoldrunner/pkg: PLIST x11/kde-applications/kgpg: Makefile distinfo x11/kde-applications/khangman: Makefile distinfo x11/kde-applications/khelpcenter: distinfo x11/kde-applications/kidentitymanagement: Makefile distinfo x11/kde-applications/kig: distinfo x11/kde-applications/kigo: distinfo x11/kde-applications/killbots: distinfo x11/kde-applications/kimagemapeditor: distinfo x11/kde-applications/kimap: Makefile distinfo x11/kde-applications/kio-extras: Makefile distinfo x11/kde-applications/kipi-plugins: distinfo x11/kde-applications/kipi-plugins/pkg: PLIST x11/kde-applications/kirigami-gallery: distinfo x11/kde-applications/kiriki: distinfo x11/kde-applications/kiten: distinfo x11/kde-applications/kitinerary: Makefile distinfo x11/kde-applications/kjumpingcube: distinfo x11/kde-applications/kldap: distinfo x11/kde-applications/kleopatra: distinfo x11/kde-applications/klettres: Makefile distinfo x11/kde-applications/klettres/pkg: PLIST x11/kde-applications/klickety: distinfo x11/kde-applications/klines: distinfo x11/kde-applications/kmag: distinfo x11/kde-applications/kmahjongg: distinfo x11/kde-applications/kmail: Makefile distinfo x11/kde-applications/kmail-account-wizard: distinfo x11/kde-applications/kmailtransport: Makefile distinfo x11/kde-applications/kmbox: distinfo x11/kde-applications/kmime: Makefile distinfo x11/kde-applications/kmines: distinfo x11/kde-applications/kmix: Makefile distinfo x11/kde-applications/kmousetool: distinfo x11/kde-applications/kmouth: distinfo x11/kde-applications/kmplot: distinfo x11/kde-applications/knavalbattle: distinfo x11/kde-applications/knetwalk: distinfo x11/kde-applications/knotes: distinfo x11/kde-applications/knotes/pkg: PLIST x11/kde-applications/kolf: distinfo x11/kde-applications/kollision: distinfo x11/kde-applications/kolourpaint: distinfo x11/kde-applications/kompare: distinfo x11/kde-applications/konqueror: distinfo x11/kde-applications/konquest: distinfo x11/kde-applications/konsole: Makefile distinfo x11/kde-applications/konsole/pkg: PLIST x11/kde-applications/kontact: distinfo x11/kde-applications/kontactinterface: distinfo x11/kde-applications/kopeninghours: distinfo x11/kde-applications/korganizer: Makefile distinfo x11/kde-applications/kpimtextedit: Makefile distinfo x11/kde-applications/kpkpass: distinfo x11/kde-applications/kqtquickcharts: distinfo x11/kde-applications/krdc: distinfo x11/kde-applications/kreversi: Makefile distinfo x11/kde-applications/krfb: Makefile x11/kde-applications/kross-interpreters: distinfo x11/kde-applications/kruler: distinfo x11/kde-applications/ksanecore: distinfo x11/kde-applications/kshisen: Makefile distinfo x11/kde-applications/ksirk: distinfo x11/kde-applications/ksirk/pkg: PLIST x11/kde-applications/ksmtp: distinfo x11/kde-applications/ksnakeduel: distinfo x11/kde-applications/kspaceduel: distinfo x11/kde-applications/ksquares: distinfo x11/kde-applications/ksudoku: distinfo x11/kde-applications/ksystemlog: distinfo x11/kde-applications/kteatime: distinfo x11/kde-applications/kteatime/pkg: PLIST x11/kde-applications/ktimer: distinfo x11/kde-applications/ktnef: Makefile distinfo x11/kde-applications/ktnef/pkg: PLIST x11/kde-applications/ktouch: distinfo x11/kde-applications/ktuberling: distinfo x11/kde-applications/kturtle: distinfo x11/kde-applications/kubrick: distinfo x11/kde-applications/kwalletmanager: distinfo x11/kde-applications/kwordquiz: Makefile distinfo x11/kde-applications/libgravatar: Makefile distinfo x11/kde-applications/libgravatar/pkg: PLIST x11/kde-applications/libkcddb: distinfo x11/kde-applications/libkcompactdisc: distinfo x11/kde-applications/libkdcraw: distinfo x11/kde-applications/libkdegames: distinfo x11/kde-applications/libkdepim: Makefile distinfo x11/kde-applications/libkeduvocdocument: distinfo x11/kde-applications/libkexiv2: distinfo x11/kde-applications/libkgapi: distinfo x11/kde-applications/libkipi: Makefile distinfo x11/kde-applications/libkipi/pkg: PLIST x11/kde-applications/libkleo: Makefile distinfo x11/kde-applications/libkmahjongg: distinfo x11/kde-applications/libkomparediff2: distinfo x11/kde-applications/libksane: distinfo x11/kde-applications/libksieve: Makefile distinfo x11/kde-applications/lokalize: Makefile distinfo x11/kde-applications/lskat: distinfo x11/kde-applications/mailcommon: Makefile distinfo x11/kde-applications/mailimporter: Makefile distinfo x11/kde-applications/marble: distinfo x11/kde-applications/markdownpart: distinfo x11/kde-applications/mbox-importer: Makefile distinfo x11/kde-applications/merkuro: distinfo x11/kde-applications/merkuro/pkg: PLIST x11/kde-applications/messagelib: Makefile distinfo x11/kde-applications/messagelib/pkg: PLIST x11/kde-applications/minuet: distinfo x11/kde-applications/minuet/pkg: PLIST x11/kde-applications/okular: distinfo x11/kde-applications/palapeli: distinfo x11/kde-applications/picmi: distinfo x11/kde-applications/pim-data-exporter: Makefile distinfo x11/kde-applications/pim-sieve-editor: Makefile distinfo x11/kde-applications/pimcommon: Makefile distinfo x11/kde-applications/poxml: distinfo x11/kde-applications/print-manager: distinfo x11/kde-applications/rocs: distinfo x11/kde-applications/signon-kwallet-extension: distinfo x11/kde-applications/spectacle: Makefile x11/kde-applications/step: distinfo x11/kde-applications/svgpart: distinfo x11/kde-applications/sweeper: distinfo x11/kde-applications/tokodon: distinfo x11/kde-applications/umbrello: Makefile distinfo x11/yakuake : Makefile distinfo Log message: Update KDE Gear to 23.08.2 https://kde.org/announcements/gear/23.08.2/ https://kde.org/announcements/gear/23.08.1/ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 02:12:27 Modified files: net/bro : Tag: OPENBSD_7_4 Makefile distinfo net/bro/patches: Tag: OPENBSD_7_4 patch-src_zeek_bif Log message: SECURITY update to zeek-6.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 02:12:59 Modified files: net/bro : Makefile distinfo net/bro/patches: patch-src_zeek_bif Log message: SECURITY update to zeek-6.0.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 02:18:03 Modified files: sysutils/terragrunt: Makefile distinfo modules.inc Log message: Update to terragrunt-0.53.0. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 02:19:00 Modified files: lang/php : Makefile.inc lang/php/7.4 : Makefile lang/php/8.0 : Makefile Log message: change default AUTOCONF_VERSION for PHP and override in old branches CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/28 02:24:28 Modified files: x11/gnome/gitg : Makefile distinfo x11/gnome/gitg/pkg: PLIST Removed files: x11/gnome/gitg/patches: patch-data_meson_build Log message: Update to gitg-44. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 02:57:33 Modified files: lang/php : Tag: OPENBSD_7_4 Makefile.inc lang/php/7.4 : Tag: OPENBSD_7_4 Makefile lang/php/8.0 : Tag: OPENBSD_7_4 Makefile Log message: sync from -current: change default AUTOCONF_VERSION for PHP and override in old branches CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 02:59:24 Modified files: lang/php/8.1 : Makefile distinfo Log message: update to php-8.1.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 02:59:33 Modified files: lang/php/8.2 : Makefile distinfo Log message: update to php-8.2.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:00:29 Modified files: lang/php/8.1 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to php-8.1.25 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:00:36 Modified files: lang/php/8.2 : Tag: OPENBSD_7_4 Makefile distinfo Log message: update to php-8.2.12 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:01:28 Modified files: sysutils/borgmatic: Makefile distinfo sysutils/borgmatic/pkg: PLIST Log message: update to borgmatic-1.8.4 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:02:08 Modified files: www/nghttp2 : Makefile distinfo Log message: update to nghttp2-1.58.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:04:48 Modified files: devel/py-asttokens: Makefile distinfo Log message: update to py3-asttokens-2.4.1 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/28 03:37:21 Modified files: net/librenms : Makefile distinfo net/librenms/patches: patch-LibreNMS_wrapper_py patch-misc_config_definitions_json net/librenms/pkg: PLIST Log message: update to librenms-23.10.0 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 05:13:29 Modified files: wayland/xwayland: Makefile distinfo Log message: Update xwayland to 23.2.2 Update diff from matthieu@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/28 07:25:48 Modified files: geo/qgis : Makefile distinfo geo/qgis/pkg : PLIST Removed files: geo/qgis/patches: patch-cmake_FindPDAL_cmake patch-src_core_raster_qgsexiftools_cpp Log message: geo/qgis: update to 3.34.0. see https://changelog.qgis.org/en/qgis/version/3.34/ disable draco support for now, until the port is imported add 64 (!) absl WANTLIBs.. & drop patches merged upstream CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/28 08:03:31 Modified files: devel/boost : Makefile Added files: devel/boost/patches: patch-boost_atomic_detail_futex_hpp patch-boost_fiber_detail_futex_hpp patch-libs_filesystem_src_unique_path_cpp patch-libs_log_src_posix_object_name_cpp Log message: syscall(2) removal Taught boost not to use syscall(2) on OpenBSD OK Brad (co-maintainer) CVSROOT: /cvs Module name: ports Changes by: thfr@cvs.openbsd.org 2023/10/28 08:09:31 Modified files: lang/mono : Makefile Added files: lang/mono/patches: patch-mono_mini_mini-posix_c Log message: remove use of syscall(2) from mono. Thanks brynet@ for finding the location in mini-posix.c. ok brynet@, op@, robert@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/28 09:30:29 Modified files: security/openssl/3.0: Makefile security/openssl/3.1: Makefile Log message: openssl: update bumping instructions after postfix moved to 3.1 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/28 09:44:51 Log message: Import archivers/draco 1.5.6. Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics. ok tb@ Status: Vendor Tag: landry Release Tags: landryb_20231028 N ports/archivers/draco/Makefile N ports/archivers/draco/distinfo N ports/archivers/draco/pkg/PLIST N ports/archivers/draco/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/28 09:45:26 Modified files: archivers : Makefile Log message: +draco CVSROOT: /cvs Module name: ports Changes by: stu@cvs.openbsd.org 2023/10/28 11:26:44 Modified files: x11/bwidget : Makefile distinfo Log message: Update to 1.9.16. Add FIX_EXTRACT_PERMISSIONS=Yes. Thanks to Gonzalo L. Rodriguez for patch and prodding. CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/28 12:56:49 Modified files: devel/tbb : Makefile Added files: devel/tbb/patches: patch-include_tbb_machine_linux_common_h Log message: use futex(2) not syscall(2); with tb CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/28 16:38:22 Modified files: usr.bin/awk : run.c Log message: substr: fix buffer overflow with utf-8 strings We need to use u8_strlen(), not strlen(), to compute the length. Otherwise, there may be an out of bounds write when writing the NUL terminator to set the length of the substring. https://github.com/onetrueawk/awk/pull/205 CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/10/29 00:02:22 Modified files: games/scorched3d: Makefile Added files: games/scorched3d/patches: patch-src_launcher_scorched_main_cpp Log message: Add compatibility with wxWidgets-3.2 OK sdk@ CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/29 00:22:07 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Only try to chown logfiles that exist to prevent spurious errors. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 00:31:11 Modified files: infrastructure/db: network.conf Log message: Update SITE_KDE - Remove broken mirrors - Switch to HTTP Feedback from sthen@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 00:39:56 Modified files: geo/qgis : Makefile Log message: geo/qgis: add archivers/draco dependency should allow to display GLTF models as 3d entities in 3dtiles scenes. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 00:44:19 Modified files: x11/qt5/qtwebengine: Makefile x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_base_allocator_partition_allocator_spinning_futex_linux_cc Added files: x11/qt5/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_perfetto_src_tracing_ipc_memfd_cc Log message: syscall(2) removal OK kn@ tb@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 00:45:53 Modified files: x11/qt6/qtwebengine: Makefile x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_base_allocator_partition_allocator_spinning_mutex_cc Added files: x11/qt6/qtwebengine/patches: patch-src_3rdparty_chromium_third_party_abseil-cpp_absl_base_internal_raw_logging_cc patch-src_3rdparty_chromium_third_party_perfetto_src_tracing_ipc_memfd_cc Log message: syscall(2) removal OK tb@ kn@ CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/29 01:04:28 Modified files: sysutils/coreboot-utils: Makefile distinfo sysutils/coreboot-utils/patches: patch-util_cbmem_cbmem_c sysutils/coreboot-utils/pkg: DESCR PLIST Added files: sysutils/coreboot-utils/patches: patch-util_cbfstool_Makefile_inc Log message: Update coreboot-utils to version 4.21, patch from cat This update adds the cbfstool binary. kn@: port-wise this looks good CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 01:15:49 Modified files: x11/xfce4/xfce4-notifyd: Makefile distinfo Log message: x11/xfce4/xfce4-notifyd: update to 0.9.3 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 01:50:23 Modified files: geo/gpxsee : Makefile distinfo Log message: geo/gpxsee: update to 13.10 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/29 01:56:08 Modified files: databases/sqlcipher: Makefile distinfo Log message: Update sqlcipher to 4.5.5 from MAINTAINER Tom Murphy Changes: * Updates baseline to upstream SQLite 3.42.0 * Does not allow key to be set again on a connection after it has been successfully used for an encryption or decryption operation to prevent accidental database corruption * Raises an error if a rekey operation is attempted on an unencrypted database * Raises an error when a key or rekey operation is passed an empty key * Minor improvements to constant time functions * Miscellaneous code and comment cleanup With shlib bump, but there are no upstream consumers. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/10/29 02:36:12 Modified files: net/munin : Makefile distinfo Log message: update munin to 2.0.75 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/29 02:46:27 Modified files: sysutils/py-apscheduler: Makefile Log message: This needs setuptools_scm. CVSROOT: /cvs Module name: ports Changes by: kirby@cvs.openbsd.org 2023/10/29 02:55:27 Modified files: graphics/vigra : Makefile distinfo graphics/vigra/patches: patch-CMakeLists_txt patch-src_impex_CMakeLists_txt Removed files: graphics/vigra/patches: patch-test_CMakeLists_txt Log message: update to vigra-1.11.2 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/29 03:10:49 Modified files: net/dictd : Makefile net/dictd/pkg : PLIST-main PLIST-server Log message: Move client example from -server to -client pkg, @comment useless files Feedback sdk From sthen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/29 03:16:49 Modified files: print/py-pypdf : Makefile distinfo Log message: Update to py3-pypdf-3.17.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/29 03:20:49 Modified files: textproc/enchant2: Makefile distinfo Log message: Update to enchant2-2.6.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/29 03:23:26 Modified files: devel/libsoup3 : Makefile distinfo Log message: Update to libsoup3-3.4.4. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 04:15:41 Modified files: telephony/linphone: Makefile.inc telephony/linphone/bctoolbox: Makefile distinfo telephony/linphone/bctoolbox/patches: patch-src_utils_port_c telephony/linphone/belcard: distinfo telephony/linphone/belle-sip: distinfo telephony/linphone/belr: distinfo telephony/linphone/bzrtp: distinfo telephony/linphone/liblinphone: Makefile distinfo telephony/linphone/liblinphone/patches: patch-console_linphonec_c patch-coreapi_linphonecore_c patch-src_CMakeLists_txt telephony/linphone/liblinphone/pkg: PLIST telephony/linphone/linphone-desktop: Makefile distinfo telephony/linphone/linphone-desktop/patches: patch-CMakeLists_txt patch-linphone-app_cmake_builder_linphone_package_CMakeLists_txt patch-linphone-app_src_app_App_cpp patch-linphone-app_src_components_call_CallModel_cpp patch-linphone-app_src_config_h_cmake telephony/linphone/mediastreamer2: Makefile distinfo telephony/linphone/mediastreamer2/pkg: PLIST telephony/linphone/ortp: distinfo Log message: telephony/linphone: update to 5.1.2, and update linphone-sdk 5.2.109 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 04:21:01 Modified files: wayland : Makefile Log message: Hook up wayland/xwayland and wayland/libinput-openbsd OK matthieu@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 04:31:08 Modified files: devel/kdevelop : Makefile devel/kf5 : kf5.port.mk devel/kf5/kjobwidgets: Makefile devel/kf5/knotifyconfig: Makefile devel/kf5/kwayland: Makefile x11/kde-applications/akonadi-mime: Makefile x11/kde-applications/incidenceeditor: Makefile x11/kde-applications/kimap: Makefile x11/kde-applications/libkipi: Makefile x11/kde-applications/poxml: Makefile x11/kde-plasma/kwin: Makefile x11/libqaccessibilityclient: Makefile x11/libqaccessibilityclient/pkg: PLIST Log message: Enable MODKF5_BUILD_TESTING Set MODKF5_BUILD_TESTING to "No" by default. As a result, we no longer build tests in the kf5 ports. Which again leads to faster builds and a greener environment(tm). Tested by tb@, tweak kn@ (Thanks) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/29 04:41:59 Modified files: graphics/clutter/core: Makefile Log message: Sync WANTLIB. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/29 05:10:07 Modified files: lib/libagentx : agentx.c Log message: Add a test to the end of agentx_varbind_finalize(), after completing the full OID, that checks if we're >= searchrange.end. If so, just make it an endOfMIBView. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/29 05:12:57 Modified files: usr.sbin/snmpd : application.c Log message: searchrange.end is non-inclusive. Adjust the tests for that. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/29 05:15:09 Modified files: regress/usr.sbin/snmpd: Makefile backend.c regress.h snmpd_regress.c Log message: Add a regress test to make sure that agentx responses equal to searchrange.end are rejected. CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/29 05:20:06 Modified files: usr.sbin/snmpd : application.c Log message: When doing a get{next,bulk} below an instance we must move the OID to the next sibling. Not simply copying over the value of the next to use region, since that might be the parent and we would walk backwards in the tree. OK tb@ CVSROOT: /cvs Module name: src Changes by: martijn@cvs.openbsd.org 2023/10/29 05:26:12 Modified files: regress/usr.sbin/snmpd: Makefile backend.c regress.h snmpd_regress.c Log message: Add a few tests to make sure that getnext requests on/under a registered instance with a registered region above cause a recursion in the tree. CVSROOT: /cvs Module name: src Changes by: kn@cvs.openbsd.org 2023/10/29 05:27:11 Modified files: usr.sbin/relayd: parse.y relay.c relayd.conf.5 usr.sbin/httpd : httpd.conf.5 etc/examples : relayd.conf Log message: Unmention/don't explain SSL, drop 9y old "ssl" keyword/deprecation warning Switch "ssl" to "tls" in relayd.conf(5) if you haven't done so in the last ten years, "ssl" is now an error. Say "TLS" not "SSL/TLS" and drop the primer in the TLS RELAYS section. OK benno CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 05:29:36 Modified files: wayland : Makefile Log message: Revert libinput-openbsd and xwayland activation Sorry for the noise. We are not ready yet. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 06:59:58 Modified files: x11/xfce4/libxfce4ui: Makefile Log message: x11/xfce4/libxfce4ui: pass --disable-gudev to CONFIGURE_ARGS if someday we have a libgudev port.. CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 07:05:58 Modified files: x11/xfce4/xfce4-settings: Makefile Log message: x11/xfce4/xfce4-settings: make sure xorg-libinput isn't picked up if someday we have a xorg-libinput.pc file.. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/29 07:22:37 Modified files: lib/libcrypto/x509: x509_addr.c Log message: Fix an error exit in X509v3_addr_validate_path() If the topmost cert is invalid, this should result in a validation failure. Do the same dance as elsewhere permitting the verify callback to intercept the error but ensuring that we throw an error. ok jsing CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/29 08:01:15 Modified files: x11/x11vnc : Makefile Log message: x11/x11vnc: make sure that linux/input.h isnt detected if libinput-openbsd is present CONFIGURE_ENV+=ac_cv_header_linux_input_h=no is the right magic in that case CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/29 08:23:04 Modified files: sbin/ifconfig : ifconfig.c Log message: Use clock_gettime(), not timespec_get() like other parts of ifconfig. This makes is possible to build the base system with a C99 compiler. OK deraadt@ mvs@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/29 08:26:13 Modified files: lib/libc/include: namespace.h Log message: Enable ISO C11 APIs when building libc, even with an older compiler. Otherwise, the prototypes for timespec_get() and aligned_alloc() are not visible. OK guenther@ CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/29 09:50:08 Modified files: audio/schismtracker: Makefile distinfo audio/schismtracker/patches: patch-configure_ac Log message: Update schismtracker to 20231029. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/29 09:57:16 Modified files: textproc/ruby-rouge: Makefile distinfo textproc/ruby-rouge/pkg: PLIST Log message: Update ruby-rouge to 4.2.0. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/29 10:17:22 Modified files: proto/xorgproto: COPYING-compositeproto COPYING-evieproto COPYING-fixesproto COPYING-printproto COPYING-x11proto Makefile.am aclocal.m4 configure configure.ac dri3proto.txt fixesproto.pc.in fixesproto.txt meson.build presentproto.pc.in presentproto.txt randrproto.txt proto/xorgproto/include/X11: Sunkeysym.h Xfuncproto.h Xos.h keysymdef.h proto/xorgproto/include/X11/extensions: Print.h Printstr.h XvMCproto.h composite.h compositeproto.h evieproto.h presenttokens.h xfixesproto.h xfixeswire.h Log message: Update to xorgproto 2023.2 CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2023/10/29 10:22:04 Modified files: www/nextcloud/27: Makefile distinfo www/nextcloud/27/pkg: PLIST Log message: Update for Nextcloud to 27.1.3 OK landry@ & Adriano Barbosa, thanks! CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/29 10:29:07 Modified files: net/dictd : Makefile net/dictd/pkg : PLIST-main PLIST-server Log message: colorit(1) belongs next to dict_lookup(1) in -client CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/29 10:38:56 Modified files: net/dictd : Makefile Log message: dict has tests (all pass on amd64) CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/29 10:45:39 Modified files: xserver : ChangeLog Makefile.in aclocal.m4 configure configure.ac install-sh meson.build xserver/Xext : Makefile.in xserver/Xi : Makefile.in xserver/composite: Makefile.in xserver/config : Makefile.in xserver/damageext: Makefile.in xserver/dbe : Makefile.in xserver/dix : Makefile.in xserver/doc : Makefile.in xserver/doc/dtrace: Makefile.in xserver/dri3 : Makefile.in xserver/exa : Makefile.in xserver/fb : Makefile.in xserver/glamor : Makefile.in 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/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.in 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/modes: Makefile.in xserver/hw/xfree86/os-support: Makefile.in xserver/hw/xfree86/os-support/bsd: Makefile.in xserver/hw/xfree86/os-support/bus: Makefile.in 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/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 do-not-use-config.h.in os.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 auth.c xserver/present: Makefile.in present_event.c present_priv.h present_screen.c xserver/pseudoramiX: Makefile.in xserver/randr : Makefile.in xserver/record : Makefile.in xserver/render : Makefile.in xserver/test : Makefile.in xserver/xfixes : Makefile.in xserver/xkb : Makefile.in Log message: Update to xserver 21.1.9. All the security patches have already been committed. Udated autoconf to 2.71 explains the large build infrastructure diff. CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/29 10:49:20 Added files: devel/qt-creator/patches: patch-src_libs_3rdparty_libptyqt_unixptyprocess_cpp patch-src_plugins_qmldesigner_CMakeLists_txt patch-src_tools_process_stub_main_cpp Log message: Add missing patches to unbreak the build Lost in the move from Git to CVS! Spotted by naddy (thanks) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/10/29 10:55:58 Modified files: net/dictd : Makefile net/dictd/pkg : PLIST-main Added files: net/dictd/files: dict.conf Log message: Have dict(1) query local server by default Point the client at the default localhost dictd(8) so 'dict word' can work by default; ~/.dictrc still takes precedence, so no behaviour change if user config already exists. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/29 11:10:21 xenocara/lib/libXrandr/m4 Update of /cvs/xenocara/lib/libXrandr/m4 In directory cvs.openbsd.org:/tmp/cvs-serv68159/m4 Log Message: Directory /cvs/xenocara/lib/libXrandr/m4 added to the repository CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/29 11:11:00 Modified files: lib/libXrandr : ChangeLog configure configure.ac lib/libXrandr/man: Makefile.am Makefile.in lib/libXrandr/src: XrrMonitor.c Added files: lib/libXrandr/m4: libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 Log message: Update to libXrandr 1.5.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2023/10/29 11:29:07 Modified files: . : MODULES 3RDPARTY Log message: update CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/29 12:07:14 Modified files: lang/wabt : Makefile distinfo lang/wabt/patches: patch-src_tools_wasm-interp_cc patch-src_tools_wasm-strip_cc patch-src_tools_wasm2c_cc lang/wabt/pkg : PLIST Added files: lang/wabt/patches: patch-src_tools_wasm-stats_cc Removed files: lang/wabt/patches: patch-src_tools_wasm-opcodecnt_cc Log message: Update wabt to 1.0.34. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/10/29 12:45:32 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.26.1. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/29 17:31:16 Modified files: gnu/gcc/gcc : c-opts.c gnu/gcc/gcc/doc: cppopts.texi gcc.1 gcc.info invoke.texi gnu/usr.bin/gcc/gcc: c-opts.c gnu/usr.bin/gcc/gcc/doc: cppopts.texi invoke.texi share/man/man1 : gcc-local.1 Log message: Make gnu99 the default for gcc 3.3.6 and 4.2.1, not gnu89. While these versions of gcc don't have full C99 support, it is better than defaulting to C89 when building modern software. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: cheloha@cvs.openbsd.org 2023/10/29 17:32:52 Modified files: lib/libc : Makefile.inc Log message: libc: Makefile.inc: remove "sparc" from quad support list; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/29 18:56:47 Modified files: sys/dev/pci/drm/i915/gem: i915_gem_mman.c Log message: drm/i915: Retry gtt fault when out of fence registers From Ville Syrjala add2eeda1d6e3ead1d61db70e37615e5ef6c5e75 in linux-6.1.y/6.1.60 e339c6d628fe66c9b64bf31040a55770952aec57 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/29 18:59:56 Modified files: sys/dev/pci/drm: drm_panel_orientation_quirks.c Log message: drm: panel-orientation-quirks: Add quirk for One Mix 2S From Kai Uwe Broulik c3657e5fa7b6310a485f59ca965d12a618e0c8df in linux-6.1.y/6.1.60 cbb7eb2dbd9472816e42a1b0fdb51af49abbf812 in mainline linux CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/29 19:02:30 Modified files: sys/dev/pci/drm/amd/pm: amdgpu_pm.c Log message: drm/amd/pm: add unique_id for gc 11.0.3 From Kenneth Feng 2a2df4f74f3746b614af686a9cbaa390d3828b09 in linux-6.1.y/6.1.60 4953856f280b2b606089a72a93a1e9212a3adaca in mainline linux CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2023/10/29 19:34:13 Modified files: lib/libc/sys : pledge.2 Log message: make special note, right at the start, that DNS is handled seperately from regular network. All the crummy pledge clones don't do that. ok millert CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2023/10/29 20:43:59 Modified files: editors/qownnotes: Makefile distinfo Log message: Update to qownnotes-23.10.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2023/10/30 00:11:04 Modified files: lib/libc/sys : pledge.2 Log message: seperate -> separate; CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/30 01:04:36 Modified files: sys/sys : systm.h Log message: Adjust KERNEL_ASSERT_UNLOCKED() to not assert during a panic. KERNEL_ASSERT_UNLOCKED calls _kernel_lock_held() which returns true if panicstr || db_active which triggers this assert. Workaround this by checking them before. This will alter the following Syzkaller reports: Reported-by: syzbot+169110a0815838ab5940@syzkaller.appspotmail.com Reported-by: syzbot+3c2eced405b9de6f79c2@syzkaller.appspotmail.com OK mpi@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/30 01:13:10 Modified files: sys/kern : kern_exec.c Log message: Use ERESTART for any single_thread_set() error in sys_execve(). If single thread is already held by another thread just unwind to userret() wait there and retry the system call later (if at all). OK mpi@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/30 04:15:49 Modified files: multimedia/libv4l: Makefile Log message: multimedia/libv4l: fix build if libudev-openbsd is installed enforce --disable-libdvbv5, if libudev is found during configure the build fails later on on missing linux/types.h ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/30 04:34:37 Modified files: x11/xfce4/thunar-archive: Makefile distinfo x11/xfce4/thunar-archive/pkg: PLIST Log message: x11/xfce4/thunar-archive: update to 0.5.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/30 06:16:20 Modified files: net/iperf3 : Makefile distinfo net/iperf3/patches: patch-src_iperf_api_c Added files: net/iperf3/patches: patch-src_iperf_util_c patch-src_main_c Log message: update to iperf3-3.15 and add patches to use pledge/unveil, from mp39590 a gmail,com CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/30 06:26:48 Modified files: x11/i3 : Makefile distinfo x11/i3/patches : patch-man_i3_man patch-meson_build patch-src_bindings_c patch-src_main_c x11/i3/pkg : PLIST Log message: update to i3-4.23 CVSROOT: /cvs Module name: src Changes by: mvs@cvs.openbsd.org 2023/10/30 06:51:00 Modified files: sys/arch/amd64/amd64: ipifuncs.c sys/arch/i386/i386: ipifuncs.c Log message: Use KERNEL_ASSERT_UNLOCKED() instead of KASSERT(!_kernel_lock_held()). The first one defined as the second, so no functional changed. ok claudio CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/30 06:51:47 Modified files: sysutils/restic: Makefile distinfo Log message: update to restic-0.16.2 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/30 07:01:20 Modified files: mail/rspamd : Makefile distinfo mail/rspamd/patches: patch-CMakeLists_txt mail/rspamd/pkg: PLIST Log message: update to rspamd-3.7.3 remove blas/cblas deps; rspamd stopped using these by default a while ago but the port didn't catch up. reported by j at bitminer/ca CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/30 07:19:11 Modified files: cad/opencascade: Makefile cad/opencascade/pkg: PLIST Log message: add missing @pkgpath marker so that opencascade is allowed to replace oce CVSROOT: /cvs Module name: src Changes by: bluhm@cvs.openbsd.org 2023/10/30 07:27:53 Modified files: sys/kern : uipc_socket2.c Log message: Do not truncate MSG_EOR in recvmsg(). The soreceive() code depends on the fact that MSG_EOR is set on the last mbuf of the chain. In sbappendcontrol() move MSG_EOR to the end like sbcompress() does it. This fixes MSG_EOR handling for SOCK_SEQPACKET sockets with control message. bug reported by Eric Wong analysed, tested and OK claudio@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/30 07:52:37 Modified files: x11/kde-applications/kio-extras: Makefile Log message: Fix WANTLIB CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/30 07:59:18 Modified files: x11/kde-applications/kimap: Makefile x11/kde-applications/kimap/pkg: PLIST Log message: Regen plist with MODKF5_BUILD_TESTING=No CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/30 08:38:14 Modified files: x11/kde-applications/akonadi-mime: Makefile x11/kde-applications/akonadi-mime/pkg: PLIST Log message: Regen plist with MODKF5_BUILD_TESTING=No CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/30 08:39:17 Modified files: x11/kde-applications/kalgebra: Makefile x11/kde-applications/kalgebra/pkg: PLIST Log message: Add missing optional build dependency on devel/kf5/plasma-framework Spotted by tb CVSROOT: /cvs Module name: src Changes by: nicm@cvs.openbsd.org 2023/10/30 10:05:30 Modified files: usr.bin/tmux : screen-write.c Log message: Do not allow combined UTF-8 characters that are too long, GitHub issue 3729. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/30 10:14:51 Modified files: usr.bin/awk : lib.c Log message: Include strings.h for the strncasecmp() prototype. From upstream. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/30 10:46:18 src/regress/lib/libssl/interop/openssl31 Update of /cvs/src/regress/lib/libssl/interop/openssl31 In directory cvs.openbsd.org:/tmp/cvs-serv34462/openssl31 Log Message: Directory /cvs/src/regress/lib/libssl/interop/openssl31 added to the repository CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/10/30 11:15:21 Modified files: regress/lib/libssl/interop: Makefile regress/lib/libssl/interop/botan: Makefile regress/lib/libssl/interop/cert: Makefile regress/lib/libssl/interop/cipher: Makefile regress/lib/libssl/interop/netcat: Makefile regress/lib/libssl/interop/session: Makefile regress/lib/libssl/interop/version: Makefile Added files: regress/lib/libssl/interop/openssl31: Makefile Log message: Add support for OpenSSL 3.1 interop tests Until OpenSSL 3.1 has replaced OpenSSL 3.0 on most architectures, run both tests. Installed packages of OpenSSL 3.0 will update automatically to 3.1, so regress runners should not need to do anything. CVSROOT: /cvs Module name: ports Changes by: gonzalo@cvs.openbsd.org 2023/10/30 11:20:53 Modified files: www/nextcloud/27: Tag: OPENBSD_7_4 Makefile distinfo www/nextcloud/27/pkg: Tag: OPENBSD_7_4 PLIST Log message: Update for Nextcloud to 27.1.3 OK landry@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/30 11:25:35 Modified files: security/openssl: Makefile security/openssl/3.1: Makefile security/openssl/3.1/pkg: PLIST Removed files: security/openssl/3.0: Makefile distinfo security/openssl/3.0/patches: patch-Configurations_10-main_conf patch-Configurations_shared-info_pl patch-Configurations_unix-Makefile_tmpl patch-apps_rehash_c patch-crypto_aes_asm_aes-x86_64_pl patch-crypto_aes_asm_aesni-sha1-x86_64_pl patch-crypto_aes_asm_aesni-sha256-x86_64_pl patch-crypto_aes_asm_aesni-x86_64_pl patch-crypto_aes_asm_aesv8-armx_pl patch-crypto_aes_asm_bsaes-x86_64_pl patch-crypto_aes_asm_vpaes-armv8_pl patch-crypto_aes_asm_vpaes-x86_64_pl patch-crypto_bn_asm_armv8-mont_pl patch-crypto_bn_asm_rsaz-x86_64_pl patch-crypto_bn_asm_x86_64-mont5_pl patch-crypto_camellia_asm_cmll-x86_64_pl patch-crypto_chacha_asm_chacha-armv8_pl patch-crypto_chacha_asm_chacha-x86_64_pl patch-crypto_ec_asm_ecp_nistz256-armv8_pl patch-crypto_ec_asm_ecp_nistz256-x86_64_pl patch-crypto_modes_asm_aes-gcm-armv8_64_pl patch-crypto_modes_asm_aesni-gcm-x86_64_pl patch-crypto_modes_asm_ghash-x86_64_pl patch-crypto_modes_asm_ghashv8-armx_pl patch-crypto_poly1305_asm_poly1305-armv8_pl patch-crypto_poly1305_asm_poly1305-x86_64_pl patch-crypto_sha_asm_keccak1600-armv8_pl patch-crypto_sha_asm_keccak1600-x86_64_pl patch-crypto_sha_asm_sha1-armv8_pl patch-crypto_sha_asm_sha1-mb-x86_64_pl patch-crypto_sha_asm_sha1-x86_64_pl patch-crypto_sha_asm_sha256-mb-x86_64_pl patch-crypto_sha_asm_sha512-armv8_pl patch-crypto_sha_asm_sha512-x86_64_pl patch-crypto_whrlpool_asm_wp-x86_64_pl security/openssl/3.0/pkg: DESCR PLIST Log message: Retire OpenSSL 3.0, ok rsadowski sthen If you don't care about the FIPS or LTS selling points of OpenSSL 3.0, then there is no reason to use this. It also doesn't have landing pads in its assembly, making it a risk on very modern hardware. Thankfully, the bit bucket in the sky is used to all sorts of gruesome horrors, so it won't mind this particular one. OpenSSL 3.1 is going to live until pi day 2025, which gives us at least two full releases worth of 3.1 (including stable) and until then there is some chance that there will be 3.2 with the QUIC MVP. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/30 11:32:00 Modified files: regress/usr.bin/ssh: agent-pkcs11.sh Log message: tidy and refactor PKCS#11 setup code Replace the use of a perl script to delete the controlling TTY with a SSH_ASKPASS script to directly load the PIN. Move PKCS#11 setup code to functions in anticipation of it being used elsewhere in additional tests. Reduce stdout spam CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/30 11:47:44 Modified files: security/rust-openssl-tests: Makefile crates.inc distinfo security/rust-openssl-tests/pkg: PLIST Log message: Update to rust-openssl-tests 20231030 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/30 11:52:54 Modified files: usr.bin/awk : README.md b.c lib.c maketab.c tran.c Log message: Minor cosmetic changes to make our awk match my github branch. CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/30 14:53:19 Modified files: lang/erlang : erlang.port.mk Log message: erlang.port.mk: Change handling of erlang FLAVORS to the same method used by python, ruby and lua ports. Enable erlang26 FLAVOR. Feedback and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/30 14:59:45 Modified files: devel/rebar3 : Makefile distinfo devel/rebar3/patches: patch-apps_rebar_src_rebar_prv_escriptize_erl patch-bootstrap patch-vendor_relx_priv_templates_bin patch-vendor_relx_priv_templates_extended_bin devel/rebar3/pkg: PLIST Log message: devel/rebar3: use lang/erlang port module, which provides the possibility to include additional dependencies from hex, and enable erlang26 FLAVOR with it. Adds a conflict with rebar-erlang25 because of the change in FULLPKGNAME that comes with this change. Feedback and ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/30 15:02:52 Modified files: lang/lfe : Makefile Log message: lang/lfe: Bump REVISION after change in erlang port module. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/30 15:04:51 Modified files: editors/helix : Makefile crates.inc distinfo editors/helix/patches: patch-helix-loader_src_grammar_rs patch-helix-loader_src_lib_rs patch-helix-vcs_src_diff_line_cache_rs editors/helix/pkg: PLIST Log message: editors/helix: Update to 23.10 From maintainer Laurent Cheylus, tweak from me. ok kn@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/30 15:11:09 Modified files: security/openssl/3.1: Makefile Log message: Fix openssl/3.1 PKGSPEC CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/30 16:12:02 Modified files: usr.bin/awk : README.md Log message: This is the OpenBSD version of Awk. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/30 17:00:25 Modified files: regress/usr.bin/ssh: agent-pkcs11.sh test-exec.sh Log message: move PKCS#11 setup code to test-exec.sh so it can be reused elsewhere CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/10/30 17:41:04 Modified files: print/lilypond : Makefile distinfo print/lilypond/patches: patch-lily_include_open-type-font_hh patch-lily_music-iterator_cc patch-lily_pango-font_cc patch-lily_ttf_cc print/lilypond/pkg: PLIST-docs PLIST-main Removed files: print/lilypond/patches: patch-configure_ac Log message: Update to lilypond-2.24.2. CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/30 17:49:25 Modified files: www/ruby-passenger: Makefile Added files: www/ruby-passenger/patches: patch-src_cxx_supportlib_vendor-modified_boost_atomic_detail_futex_hpp Log message: ruby-passenger: apply boost futex diff to bundled boost header CVSROOT: /cvs Module name: www Changes by: schwarze@cvs.openbsd.org 2023/10/30 18:56:36 Modified files: . : support.html build : support.dat Log message: update website, requuested by pea@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/10/30 19:00:56 Modified files: sysutils/firmware/amd: Makefile distinfo Log message: update amd microcode to 20231030 00A10F11 19-11-01 Genoa B1 0x0a10113e -> 0x0a101144 00A10F12 19-11-02 Genoa-X B2 0x0a10123e -> 0x0a101244 00AA0F02 19-a0-02 Bergamo A2 0x0aa00212 -> 0x0aa00213 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/10/30 19:02:46 Modified files: sysutils/firmware/radeondrm: Makefile distinfo Log message: update radeon firmware to 20231030 no binary change CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/10/30 19:04:29 Modified files: sysutils/firmware/inteldrm: Makefile distinfo Log message: update inteldrm firmware to 20231030 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2023/10/30 19:05:31 Modified files: sysutils/firmware/amdgpu: Makefile distinfo Log message: update amdgpu firmware to 20231030 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/30 19:08:51 Modified files: usr.bin/awk : FIXES main.c Log message: Update awk to Oct 30, 2023 version. This is really just a version number bump as we already have the fixes committed. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/30 20:58:45 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Only try to chmod logfile if we have sudo. If we don't have sudo then we won't need to chmod. CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/30 22:15:40 Modified files: regress/usr.bin/ssh: test-exec.sh Log message: Don't try to use sudo inside sshd log wrapper. We still need to check if we're using sudo since we don't want to chown unecessarily, as on some platforms this causes an error which pollutes stderr. We also don't want to unnecessarily invoke sudo, since it's running in the context of the proxycommand, on *other* platforms it may not be able to authenticate, and if we're using SUDO then it should already be privileged. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2023/10/30 23:46:37 Modified files: sys/dev/pci : if_dwqe_pci.c Log message: remove unneeded includes ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/10/30 23:56:09 Modified files: x11/kde-applications/incidenceeditor: Makefile x11/kde-applications/incidenceeditor/pkg: PLIST Log message: Regen plist with MODKF5_BUILD_TESTING=No CVSROOT: /cvs Module name: ports Changes by: volker@cvs.openbsd.org 2023/10/31 00:14:43 Removed files: editors/helix/patches: patch-helix-vcs_src_diff_line_cache_rs Log message: editors/helix: Drop patch that is now included upstream, forgot to cvs rm with the commit updating helix to 23.10 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:37:11 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: patch-meson_build devel/glib2/pkg: PLIST Log message: Update to glib2-2.78.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:37:33 Modified files: devel/gobject-introspection: Makefile distinfo Log message: Update to gobject-introspection-1.78.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:38:23 Modified files: net/glib2-networking: Makefile distinfo Log message: Update to glib2-networking-2.78.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:38:32 Modified files: x11/gnome/at-spi2-core: Makefile distinfo Log message: Update to at-spi2-core-2.50.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:38:50 Modified files: devel/py-gobject3: Makefile distinfo Log message: Update to py3-gobject3-3.46.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:39:04 Modified files: devel/json-glib: Makefile distinfo devel/json-glib/pkg: PLIST Log message: Update to json-glib-1.8.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:39:17 Modified files: devel/glibmm268: Makefile distinfo devel/glibmm268/pkg: PLIST Log message: Update to glibmm268-2.78.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:39:35 Modified files: x11/gnome/gvfs : Makefile distinfo x11/gnome/gvfs/patches: patch-daemon_gvfsftpdircache_c Log message: Update to gvfs-1.52.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/10/31 01:46:41 Modified files: misc/osinfo/osinfo-db: Makefile Log message: Fix doc (comment); no pkg change. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/31 01:56:45 Modified files: regress/lib/libc/sys: t_pipe2.c Log message: Ignore closefrom() failure. This fails normally since fd 4 and up are all closed. OK mbuhl@ millert@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/31 01:57:59 Modified files: regress/lib/libc/sys: t_stat.c Log message: When creating a file in a directory the file gid is inherited from the directory and so checking against getgid() makes no sense. OK mbuhl@ millert@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/31 01:59:52 Modified files: regress/lib/libc/sys: t_unlink.c Log message: unlink("/") just needs to error. Checking for a specific errno makes little sense here since there are multiple possible errnos that could be returned. On OpenBSD this returns EISDIR and not EBUSY. OK mbuhl@ millert@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2023/10/31 02:00:33 Modified files: regress/lib/libc/sys: Makefile Log message: Remove 3 expected failures those got fixed in the regress code. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/31 03:35:41 Modified files: devel/py-wcwidth: Makefile distinfo Log message: update to py3-wcwidth-0.2.9 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2023/10/31 05:21:46 Modified files: databases/sqlite3: Makefile distinfo databases/sqlite3/pkg: PLIST Log message: databases/sqlite3: update to 3.43.2. see https://www.sqlite.org/releaselog/3_43_2.html CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/31 07:13:54 Log message: Import nanosvg, "simple, stupid SVG parser". From Renato Aguiar, needed for prusaslicer update. Tweaks and OK kn@ Status: Vendor Tag: ian Release Tags: ian_20231031 N ports/graphics/nanosvg/Makefile N ports/graphics/nanosvg/distinfo N ports/graphics/nanosvg/pkg/DESCR N ports/graphics/nanosvg/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/31 07:16:10 Modified files: graphics : Makefile Log message: + nanosvg CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/10/31 07:21:56 Modified files: . : 74.html Log message: 9683 powerpc packages CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/31 07:54:28 Modified files: net/eduvpn/vpn-user-portal: Makefile distinfo net/eduvpn/vpn-user-portal/patches: patch-src_Cfg_Config_php net/eduvpn/vpn-user-portal/pkg: PLIST Log message: update to vpn-user-portal-3.5.0 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/10/31 10:29:49 Modified files: editors/vim : Makefile distinfo editors/vim/patches: patch-runtime_filetype_vim editors/vim/pkg: PLIST-main Log message: update to vim-9.0.2081 CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/10/31 11:40:06 ports/sysutils/lsd/patches Update of /cvs/ports/sysutils/lsd/patches In directory cvs.openbsd.org:/tmp/cvs-serv80051/patches Log Message: Directory /cvs/ports/sysutils/lsd/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sebastia@cvs.openbsd.org 2023/10/31 13:07:16 Modified files: security/exploitdb: Makefile distinfo security/exploitdb/pkg: PLIST Log message: update to 2023-10-31 CVSROOT: /cvs Module name: ports Changes by: jeremy@cvs.openbsd.org 2023/10/31 13:09:51 Modified files: databases/ruby-trilogy: Makefile distinfo Log message: Update to trilogy 2.6.0 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/31 13:37:17 Modified files: bin/md5 : md5.c Log message: cksum -c: support checking base64 digests in reverse mode too. In reverse mode, the entry does not include the digest algorithm so the specified algorithm (or the default) is used when checking. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: tb@cvs.openbsd.org 2023/10/31 14:29:14 Modified files: security/py-tlsfuzzer: Makefile distinfo security/py-tlsfuzzer/pkg: PLIST Log message: Update to tlsfuzzer 20231026 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2023/10/31 14:42:14 Modified files: bin/md5 : cksum.1 md5.1 Log message: cksum: better describe the -c (checklist) option The -c option can handle entries in normal (BSD) and reverse (GNU) format. Both hex and base64 entries are supported. OK jmc@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/31 17:25:37 Modified files: math/cgal : Makefile distinfo math/cgal/pkg : PLIST Removed files: math/cgal/patches: patch-CMakeLists_txt Log message: Update needed for PrusaSlicer update, from Johannes Thyssen Tishman, improved by kn@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/31 17:33:27 Modified files: cad/openscad : Makefile Added files: cad/openscad/patches: patch-src_cgalutils-polyhedron_cc patch-src_cgalutils-tess_cc patch-src_cgalutils_h patch-src_openscad_cc Log message: Update now that cgal updated and oce->opencascade; from Johannes Thyssen Tishman, improved by kn@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2023/10/31 17:37:10 Modified files: cad/prusaslicer: Makefile distinfo cad/prusaslicer/patches: patch-CMakeLists_txt patch-src_CMakeLists_txt patch-src_PrusaSlicer_cpp patch-src_libslic3r_CMakeLists_txt patch-src_libslic3r_Thread_cpp patch-src_occt_wrapper_CMakeLists_txt patch-src_slic3r_CMakeLists_txt patch-src_slic3r_GUI_GLCanvas3D_cpp patch-src_slic3r_GUI_InstanceCheck_cpp patch-src_slic3r_GUI_Mouse3DController_cpp patch-src_slic3r_GUI_OpenGLManager_cpp cad/prusaslicer/pkg: PLIST Removed files: cad/prusaslicer/patches: patch-src_slic3r_GUI_GUI_App_cpp patch-tests_fff_print_test_data_cpp Log message: Update prusaslicer to 2.6.1. From maintainer Renato Aguiar. Tested by a few. Changelog https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.6.1 CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2023/10/31 18:29:46 Modified files: regress/usr.bin/ssh: forcecommand.sh Log message: add some tests of forced commands overriding Subsystem directives CVSROOT: /cvs Module name: src Changes by: dtucker@cvs.openbsd.org 2023/10/31 20:08:38 Modified files: regress/usr.bin/ssh: forcecommand.sh Log message: Specify ssh binary to use instead of relying on installed one. Fixes test failures in -portable when running tests prior to installation. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2023/10/31 20:33:59 Modified files: editors/qownnotes: Makefile distinfo Log message: Update qownnotes to 23.11.0. Changelog https://github.com/pbek/QOwnNotes/releases/tag/v23.11.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:29:23 Modified files: x11/gnome/tracker3-miners: Makefile distinfo Log message: Update to tracker3-miners-3.6.2. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2023/11/01 01:30:13 Modified files: lang/php : Makefile.inc Log message: move DEBUG_PACKAGES above inclusion of bsd.port.arch.mk, otherwise debug packages are built on archs where they shouldn't be CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/01 01:41:48 Modified files: devel/afl++ : Makefile devel/afl++/patches: patch-GNUmakefile Added files: devel/afl++/patches: patch-instrumentation_afl-compiler-rt_o_c patch-utils_aflpp_driver_aflpp_driver_c Log message: syscall(2) removal ok tb@ jasper@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:45:12 Modified files: textproc/xml2rfc: Makefile Log message: print/weasyprint -> print/weasyprint${MODPY_FLAVOR} CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:46:48 Modified files: productivity/libphonenumber: Makefile distinfo Log message: Update to libphonenumber-8.13.24. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:51:34 Modified files: devel/py-cffi : Makefile distinfo devel/py-cffi/pkg: PLIST Log message: Update to py3-cffi-1.16.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:51:50 Modified files: devel/libgit2/py-git2: Makefile distinfo Log message: Update to py3-git2-1.13.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:54:05 Modified files: security/p11-kit: Makefile distinfo security/p11-kit/pkg: PLIST Log message: Update to p11-kit-0.25.2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 01:57:10 Modified files: sysutils/govmomi: Makefile distinfo Log message: Update to govc-0.33.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 02:01:05 Modified files: sysutils/google-cloud-sdk: Makefile distinfo sysutils/google-cloud-sdk/pkg: PLIST Log message: Update to google-cloud-sdk-453.0.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 02:04:36 Modified files: x11/gnome/mutter: Makefile distinfo Log message: Update to mutter-44.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 02:18:28 Modified files: x11/gnome/shell: Makefile distinfo Log message: Update to gnome-shell-44.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 02:18:45 Modified files: meta/gnome : Makefile Log message: GNOME 44.6. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 02:40:45 Modified files: sysutils/gke-gcloud-auth-plugin: Makefile distinfo Log message: Update to gke-gcloud-auth-plugin-28.2.0. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2023/11/01 03:38:53 Modified files: games/mnemosyne: Makefile Log message: security/py-argon2-cffi${MODPY_FLAVORS} -> security/py-argon2-cffi${MODPY_FLAVOR} (withouth the 'S') CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/01 03:56:33 Modified files: sysutils/lsd : Makefile crates.inc distinfo Added files: sysutils/lsd/patches: patch-modcargo-crates_libgit2-sys-0_14_2+1_5_1_build_rs Log message: Update lsd to version 1.0.0 from MAINTAINER Laurent Cheylus, thanks! Changelog: https://github.com/lsd-rs/lsd/releases/tag/v1.0.0 Port changes: - update Makefile and crates.inc - this version adds support for Git status => add git2 for WANTLIB and devel/libgit2/libgit2 for LIB_DEPENDS - add patch to fix build with libgit2-sys Rust crate Tweak by me: drop redundant WANTLIB CVSROOT: /cvs Module name: ports Changes by: sdk@cvs.openbsd.org 2023/11/01 04:14:15 Modified files: security/gosec : Makefile distinfo modules.inc Log message: Update gosec to 2.18.2 from MAINTAINER Laurent Cheylus, thanks! Changelog: https://github.com/securego/gosec/releases/tag/v2.18.2 CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/01 06:18:34 Modified files: x11/kde-plasma/plasma-desktop: distinfo x11/kde-plasma/plasma-desktop/pkg: PLIST Log message: Update plasma-desktop to 5.27.9 Forgot in my KDE Plasma update CVSROOT: /cvs Module name: ports Changes by: rsadowski@cvs.openbsd.org 2023/11/01 09:03:54 Modified files: net/bitcoin : Makefile distinfo net/bitcoin/pkg: PLIST Log message: Update bitcoin to 25.1 CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2023/11/01 09:42:43 Modified files: www/apache-httpd: Makefile Log message: switch back to CONFIGURE_STYLE=simple gnu configure doesn't handle config.layout correctly spotted by Steven Shockley, thanks CVSROOT: /cvs Module name: ports Changes by: giovanni@cvs.openbsd.org 2023/11/01 09:46:38 Modified files: www/apache-httpd: Tag: OPENBSD_7_4 Makefile Log message: switch back to CONFIGURE_STYLE=simple gnu configure doesn't handle config.layout correctly spotted by Steven Shockley, thanks CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2023/11/01 10:07:48 Modified files: . : 74.html Log message: 7705 arm packages CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/01 11:05:22 Modified files: net/dictd : Makefile net/dictd/patches: patch-dictd_c Log message: pledge dictd(8); OK op Regular mode uses "stdio rpath inet dns proc"; "proc" to fork a child (no exec) unless '--debug nofork' or '--debug nodetach' is set. --inetd uses "stdio rpath". --pp requires "proc exec" to run, e.g. cpp(1) on the config file which which gets reloaded on SIGHUP: started with --pp means "proc exec" stay. "wpath cpath" are for log and/or pid files and dropped after setup. "getpw id" are for intitial privilege drop and dropped after setup. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2023/11/01 13:41:45 Modified files: print/mftrace : Makefile distinfo print/mftrace/patches: patch-GNUmakefile_in print/mftrace/pkg: PLIST Log message: Update to mftrace-1.2.20. CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:14:51 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:19:16 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:22:24 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Unindent X509_ALGOR_set0_parameter() ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:25:27 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Rename ptype and pval to parameter_type and parameter_value ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:26:25 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Explain the weird order of doing things in X509_ALGOR_set0() CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:37:42 Modified files: lib/libcrypto/asn1: x_algor.c lib/libcrypto/x509: x509_local.h Log message: Add X509_ALGOR_set0_by_nid() X509_ALGOR_set0() is annoyingly unergonomic since it takes an ASN1_OBJECT rather than a nid. This means that almost all callers call OBJ_obj2nid() and they often do this inline without error checking so that the resulting X509_ALGOR object is corrupted and may lead to incorrect encodings. Provide an internal alternative X509_ALGOR_set0_by_nid() that takes a nid instead of an ASN1_OBJECT and performs proper error checking. This will be used to convert callers of X509_ALGOR_set0() in the library. ok jsing CVSROOT: /cvs Module name: src Changes by: tb@cvs.openbsd.org 2023/11/01 14:41:12 Modified files: lib/libcrypto/asn1: x_algor.c Log message: Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md() ok jsing CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/01 15:04:53 Log message: import p5-REST-Client 281 OK benoit@ sthen@ Comment: simple client for interacting with RESTful http/https Description: REST::Client provides a simple way to interact with HTTP RESTful resources. Status: Vendor Tag: bluhm Release Tags: bluhm_20231101 N ports/www/p5-REST-Client/Makefile N ports/www/p5-REST-Client/distinfo N ports/www/p5-REST-Client/pkg/DESCR N ports/www/p5-REST-Client/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2023/11/01 15:07:04 Modified files: www : Makefile Log message: +p5-REST-Client CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/01 15:12:35 Modified files: net/dbip : Makefile.inc net/dbip/asn : distinfo net/dbip/city : distinfo net/dbip/country: distinfo Log message: Update dbip to 2023.11. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/01 15:24:45 Modified files: graphics/jpeginfo: Makefile distinfo graphics/jpeginfo/patches: patch-Makefile_in Log message: Update jpeginfo to 1.7.1. CVSROOT: /cvs Module name: ports Changes by: fcambus@cvs.openbsd.org 2023/11/01 15:44:10 Modified files: sysutils/broot : Makefile crates.inc distinfo Log message: Update broot to 1.27.0. CVSROOT: /cvs Module name: ports Changes by: danj@cvs.openbsd.org 2023/11/01 20:59:52 Modified files: sysutils/vultr-cli: Makefile distinfo modules.inc Log message: Update to vultr-cli-2.20.0 From Adriano Barbosa (maintainer) CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/01 21:34:28 Modified files: devel/github-cli: Makefile distinfo modules.inc Log message: update to github-cli 2.38.0 CVSROOT: /cvs Module name: ports Changes by: kn@cvs.openbsd.org 2023/11/01 21:39:30 Modified files: devel/github-cli: Makefile Log message: point PORTHOME at WRKDIR to fix tests CVSROOT: /cvs Module name: xenocara Changes by: jsg@cvs.openbsd.org 2023/11/01 22:35:53 Log message: Import Mesa 23.1.9 Status: Vendor Tag: mesa Release Tags: mesa-23_1_9 U xenocara/lib/mesa/.dir-locals.el U xenocara/lib/mesa/.editorconfig U xenocara/lib/mesa/.gitattributes C xenocara/lib/mesa/.gitignore U xenocara/lib/mesa/.gitlab-ci.yml U xenocara/lib/mesa/.graphqlrc.yml U xenocara/lib/mesa/.mailmap U xenocara/lib/mesa/.pick_status.json U xenocara/lib/mesa/CODEOWNERS U xenocara/lib/mesa/README.rst C xenocara/lib/mesa/VERSION C xenocara/lib/mesa/meson.build U xenocara/lib/mesa/meson_options.txt U xenocara/lib/mesa/.github/workflows/macos.yml U xenocara/lib/mesa/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md U xenocara/lib/mesa/.gitlab/issue_templates/Bug Report.md U xenocara/lib/mesa/.gitlab-ci/all-skips.txt U xenocara/lib/mesa/.gitlab-ci/cross-xfail-ppc64el U xenocara/lib/mesa/.gitlab-ci/cross-xfail-s390x U xenocara/lib/mesa/.gitlab-ci/crosvm-init.sh U xenocara/lib/mesa/.gitlab-ci/crosvm-runner.sh N xenocara/lib/mesa/.gitlab-ci/cuttlefish-runner.sh U xenocara/lib/mesa/.gitlab-ci/deqp-runner.sh U xenocara/lib/mesa/.gitlab-ci/download-git-cache.sh U xenocara/lib/mesa/.gitlab-ci/fossilize-runner.sh U xenocara/lib/mesa/.gitlab-ci/fossils.yml N xenocara/lib/mesa/.gitlab-ci/gbm-skips.txt U xenocara/lib/mesa/.gitlab-ci/gtest-runner.sh U xenocara/lib/mesa/.gitlab-ci/image-tags.yml U xenocara/lib/mesa/.gitlab-ci/prepare-artifacts.sh U xenocara/lib/mesa/.gitlab-ci/report-flakes.py U xenocara/lib/mesa/.gitlab-ci/run-shader-db.sh U xenocara/lib/mesa/.gitlab-ci/run-shellcheck.sh U xenocara/lib/mesa/.gitlab-ci/run-yamllint.sh N xenocara/lib/mesa/.gitlab-ci/setup-test-env.sh U xenocara/lib/mesa/.gitlab-ci/test-source-dep.yml N xenocara/lib/mesa/.gitlab-ci/x11-skips.txt U xenocara/lib/mesa/.gitlab-ci/x86_64-w64-mingw32 U xenocara/lib/mesa/.gitlab-ci/b2c/b2c.yml.jinja2.jinja2 U xenocara/lib/mesa/.gitlab-ci/b2c/generate_b2c.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/.editorconfig U xenocara/lib/mesa/.gitlab-ci/bare-metal/bm-init.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/cisco-2960-poe-off.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/cisco-2960-poe-on.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/cros-servo.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/cros_servo_run.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/eth008-power-down.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/eth008-power-relay.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/eth008-power-up.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/expect-output.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/fastboot.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/fastboot_run.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/google-power-down.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/google-power-relay.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/google-power-up.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/mkbootimg.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/poe-off U xenocara/lib/mesa/.gitlab-ci/bare-metal/poe-on U xenocara/lib/mesa/.gitlab-ci/bare-metal/poe-powered.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/poe_run.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/rootfs-setup.sh U xenocara/lib/mesa/.gitlab-ci/bare-metal/serial_buffer.py U xenocara/lib/mesa/.gitlab-ci/bare-metal/telnet-buffer.py N xenocara/lib/mesa/.gitlab-ci/build/compiler-wrapper-clang++.sh N xenocara/lib/mesa/.gitlab-ci/build/compiler-wrapper-clang.sh N xenocara/lib/mesa/.gitlab-ci/build/compiler-wrapper-g++.sh N xenocara/lib/mesa/.gitlab-ci/build/compiler-wrapper-gcc.sh N xenocara/lib/mesa/.gitlab-ci/build/compiler-wrapper.sh U xenocara/lib/mesa/.gitlab-ci/build/gitlab-ci.yml U xenocara/lib/mesa/.gitlab-ci/common/capture-devcoredump.sh U xenocara/lib/mesa/.gitlab-ci/common/generate-env.sh U xenocara/lib/mesa/.gitlab-ci/common/init-stage1.sh U xenocara/lib/mesa/.gitlab-ci/common/init-stage2.sh U xenocara/lib/mesa/.gitlab-ci/common/intel-gpu-freq.sh U xenocara/lib/mesa/.gitlab-ci/common/start-x.sh N xenocara/lib/mesa/.gitlab-ci/container/0001-Allow-running-on-Android-from-the-command-line.patch N xenocara/lib/mesa/.gitlab-ci/container/0001-Fix-build-for-the-surfaceless-and-null-WS-target-pla.patch N xenocara/lib/mesa/.gitlab-ci/container/0002-Android-prints-to-stdout-instead-of-logcat.patch U xenocara/lib/mesa/.gitlab-ci/container/arm.config U xenocara/lib/mesa/.gitlab-ci/container/arm64.config U xenocara/lib/mesa/.gitlab-ci/container/baremetal_build.sh U xenocara/lib/mesa/.gitlab-ci/container/build-apitrace.sh U xenocara/lib/mesa/.gitlab-ci/container/build-crosvm.sh U xenocara/lib/mesa/.gitlab-ci/container/build-deqp-runner.sh U xenocara/lib/mesa/.gitlab-ci/container/build-deqp.sh U xenocara/lib/mesa/.gitlab-ci/container/build-fossilize.sh U xenocara/lib/mesa/.gitlab-ci/container/build-gfxreconstruct.sh U xenocara/lib/mesa/.gitlab-ci/container/build-kernel.sh U xenocara/lib/mesa/.gitlab-ci/container/build-hang-detection.sh U xenocara/lib/mesa/.gitlab-ci/container/build-libclc.sh U xenocara/lib/mesa/.gitlab-ci/container/build-libdrm.sh U xenocara/lib/mesa/.gitlab-ci/container/build-llvm-spirv.sh U xenocara/lib/mesa/.gitlab-ci/container/build-mold.sh U xenocara/lib/mesa/.gitlab-ci/container/build-piglit.sh U xenocara/lib/mesa/.gitlab-ci/container/build-rust.sh U xenocara/lib/mesa/.gitlab-ci/container/build-skqp.sh U xenocara/lib/mesa/.gitlab-ci/container/build-skqp_base.gn U xenocara/lib/mesa/.gitlab-ci/container/build-va-tools.sh U xenocara/lib/mesa/.gitlab-ci/container/build-vkd3d-proton.sh N xenocara/lib/mesa/.gitlab-ci/container/build-vulkan-validation.sh U xenocara/lib/mesa/.gitlab-ci/container/build-wayland.sh U xenocara/lib/mesa/.gitlab-ci/container/container_post_build.sh U xenocara/lib/mesa/.gitlab-ci/container/container_pre_build.sh U xenocara/lib/mesa/.gitlab-ci/container/create-android-cross-file.sh U xenocara/lib/mesa/.gitlab-ci/container/create-android-ndk-pc.sh U xenocara/lib/mesa/.gitlab-ci/container/create-cross-file.sh U xenocara/lib/mesa/.gitlab-ci/container/create-rootfs.sh U xenocara/lib/mesa/.gitlab-ci/container/cross_build.sh U xenocara/lib/mesa/.gitlab-ci/container/gitlab-ci.yml U xenocara/lib/mesa/.gitlab-ci/container/install-wine-apitrace.sh U xenocara/lib/mesa/.gitlab-ci/container/install-wine-dxvk.sh U xenocara/lib/mesa/.gitlab-ci/container/lava_build.sh U xenocara/lib/mesa/.gitlab-ci/container/setup-wine.sh U xenocara/lib/mesa/.gitlab-ci/container/x86_64.config N xenocara/lib/mesa/.gitlab-ci/container/alpine/x86_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/android_build.sh N xenocara/lib/mesa/.gitlab-ci/container/debian/arm64_test.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/arm_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/arm_test.sh N xenocara/lib/mesa/.gitlab-ci/container/debian/armhf_test.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/i386_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/llvm-snapshot.gpg.key U xenocara/lib/mesa/.gitlab-ci/container/debian/ppc64el_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/s390x_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/winehq.gpg.key U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build-base-wine.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build-base.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build-mingw-patch.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build-mingw-source-deps.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build-mingw.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_build.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_mingw-toolchain.cmake N xenocara/lib/mesa/.gitlab-ci/container/debian/x86_test-android.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_test-base.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_test-gl.sh U xenocara/lib/mesa/.gitlab-ci/container/debian/x86_test-vk.sh U xenocara/lib/mesa/.gitlab-ci/container/fedora/x86_build.sh N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_BUILD.gn.patch N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_fetch_gn.patch N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_git-sync-deps.patch N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_gl.patch N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_is_clang.py.patch N xenocara/lib/mesa/.gitlab-ci/container/patches/build-skqp_nima.patch U xenocara/lib/mesa/.gitlab-ci/fossils/fossils.sh U xenocara/lib/mesa/.gitlab-ci/fossils/query_fossils_yaml.py U xenocara/lib/mesa/.gitlab-ci/lava/__init__.py U xenocara/lib/mesa/.gitlab-ci/lava/exceptions.py U xenocara/lib/mesa/.gitlab-ci/lava/lava-gitlab-ci.yml U xenocara/lib/mesa/.gitlab-ci/lava/lava-pytest.sh U xenocara/lib/mesa/.gitlab-ci/lava/lava-submit.sh U xenocara/lib/mesa/.gitlab-ci/lava/lava_job_submitter.py N xenocara/lib/mesa/.gitlab-ci/lava/requirements-test.txt N xenocara/lib/mesa/.gitlab-ci/lava/requirements.txt U xenocara/lib/mesa/.gitlab-ci/lava/utils/__init__.py U xenocara/lib/mesa/.gitlab-ci/lava/utils/console_format.py U xenocara/lib/mesa/.gitlab-ci/lava/utils/gitlab_section.py N xenocara/lib/mesa/.gitlab-ci/lava/utils/lava_farm.py U xenocara/lib/mesa/.gitlab-ci/lava/utils/lava_log_hints.py U xenocara/lib/mesa/.gitlab-ci/lava/utils/log_follower.py U xenocara/lib/mesa/.gitlab-ci/lava/utils/log_section.py U xenocara/lib/mesa/.gitlab-ci/meson/build.sh U xenocara/lib/mesa/.gitlab-ci/meson/time-strace.sh U xenocara/lib/mesa/.gitlab-ci/meson/time.sh U xenocara/lib/mesa/.gitlab-ci/piglit/disable-vs_in.diff U xenocara/lib/mesa/.gitlab-ci/piglit/piglit-runner.sh U xenocara/lib/mesa/.gitlab-ci/piglit/piglit-traces.sh U xenocara/lib/mesa/.gitlab-ci/test/gitlab-ci.yml U xenocara/lib/mesa/.gitlab-ci/tests/__init__.py U xenocara/lib/mesa/.gitlab-ci/tests/conftest.py U xenocara/lib/mesa/.gitlab-ci/tests/test_lava_job_submitter.py U xenocara/lib/mesa/.gitlab-ci/tests/lava/__init__.py U xenocara/lib/mesa/.gitlab-ci/tests/lava/helpers.py U xenocara/lib/mesa/.gitlab-ci/tests/utils/__init__.py N xenocara/lib/mesa/.gitlab-ci/tests/utils/test_lava_farm.py U xenocara/lib/mesa/.gitlab-ci/tests/utils/test_lava_log.py N xenocara/lib/mesa/.gitlab-ci/valve/gl_combined_testing.sh U xenocara/lib/mesa/.gitlab-ci/valve/traces-runner.sh U xenocara/lib/mesa/.gitlab-ci/vkd3d-proton/run.sh U xenocara/lib/mesa/.gitlab-ci/windows/Dockerfile_build U xenocara/lib/mesa/.gitlab-ci/windows/Dockerfile_test U xenocara/lib/mesa/.gitlab-ci/windows/Dockerfile_vs U xenocara/lib/mesa/.gitlab-ci/windows/README.md U xenocara/lib/mesa/.gitlab-ci/windows/deqp_runner_run.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_build.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_container.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_deps_build.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_deps_choco.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_deps_test.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_deps_vs2019.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/mesa_vs_init.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/piglit_run.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/spirv2dxil_check.ps1 U xenocara/lib/mesa/.gitlab-ci/windows/spirv2dxil_run.ps1 U xenocara/lib/mesa/android/Android.mk U xenocara/lib/mesa/android/mesa3d_cross.mk U xenocara/lib/mesa/bin/.editorconfig U xenocara/lib/mesa/bin/__init__.py U xenocara/lib/mesa/bin/commit_in_branch.py U xenocara/lib/mesa/bin/commit_in_branch_test.py U xenocara/lib/mesa/bin/gen_calendar_entries.py U xenocara/lib/mesa/bin/gen_calendar_entries_test.py U xenocara/lib/mesa/bin/gen_release_notes.py U xenocara/lib/mesa/bin/gen_release_notes_test.py U xenocara/lib/mesa/bin/gen_vs_module_defs.py U xenocara/lib/mesa/bin/git_sha1_gen.py U xenocara/lib/mesa/bin/install_megadrivers.py U xenocara/lib/mesa/bin/khronos-update.py U xenocara/lib/mesa/bin/meson-cmd-extract.py U xenocara/lib/mesa/bin/meson.build U xenocara/lib/mesa/bin/perf-annotate-jit.py U xenocara/lib/mesa/bin/pick-ui.py N xenocara/lib/mesa/bin/pick-ui.sh U xenocara/lib/mesa/bin/post_version.py U xenocara/lib/mesa/bin/post_version_test.py N xenocara/lib/mesa/bin/python-venv.sh U xenocara/lib/mesa/bin/refcnt-log-helper.py U xenocara/lib/mesa/bin/symbols-check.py U xenocara/lib/mesa/bin/update-android-headers.sh N xenocara/lib/mesa/bin/ci/.gitignore N xenocara/lib/mesa/bin/ci/ci_run_n_monitor.py N xenocara/lib/mesa/bin/ci/download_gl_schema.sh N xenocara/lib/mesa/bin/ci/gitlab_common.py N xenocara/lib/mesa/bin/ci/gitlab_gql.py N xenocara/lib/mesa/bin/ci/job_details.gql N xenocara/lib/mesa/bin/ci/pipeline_details.gql N xenocara/lib/mesa/bin/ci/requirements.txt N xenocara/lib/mesa/bin/ci/update_traces_checksum.py U xenocara/lib/mesa/bin/pick/__init__.py U xenocara/lib/mesa/bin/pick/core.py U xenocara/lib/mesa/bin/pick/core_test.py N xenocara/lib/mesa/bin/pick/requirements.txt U xenocara/lib/mesa/bin/pick/ui.py U xenocara/lib/mesa/build-support/conftest.dyn U xenocara/lib/mesa/build-support/conftest.map U xenocara/lib/mesa/docs/ARB_color_buffer_float.txt U xenocara/lib/mesa/docs/README.UVD U xenocara/lib/mesa/docs/README.VCE U xenocara/lib/mesa/docs/amber.rst U xenocara/lib/mesa/docs/android.rst U xenocara/lib/mesa/docs/application-issues.rst U xenocara/lib/mesa/docs/bugs.rst U xenocara/lib/mesa/docs/codingstyle.rst U xenocara/lib/mesa/docs/conf.py U xenocara/lib/mesa/docs/conform.rst U xenocara/lib/mesa/docs/debugging.rst U xenocara/lib/mesa/docs/devinfo.rst C xenocara/lib/mesa/docs/dispatch.rst U xenocara/lib/mesa/docs/download.rst U xenocara/lib/mesa/docs/doxygen-wrapper.py U xenocara/lib/mesa/docs/egl.rst U xenocara/lib/mesa/docs/envvars.rst U xenocara/lib/mesa/docs/extensions.rst U xenocara/lib/mesa/docs/faq.rst U xenocara/lib/mesa/docs/favicon.ico U xenocara/lib/mesa/docs/favicon.svg C xenocara/lib/mesa/docs/features.txt U xenocara/lib/mesa/docs/gallium-nine.rst N xenocara/lib/mesa/docs/gitlab-ci.yml U xenocara/lib/mesa/docs/gpu-perf-tracing.rst U xenocara/lib/mesa/docs/helpwanted.rst U xenocara/lib/mesa/docs/history.rst U xenocara/lib/mesa/docs/index.rst U xenocara/lib/mesa/docs/install.rst U xenocara/lib/mesa/docs/libGL.txt U xenocara/lib/mesa/docs/license.rst U xenocara/lib/mesa/docs/lists.rst U xenocara/lib/mesa/docs/macos.rst U xenocara/lib/mesa/docs/meson.rst U xenocara/lib/mesa/docs/opengles.rst U xenocara/lib/mesa/docs/osmesa.rst U xenocara/lib/mesa/docs/perf.rst U xenocara/lib/mesa/docs/perfetto.rst U xenocara/lib/mesa/docs/precompiled.rst U xenocara/lib/mesa/docs/releasing.rst U xenocara/lib/mesa/docs/release-calendar.csv U xenocara/lib/mesa/docs/release-calendar.rst U xenocara/lib/mesa/docs/rusticl.rst U xenocara/lib/mesa/docs/release-maintainers-keys.asc U xenocara/lib/mesa/docs/relnotes.rst U xenocara/lib/mesa/docs/repository.rst U xenocara/lib/mesa/docs/shading.rst U xenocara/lib/mesa/docs/sourcetree.rst U xenocara/lib/mesa/docs/submittingpatches.rst U xenocara/lib/mesa/docs/systems.rst U xenocara/lib/mesa/docs/u_trace.rst U xenocara/lib/mesa/docs/utilities.rst U xenocara/lib/mesa/docs/viewperf.rst U xenocara/lib/mesa/docs/xlibdriver.rst U xenocara/lib/mesa/docs/ci/LAVA.rst U xenocara/lib/mesa/docs/ci/bare-metal.rst U xenocara/lib/mesa/docs/ci/docker.rst U xenocara/lib/mesa/docs/ci/fdo-cache U xenocara/lib/mesa/docs/ci/index.rst U xenocara/lib/mesa/docs/ci/kernel.rst U xenocara/lib/mesa/docs/ci/local-traces.rst U xenocara/lib/mesa/docs/ci/skqp.rst U xenocara/lib/mesa/docs/ci/uri-caching.conf U xenocara/lib/mesa/docs/_extra/_redirects N xenocara/lib/mesa/docs/_extra/relnotes/3.1 N xenocara/lib/mesa/docs/_extra/relnotes/3.2 N xenocara/lib/mesa/docs/_extra/relnotes/3.2.1 N xenocara/lib/mesa/docs/_extra/relnotes/3.3 N xenocara/lib/mesa/docs/_extra/relnotes/3.4 N xenocara/lib/mesa/docs/_extra/relnotes/3.4.1 N xenocara/lib/mesa/docs/_extra/relnotes/3.4.2 N xenocara/lib/mesa/docs/_extra/relnotes/3.5 N xenocara/lib/mesa/docs/_extra/relnotes/4.0 N xenocara/lib/mesa/docs/_extra/relnotes/4.0.1 N xenocara/lib/mesa/docs/_extra/relnotes/4.0.2 N xenocara/lib/mesa/docs/_extra/relnotes/4.0.3 N xenocara/lib/mesa/docs/_extra/relnotes/4.1 N xenocara/lib/mesa/docs/_extra/relnotes/5.0 N xenocara/lib/mesa/docs/_extra/relnotes/5.0.1 N xenocara/lib/mesa/docs/_extra/relnotes/5.0.2 N xenocara/lib/mesa/docs/_extra/relnotes/5.1 N xenocara/lib/mesa/docs/_extra/relnotes/6.0 N xenocara/lib/mesa/docs/_extra/relnotes/6.0.1 N xenocara/lib/mesa/docs/_extra/relnotes/6.1 N xenocara/lib/mesa/docs/_extra/relnotes/6.2 N xenocara/lib/mesa/docs/_extra/relnotes/6.2.1 N xenocara/lib/mesa/docs/_extra/relnotes/6.3 N xenocara/lib/mesa/docs/_extra/relnotes/6.3.1 N xenocara/lib/mesa/docs/_extra/relnotes/6.3.2 U xenocara/lib/mesa/docs/_extra/specs/EGL_MESA_device_software.txt U xenocara/lib/mesa/docs/_extra/specs/EGL_MESA_drm_image_formats.txt U xenocara/lib/mesa/docs/_extra/specs/EGL_MESA_platform_surfaceless.txt U xenocara/lib/mesa/docs/_extra/specs/EGL_MESA_query_driver.txt U xenocara/lib/mesa/docs/_extra/specs/EXT_shader_integer_mix.spec U xenocara/lib/mesa/docs/_extra/specs/EXT_shader_samples_identical.txt U xenocara/lib/mesa/docs/_extra/specs/INTEL_shader_atomic_float_minmax.txt U xenocara/lib/mesa/docs/_extra/specs/MESA_bgra.txt U xenocara/lib/mesa/docs/_extra/specs/MESA_configless_context.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_copy_sub_buffer.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_drm_image.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_framebuffer_flip_y.txt U xenocara/lib/mesa/docs/_extra/specs/enums.txt U xenocara/lib/mesa/docs/_extra/specs/MESA_pack_invert.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_image_dma_buf_export.txt U xenocara/lib/mesa/docs/_extra/specs/MESA_multithread_makecurrent.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_pixmap_colormap.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_query_renderer.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_release_buffers.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_shader_debug.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_shader_integer_functions.txt U xenocara/lib/mesa/docs/_extra/specs/MESA_swap_control.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_swap_frame_usage.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_texture_array.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_texture_signed_rgba.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_window_pos.spec U xenocara/lib/mesa/docs/_extra/specs/MESA_ycbcr_texture.spec U xenocara/lib/mesa/docs/_extra/specs/WL_bind_wayland_display.spec U xenocara/lib/mesa/docs/_extra/specs/WL_create_wayland_buffer_from_image.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/EGL_MESA_screen_surface.txt U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_agp_offset.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_packed_depth_stencil.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_program_debug.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_resize_buffers.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_set_3dfx_mode.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_sprite_point.spec U xenocara/lib/mesa/docs/_extra/specs/OLD/MESA_trace.spec U xenocara/lib/mesa/docs/_exts/formatting.py U xenocara/lib/mesa/docs/_exts/nir.py U xenocara/lib/mesa/docs/_exts/redirects.py U xenocara/lib/mesa/docs/drivers/anv.rst U xenocara/lib/mesa/docs/drivers/asahi.rst U xenocara/lib/mesa/docs/drivers/d3d12.rst U xenocara/lib/mesa/docs/drivers/freedreno.rst U xenocara/lib/mesa/docs/drivers/lima.rst U xenocara/lib/mesa/docs/drivers/llvmpipe.rst U xenocara/lib/mesa/docs/drivers/panfrost.rst U xenocara/lib/mesa/docs/drivers/radv.rst U xenocara/lib/mesa/docs/drivers/svga3d.rst U xenocara/lib/mesa/docs/drivers/v3d.rst U xenocara/lib/mesa/docs/drivers/vc4.rst U xenocara/lib/mesa/docs/drivers/venus.rst U xenocara/lib/mesa/docs/drivers/virgl.rst U xenocara/lib/mesa/docs/drivers/zink.rst U xenocara/lib/mesa/docs/drivers/freedreno/ir3-notes.rst U xenocara/lib/mesa/docs/drivers/freedreno/isaspec.rst N xenocara/lib/mesa/docs/drivers/freedreno/hw/lrz.rst U xenocara/lib/mesa/docs/gallium/buffermapping.rst U xenocara/lib/mesa/docs/gallium/context.rst U xenocara/lib/mesa/docs/gallium/cso.rst U xenocara/lib/mesa/docs/gallium/debugging.rst U xenocara/lib/mesa/docs/gallium/distro.rst U xenocara/lib/mesa/docs/gallium/format.rst U xenocara/lib/mesa/docs/gallium/glossary.rst U xenocara/lib/mesa/docs/gallium/index.rst U xenocara/lib/mesa/docs/gallium/intro.rst U xenocara/lib/mesa/docs/gallium/pipeline.txt U xenocara/lib/mesa/docs/gallium/postprocess.rst U xenocara/lib/mesa/docs/gallium/resources.rst U xenocara/lib/mesa/docs/gallium/screen.rst U xenocara/lib/mesa/docs/gallium/tgsi.rst U xenocara/lib/mesa/docs/gallium/cso/blend.rst U xenocara/lib/mesa/docs/gallium/cso/dsa.rst U xenocara/lib/mesa/docs/gallium/cso/rasterizer.rst U xenocara/lib/mesa/docs/gallium/cso/sampler.rst U xenocara/lib/mesa/docs/gallium/cso/shader.rst U xenocara/lib/mesa/docs/gallium/cso/velems.rst U xenocara/lib/mesa/docs/isl/aux-surf-comp.rst U xenocara/lib/mesa/docs/isl/ccs.rst U xenocara/lib/mesa/docs/isl/formats.rst U xenocara/lib/mesa/docs/isl/hiz.rst U xenocara/lib/mesa/docs/isl/index.rst U xenocara/lib/mesa/docs/isl/tiling-basic.svg U xenocara/lib/mesa/docs/isl/tiling.rst U xenocara/lib/mesa/docs/isl/units.rst U xenocara/lib/mesa/docs/nir/alu.rst U xenocara/lib/mesa/docs/nir/index.rst U xenocara/lib/mesa/docs/nir/tex.rst U xenocara/lib/mesa/docs/relnotes/10.0.1.rst U xenocara/lib/mesa/docs/relnotes/10.0.2.rst U xenocara/lib/mesa/docs/relnotes/10.0.3.rst U xenocara/lib/mesa/docs/relnotes/10.0.4.rst U xenocara/lib/mesa/docs/relnotes/10.0.5.rst U xenocara/lib/mesa/docs/relnotes/10.0.rst U xenocara/lib/mesa/docs/relnotes/10.1.1.rst U xenocara/lib/mesa/docs/relnotes/10.1.2.rst U xenocara/lib/mesa/docs/relnotes/10.1.3.rst U xenocara/lib/mesa/docs/relnotes/10.1.4.rst U xenocara/lib/mesa/docs/relnotes/10.1.5.rst U xenocara/lib/mesa/docs/relnotes/10.1.6.rst U xenocara/lib/mesa/docs/relnotes/10.1.rst U xenocara/lib/mesa/docs/relnotes/10.2.1.rst U xenocara/lib/mesa/docs/relnotes/10.2.2.rst U xenocara/lib/mesa/docs/relnotes/10.2.3.rst U xenocara/lib/mesa/docs/relnotes/10.2.4.rst U xenocara/lib/mesa/docs/relnotes/10.2.5.rst U xenocara/lib/mesa/docs/relnotes/10.2.6.rst U xenocara/lib/mesa/docs/relnotes/10.2.7.rst U xenocara/lib/mesa/docs/relnotes/10.2.8.rst U xenocara/lib/mesa/docs/relnotes/10.2.9.rst U xenocara/lib/mesa/docs/relnotes/10.2.rst U xenocara/lib/mesa/docs/relnotes/6.4 U xenocara/lib/mesa/docs/relnotes/10.3.1.rst U xenocara/lib/mesa/docs/relnotes/10.3.2.rst U xenocara/lib/mesa/docs/relnotes/10.3.3.rst U xenocara/lib/mesa/docs/relnotes/10.3.4.rst U xenocara/lib/mesa/docs/relnotes/10.3.5.rst U xenocara/lib/mesa/docs/relnotes/10.3.6.rst U xenocara/lib/mesa/docs/relnotes/10.3.7.rst U xenocara/lib/mesa/docs/relnotes/10.3.rst U xenocara/lib/mesa/docs/relnotes/10.4.1.rst U xenocara/lib/mesa/docs/relnotes/10.4.2.rst U xenocara/lib/mesa/docs/relnotes/10.4.3.rst U xenocara/lib/mesa/docs/relnotes/10.4.4.rst U xenocara/lib/mesa/docs/relnotes/10.4.5.rst U xenocara/lib/mesa/docs/relnotes/10.4.6.rst U xenocara/lib/mesa/docs/relnotes/10.4.7.rst U xenocara/lib/mesa/docs/relnotes/10.4.rst U xenocara/lib/mesa/docs/relnotes/10.5.0.rst U xenocara/lib/mesa/docs/relnotes/10.5.1.rst U xenocara/lib/mesa/docs/relnotes/10.5.2.rst U xenocara/lib/mesa/docs/relnotes/10.5.3.rst U xenocara/lib/mesa/docs/relnotes/10.5.4.rst U xenocara/lib/mesa/docs/relnotes/10.5.5.rst U xenocara/lib/mesa/docs/relnotes/10.5.6.rst U xenocara/lib/mesa/docs/relnotes/10.5.7.rst U xenocara/lib/mesa/docs/relnotes/10.5.8.rst U xenocara/lib/mesa/docs/relnotes/10.5.9.rst U xenocara/lib/mesa/docs/relnotes/10.6.0.rst U xenocara/lib/mesa/docs/relnotes/10.6.1.rst U xenocara/lib/mesa/docs/relnotes/10.6.2.rst U xenocara/lib/mesa/docs/relnotes/10.6.3.rst U xenocara/lib/mesa/docs/relnotes/10.6.4.rst U xenocara/lib/mesa/docs/relnotes/10.6.5.rst U xenocara/lib/mesa/docs/relnotes/10.6.6.rst U xenocara/lib/mesa/docs/relnotes/10.6.7.rst U xenocara/lib/mesa/docs/relnotes/10.6.8.rst U xenocara/lib/mesa/docs/relnotes/10.6.9.rst U xenocara/lib/mesa/docs/relnotes/11.0.0.rst U xenocara/lib/mesa/docs/relnotes/11.0.1.rst U xenocara/lib/mesa/docs/relnotes/11.0.2.rst U xenocara/lib/mesa/docs/relnotes/11.0.3.rst U xenocara/lib/mesa/docs/relnotes/11.0.4.rst U xenocara/lib/mesa/docs/relnotes/11.0.5.rst U xenocara/lib/mesa/docs/relnotes/11.0.6.rst U xenocara/lib/mesa/docs/relnotes/11.0.7.rst U xenocara/lib/mesa/docs/relnotes/11.0.8.rst U xenocara/lib/mesa/docs/relnotes/11.0.9.rst U xenocara/lib/mesa/docs/relnotes/11.1.0.rst U xenocara/lib/mesa/docs/relnotes/11.1.1.rst U xenocara/lib/mesa/docs/relnotes/11.1.2.rst U xenocara/lib/mesa/docs/relnotes/11.1.3.rst U xenocara/lib/mesa/docs/relnotes/11.1.4.rst U xenocara/lib/mesa/docs/relnotes/11.2.0.rst U xenocara/lib/mesa/docs/relnotes/11.2.1.rst U xenocara/lib/mesa/docs/relnotes/11.2.2.rst U xenocara/lib/mesa/docs/relnotes/12.0.0.rst U xenocara/lib/mesa/docs/relnotes/12.0.1.rst U xenocara/lib/mesa/docs/relnotes/12.0.2.rst U xenocara/lib/mesa/docs/relnotes/12.0.3.rst U xenocara/lib/mesa/docs/relnotes/12.0.4.rst U xenocara/lib/mesa/docs/relnotes/12.0.5.rst U xenocara/lib/mesa/docs/relnotes/12.0.6.rst U xenocara/lib/mesa/docs/relnotes/13.0.0.rst U xenocara/lib/mesa/docs/relnotes/13.0.1.rst U xenocara/lib/mesa/docs/relnotes/13.0.2.rst U xenocara/lib/mesa/docs/relnotes/13.0.3.rst U xenocara/lib/mesa/docs/relnotes/13.0.4.rst U xenocara/lib/mesa/docs/relnotes/13.0.5.rst U xenocara/lib/mesa/docs/relnotes/13.0.6.rst U xenocara/lib/mesa/docs/relnotes/17.0.0.rst U xenocara/lib/mesa/docs/relnotes/17.0.1.rst U xenocara/lib/mesa/docs/relnotes/17.0.2.rst U xenocara/lib/mesa/docs/relnotes/17.0.3.rst U xenocara/lib/mesa/docs/relnotes/17.0.4.rst U xenocara/lib/mesa/docs/relnotes/17.0.5.rst U xenocara/lib/mesa/docs/relnotes/17.0.6.rst U xenocara/lib/mesa/docs/relnotes/17.0.7.rst U xenocara/lib/mesa/docs/relnotes/17.1.0.rst U xenocara/lib/mesa/docs/relnotes/17.1.1.rst U xenocara/lib/mesa/docs/relnotes/17.1.10.rst U xenocara/lib/mesa/docs/relnotes/17.1.2.rst U xenocara/lib/mesa/docs/relnotes/17.1.3.rst U xenocara/lib/mesa/docs/relnotes/17.1.4.rst U xenocara/lib/mesa/docs/relnotes/17.1.5.rst U xenocara/lib/mesa/docs/relnotes/17.1.6.rst U xenocara/lib/mesa/docs/relnotes/17.1.7.rst U xenocara/lib/mesa/docs/relnotes/17.1.8.rst U xenocara/lib/mesa/docs/relnotes/17.1.9.rst U xenocara/lib/mesa/docs/relnotes/17.2.0.rst U xenocara/lib/mesa/docs/relnotes/17.2.1.rst U xenocara/lib/mesa/docs/relnotes/17.2.2.rst U xenocara/lib/mesa/docs/relnotes/17.2.3.rst U xenocara/lib/mesa/docs/relnotes/17.2.4.rst U xenocara/lib/mesa/docs/relnotes/17.2.5.rst U xenocara/lib/mesa/docs/relnotes/17.2.6.rst U xenocara/lib/mesa/docs/relnotes/17.2.7.rst U xenocara/lib/mesa/docs/relnotes/17.2.8.rst U xenocara/lib/mesa/docs/relnotes/17.3.0.rst U xenocara/lib/mesa/docs/relnotes/17.3.1.rst U xenocara/lib/mesa/docs/relnotes/17.3.2.rst U xenocara/lib/mesa/docs/relnotes/17.3.3.rst U xenocara/lib/mesa/docs/relnotes/17.3.4.rst U xenocara/lib/mesa/docs/relnotes/17.3.5.rst U xenocara/lib/mesa/docs/relnotes/17.3.6.rst U xenocara/lib/mesa/docs/relnotes/17.3.7.rst U xenocara/lib/mesa/docs/relnotes/17.3.8.rst U xenocara/lib/mesa/docs/relnotes/17.3.9.rst U xenocara/lib/mesa/docs/relnotes/18.0.0.rst U xenocara/lib/mesa/docs/relnotes/18.0.1.rst U xenocara/lib/mesa/docs/relnotes/18.0.2.rst U xenocara/lib/mesa/docs/relnotes/18.0.3.rst U xenocara/lib/mesa/docs/relnotes/18.0.4.rst U xenocara/lib/mesa/docs/relnotes/18.0.5.rst U xenocara/lib/mesa/docs/relnotes/18.1.0.rst U xenocara/lib/mesa/docs/relnotes/18.1.1.rst U xenocara/lib/mesa/docs/relnotes/18.1.2.rst U xenocara/lib/mesa/docs/relnotes/18.1.3.rst U xenocara/lib/mesa/docs/relnotes/18.1.4.rst U xenocara/lib/mesa/docs/relnotes/18.1.5.rst U xenocara/lib/mesa/docs/relnotes/18.1.6.rst U xenocara/lib/mesa/docs/relnotes/18.1.7.rst U xenocara/lib/mesa/docs/relnotes/18.1.8.rst U xenocara/lib/mesa/docs/relnotes/18.1.9.rst U xenocara/lib/mesa/docs/relnotes/18.2.0.rst U xenocara/lib/mesa/docs/relnotes/18.2.1.rst U xenocara/lib/mesa/docs/relnotes/18.2.2.rst U xenocara/lib/mesa/docs/relnotes/18.2.3.rst U xenocara/lib/mesa/docs/relnotes/18.2.4.rst U xenocara/lib/mesa/docs/relnotes/18.2.5.rst U xenocara/lib/mesa/docs/relnotes/18.2.6.rst U xenocara/lib/mesa/docs/relnotes/18.2.7.rst U xenocara/lib/mesa/docs/relnotes/18.2.8.rst U xenocara/lib/mesa/docs/relnotes/18.3.0.rst U xenocara/lib/mesa/docs/relnotes/18.3.1.rst U xenocara/lib/mesa/docs/relnotes/18.3.2.rst U xenocara/lib/mesa/docs/relnotes/18.3.3.rst U xenocara/lib/mesa/docs/relnotes/18.3.4.rst U xenocara/lib/mesa/docs/relnotes/18.3.5.rst U xenocara/lib/mesa/docs/relnotes/18.3.6.rst U xenocara/lib/mesa/docs/relnotes/19.0.0.rst U xenocara/lib/mesa/docs/relnotes/19.0.1.rst U xenocara/lib/mesa/docs/relnotes/19.0.2.rst U xenocara/lib/mesa/docs/relnotes/19.0.3.rst U xenocara/lib/mesa/docs/relnotes/19.0.4.rst U xenocara/lib/mesa/docs/relnotes/19.0.5.rst U xenocara/lib/mesa/docs/relnotes/19.0.6.rst U xenocara/lib/mesa/docs/relnotes/19.0.7.rst U xenocara/lib/mesa/docs/relnotes/19.0.8.rst U xenocara/lib/mesa/docs/relnotes/19.1.0.rst U xenocara/lib/mesa/docs/relnotes/19.1.1.rst U xenocara/lib/mesa/docs/relnotes/19.1.2.rst U xenocara/lib/mesa/docs/relnotes/19.1.3.rst U xenocara/lib/mesa/docs/relnotes/19.1.4.rst U xenocara/lib/mesa/docs/relnotes/19.1.5.rst U xenocara/lib/mesa/docs/relnotes/19.1.6.rst U xenocara/lib/mesa/docs/relnotes/19.1.7.rst U xenocara/lib/mesa/docs/relnotes/19.1.8.rst U xenocara/lib/mesa/docs/relnotes/19.2.0.rst U xenocara/lib/mesa/docs/relnotes/19.2.1.rst U xenocara/lib/mesa/docs/relnotes/19.2.2.rst U xenocara/lib/mesa/docs/relnotes/19.2.3.rst U xenocara/lib/mesa/docs/relnotes/19.2.4.rst U xenocara/lib/mesa/docs/relnotes/19.2.5.rst U xenocara/lib/mesa/docs/relnotes/19.2.6.rst U xenocara/lib/mesa/docs/relnotes/19.2.7.rst U xenocara/lib/mesa/docs/relnotes/19.2.8.rst U xenocara/lib/mesa/docs/relnotes/19.3.0.rst U xenocara/lib/mesa/docs/relnotes/19.3.1.rst U xenocara/lib/mesa/docs/relnotes/19.3.2.rst U xenocara/lib/mesa/docs/relnotes/19.3.3.rst U xenocara/lib/mesa/docs/relnotes/19.3.4.rst U xenocara/lib/mesa/docs/relnotes/19.3.5.rst U xenocara/lib/mesa/docs/relnotes/20.0.0.rst U xenocara/lib/mesa/docs/relnotes/20.0.1.rst U xenocara/lib/mesa/docs/relnotes/20.0.2.rst U xenocara/lib/mesa/docs/relnotes/20.0.3.rst U xenocara/lib/mesa/docs/relnotes/20.0.4.rst U xenocara/lib/mesa/docs/relnotes/20.0.5.rst U xenocara/lib/mesa/docs/relnotes/20.0.6.rst U xenocara/lib/mesa/docs/relnotes/20.0.7.rst U xenocara/lib/mesa/docs/relnotes/20.0.8.rst U xenocara/lib/mesa/docs/relnotes/20.1.0.rst U xenocara/lib/mesa/docs/relnotes/20.1.1.rst U xenocara/lib/mesa/docs/relnotes/20.1.10.rst U xenocara/lib/mesa/docs/relnotes/20.1.2.rst U xenocara/lib/mesa/docs/relnotes/20.1.3.rst U xenocara/lib/mesa/docs/relnotes/20.1.4.rst U xenocara/lib/mesa/docs/relnotes/20.1.5.rst U xenocara/lib/mesa/docs/relnotes/20.1.6.rst U xenocara/lib/mesa/docs/relnotes/20.1.7.rst U xenocara/lib/mesa/docs/relnotes/20.1.8.rst U xenocara/lib/mesa/docs/relnotes/20.1.9.rst U xenocara/lib/mesa/docs/relnotes/20.2.0.rst U xenocara/lib/mesa/docs/relnotes/20.2.1.rst U xenocara/lib/mesa/docs/relnotes/20.2.2.rst U xenocara/lib/mesa/docs/relnotes/20.2.3.rst U xenocara/lib/mesa/docs/relnotes/20.2.4.rst U xenocara/lib/mesa/docs/relnotes/20.2.5.rst U xenocara/lib/mesa/docs/relnotes/20.2.6.rst U xenocara/lib/mesa/docs/relnotes/20.3.0.rst U xenocara/lib/mesa/docs/relnotes/20.3.1.rst U xenocara/lib/mesa/docs/relnotes/20.3.2.rst U xenocara/lib/mesa/docs/relnotes/20.3.3.rst U xenocara/lib/mesa/docs/relnotes/20.3.4.rst U xenocara/lib/mesa/docs/relnotes/20.3.5.rst U xenocara/lib/mesa/docs/relnotes/21.0.0.rst U xenocara/lib/mesa/docs/relnotes/21.0.1.rst U xenocara/lib/mesa/docs/relnotes/21.0.2.rst U xenocara/lib/mesa/docs/relnotes/21.0.3.rst U xenocara/lib/mesa/docs/relnotes/21.1.0.rst U xenocara/lib/mesa/docs/relnotes/21.1.1.rst U xenocara/lib/mesa/docs/relnotes/21.1.2.rst U xenocara/lib/mesa/docs/relnotes/21.1.3.rst U xenocara/lib/mesa/docs/relnotes/21.1.4.rst U xenocara/lib/mesa/docs/relnotes/21.1.5.rst U xenocara/lib/mesa/docs/relnotes/21.1.6.rst U xenocara/lib/mesa/docs/relnotes/21.1.7.rst U xenocara/lib/mesa/docs/relnotes/21.1.8.rst U xenocara/lib/mesa/docs/relnotes/21.2.0.rst U xenocara/lib/mesa/docs/relnotes/21.2.2.rst U xenocara/lib/mesa/docs/relnotes/21.2.3.rst U xenocara/lib/mesa/docs/relnotes/21.2.4.rst U xenocara/lib/mesa/docs/relnotes/21.2.5.rst U xenocara/lib/mesa/docs/relnotes/21.2.6.rst U xenocara/lib/mesa/docs/relnotes/21.3.0.rst U xenocara/lib/mesa/docs/relnotes/21.3.1.rst U xenocara/lib/mesa/docs/relnotes/21.3.2.rst U xenocara/lib/mesa/docs/relnotes/21.3.3.rst U xenocara/lib/mesa/docs/relnotes/21.3.4.rst U xenocara/lib/mesa/docs/relnotes/21.3.5.rst U xenocara/lib/mesa/docs/relnotes/21.3.6.rst U xenocara/lib/mesa/docs/relnotes/21.3.7.rst U xenocara/lib/mesa/docs/relnotes/21.3.8.rst U xenocara/lib/mesa/docs/relnotes/21.3.9.rst U xenocara/lib/mesa/docs/relnotes/22.0.0.rst U xenocara/lib/mesa/docs/relnotes/22.0.1.rst U xenocara/lib/mesa/docs/relnotes/22.0.2.rst U xenocara/lib/mesa/docs/relnotes/22.0.3.rst U xenocara/lib/mesa/docs/relnotes/22.0.4.rst U xenocara/lib/mesa/docs/relnotes/22.0.5.rst U xenocara/lib/mesa/docs/relnotes/22.1.0.rst U xenocara/lib/mesa/docs/relnotes/22.1.1.rst U xenocara/lib/mesa/docs/relnotes/22.1.2.rst U xenocara/lib/mesa/docs/relnotes/22.1.3.rst U xenocara/lib/mesa/docs/relnotes/22.1.4.rst U xenocara/lib/mesa/docs/relnotes/22.1.5.rst U xenocara/lib/mesa/docs/relnotes/22.1.6.rst U xenocara/lib/mesa/docs/relnotes/22.1.7.rst U xenocara/lib/mesa/docs/relnotes/22.2.0.rst U xenocara/lib/mesa/docs/relnotes/22.2.1.rst U xenocara/lib/mesa/docs/relnotes/22.2.2.rst N xenocara/lib/mesa/docs/relnotes/22.2.3.rst N xenocara/lib/mesa/docs/relnotes/22.2.4.rst U xenocara/lib/mesa/docs/relnotes/22.3.0.rst U xenocara/lib/mesa/docs/relnotes/22.3.1.rst U xenocara/lib/mesa/docs/relnotes/22.3.2.rst U xenocara/lib/mesa/docs/relnotes/22.3.3.rst U xenocara/lib/mesa/docs/relnotes/22.3.4.rst U xenocara/lib/mesa/docs/relnotes/22.3.5.rst U xenocara/lib/mesa/docs/relnotes/22.3.6.rst U xenocara/lib/mesa/docs/relnotes/22.3.7.rst N xenocara/lib/mesa/docs/relnotes/23.0.0.rst N xenocara/lib/mesa/docs/relnotes/23.1.0.rst N xenocara/lib/mesa/docs/relnotes/23.1.1.rst N xenocara/lib/mesa/docs/relnotes/23.1.2.rst N xenocara/lib/mesa/docs/relnotes/23.1.3.rst N xenocara/lib/mesa/docs/relnotes/23.1.4.rst N xenocara/lib/mesa/docs/relnotes/23.1.5.rst N xenocara/lib/mesa/docs/relnotes/23.1.6.rst N xenocara/lib/mesa/docs/relnotes/23.1.7.rst N xenocara/lib/mesa/docs/relnotes/23.1.8.rst N xenocara/lib/mesa/docs/relnotes/23.1.9.rst U xenocara/lib/mesa/docs/relnotes/6.4.1.rst U xenocara/lib/mesa/docs/relnotes/6.4.2.rst U xenocara/lib/mesa/docs/relnotes/6.4.rst U xenocara/lib/mesa/docs/relnotes/6.5.1.rst U xenocara/lib/mesa/docs/relnotes/6.5.rst U xenocara/lib/mesa/docs/relnotes/6.5.2.rst U xenocara/lib/mesa/docs/relnotes/6.5.3.rst U xenocara/lib/mesa/docs/relnotes/7.0.1.rst U xenocara/lib/mesa/docs/relnotes/7.0.2.rst U xenocara/lib/mesa/docs/relnotes/7.0.3.rst U xenocara/lib/mesa/docs/relnotes/7.0.4.rst U xenocara/lib/mesa/docs/relnotes/7.0.rst U xenocara/lib/mesa/docs/relnotes/7.1.rst U xenocara/lib/mesa/docs/relnotes/7.10.1.rst U xenocara/lib/mesa/docs/relnotes/7.10.2.rst U xenocara/lib/mesa/docs/relnotes/7.10.3.rst U xenocara/lib/mesa/docs/relnotes/7.10.rst U xenocara/lib/mesa/docs/relnotes/7.11.1.rst U xenocara/lib/mesa/docs/relnotes/7.11.2.rst U xenocara/lib/mesa/docs/relnotes/7.11.rst U xenocara/lib/mesa/docs/relnotes/7.2.rst U xenocara/lib/mesa/docs/relnotes/7.3.rst U xenocara/lib/mesa/docs/relnotes/7.4.1.rst U xenocara/lib/mesa/docs/relnotes/7.4.2.rst U xenocara/lib/mesa/docs/relnotes/7.4.3.rst U xenocara/lib/mesa/docs/relnotes/7.4.4.rst U xenocara/lib/mesa/docs/relnotes/7.4.rst U xenocara/lib/mesa/docs/relnotes/7.5.1.rst U xenocara/lib/mesa/docs/relnotes/7.5.2.rst U xenocara/lib/mesa/docs/relnotes/7.5.rst U xenocara/lib/mesa/docs/relnotes/7.6.1.rst U xenocara/lib/mesa/docs/relnotes/7.6.rst U xenocara/lib/mesa/docs/relnotes/7.7.1.rst U xenocara/lib/mesa/docs/relnotes/7.7.rst U xenocara/lib/mesa/docs/relnotes/7.8.1.rst U xenocara/lib/mesa/docs/relnotes/7.8.2.rst U xenocara/lib/mesa/docs/relnotes/7.8.3.rst U xenocara/lib/mesa/docs/relnotes/7.8.rst U xenocara/lib/mesa/docs/relnotes/7.9.1.rst U xenocara/lib/mesa/docs/relnotes/7.9.2.rst U xenocara/lib/mesa/docs/relnotes/7.9.rst U xenocara/lib/mesa/docs/relnotes/8.0.1.rst U xenocara/lib/mesa/docs/relnotes/8.0.2.rst U xenocara/lib/mesa/docs/relnotes/8.0.3.rst U xenocara/lib/mesa/docs/relnotes/8.0.4.rst U xenocara/lib/mesa/docs/relnotes/8.0.5.rst U xenocara/lib/mesa/docs/relnotes/8.0.rst U xenocara/lib/mesa/docs/relnotes/9.0.1.rst U xenocara/lib/mesa/docs/relnotes/9.0.2.rst U xenocara/lib/mesa/docs/relnotes/9.0.3.rst U xenocara/lib/mesa/docs/relnotes/9.0.rst U xenocara/lib/mesa/docs/relnotes/9.1.1.rst U xenocara/lib/mesa/docs/relnotes/9.1.2.rst U xenocara/lib/mesa/docs/relnotes/9.1.3.rst U xenocara/lib/mesa/docs/relnotes/9.1.4.rst U xenocara/lib/mesa/docs/relnotes/9.1.5.rst U xenocara/lib/mesa/docs/relnotes/9.1.6.rst U xenocara/lib/mesa/docs/relnotes/9.1.7.rst U xenocara/lib/mesa/docs/relnotes/9.1.rst U xenocara/lib/mesa/docs/relnotes/9.2.rst U xenocara/lib/mesa/docs/relnotes/9.2.1.rst U xenocara/lib/mesa/docs/relnotes/9.2.2.rst U xenocara/lib/mesa/docs/relnotes/9.2.3.rst U xenocara/lib/mesa/docs/relnotes/9.2.4.rst U xenocara/lib/mesa/docs/relnotes/9.2.5.rst U xenocara/lib/mesa/docs/vulkan/base-objs.rst U xenocara/lib/mesa/docs/vulkan/command-pools.rst U xenocara/lib/mesa/docs/vulkan/dispatch.rst U xenocara/lib/mesa/docs/vulkan/graphics-state.rst U xenocara/lib/mesa/docs/vulkan/index.rst U xenocara/lib/mesa/docs/vulkan/renderpass.rst U xenocara/lib/mesa/include/c99_alloca.h U xenocara/lib/mesa/include/c99_compat.h U xenocara/lib/mesa/include/kopper_interface.h U xenocara/lib/mesa/include/meson.build U xenocara/lib/mesa/include/no_extern_c.h U xenocara/lib/mesa/include/CL/cl.h U xenocara/lib/mesa/include/CL/cl.hpp U xenocara/lib/mesa/include/CL/cl2.hpp C xenocara/lib/mesa/include/CL/cl_d3d10.h C xenocara/lib/mesa/include/CL/cl_d3d11.h C xenocara/lib/mesa/include/CL/cl_dx9_media_sharing.h U xenocara/lib/mesa/include/CL/cl_dx9_media_sharing_intel.h U xenocara/lib/mesa/include/CL/cl_egl.h C xenocara/lib/mesa/include/CL/cl_ext.h U xenocara/lib/mesa/include/CL/cl_ext_intel.h U xenocara/lib/mesa/include/CL/cl_gl.h C xenocara/lib/mesa/include/CL/cl_gl_ext.h U xenocara/lib/mesa/include/CL/cl_icd.h C xenocara/lib/mesa/include/CL/cl_platform.h U xenocara/lib/mesa/include/CL/cl_va_api_media_sharing_intel.h U xenocara/lib/mesa/include/CL/cl_version.h C xenocara/lib/mesa/include/CL/opencl.h N xenocara/lib/mesa/include/CL/opencl.hpp U xenocara/lib/mesa/include/D3D9/.editorconfig U xenocara/lib/mesa/include/D3D9/d3d9.h U xenocara/lib/mesa/include/D3D9/d3d9caps.h U xenocara/lib/mesa/include/D3D9/d3d9types.h U xenocara/lib/mesa/include/EGL/egl.h U xenocara/lib/mesa/include/EGL/eglext.h U xenocara/lib/mesa/include/EGL/eglext_angle.h U xenocara/lib/mesa/include/EGL/eglmesaext.h U xenocara/lib/mesa/include/EGL/eglplatform.h U xenocara/lib/mesa/include/GL/gl.h U xenocara/lib/mesa/include/GL/glcorearb.h U xenocara/lib/mesa/include/GL/glext.h U xenocara/lib/mesa/include/GL/glx.h C xenocara/lib/mesa/include/GL/glxext.h U xenocara/lib/mesa/include/GL/mesa_glinterop.h U xenocara/lib/mesa/include/GL/osmesa.h U xenocara/lib/mesa/include/GL/wglext.h C xenocara/lib/mesa/include/GL/internal/dri_interface.h N xenocara/lib/mesa/include/GL/internal/mesa_interface.h U xenocara/lib/mesa/include/GLES/egl.h U xenocara/lib/mesa/include/GLES/gl.h U xenocara/lib/mesa/include/GLES/glext.h U xenocara/lib/mesa/include/GLES/glplatform.h U xenocara/lib/mesa/include/GLES2/gl2.h U xenocara/lib/mesa/include/GLES2/gl2ext.h U xenocara/lib/mesa/include/GLES2/gl2platform.h U xenocara/lib/mesa/include/GLES3/gl3.h U xenocara/lib/mesa/include/GLES3/gl31.h U xenocara/lib/mesa/include/GLES3/gl32.h U xenocara/lib/mesa/include/GLES3/gl3ext.h U xenocara/lib/mesa/include/GLES3/gl3platform.h U xenocara/lib/mesa/include/KHR/khrplatform.h U xenocara/lib/mesa/include/android_stub/android/data_space.h U xenocara/lib/mesa/include/android_stub/android/hardware_buffer.h U xenocara/lib/mesa/include/android_stub/android/hdr_metadata.h U xenocara/lib/mesa/include/android_stub/android/log.h U xenocara/lib/mesa/include/android_stub/android/native_window.h U xenocara/lib/mesa/include/android_stub/android/rect.h U xenocara/lib/mesa/include/android_stub/android/sync.h U xenocara/lib/mesa/include/android_stub/backtrace/Backtrace.h U xenocara/lib/mesa/include/android_stub/backtrace/BacktraceMap.h U xenocara/lib/mesa/include/android_stub/backtrace/backtrace_constants.h U xenocara/lib/mesa/include/android_stub/cutils/compiler.h U xenocara/lib/mesa/include/android_stub/cutils/log.h U xenocara/lib/mesa/include/android_stub/cutils/native_handle.h U xenocara/lib/mesa/include/android_stub/cutils/properties.h U xenocara/lib/mesa/include/android_stub/cutils/trace.h U xenocara/lib/mesa/include/android_stub/hardware/fb.h U xenocara/lib/mesa/include/android_stub/hardware/gralloc.h U xenocara/lib/mesa/include/android_stub/hardware/gralloc1.h U xenocara/lib/mesa/include/android_stub/hardware/hardware.h U xenocara/lib/mesa/include/android_stub/hardware/hwvulkan.h U xenocara/lib/mesa/include/android_stub/log/event_tag_map.h U xenocara/lib/mesa/include/android_stub/log/log.h U xenocara/lib/mesa/include/android_stub/log/log_event_list.h U xenocara/lib/mesa/include/android_stub/log/log_id.h U xenocara/lib/mesa/include/android_stub/log/log_main.h U xenocara/lib/mesa/include/android_stub/log/log_properties.h U xenocara/lib/mesa/include/android_stub/log/log_radio.h U xenocara/lib/mesa/include/android_stub/log/log_read.h U xenocara/lib/mesa/include/android_stub/log/log_safetynet.h U xenocara/lib/mesa/include/android_stub/log/log_system.h U xenocara/lib/mesa/include/android_stub/log/log_time.h U xenocara/lib/mesa/include/android_stub/log/logprint.h U xenocara/lib/mesa/include/android_stub/nativebase/nativebase.h U xenocara/lib/mesa/include/android_stub/ndk/sync.h U xenocara/lib/mesa/include/android_stub/system/camera.h U xenocara/lib/mesa/include/android_stub/system/graphics-base-v1.0.h U xenocara/lib/mesa/include/android_stub/system/graphics-base-v1.1.h U xenocara/lib/mesa/include/android_stub/system/graphics-base-v1.2.h U xenocara/lib/mesa/include/android_stub/system/graphics-base.h U xenocara/lib/mesa/include/android_stub/system/graphics-sw.h U xenocara/lib/mesa/include/android_stub/system/graphics.h U xenocara/lib/mesa/include/android_stub/system/radio.h U xenocara/lib/mesa/include/android_stub/system/thread_defs.h U xenocara/lib/mesa/include/android_stub/system/window.h U xenocara/lib/mesa/include/android_stub/vndk/hardware_buffer.h U xenocara/lib/mesa/include/android_stub/vndk/window.h U xenocara/lib/mesa/include/d3dadapter/.editorconfig U xenocara/lib/mesa/include/d3dadapter/d3dadapter9.h U xenocara/lib/mesa/include/d3dadapter/drm.h U xenocara/lib/mesa/include/d3dadapter/present.h U xenocara/lib/mesa/include/drm-uapi/README C xenocara/lib/mesa/include/drm-uapi/amdgpu_drm.h N xenocara/lib/mesa/include/drm-uapi/dma-buf.h U xenocara/lib/mesa/include/drm-uapi/drm.h C xenocara/lib/mesa/include/drm-uapi/drm_fourcc.h C xenocara/lib/mesa/include/drm-uapi/drm_mode.h U xenocara/lib/mesa/include/drm-uapi/etnaviv_drm.h N xenocara/lib/mesa/include/drm-uapi/gpu_scheduler.h C xenocara/lib/mesa/include/drm-uapi/i915_drm.h U xenocara/lib/mesa/include/drm-uapi/lima_drm.h U xenocara/lib/mesa/include/drm-uapi/msm_drm.h U xenocara/lib/mesa/include/drm-uapi/panfrost_drm.h U xenocara/lib/mesa/include/drm-uapi/sync_file.h U xenocara/lib/mesa/include/drm-uapi/tegra_drm.h U xenocara/lib/mesa/include/drm-uapi/v3d_drm.h U xenocara/lib/mesa/include/drm-uapi/vc4_drm.h U xenocara/lib/mesa/include/drm-uapi/virtgpu_drm.h N xenocara/lib/mesa/include/drm-uapi/xe_drm.h U xenocara/lib/mesa/include/pci_ids/crocus_pci_ids.h U xenocara/lib/mesa/include/pci_ids/i830_pci_ids.h U xenocara/lib/mesa/include/pci_ids/i915_pci_ids.h C xenocara/lib/mesa/include/pci_ids/iris_pci_ids.h U xenocara/lib/mesa/include/pci_ids/r300_pci_ids.h U xenocara/lib/mesa/include/pci_ids/r600_pci_ids.h U xenocara/lib/mesa/include/pci_ids/radeonsi_pci_ids.h U xenocara/lib/mesa/include/pci_ids/virtio_gpu_pci_ids.h U xenocara/lib/mesa/include/pci_ids/vmwgfx_pci_ids.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h264std.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h264std_decode.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h264std_encode.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h265std.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h265std_decode.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codec_h265std_encode.h U xenocara/lib/mesa/include/vk_video/vulkan_video_codecs_common.h U xenocara/lib/mesa/include/vulkan/.editorconfig U xenocara/lib/mesa/include/vulkan/vk_android_native_buffer.h U xenocara/lib/mesa/include/vulkan/vk_icd.h U xenocara/lib/mesa/include/vulkan/vk_layer.h C xenocara/lib/mesa/include/vulkan/vk_platform.h C xenocara/lib/mesa/include/vulkan/vulkan.h U xenocara/lib/mesa/include/vulkan/vulkan_android.h C xenocara/lib/mesa/include/vulkan/vulkan_beta.h U xenocara/lib/mesa/include/vulkan/vulkan_core.h U xenocara/lib/mesa/include/vulkan/vulkan_directfb.h U xenocara/lib/mesa/include/vulkan/vulkan_fuchsia.h U xenocara/lib/mesa/include/vulkan/vulkan_ggp.h U xenocara/lib/mesa/include/vulkan/vulkan_ios.h U xenocara/lib/mesa/include/vulkan/vulkan_macos.h U xenocara/lib/mesa/include/vulkan/vulkan_metal.h U xenocara/lib/mesa/include/vulkan/vulkan_screen.h U xenocara/lib/mesa/include/vulkan/vulkan_vi.h U xenocara/lib/mesa/include/vulkan/vulkan_wayland.h U xenocara/lib/mesa/include/vulkan/vulkan_win32.h U xenocara/lib/mesa/include/vulkan/vulkan_xcb.h U xenocara/lib/mesa/include/vulkan/vulkan_xlib.h U xenocara/lib/mesa/include/vulkan/vulkan_xlib_xrandr.h U xenocara/lib/mesa/include/winddk/.gitignore U xenocara/lib/mesa/include/winddk/README.txt U xenocara/lib/mesa/include/winddk/winddk_compat.h C xenocara/lib/mesa/src/meson.build U xenocara/lib/mesa/src/amd/.clang-format U xenocara/lib/mesa/src/amd/meson.build U xenocara/lib/mesa/src/amd/addrlib/meson.build U xenocara/lib/mesa/src/amd/addrlib/inc/addrinterface.h U xenocara/lib/mesa/src/amd/addrlib/inc/addrtypes.h U xenocara/lib/mesa/src/amd/addrlib/src/addrinterface.cpp U xenocara/lib/mesa/src/amd/addrlib/src/amdgpu_asic_addr.h U xenocara/lib/mesa/src/amd/addrlib/src/chip/gfx10/gfx10_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/chip/gfx11/gfx11_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/chip/gfx9/gfx9_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/chip/r800/si_gb_reg.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrcommon.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrelemlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrelemlib.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib1.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib1.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib2.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrlib2.h U xenocara/lib/mesa/src/amd/addrlib/src/core/addrobject.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/addrobject.h U xenocara/lib/mesa/src/amd/addrlib/src/core/coord.cpp U xenocara/lib/mesa/src/amd/addrlib/src/core/coord.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx10/gfx10SwizzlePattern.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx10/gfx10addrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/gfx10/gfx10addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx11/gfx11SwizzlePattern.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx11/gfx11addrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/gfx11/gfx11addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/gfx9/gfx9addrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/gfx9/gfx9addrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/r800/ciaddrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/r800/ciaddrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/r800/egbaddrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/r800/egbaddrlib.h U xenocara/lib/mesa/src/amd/addrlib/src/r800/siaddrlib.cpp U xenocara/lib/mesa/src/amd/addrlib/src/r800/siaddrlib.h U xenocara/lib/mesa/src/amd/ci/.gitattributes N xenocara/lib/mesa/src/amd/ci/amd-raven-fails.txt N xenocara/lib/mesa/src/amd/ci/deqp-amd-raven-skqp.toml U xenocara/lib/mesa/src/amd/ci/deqp-radeonsi-stoney.toml U xenocara/lib/mesa/src/amd/ci/gitlab-ci.yml U xenocara/lib/mesa/src/amd/ci/radeonsi-raven-fails.txt U xenocara/lib/mesa/src/amd/ci/radeonsi-raven-flakes.txt U xenocara/lib/mesa/src/amd/ci/radeonsi-raven-skips.txt U xenocara/lib/mesa/src/amd/ci/radeonsi-stoney-fails.txt U xenocara/lib/mesa/src/amd/ci/radeonsi-stoney-flakes.txt U xenocara/lib/mesa/src/amd/ci/radeonsi-stoney-skips.txt U xenocara/lib/mesa/src/amd/ci/radv-navi10-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-navi10-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/radv-raven-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-navi21-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-navi21-aco-flakes.txt U xenocara/lib/mesa/src/amd/ci/radv-navi21-llvm-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-navi21-llvm-flakes.txt N xenocara/lib/mesa/src/amd/ci/radv-raven-flakes.txt N xenocara/lib/mesa/src/amd/ci/radv-raven-skips.txt U xenocara/lib/mesa/src/amd/ci/radv-renoir-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-renoir-aco-flakes.txt U xenocara/lib/mesa/src/amd/ci/radv-skips.txt U xenocara/lib/mesa/src/amd/ci/radv-stoney-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-stoney-aco-flakes.txt U xenocara/lib/mesa/src/amd/ci/radv-stoney-aco-skips.txt U xenocara/lib/mesa/src/amd/ci/radv-vangogh-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-vangogh-aco-flakes.txt U xenocara/lib/mesa/src/amd/ci/traces-amd.yml U xenocara/lib/mesa/src/amd/ci/radv-vega10-aco-fails.txt U xenocara/lib/mesa/src/amd/ci/radv-vega10-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/external/radv-bonaire-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-bonaire-aco-skips.txt N xenocara/lib/mesa/src/amd/ci/external/radv-fiji-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-gfx1100-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-gfx1100-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/external/radv-hawaii-aco-skips.txt N xenocara/lib/mesa/src/amd/ci/external/radv-kabini-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-kabini-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/external/radv-kabini-aco-skips.txt N xenocara/lib/mesa/src/amd/ci/external/radv-navi14-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-navi22-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-navi22-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/external/radv-pitcairn-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-polaris10-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-polaris10-aco-flakes.txt N xenocara/lib/mesa/src/amd/ci/external/radv-polaris10-vkd3d.txt N xenocara/lib/mesa/src/amd/ci/external/radv-raven-aco-fails.txt N xenocara/lib/mesa/src/amd/ci/external/radv-raven-aco-skips.txt U xenocara/lib/mesa/src/amd/common/ac_binary.c U xenocara/lib/mesa/src/amd/common/ac_binary.h C xenocara/lib/mesa/src/amd/common/ac_debug.c C xenocara/lib/mesa/src/amd/common/ac_debug.h U xenocara/lib/mesa/src/amd/common/ac_drm_fourcc.h C xenocara/lib/mesa/src/amd/common/ac_gpu_info.c C xenocara/lib/mesa/src/amd/common/ac_gpu_info.h U xenocara/lib/mesa/src/amd/common/ac_msgpack.c U xenocara/lib/mesa/src/amd/common/ac_msgpack.h U xenocara/lib/mesa/src/amd/common/ac_nir.c U xenocara/lib/mesa/src/amd/common/ac_nir.h U xenocara/lib/mesa/src/amd/common/ac_nir_cull.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_esgs_io_to_mem.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_global_access.c N xenocara/lib/mesa/src/amd/common/ac_nir_lower_image_opcodes_cdna.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_ngg.c N xenocara/lib/mesa/src/amd/common/ac_nir_lower_ps.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_resinfo.c N xenocara/lib/mesa/src/amd/common/ac_nir_lower_subdword_loads.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_taskmesh_io_to_mem.c U xenocara/lib/mesa/src/amd/common/ac_nir_lower_tess_io_to_mem.c U xenocara/lib/mesa/src/amd/common/ac_nir_opt_outputs.c U xenocara/lib/mesa/src/amd/common/ac_perfcounter.c U xenocara/lib/mesa/src/amd/common/ac_perfcounter.h U xenocara/lib/mesa/src/amd/common/ac_rgp.c U xenocara/lib/mesa/src/amd/common/ac_rgp.h U xenocara/lib/mesa/src/amd/common/ac_rgp_elf_object_pack.c U xenocara/lib/mesa/src/amd/common/ac_rtld.c U xenocara/lib/mesa/src/amd/common/ac_rtld.h U xenocara/lib/mesa/src/amd/common/ac_shader_args.c U xenocara/lib/mesa/src/amd/common/ac_shader_args.h U xenocara/lib/mesa/src/amd/common/ac_shader_util.c U xenocara/lib/mesa/src/amd/common/ac_shader_util.h U xenocara/lib/mesa/src/amd/common/ac_shadowed_regs.c U xenocara/lib/mesa/src/amd/common/ac_shadowed_regs.h C xenocara/lib/mesa/src/amd/common/sid.h U xenocara/lib/mesa/src/amd/common/ac_spm.c U xenocara/lib/mesa/src/amd/common/ac_spm.h U xenocara/lib/mesa/src/amd/common/ac_sqtt.c U xenocara/lib/mesa/src/amd/common/ac_sqtt.h C xenocara/lib/mesa/src/amd/common/ac_surface.c C xenocara/lib/mesa/src/amd/common/ac_surface.h U xenocara/lib/mesa/src/amd/common/ac_surface_meta_address_test.c U xenocara/lib/mesa/src/amd/common/ac_surface_modifier_test.c U xenocara/lib/mesa/src/amd/common/ac_surface_test_common.h U xenocara/lib/mesa/src/amd/common/ac_uvd_dec.h U xenocara/lib/mesa/src/amd/common/ac_vcn_dec.h U xenocara/lib/mesa/src/amd/common/amd_family.c C xenocara/lib/mesa/src/amd/common/amd_family.h U xenocara/lib/mesa/src/amd/common/amd_kernel_code_t.h U xenocara/lib/mesa/src/amd/common/gfx10_format_table.h U xenocara/lib/mesa/src/amd/common/gfx10_format_table.py U xenocara/lib/mesa/src/amd/common/meson.build U xenocara/lib/mesa/src/amd/common/sid_tables.py U xenocara/lib/mesa/src/amd/compiler/.clang-format U xenocara/lib/mesa/src/amd/compiler/README-ISA.md U xenocara/lib/mesa/src/amd/compiler/README.md U xenocara/lib/mesa/src/amd/compiler/aco_assembler.cpp U xenocara/lib/mesa/src/amd/compiler/aco_builder_h.py U xenocara/lib/mesa/src/amd/compiler/aco_dead_code_analysis.cpp U xenocara/lib/mesa/src/amd/compiler/aco_dominance.cpp U xenocara/lib/mesa/src/amd/compiler/aco_form_hard_clauses.cpp U xenocara/lib/mesa/src/amd/compiler/aco_insert_NOPs.cpp U xenocara/lib/mesa/src/amd/compiler/aco_insert_exec_mask.cpp U xenocara/lib/mesa/src/amd/compiler/aco_insert_waitcnt.cpp C xenocara/lib/mesa/src/amd/compiler/aco_instruction_selection.cpp U xenocara/lib/mesa/src/amd/compiler/aco_instruction_selection.h U xenocara/lib/mesa/src/amd/compiler/aco_instruction_selection_setup.cpp U xenocara/lib/mesa/src/amd/compiler/aco_interface.cpp U xenocara/lib/mesa/src/amd/compiler/aco_ir.cpp U xenocara/lib/mesa/src/amd/compiler/aco_interface.h C xenocara/lib/mesa/src/amd/compiler/aco_ir.h U xenocara/lib/mesa/src/amd/compiler/aco_live_var_analysis.cpp C xenocara/lib/mesa/src/amd/compiler/aco_lower_phis.cpp U xenocara/lib/mesa/src/amd/compiler/aco_lower_to_cssa.cpp C xenocara/lib/mesa/src/amd/compiler/aco_lower_to_hw_instr.cpp U xenocara/lib/mesa/src/amd/compiler/aco_opcodes.py U xenocara/lib/mesa/src/amd/compiler/aco_opcodes_cpp.py U xenocara/lib/mesa/src/amd/compiler/aco_opcodes_h.py U xenocara/lib/mesa/src/amd/compiler/aco_opt_value_numbering.cpp C xenocara/lib/mesa/src/amd/compiler/aco_optimizer.cpp U xenocara/lib/mesa/src/amd/compiler/aco_optimizer_postRA.cpp C xenocara/lib/mesa/src/amd/compiler/aco_print_asm.cpp U xenocara/lib/mesa/src/amd/compiler/aco_print_ir.cpp U xenocara/lib/mesa/src/amd/compiler/aco_reduce_assign.cpp U xenocara/lib/mesa/src/amd/compiler/aco_register_allocation.cpp U xenocara/lib/mesa/src/amd/compiler/aco_reindex_ssa.cpp U xenocara/lib/mesa/src/amd/compiler/aco_scheduler.cpp U xenocara/lib/mesa/src/amd/compiler/aco_shader_info.h U xenocara/lib/mesa/src/amd/compiler/aco_spill.cpp U xenocara/lib/mesa/src/amd/compiler/aco_ssa_elimination.cpp C xenocara/lib/mesa/src/amd/compiler/aco_statistics.cpp U xenocara/lib/mesa/src/amd/compiler/aco_util.h U xenocara/lib/mesa/src/amd/compiler/aco_validate.cpp U xenocara/lib/mesa/src/amd/compiler/meson.build U xenocara/lib/mesa/src/amd/compiler/tests/README.md U xenocara/lib/mesa/src/amd/compiler/tests/check_output.py U xenocara/lib/mesa/src/amd/compiler/tests/framework.h U xenocara/lib/mesa/src/amd/compiler/tests/glsl_scraper.py U xenocara/lib/mesa/src/amd/compiler/tests/helpers.cpp U xenocara/lib/mesa/src/amd/compiler/tests/helpers.h U xenocara/lib/mesa/src/amd/compiler/tests/main.cpp U xenocara/lib/mesa/src/amd/compiler/tests/meson.build U xenocara/lib/mesa/src/amd/compiler/tests/test_assembler.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_builder.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_hard_clause.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_insert_nops.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_insert_waitcnt.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_isel.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_optimizer.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_optimizer_postRA.cpp N xenocara/lib/mesa/src/amd/compiler/tests/test_reduce_assign.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_regalloc.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_sdwa.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_tests.cpp U xenocara/lib/mesa/src/amd/compiler/tests/test_to_hw_instr.cpp U xenocara/lib/mesa/src/amd/drm-shim/README.md U xenocara/lib/mesa/src/amd/drm-shim/meson.build U xenocara/lib/mesa/src/amd/drm-shim/radeon_noop_drm_shim.c C xenocara/lib/mesa/src/amd/llvm/ac_llvm_build.c U xenocara/lib/mesa/src/amd/llvm/ac_llvm_build.h U xenocara/lib/mesa/src/amd/llvm/ac_llvm_helper.cpp C xenocara/lib/mesa/src/amd/llvm/ac_llvm_util.c U xenocara/lib/mesa/src/amd/llvm/ac_llvm_util.h U xenocara/lib/mesa/src/amd/llvm/ac_nir_to_llvm.c U xenocara/lib/mesa/src/amd/llvm/ac_nir_to_llvm.h U xenocara/lib/mesa/src/amd/llvm/ac_shader_abi.h U xenocara/lib/mesa/src/amd/llvm/meson.build U xenocara/lib/mesa/src/amd/registers/canonicalize.py U xenocara/lib/mesa/src/amd/registers/gfx10-rsrc.json U xenocara/lib/mesa/src/amd/registers/gfx10.json U xenocara/lib/mesa/src/amd/registers/gfx103.json U xenocara/lib/mesa/src/amd/registers/gfx11-rsrc.json U xenocara/lib/mesa/src/amd/registers/gfx11.json U xenocara/lib/mesa/src/amd/registers/gfx6.json U xenocara/lib/mesa/src/amd/registers/gfx7.json U xenocara/lib/mesa/src/amd/registers/gfx8.json U xenocara/lib/mesa/src/amd/registers/gfx81.json U xenocara/lib/mesa/src/amd/registers/gfx9.json N xenocara/lib/mesa/src/amd/registers/gfx940.json U xenocara/lib/mesa/src/amd/registers/makeregheader.py U xenocara/lib/mesa/src/amd/registers/mergedbs.py U xenocara/lib/mesa/src/amd/registers/parse_kernel_headers.py U xenocara/lib/mesa/src/amd/registers/parseheader.py U xenocara/lib/mesa/src/amd/registers/pkt3.json U xenocara/lib/mesa/src/amd/registers/regdb.py U xenocara/lib/mesa/src/amd/registers/registers-manually-defined.json U xenocara/lib/mesa/src/amd/vulkan/.editorconfig U xenocara/lib/mesa/src/amd/vulkan/meson.build U xenocara/lib/mesa/src/amd/vulkan/radv_acceleration_structure.c U xenocara/lib/mesa/src/amd/vulkan/radv_aco_shader_info.h U xenocara/lib/mesa/src/amd/vulkan/radv_android.c N xenocara/lib/mesa/src/amd/vulkan/radv_buffer.c U xenocara/lib/mesa/src/amd/vulkan/radv_check_va.py C xenocara/lib/mesa/src/amd/vulkan/radv_cmd_buffer.c U xenocara/lib/mesa/src/amd/vulkan/radv_constants.h N xenocara/lib/mesa/src/amd/vulkan/radv_cp_reg_shadowing.c C xenocara/lib/mesa/src/amd/vulkan/radv_cs.h U xenocara/lib/mesa/src/amd/vulkan/radv_debug.c C xenocara/lib/mesa/src/amd/vulkan/radv_debug.h C xenocara/lib/mesa/src/amd/vulkan/radv_descriptor_set.c C xenocara/lib/mesa/src/amd/vulkan/radv_descriptor_set.h C xenocara/lib/mesa/src/amd/vulkan/radv_device.c N xenocara/lib/mesa/src/amd/vulkan/radv_device_memory.c U xenocara/lib/mesa/src/amd/vulkan/radv_device_generated_commands.c N xenocara/lib/mesa/src/amd/vulkan/radv_event.c C xenocara/lib/mesa/src/amd/vulkan/radv_formats.c C xenocara/lib/mesa/src/amd/vulkan/radv_image.c N xenocara/lib/mesa/src/amd/vulkan/radv_instance.c U xenocara/lib/mesa/src/amd/vulkan/radv_llvm_helper.cpp U xenocara/lib/mesa/src/amd/vulkan/radv_llvm_helper.h U xenocara/lib/mesa/src/amd/vulkan/radv_nir_to_llvm.c U xenocara/lib/mesa/src/amd/vulkan/radv_perfcounter.c N xenocara/lib/mesa/src/amd/vulkan/radv_physical_device.c C xenocara/lib/mesa/src/amd/vulkan/radv_pipeline.c C xenocara/lib/mesa/src/amd/vulkan/radv_pipeline_cache.c N xenocara/lib/mesa/src/amd/vulkan/radv_pipeline_compute.c N xenocara/lib/mesa/src/amd/vulkan/radv_pipeline_graphics.c U xenocara/lib/mesa/src/amd/vulkan/radv_pipeline_rt.c C xenocara/lib/mesa/src/amd/vulkan/radv_private.h C xenocara/lib/mesa/src/amd/vulkan/radv_query.c N xenocara/lib/mesa/src/amd/vulkan/radv_queue.c C xenocara/lib/mesa/src/amd/vulkan/radv_radeon_winsys.h N xenocara/lib/mesa/src/amd/vulkan/radv_rmv.c U xenocara/lib/mesa/src/amd/vulkan/radv_rra.c U xenocara/lib/mesa/src/amd/vulkan/radv_rt_common.c U xenocara/lib/mesa/src/amd/vulkan/radv_rt_common.h N xenocara/lib/mesa/src/amd/vulkan/radv_rt_shader.c N xenocara/lib/mesa/src/amd/vulkan/radv_sampler.c U xenocara/lib/mesa/src/amd/vulkan/radv_sdma_copy_image.c C xenocara/lib/mesa/src/amd/vulkan/radv_shader.c U xenocara/lib/mesa/src/amd/vulkan/radv_shader.h U xenocara/lib/mesa/src/amd/vulkan/radv_shader_args.c U xenocara/lib/mesa/src/amd/vulkan/radv_shader_args.h U xenocara/lib/mesa/src/amd/vulkan/radv_shader_info.c U xenocara/lib/mesa/src/amd/vulkan/radv_spm.c C xenocara/lib/mesa/src/amd/vulkan/radv_sqtt.c N xenocara/lib/mesa/src/amd/vulkan/radv_video.c C xenocara/lib/mesa/src/amd/vulkan/radv_wsi.c C xenocara/lib/mesa/src/amd/vulkan/si_cmd_buffer.c U xenocara/lib/mesa/src/amd/vulkan/vk_format.h U xenocara/lib/mesa/src/amd/vulkan/bvh/build_helpers.h U xenocara/lib/mesa/src/amd/vulkan/bvh/build_interface.h U xenocara/lib/mesa/src/amd/vulkan/bvh/bvh.h U xenocara/lib/mesa/src/amd/vulkan/bvh/copy.comp N xenocara/lib/mesa/src/amd/vulkan/bvh/encode.comp N xenocara/lib/mesa/src/amd/vulkan/bvh/header.comp N xenocara/lib/mesa/src/amd/vulkan/bvh/lbvh_generate_ir.comp N xenocara/lib/mesa/src/amd/vulkan/bvh/lbvh_main.comp U xenocara/lib/mesa/src/amd/vulkan/bvh/leaf.comp U xenocara/lib/mesa/src/amd/vulkan/bvh/meson.build U xenocara/lib/mesa/src/amd/vulkan/bvh/morton.comp U xenocara/lib/mesa/src/amd/vulkan/bvh/ploc_internal.comp U xenocara/lib/mesa/src/amd/vulkan/layers/radv_metro_exodus.c U xenocara/lib/mesa/src/amd/vulkan/layers/radv_rage2.c N xenocara/lib/mesa/src/amd/vulkan/layers/radv_rmv_layer.c U xenocara/lib/mesa/src/amd/vulkan/layers/radv_rra_layer.c C xenocara/lib/mesa/src/amd/vulkan/layers/radv_sqtt_layer.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir.h N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_apply_pipeline_layout.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_export_multiview.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_abi.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_fs_intrinsics.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_intrinsics_early.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_io.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_primitive_shading_rate.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_ray_queries.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_view_index.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_viewport_to_zero.c N xenocara/lib/mesa/src/amd/vulkan/nir/radv_nir_lower_vs_inputs.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta.h N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_blit.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_blit2d.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_buffer.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_bufimage.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_clear.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_copy.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_copy_vrs_htile.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_dcc_retile.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_decompress.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_etc_decode.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_fast_clear.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_fmask_copy.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_fmask_expand.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_resolve.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_resolve_cs.c N xenocara/lib/mesa/src/amd/vulkan/meta/radv_meta_resolve_fs.c U xenocara/lib/mesa/src/amd/vulkan/radix_sort/LICENSE U xenocara/lib/mesa/src/amd/vulkan/radix_sort/meson.build U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radix_sort_vk.c U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radix_sort_vk.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radix_sort_vk_devaddr.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radix_sort_vk_ext.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radv_radix_sort.c U xenocara/lib/mesa/src/amd/vulkan/radix_sort/radv_radix_sort.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/target.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/common/macros.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/common/util.c U xenocara/lib/mesa/src/amd/vulkan/radix_sort/common/util.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/common/vk/barrier.c U xenocara/lib/mesa/src/amd/vulkan/radix_sort/common/vk/barrier.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/bufref.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/fill.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/histogram.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/init.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/meson.build U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/prefix.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/prefix.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/prefix_limits.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/push.h U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/scatter.glsl U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/scatter_0_even.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/scatter_0_odd.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/scatter_1_even.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/shaders/scatter_1_odd.comp U xenocara/lib/mesa/src/amd/vulkan/radix_sort/targets/u64/config.h C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.c U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_bo.h C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.c U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_cs.h U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.c U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_surface.h C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.c C xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys.h U xenocara/lib/mesa/src/amd/vulkan/winsys/amdgpu/radv_amdgpu_winsys_public.h U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_bo.c U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_bo.h U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_cs.c U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_cs.h C xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_winsys.c U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_winsys.h U xenocara/lib/mesa/src/amd/vulkan/winsys/null/radv_null_winsys_public.h U xenocara/lib/mesa/src/android_stub/README.md U xenocara/lib/mesa/src/android_stub/backtrace_stub.cpp U xenocara/lib/mesa/src/android_stub/cutils_stub.cpp U xenocara/lib/mesa/src/android_stub/hardware_stub.cpp U xenocara/lib/mesa/src/android_stub/log_stub.cpp U xenocara/lib/mesa/src/android_stub/meson.build U xenocara/lib/mesa/src/android_stub/nativewindow_stub.cpp U xenocara/lib/mesa/src/android_stub/sync_stub.cpp N xenocara/lib/mesa/src/asahi/.clang-format U xenocara/lib/mesa/src/asahi/meson.build U xenocara/lib/mesa/src/asahi/compiler/agx_builder.h.py U xenocara/lib/mesa/src/asahi/compiler/agx_compile.c U xenocara/lib/mesa/src/asahi/compiler/agx_compile.h U xenocara/lib/mesa/src/asahi/compiler/agx_compiler.h U xenocara/lib/mesa/src/asahi/compiler/agx_dce.c N xenocara/lib/mesa/src/asahi/compiler/agx_debug.h N xenocara/lib/mesa/src/asahi/compiler/agx_insert_waits.c N xenocara/lib/mesa/src/asahi/compiler/agx_internal_formats.h N xenocara/lib/mesa/src/asahi/compiler/agx_ir.c U xenocara/lib/mesa/src/asahi/compiler/agx_liveness.c U xenocara/lib/mesa/src/asahi/compiler/agx_lower_64bit.c U xenocara/lib/mesa/src/asahi/compiler/agx_lower_parallel_copy.c U xenocara/lib/mesa/src/asahi/compiler/agx_lower_pseudo.c N xenocara/lib/mesa/src/asahi/compiler/agx_lower_uniform_sources.c U xenocara/lib/mesa/src/asahi/compiler/agx_minifloat.h N xenocara/lib/mesa/src/asahi/compiler/agx_nir.h N xenocara/lib/mesa/src/asahi/compiler/agx_nir_algebraic.py N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_ubo.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_address.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_frag_sidefx.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_load_mask.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_shared_bitsize.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_texture.c N xenocara/lib/mesa/src/asahi/compiler/agx_nir_lower_zs_emit.c U xenocara/lib/mesa/src/asahi/compiler/agx_nir_opt_preamble.c U xenocara/lib/mesa/src/asahi/compiler/agx_opcodes.c.py U xenocara/lib/mesa/src/asahi/compiler/agx_opcodes.h.py U xenocara/lib/mesa/src/asahi/compiler/agx_opcodes.py N xenocara/lib/mesa/src/asahi/compiler/agx_opt_cse.c U xenocara/lib/mesa/src/asahi/compiler/agx_optimizer.c U xenocara/lib/mesa/src/asahi/compiler/agx_pack.c N xenocara/lib/mesa/src/asahi/compiler/agx_performance.c U xenocara/lib/mesa/src/asahi/compiler/agx_print.c U xenocara/lib/mesa/src/asahi/compiler/agx_register_allocate.c U xenocara/lib/mesa/src/asahi/compiler/agx_validate.c U xenocara/lib/mesa/src/asahi/compiler/meson.build U xenocara/lib/mesa/src/asahi/compiler/test/agx_test.h U xenocara/lib/mesa/src/asahi/compiler/test/test-lower-parallel-copy.cpp U xenocara/lib/mesa/src/asahi/compiler/test/test-lower-pseudo.cpp U xenocara/lib/mesa/src/asahi/compiler/test/test-minifloat.cpp U xenocara/lib/mesa/src/asahi/compiler/test/test-optimizer.cpp N xenocara/lib/mesa/src/asahi/drm-shim/asahi_noop.c N xenocara/lib/mesa/src/asahi/drm-shim/meson.build U xenocara/lib/mesa/src/asahi/layout/README U xenocara/lib/mesa/src/asahi/layout/layout.c U xenocara/lib/mesa/src/asahi/layout/layout.h U xenocara/lib/mesa/src/asahi/layout/meson.build U xenocara/lib/mesa/src/asahi/layout/tiling.c N xenocara/lib/mesa/src/asahi/layout/tests/comp-twiddled.txt N xenocara/lib/mesa/src/asahi/layout/tests/miptree.txt N xenocara/lib/mesa/src/asahi/layout/tests/test-generated.cpp U xenocara/lib/mesa/src/asahi/layout/tests/test-layout.cpp N xenocara/lib/mesa/src/asahi/layout/tests/uncomp-twiddled.txt N xenocara/lib/mesa/src/asahi/lib/agx_bo.c U xenocara/lib/mesa/src/asahi/lib/agx_bo.h N xenocara/lib/mesa/src/asahi/lib/agx_border.c U xenocara/lib/mesa/src/asahi/lib/agx_device.c U xenocara/lib/mesa/src/asahi/lib/agx_device.h U xenocara/lib/mesa/src/asahi/lib/agx_formats.c U xenocara/lib/mesa/src/asahi/lib/agx_formats.h N xenocara/lib/mesa/src/asahi/lib/agx_helpers.h N xenocara/lib/mesa/src/asahi/lib/agx_iokit.h N xenocara/lib/mesa/src/asahi/lib/agx_meta.c N xenocara/lib/mesa/src/asahi/lib/agx_meta.h N xenocara/lib/mesa/src/asahi/lib/agx_nir_format_helpers.h N xenocara/lib/mesa/src/asahi/lib/agx_nir_lower_tilebuffer.c N xenocara/lib/mesa/src/asahi/lib/agx_nir_lower_vbo.c N xenocara/lib/mesa/src/asahi/lib/agx_nir_lower_vbo.h U xenocara/lib/mesa/src/asahi/lib/agx_ppp.h N xenocara/lib/mesa/src/asahi/lib/agx_tilebuffer.c N xenocara/lib/mesa/src/asahi/lib/agx_tilebuffer.h N xenocara/lib/mesa/src/asahi/lib/agx_usc.h U xenocara/lib/mesa/src/asahi/lib/cmdbuf.xml U xenocara/lib/mesa/src/asahi/lib/decode.c U xenocara/lib/mesa/src/asahi/lib/decode.h U xenocara/lib/mesa/src/asahi/lib/dyld_interpose.h U xenocara/lib/mesa/src/asahi/lib/gen_pack.py U xenocara/lib/mesa/src/asahi/lib/hexdump.h U xenocara/lib/mesa/src/asahi/lib/meson.build U xenocara/lib/mesa/src/asahi/lib/pool.c U xenocara/lib/mesa/src/asahi/lib/pool.h U xenocara/lib/mesa/src/asahi/lib/wrap.c U xenocara/lib/mesa/src/asahi/lib/tests/test-packing.cpp N xenocara/lib/mesa/src/asahi/lib/tests/test-tilebuffer.cpp U xenocara/lib/mesa/src/broadcom/.editorconfig U xenocara/lib/mesa/src/broadcom/meson.build U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi3-fails.txt U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi3-flakes.txt U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi3-skips.txt U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi4-fails.txt U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi4-flakes.txt U xenocara/lib/mesa/src/broadcom/ci/broadcom-rpi4-skips.txt U xenocara/lib/mesa/src/broadcom/ci/deqp-broadcom-rpi3.toml U xenocara/lib/mesa/src/broadcom/ci/deqp-broadcom-rpi4.toml U xenocara/lib/mesa/src/broadcom/ci/gitlab-ci.yml U xenocara/lib/mesa/src/broadcom/ci/traces-broadcom.yml U xenocara/lib/mesa/src/broadcom/cle/gen_pack_header.py U xenocara/lib/mesa/src/broadcom/cle/meson.build U xenocara/lib/mesa/src/broadcom/cle/v3d_decoder.c U xenocara/lib/mesa/src/broadcom/cle/v3d_decoder.h U xenocara/lib/mesa/src/broadcom/cle/v3d_packet_helpers.h U xenocara/lib/mesa/src/broadcom/cle/v3d_packet_v21.xml U xenocara/lib/mesa/src/broadcom/cle/v3d_packet_v33.xml U xenocara/lib/mesa/src/broadcom/cle/v3dx_pack.h U xenocara/lib/mesa/src/broadcom/clif/clif_dump.c U xenocara/lib/mesa/src/broadcom/clif/clif_dump.h U xenocara/lib/mesa/src/broadcom/clif/clif_private.h U xenocara/lib/mesa/src/broadcom/clif/v3dx_dump.c U xenocara/lib/mesa/src/broadcom/common/v3d_cpu_tiling.h U xenocara/lib/mesa/src/broadcom/common/v3d_debug.c U xenocara/lib/mesa/src/broadcom/common/v3d_debug.h U xenocara/lib/mesa/src/broadcom/common/v3d_device_info.c U xenocara/lib/mesa/src/broadcom/common/v3d_device_info.h U xenocara/lib/mesa/src/broadcom/common/v3d_limits.h U xenocara/lib/mesa/src/broadcom/common/v3d_macros.h N xenocara/lib/mesa/src/broadcom/common/v3d_performance_counters.h U xenocara/lib/mesa/src/broadcom/common/v3d_tfu.h U xenocara/lib/mesa/src/broadcom/common/v3d_tiling.c U xenocara/lib/mesa/src/broadcom/common/v3d_tiling.h U xenocara/lib/mesa/src/broadcom/common/v3d_util.c U xenocara/lib/mesa/src/broadcom/common/v3d_util.h U xenocara/lib/mesa/src/broadcom/compiler/meson.build U xenocara/lib/mesa/src/broadcom/compiler/nir_to_vir.c U xenocara/lib/mesa/src/broadcom/compiler/qpu_schedule.c U xenocara/lib/mesa/src/broadcom/compiler/qpu_validate.c U xenocara/lib/mesa/src/broadcom/compiler/v3d33_tex.c U xenocara/lib/mesa/src/broadcom/compiler/v3d33_vpm_setup.c U xenocara/lib/mesa/src/broadcom/compiler/v3d40_tex.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_compiler.h U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_image_load_store.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_io.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_line_smooth.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_load_store_bitsize.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_logic_ops.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_robust_access.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_scratch.c U xenocara/lib/mesa/src/broadcom/compiler/v3d_nir_lower_txf_ms.c U xenocara/lib/mesa/src/broadcom/compiler/vir.c U xenocara/lib/mesa/src/broadcom/compiler/vir_dump.c U xenocara/lib/mesa/src/broadcom/compiler/vir_live_variables.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_constant_alu.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_copy_propagate.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_dead_code.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_redundant_flags.c U xenocara/lib/mesa/src/broadcom/compiler/vir_opt_small_immediates.c U xenocara/lib/mesa/src/broadcom/compiler/vir_register_allocate.c U xenocara/lib/mesa/src/broadcom/compiler/vir_to_qpu.c U xenocara/lib/mesa/src/broadcom/drm-shim/README.md U xenocara/lib/mesa/src/broadcom/drm-shim/meson.build U xenocara/lib/mesa/src/broadcom/drm-shim/v3d_noop.c U xenocara/lib/mesa/src/broadcom/drm-shim/vc4_noop.c U xenocara/lib/mesa/src/broadcom/qpu/meson.build U xenocara/lib/mesa/src/broadcom/qpu/qpu_disasm.c U xenocara/lib/mesa/src/broadcom/qpu/qpu_disasm.h U xenocara/lib/mesa/src/broadcom/qpu/qpu_instr.c U xenocara/lib/mesa/src/broadcom/qpu/qpu_instr.h U xenocara/lib/mesa/src/broadcom/qpu/qpu_pack.c U xenocara/lib/mesa/src/broadcom/qpu/qpu_validate.c U xenocara/lib/mesa/src/broadcom/qpu/tests/qpu_disasm.c U xenocara/lib/mesa/src/broadcom/simulator/meson.build U xenocara/lib/mesa/src/broadcom/simulator/v3d_simulator.c U xenocara/lib/mesa/src/broadcom/simulator/v3d_simulator.h U xenocara/lib/mesa/src/broadcom/simulator/v3d_simulator_wrapper.cpp U xenocara/lib/mesa/src/broadcom/simulator/v3d_simulator_wrapper.h U xenocara/lib/mesa/src/broadcom/simulator/v3dx_simulator.c U xenocara/lib/mesa/src/broadcom/simulator/v3dx_simulator.h U xenocara/lib/mesa/src/broadcom/vulkan/.dir-locals.el U xenocara/lib/mesa/src/broadcom/vulkan/.editorconfig U xenocara/lib/mesa/src/broadcom/vulkan/meson.build U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_android.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_bo.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_bo.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_cl.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_cl.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_cmd_buffer.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_debug.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_debug.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_descriptor_set.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_device.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_event.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_formats.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_image.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_limits.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_meta_clear.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_meta_common.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_pass.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_meta_copy.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_pipeline.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_pipeline_cache.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_private.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_query.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_queue.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_uniforms.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dv_wsi.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_cmd_buffer.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_descriptor_set.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_device.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_formats.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_image.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_meta_common.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_pipeline.c U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_private.h U xenocara/lib/mesa/src/broadcom/vulkan/v3dvx_queue.c U xenocara/lib/mesa/src/c11/threads.h U xenocara/lib/mesa/src/c11/time.h U xenocara/lib/mesa/src/c11/impl/.editorconfig U xenocara/lib/mesa/src/c11/impl/meson.build U xenocara/lib/mesa/src/c11/impl/threads_posix.c U xenocara/lib/mesa/src/c11/impl/threads_win32.c U xenocara/lib/mesa/src/c11/impl/threads_win32.h U xenocara/lib/mesa/src/c11/impl/threads_win32_tls_callback.cpp U xenocara/lib/mesa/src/c11/impl/time.c C xenocara/lib/mesa/src/compiler/builtin_type_macros.h C xenocara/lib/mesa/src/compiler/glsl_types.cpp C xenocara/lib/mesa/src/compiler/glsl_types.h U xenocara/lib/mesa/src/compiler/meson.build U xenocara/lib/mesa/src/compiler/nir_gl_types.h U xenocara/lib/mesa/src/compiler/nir_types.cpp U xenocara/lib/mesa/src/compiler/nir_types.h C xenocara/lib/mesa/src/compiler/shader_enums.c C xenocara/lib/mesa/src/compiler/shader_enums.h C xenocara/lib/mesa/src/compiler/shader_info.h U xenocara/lib/mesa/src/compiler/clc/clc.c U xenocara/lib/mesa/src/compiler/clc/clc.h U xenocara/lib/mesa/src/compiler/clc/clc_helpers.cpp U xenocara/lib/mesa/src/compiler/clc/clc_helpers.h U xenocara/lib/mesa/src/compiler/clc/meson.build N xenocara/lib/mesa/src/compiler/glsl/CrossPlatformSettings_piece_all.glsl U xenocara/lib/mesa/src/compiler/glsl/README U xenocara/lib/mesa/src/compiler/glsl/TODO U xenocara/lib/mesa/src/compiler/glsl/ast.h U xenocara/lib/mesa/src/compiler/glsl/ast_array_index.cpp U xenocara/lib/mesa/src/compiler/glsl/ast_expr.cpp C xenocara/lib/mesa/src/compiler/glsl/ast_function.cpp C xenocara/lib/mesa/src/compiler/glsl/ast_to_hir.cpp U xenocara/lib/mesa/src/compiler/glsl/ast_type.cpp N xenocara/lib/mesa/src/compiler/glsl/astc_decoder.glsl N xenocara/lib/mesa/src/compiler/glsl/bc1.glsl N xenocara/lib/mesa/src/compiler/glsl/bc4.glsl C xenocara/lib/mesa/src/compiler/glsl/builtin_functions.cpp U xenocara/lib/mesa/src/compiler/glsl/builtin_functions.h U xenocara/lib/mesa/src/compiler/glsl/builtin_int64.h U xenocara/lib/mesa/src/compiler/glsl/builtin_types.cpp U xenocara/lib/mesa/src/compiler/glsl/builtin_variables.cpp N xenocara/lib/mesa/src/compiler/glsl/etc2_rgba_stitch.glsl U xenocara/lib/mesa/src/compiler/glsl/gl_nir.h U xenocara/lib/mesa/src/compiler/glsl/float64.glsl U xenocara/lib/mesa/src/compiler/glsl/generate_ir.cpp U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_atomics.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_uniform_blocks.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_uniform_initializers.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_uniforms.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_varyings.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_varyings.h U xenocara/lib/mesa/src/compiler/glsl/gl_nir_link_xfb.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_linker.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_linker.h U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_atomics.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_buffers.c C xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_images.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_packed_varyings.c U xenocara/lib/mesa/src/compiler/glsl/int64.glsl U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_samplers.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_samplers_as_deref.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_lower_xfb_varying.c U xenocara/lib/mesa/src/compiler/glsl/gl_nir_opt_dead_builtin_varyings.c U xenocara/lib/mesa/src/compiler/glsl/glsl_lexer.ll C xenocara/lib/mesa/src/compiler/glsl/glsl_parser.yy C xenocara/lib/mesa/src/compiler/glsl/glsl_parser_extras.cpp C xenocara/lib/mesa/src/compiler/glsl/glsl_parser_extras.h U xenocara/lib/mesa/src/compiler/glsl/glsl_symbol_table.cpp U xenocara/lib/mesa/src/compiler/glsl/glsl_symbol_table.h C xenocara/lib/mesa/src/compiler/glsl/glsl_to_nir.cpp U xenocara/lib/mesa/src/compiler/glsl/glsl_to_nir.h U xenocara/lib/mesa/src/compiler/glsl/hir_field_selection.cpp C xenocara/lib/mesa/src/compiler/glsl/ir.cpp C xenocara/lib/mesa/src/compiler/glsl/ir.h U xenocara/lib/mesa/src/compiler/glsl/ir_array_refcount.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_array_refcount.h U xenocara/lib/mesa/src/compiler/glsl/ir_basic_block.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_basic_block.h U xenocara/lib/mesa/src/compiler/glsl/ir_builder.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_builder.h U xenocara/lib/mesa/src/compiler/glsl/ir_builder_print_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_builder_print_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_clone.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_constant_expression.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_equals.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_expression_flattening.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_expression_flattening.h C xenocara/lib/mesa/src/compiler/glsl/ir_expression_operation.py U xenocara/lib/mesa/src/compiler/glsl/ir_function.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_function_can_inline.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_function_detect_recursion.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_function_inlining.h U xenocara/lib/mesa/src/compiler/glsl/ir_hierarchical_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_hierarchical_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_hv_accept.cpp C xenocara/lib/mesa/src/compiler/glsl/ir_optimization.h U xenocara/lib/mesa/src/compiler/glsl/ir_print_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_print_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_reader.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_reader.h U xenocara/lib/mesa/src/compiler/glsl/ir_rvalue_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_rvalue_visitor.h U xenocara/lib/mesa/src/compiler/glsl/ir_uniform.h C xenocara/lib/mesa/src/compiler/glsl/ir_validate.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_variable_refcount.cpp U xenocara/lib/mesa/src/compiler/glsl/ir_variable_refcount.h U xenocara/lib/mesa/src/compiler/glsl/ir_visitor.h U xenocara/lib/mesa/src/compiler/glsl/link_functions.cpp C xenocara/lib/mesa/src/compiler/glsl/link_interface_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/list.h U xenocara/lib/mesa/src/compiler/glsl/link_uniform_block_active_visitor.cpp U xenocara/lib/mesa/src/compiler/glsl/link_uniform_block_active_visitor.h U xenocara/lib/mesa/src/compiler/glsl/link_uniform_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/link_uniforms.cpp C xenocara/lib/mesa/src/compiler/glsl/link_varyings.cpp U xenocara/lib/mesa/src/compiler/glsl/link_varyings.h C xenocara/lib/mesa/src/compiler/glsl/linker.cpp U xenocara/lib/mesa/src/compiler/glsl/linker.h U xenocara/lib/mesa/src/compiler/glsl/linker_util.cpp U xenocara/lib/mesa/src/compiler/glsl/linker_util.h U xenocara/lib/mesa/src/compiler/glsl/lower_blend_equation_advanced.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_builtins.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_discard.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_discard_flow.cpp C xenocara/lib/mesa/src/compiler/glsl/lower_distance.cpp C xenocara/lib/mesa/src/compiler/glsl/lower_instructions.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_int64.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_jumps.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_mat_op_to_vec.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_named_interface_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_packing_builtins.cpp C xenocara/lib/mesa/src/compiler/glsl/lower_precision.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_subroutine.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_vec_index_to_cond_assign.cpp U xenocara/lib/mesa/src/compiler/glsl/lower_vector_derefs.cpp U xenocara/lib/mesa/src/compiler/glsl/main.cpp U xenocara/lib/mesa/src/compiler/glsl/meson.build U xenocara/lib/mesa/src/compiler/glsl/opt_add_neg_to_sub.h C xenocara/lib/mesa/src/compiler/glsl/opt_algebraic.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_builtin_variables.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_code.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_code_local.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_dead_functions.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_flatten_nested_if_blocks.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_flip_matrices.cpp C xenocara/lib/mesa/src/compiler/glsl/opt_function_inlining.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_if_simplification.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_minmax.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_rebalance_tree.cpp U xenocara/lib/mesa/src/compiler/glsl/opt_tree_grafting.cpp U xenocara/lib/mesa/src/compiler/glsl/program.h U xenocara/lib/mesa/src/compiler/glsl/propagate_invariance.cpp U xenocara/lib/mesa/src/compiler/glsl/s_expression.cpp U xenocara/lib/mesa/src/compiler/glsl/s_expression.h U xenocara/lib/mesa/src/compiler/glsl/serialize.cpp U xenocara/lib/mesa/src/compiler/glsl/serialize.h U xenocara/lib/mesa/src/compiler/glsl/shader_cache.cpp U xenocara/lib/mesa/src/compiler/glsl/shader_cache.h C xenocara/lib/mesa/src/compiler/glsl/standalone.cpp U xenocara/lib/mesa/src/compiler/glsl/standalone.h U xenocara/lib/mesa/src/compiler/glsl/test.cpp C xenocara/lib/mesa/src/compiler/glsl/standalone_scaffolding.cpp C xenocara/lib/mesa/src/compiler/glsl/standalone_scaffolding.h U xenocara/lib/mesa/src/compiler/glsl/string_to_uint_map.cpp U xenocara/lib/mesa/src/compiler/glsl/string_to_uint_map.h C xenocara/lib/mesa/src/compiler/glsl/test_optpass.cpp U xenocara/lib/mesa/src/compiler/glsl/test_optpass.h U xenocara/lib/mesa/src/compiler/glsl/glcpp/README U xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-lex.l C xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp-parse.y U xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp.c C xenocara/lib/mesa/src/compiler/glsl/glcpp/glcpp.h U xenocara/lib/mesa/src/compiler/glsl/glcpp/meson.build U xenocara/lib/mesa/src/compiler/glsl/glcpp/pp.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/pp_standalone_scaffolding.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/pp_standalone_scaffolding.h U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/000-content-with-spaces.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/000-content-with-spaces.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/001-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/001-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/002-define-chain.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/002-define-chain.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/003-define-chain-reverse.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/003-define-chain-reverse.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/004-define-recursive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/004-define-recursive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/005-define-composite-chain.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/005-define-composite-chain.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/008-define-empty.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/006-define-composite-chain-reverse.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/007-define-composite-recursive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/007-define-composite-recursive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/008-define-empty.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/009-undef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/009-undef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/010-undef-re-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/010-undef-re-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/011-define-func-empty.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/011-define-func-empty.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/012-define-func-no-args.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/013-define-func-1-arg-unused.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/012-define-func-no-args.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/014-define-func-2-arg-unused.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/015-define-object-with-parens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/015-define-object-with-parens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/016-define-func-1-arg.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/016-define-func-1-arg.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/017-define-func-2-args.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/017-define-func-2-args.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/018-define-func-macro-as-parameter.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/021-define-func-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/019-define-func-1-arg-multi.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/020-define-func-2-arg-multi.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/021-define-func-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/023-define-extra-whitespace.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/023-define-extra-whitespace.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/024-define-chain-to-self-recursion.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/025-func-macro-as-non-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/026-define-func-extra-newlines.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/027-define-chain-obj-to-func.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/038-func-arg-with-commas.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/032-define-func-self-recurse.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/032-define-func-self-recurse.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/033-define-func-self-compose.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/033-define-func-self-compose.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/034-define-func-self-compose-non-func.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/037-finalize-unexpanded-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/038-func-arg-with-commas.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/040-token-pasting.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/040-token-pasting.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/041-if-0.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/041-if-0.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/042-if-1.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/042-if-1.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/043-if-0-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/043-if-0-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/044-if-1-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/044-if-1-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/045-if-0-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/045-if-0-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/046-if-1-elsif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/046-if-1-elsif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/047-if-elif-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/047-if-elif-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/048-if-nested.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/048-if-nested.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/049-if-expression-precedence.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/049-if-expression-precedence.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/050-if-defined.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/050-if-defined.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/051-if-relational.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/051-if-relational.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/052-if-bitwise.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/052-if-bitwise.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/053-if-divide-and-shift.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/053-if-divide-and-shift.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/054-if-with-macros.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/054-if-with-macros.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/056-macro-argument-with-comma.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/057-empty-arguments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/057-empty-arguments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/058-token-pasting-empty-arguments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/059-token-pasting-integer.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/059-token-pasting-integer.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/062-if-0-skips-garbage.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/063-comments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/063-comments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/064-version.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/064-version.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/065-if-defined-parens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/065-if-defined-parens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/066-if-nospace-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/066-if-nospace-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/067-nested-ifdef-ifndef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/068-accidental-pasting.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/068-accidental-pasting.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/069-repeated-argument.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/069-repeated-argument.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/070-undefined-macro-in-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/071-punctuator.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/071-punctuator.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/073-if-in-ifdef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/072-token-pasting-same-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/072-token-pasting-same-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/073-if-in-ifdef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/074-elif-undef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/074-elif-undef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/075-elif-elif-undef.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/075-elif-elif-undef.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/076-elif-undef-nested.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/077-else-without-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/077-else-without-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/078-elif-without-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/078-elif-without-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/079-endif-without-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/079-endif-without-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/080-if-without-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/080-if-without-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/081-elif-without-expression.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/081-elif-without-expression.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/082-invalid-paste.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/082-invalid-paste.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/083-unterminated-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/083-unterminated-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/085-incorrect-argument-count.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/087-if-comments.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/085-incorrect-argument-count.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/086-reserved-macro-names.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/086-reserved-macro-names.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/087-if-comments.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/088-redefine-macro-legitimate.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/089-redefine-macro-error.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/089-redefine-macro-error.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/090-hash-error.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/090-hash-error.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/091-hash-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/091-hash-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/092-redefine-macro-error-2.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/093-divide-by-zero.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/093-divide-by-zero.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/095-recursive-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/095-recursive-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/096-paste-twice.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/096-paste-twice.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/097-paste-with-non-function-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/098-elif-undefined.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/099-c99-example.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/098-elif-undefined.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/099-c99-example.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/100-macro-with-colon.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/100-macro-with-colon.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/101-macros-used-twice.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/101-macros-used-twice.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/102-garbage-after-endif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/102-garbage-after-endif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/103-garbage-after-else-0.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/103-garbage-after-else-0.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/104-hash-line-followed-by-code.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/106-multiline-hash-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/105-multiline-hash-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/105-multiline-hash-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/106-multiline-hash-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/107-multiline-hash-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/108-no-space-after-hash-version.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/109-no-space-after-hash-line.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/113-line-and-file-macros.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/114-paste-integer-tokens.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/115-line-continuations.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/115-line-continuations.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/116-disable-line-continuations.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/118-comment-becomes-space.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/118-comment-becomes-space.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/119-elif-after-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/119-elif-after-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/120-undef-builtin.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/120-undef-builtin.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/121-comment-bug-72686.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/121-comment-bug-72686.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/glcpp_test.py U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/122-redefine-whitespace.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/122-redefine-whitespace.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/123-garbage-after-else-1.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/123-garbage-after-else-1.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/124-preprocessing-numbers.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/124-preprocessing-numbers.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/125-es-short-circuit-undefined.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/125-es-short-circuit-undefined.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/126-garbage-after-directive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/126-garbage-after-directive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/127-pragma-empty.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/127-pragma-empty.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/128-space-before-hash.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/128-space-before-hash.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/129-define-non-identifier.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/129-define-non-identifier.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/130-define-comment.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/130-define-comment.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/131-eof-without-newline.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/131-eof-without-newline.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/132-eof-without-newline-define.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/132-eof-without-newline-define.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/133-eof-without-newline-comment.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/133-eof-without-newline-comment.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/134-hash-comment-directive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/134-hash-comment-directive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/135-duplicate-parameter.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/135-duplicate-parameter.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/136-plus-plus-and-minus-minus.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/137-expand-macro-after-period.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/137-expand-macro-after-period.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/138-multi-line-comment-in-if-0.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/139-define-without-macro-name.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/139-define-without-macro-name.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/140-null-directive.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/140-null-directive.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/141-pragma-and-__LINE__.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/141-pragma-and-__LINE__.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/142-defined-within-macro.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/142-defined-within-macro.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/143-multiple-else.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/143-multiple-else.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/144-implicit-version.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/144-implicit-version.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/145-version-first.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/145-version-first.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/146-version-first-hash.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/146-version-first-hash.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-define-macro-no-space.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-define-macro-no-space.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/147-undef-builtin-allowed.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/148-legal-characters.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/148-legal-characters.c.expected U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/149-hex-const-uppercase-prefix.c U xenocara/lib/mesa/src/compiler/glsl/glcpp/tests/149-hex-const-uppercase-prefix.c.expected U xenocara/lib/mesa/src/compiler/glsl/tests/array_refcount_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/builtin_variable_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/general_ir_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/list_iterators.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/lower_int64_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/lower_jump_cases.py C xenocara/lib/mesa/src/compiler/glsl/tests/lower_precision_test.py U xenocara/lib/mesa/src/compiler/glsl/tests/meson.build U xenocara/lib/mesa/src/compiler/glsl/tests/opt_add_neg_to_sub_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/optimization_test.py U xenocara/lib/mesa/src/compiler/glsl/tests/sampler_types_test.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/sexps.py U xenocara/lib/mesa/src/compiler/glsl/tests/standalone_dump-builder.frag N xenocara/lib/mesa/src/compiler/glsl/tests/test_gl_lower_mediump.cpp U xenocara/lib/mesa/src/compiler/glsl/tests/warnings_test.py U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/000-basic-test.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/000-basic-test.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/001-use-undefined-then-define.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/001-use-undefined-then-define.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/002-loop.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/002-loop.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/003-less.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/003-less.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/004-greater.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/004-greater.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/005-lequal.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/005-lequal.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/006-gequal.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/006-gequal.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/007-test-mod.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/007-test-mod.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/008-mulassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/008-mulassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/009-div-assign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/009-div-assign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/010-add-assign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/010-add-assign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/011-sub-assign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/011-sub-assign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/012-modassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/012-modassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/013-lsassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/013-lsassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/014-rsassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/018-bitand.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/014-rsassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/015-andassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/015-andassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/016-orassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/016-orassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/017-xorassign.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/017-xorassign.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/018-bitand.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/019-array.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/019-array.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/020-array-length.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/020-array-length.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/021-lshift.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/021-lshift.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/022-rshift.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/022-rshift.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/023-switch.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/023-switch.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/024-shaderout.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/024-shaderout.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/025-function-parameters.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/025-function-parameters.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/026-out-function-parameter-shaderout.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/026-out-function-parameter-shaderout.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/027-inout-function-parameter-shaderout.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/027-inout-function-parameter-shaderout.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/028-conditional.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/028-conditional.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/029-fieldselection.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/029-fieldselection.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/030-array-as-function-parameter.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/031-__-in-function-name.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/031-__-in-function-name.vert.expected U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/032-__-in-function-name-pragma-disable.vert U xenocara/lib/mesa/src/compiler/glsl/tests/warnings/032-__-in-function-name-pragma-disable.vert.expected U xenocara/lib/mesa/src/compiler/isaspec/decode.py U xenocara/lib/mesa/src/compiler/isaspec/encode.py U xenocara/lib/mesa/src/compiler/isaspec/isa.py U xenocara/lib/mesa/src/compiler/isaspec/isaspec.h N xenocara/lib/mesa/src/compiler/isaspec/isaspec_decode_decl.h N xenocara/lib/mesa/src/compiler/isaspec/isaspec_decode_impl.c U xenocara/lib/mesa/src/compiler/isaspec/meson.build U xenocara/lib/mesa/src/compiler/nir/README U xenocara/lib/mesa/src/compiler/nir/meson.build C xenocara/lib/mesa/src/compiler/nir/nir.c C xenocara/lib/mesa/src/compiler/nir/nir.h C xenocara/lib/mesa/src/compiler/nir/nir_algebraic.py U xenocara/lib/mesa/src/compiler/nir/nir_builder.c C xenocara/lib/mesa/src/compiler/nir/nir_builder.h C xenocara/lib/mesa/src/compiler/nir/nir_builder_opcodes_h.py U xenocara/lib/mesa/src/compiler/nir/nir_builtin_builder.c U xenocara/lib/mesa/src/compiler/nir/nir_builtin_builder.h C xenocara/lib/mesa/src/compiler/nir/nir_clone.c U xenocara/lib/mesa/src/compiler/nir/nir_constant_expressions.h C xenocara/lib/mesa/src/compiler/nir/nir_constant_expressions.py C xenocara/lib/mesa/src/compiler/nir/nir_control_flow.c C xenocara/lib/mesa/src/compiler/nir/nir_control_flow.h U xenocara/lib/mesa/src/compiler/nir/nir_control_flow_private.h U xenocara/lib/mesa/src/compiler/nir/nir_conversion_builder.h U xenocara/lib/mesa/src/compiler/nir/nir_deref.c C xenocara/lib/mesa/src/compiler/nir/nir_convert_ycbcr.c U xenocara/lib/mesa/src/compiler/nir/nir_deref.h U xenocara/lib/mesa/src/compiler/nir/nir_divergence_analysis.c U xenocara/lib/mesa/src/compiler/nir/nir_dominance.c U xenocara/lib/mesa/src/compiler/nir/nir_format_convert.h C xenocara/lib/mesa/src/compiler/nir/nir_from_ssa.c C xenocara/lib/mesa/src/compiler/nir/nir_gather_info.c U xenocara/lib/mesa/src/compiler/nir/nir_gather_ssa_types.c U xenocara/lib/mesa/src/compiler/nir/nir_gather_xfb_info.c U xenocara/lib/mesa/src/compiler/nir/nir_group_loads.c U xenocara/lib/mesa/src/compiler/nir/nir_gs_count_vertices.c U xenocara/lib/mesa/src/compiler/nir/nir_inline_functions.c U xenocara/lib/mesa/src/compiler/nir/nir_inline_helpers.h U xenocara/lib/mesa/src/compiler/nir/nir_inline_uniforms.c U xenocara/lib/mesa/src/compiler/nir/nir_instr_set.c U xenocara/lib/mesa/src/compiler/nir/nir_instr_set.h U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics.py U xenocara/lib/mesa/src/compiler/nir/nir_liveness.c U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics_c.py U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics_h.py U xenocara/lib/mesa/src/compiler/nir/nir_intrinsics_indices_h.py U xenocara/lib/mesa/src/compiler/nir/nir_linking_helpers.c C xenocara/lib/mesa/src/compiler/nir/nir_loop_analyze.c U xenocara/lib/mesa/src/compiler/nir/nir_loop_analyze.h U xenocara/lib/mesa/src/compiler/nir/nir_lower_alpha_test.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_alu.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_alu_width.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_amul.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_array_deref_of_vec.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_atomics_to_ssbo.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_bit_size.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_bitmap.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_blend.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_blend.h C xenocara/lib/mesa/src/compiler/nir/nir_lower_io.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_bool_to_bitsize.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_bool_to_float.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_bool_to_int32.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_cl_images.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_clamp_color_outputs.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_clip.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_clip_cull_distance_arrays.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_clip_disable.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_clip_halfz.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_const_arrays_to_uniforms.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_continue_constructs.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_convert_alu_types.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_discard_if.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_fb_read.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_discard_or_demote.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_double_ops.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_drawpixels.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_flatshade.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_flrp.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_fp16_conv.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_fragcolor.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_fragcoord_wtrans.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_frexp.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_global_vars_to_local.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_goto_ifs.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_gs_intrinsics.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_helper_writes.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_idiv.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_image.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_indirect_derefs.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_input_attachments.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_int64.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_int_to_float.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_interpolation.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_io_arrays_to_elements.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_io_to_scalar.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_io_to_temporaries.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_io_to_vector.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_is_helper_invocation.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_load_const_to_scalar.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_locals_to_regs.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_mediump.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_memcpy.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_mem_access_bit_sizes.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_memory_model.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_multiview.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_non_uniform_access.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_packing.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_passthrough_edgeflags.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_patch_vertices.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_phis_to_scalar.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_pntc_ytransform.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_point_size.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_point_size_mov.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_point_smooth.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_poly_line_smooth.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_printf.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_readonly_images_to_tex.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_regs_to_ssa.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_returns.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_samplers.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_scratch.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_shader_calls.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_single_sampled.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_ssbo.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_subgroups.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_system_values.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_sysvals_to_varyings.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_task_shader.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_tex.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_tex_shadow.c C xenocara/lib/mesa/src/compiler/nir/nir_metadata.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_texcoord_replace.c N xenocara/lib/mesa/src/compiler/nir/nir_lower_texcoord_replace_late.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_to_source_mods.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_two_sided_color.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_ubo_vec4.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_undef_to_zero.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_uniforms_to_ubo.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_var_copies.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_variable_initializers.c C xenocara/lib/mesa/src/compiler/nir/nir_lower_vars_to_ssa.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_vec3_to_vec4.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_vec_to_movs.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_viewport_transform.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_wpos_center.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_wpos_ytransform.c U xenocara/lib/mesa/src/compiler/nir/nir_lower_wrmasks.c N xenocara/lib/mesa/src/compiler/nir/nir_mod_analysis.c C xenocara/lib/mesa/src/compiler/nir/nir_move_vec_src_uses_to_dest.c U xenocara/lib/mesa/src/compiler/nir/nir_normalize_cubemap_coords.c C xenocara/lib/mesa/src/compiler/nir/nir_opcodes.py C xenocara/lib/mesa/src/compiler/nir/nir_opcodes_c.py U xenocara/lib/mesa/src/compiler/nir/nir_opcodes_h.py U xenocara/lib/mesa/src/compiler/nir/nir_opt_access.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_algebraic.py C xenocara/lib/mesa/src/compiler/nir/nir_opt_barriers.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_combine_stores.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_comparison_pre.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_conditional_discard.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_constant_folding.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_cse.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_copy_prop_vars.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_copy_propagate.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_dce.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_dead_cf.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_dead_write_vars.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_find_array_copies.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_fragdepth.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_gcm.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_idiv_const.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_if.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_intrinsics.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_large_constants.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_load_store_vectorize.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_loop_unroll.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_memcpy.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_move.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_offsets.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_move_discards_to_top.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_non_uniform_access.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_peephole_select.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_phi_precision.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_preamble.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_ray_queries.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_rematerialize_compares.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_remove_phis.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_shrink_stores.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_shrink_vectors.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_sink.c C xenocara/lib/mesa/src/compiler/nir/nir_opt_trivial_continues.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_undef.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_uniform_atomics.c U xenocara/lib/mesa/src/compiler/nir/nir_opt_vectorize.c N xenocara/lib/mesa/src/compiler/nir/nir_passthrough_gs.c U xenocara/lib/mesa/src/compiler/nir/nir_passthrough_tcs.c U xenocara/lib/mesa/src/compiler/nir/nir_phi_builder.c U xenocara/lib/mesa/src/compiler/nir/nir_phi_builder.h C xenocara/lib/mesa/src/compiler/nir/nir_print.c U xenocara/lib/mesa/src/compiler/nir/nir_propagate_invariant.c U xenocara/lib/mesa/src/compiler/nir/nir_range_analysis.c U xenocara/lib/mesa/src/compiler/nir/nir_range_analysis.h U xenocara/lib/mesa/src/compiler/nir/nir_remove_dead_variables.c U xenocara/lib/mesa/src/compiler/nir/nir_repair_ssa.c U xenocara/lib/mesa/src/compiler/nir/nir_scale_fdiv.c U xenocara/lib/mesa/src/compiler/nir/nir_schedule.c U xenocara/lib/mesa/src/compiler/nir/nir_schedule.h C xenocara/lib/mesa/src/compiler/nir/nir_search.c C xenocara/lib/mesa/src/compiler/nir/nir_search.h C xenocara/lib/mesa/src/compiler/nir/nir_search_helpers.h U xenocara/lib/mesa/src/compiler/nir/nir_serialize.c U xenocara/lib/mesa/src/compiler/nir/nir_serialize.h U xenocara/lib/mesa/src/compiler/nir/nir_split_64bit_vec3_and_vec4.c U xenocara/lib/mesa/src/compiler/nir/nir_split_per_member_structs.c C xenocara/lib/mesa/src/compiler/nir/nir_split_var_copies.c U xenocara/lib/mesa/src/compiler/nir/nir_split_vars.c C xenocara/lib/mesa/src/compiler/nir/nir_sweep.c C xenocara/lib/mesa/src/compiler/nir/nir_to_lcssa.c C xenocara/lib/mesa/src/compiler/nir/nir_validate.c U xenocara/lib/mesa/src/compiler/nir/nir_vla.h C xenocara/lib/mesa/src/compiler/nir/nir_vulkan.h C xenocara/lib/mesa/src/compiler/nir/nir_worklist.c C xenocara/lib/mesa/src/compiler/nir/nir_worklist.h U xenocara/lib/mesa/src/compiler/nir/nir_xfb_info.h U xenocara/lib/mesa/src/compiler/nir/tests/algebraic_parser_test.py U xenocara/lib/mesa/src/compiler/nir/tests/algebraic_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/builder_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/comparison_pre_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/control_flow_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/core_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/dce_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/load_store_vectorizer_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/loop_analyze_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/loop_unroll_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/lower_alu_width_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/lower_returns_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/mod_analysis_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/negative_equal_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/opt_if_tests.cpp N xenocara/lib/mesa/src/compiler/nir/tests/opt_shrink_vectors_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/serialize_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/ssa_def_bits_used_tests.cpp U xenocara/lib/mesa/src/compiler/nir/tests/vars_tests.cpp U xenocara/lib/mesa/src/compiler/spirv/GLSL.ext.AMD.h U xenocara/lib/mesa/src/compiler/spirv/GLSL.std.450.h U xenocara/lib/mesa/src/compiler/spirv/OpenCL.std.h U xenocara/lib/mesa/src/compiler/spirv/gl_spirv.c U xenocara/lib/mesa/src/compiler/spirv/meson.build U xenocara/lib/mesa/src/compiler/spirv/nir_load_libclc.c U xenocara/lib/mesa/src/compiler/spirv/nir_lower_libclc.c C xenocara/lib/mesa/src/compiler/spirv/nir_spirv.h U xenocara/lib/mesa/src/compiler/spirv/spir-v.xml U xenocara/lib/mesa/src/compiler/spirv/spirv.core.grammar.json U xenocara/lib/mesa/src/compiler/spirv/spirv.h C xenocara/lib/mesa/src/compiler/spirv/spirv2nir.c U xenocara/lib/mesa/src/compiler/spirv/spirv_info.h U xenocara/lib/mesa/src/compiler/spirv/spirv_info_c.py C xenocara/lib/mesa/src/compiler/spirv/spirv_to_nir.c C xenocara/lib/mesa/src/compiler/spirv/vtn_alu.c U xenocara/lib/mesa/src/compiler/spirv/vtn_amd.c C xenocara/lib/mesa/src/compiler/spirv/vtn_cfg.c U xenocara/lib/mesa/src/compiler/spirv/vtn_gather_types_c.py U xenocara/lib/mesa/src/compiler/spirv/vtn_generator_ids_h.py C xenocara/lib/mesa/src/compiler/spirv/vtn_glsl450.c C xenocara/lib/mesa/src/compiler/spirv/vtn_opencl.c C xenocara/lib/mesa/src/compiler/spirv/vtn_private.h U xenocara/lib/mesa/src/compiler/spirv/vtn_subgroup.c C xenocara/lib/mesa/src/compiler/spirv/vtn_variables.c U xenocara/lib/mesa/src/compiler/spirv/tests/avail_vis.cpp N xenocara/lib/mesa/src/compiler/spirv/tests/control_flow_tests.cpp U xenocara/lib/mesa/src/compiler/spirv/tests/helpers.h N xenocara/lib/mesa/src/compiler/spirv/tests/spirv-to-c-array.py U xenocara/lib/mesa/src/compiler/spirv/tests/volatile.cpp U xenocara/lib/mesa/src/drm-shim/README.md U xenocara/lib/mesa/src/drm-shim/device.c U xenocara/lib/mesa/src/drm-shim/drm_shim.c U xenocara/lib/mesa/src/drm-shim/drm_shim.h U xenocara/lib/mesa/src/drm-shim/meson.build U xenocara/lib/mesa/src/egl/egl-entrypoint-check.py U xenocara/lib/mesa/src/egl/egl-glvnd-symbols.txt U xenocara/lib/mesa/src/egl/egl-symbols.txt U xenocara/lib/mesa/src/egl/meson.build C xenocara/lib/mesa/src/egl/drivers/dri2/egl_dri2.c C xenocara/lib/mesa/src/egl/drivers/dri2/egl_dri2.h C xenocara/lib/mesa/src/egl/drivers/dri2/platform_android.c U xenocara/lib/mesa/src/egl/drivers/dri2/platform_android.h U xenocara/lib/mesa/src/egl/drivers/dri2/platform_android_mapper.cpp U xenocara/lib/mesa/src/egl/drivers/dri2/platform_device.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_drm.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_surfaceless.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_wayland.c C xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11.c U xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11.h C xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11_dri3.c U xenocara/lib/mesa/src/egl/drivers/dri2/platform_x11_dri3.h U xenocara/lib/mesa/src/egl/drivers/haiku/.editorconfig C xenocara/lib/mesa/src/egl/drivers/haiku/egl_haiku.cpp U xenocara/lib/mesa/src/egl/drivers/wgl/egl_wgl.c U xenocara/lib/mesa/src/egl/drivers/wgl/egl_wgl.h U xenocara/lib/mesa/src/egl/generate/egl.xml U xenocara/lib/mesa/src/egl/generate/eglFunctionList.py U xenocara/lib/mesa/src/egl/generate/egl_other.xml U xenocara/lib/mesa/src/egl/generate/gen_egl_dispatch.py U xenocara/lib/mesa/src/egl/main/50_mesa.json U xenocara/lib/mesa/src/egl/main/egl.def.in C xenocara/lib/mesa/src/egl/main/eglapi.c U xenocara/lib/mesa/src/egl/main/eglarray.c U xenocara/lib/mesa/src/egl/main/eglarray.h C xenocara/lib/mesa/src/egl/main/eglconfig.c U xenocara/lib/mesa/src/egl/main/eglconfig.h U xenocara/lib/mesa/src/egl/main/eglconfigdebug.c U xenocara/lib/mesa/src/egl/main/eglconfigdebug.h C xenocara/lib/mesa/src/egl/main/eglcontext.c C xenocara/lib/mesa/src/egl/main/eglcontext.h U xenocara/lib/mesa/src/egl/main/eglcurrent.c C xenocara/lib/mesa/src/egl/main/eglcurrent.h U xenocara/lib/mesa/src/egl/main/egldefines.h U xenocara/lib/mesa/src/egl/main/egldevice.c U xenocara/lib/mesa/src/egl/main/egldevice.h U xenocara/lib/mesa/src/egl/main/egldispatchstubs.c U xenocara/lib/mesa/src/egl/main/egldispatchstubs.h U xenocara/lib/mesa/src/egl/main/egldisplay.c U xenocara/lib/mesa/src/egl/main/egldisplay.h U xenocara/lib/mesa/src/egl/main/egldriver.h U xenocara/lib/mesa/src/egl/main/eglentrypoint.h U xenocara/lib/mesa/src/egl/main/eglglobals.c U xenocara/lib/mesa/src/egl/main/eglglobals.h U xenocara/lib/mesa/src/egl/main/eglglvnd.c U xenocara/lib/mesa/src/egl/main/eglimage.c U xenocara/lib/mesa/src/egl/main/eglimage.h C xenocara/lib/mesa/src/egl/main/egllog.c U xenocara/lib/mesa/src/egl/main/egllog.h U xenocara/lib/mesa/src/egl/main/eglsurface.c U xenocara/lib/mesa/src/egl/main/eglsurface.h U xenocara/lib/mesa/src/egl/main/eglsync.c U xenocara/lib/mesa/src/egl/main/eglsync.h U xenocara/lib/mesa/src/egl/main/egltypedefs.h U xenocara/lib/mesa/src/egl/wayland/.editorconfig U xenocara/lib/mesa/src/egl/wayland/wayland-drm/meson.build U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.c U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.h U xenocara/lib/mesa/src/egl/wayland/wayland-drm/wayland-drm.xml U xenocara/lib/mesa/src/etnaviv/meson.build U xenocara/lib/mesa/src/etnaviv/ci/etnaviv-gc2000-fails.txt U xenocara/lib/mesa/src/etnaviv/ci/etnaviv-gc2000-flakes.txt U xenocara/lib/mesa/src/etnaviv/ci/etnaviv-gc2000-skips.txt U xenocara/lib/mesa/src/etnaviv/ci/etnaviv-gc7000-fails.txt U xenocara/lib/mesa/src/etnaviv/ci/etnaviv-gc7000-flakes.txt U xenocara/lib/mesa/src/etnaviv/ci/gitlab-ci.yml U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_bo.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_bo_cache.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_cmd_stream.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_device.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_drmif.h U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_gpu.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_perfmon.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_pipe.c U xenocara/lib/mesa/src/etnaviv/drm/etnaviv_priv.h U xenocara/lib/mesa/src/etnaviv/drm/meson.build U xenocara/lib/mesa/src/etnaviv/drm/tests/etnaviv_bo_cache_test.c U xenocara/lib/mesa/src/etnaviv/drm/tests/etnaviv_cmd_stream_test.c U xenocara/lib/mesa/src/etnaviv/drm/tests/meson.build U xenocara/lib/mesa/src/etnaviv/drm-shim/README.md U xenocara/lib/mesa/src/etnaviv/drm-shim/etnaviv_noop.c U xenocara/lib/mesa/src/etnaviv/drm-shim/meson.build U xenocara/lib/mesa/src/freedreno/.clang-format U xenocara/lib/mesa/src/freedreno/.dir-locals.el U xenocara/lib/mesa/src/freedreno/.editorconfig U xenocara/lib/mesa/src/freedreno/meson.build U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/afuc_test.asm U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/afuc_test.fw U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/crash.log N xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/crash_prefetch.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/es2gears-a320.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/fd-clouds.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/glxgears-a420.log N xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/prefetch-test.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/reference/shadow.log U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/afuc_test.asm U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/crash.devcore N xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/crash_prefetch.devcore U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.rd.gz U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.rd.gz U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/es2gears-a320.rd.gz U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/fd-clouds.rd.gz U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/glxgears-a420.rd.gz N xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/prefetch-test.devcore U xenocara/lib/mesa/src/freedreno/.gitlab-ci/traces/shadow.rd.gz U xenocara/lib/mesa/src/freedreno/afuc/README.rst U xenocara/lib/mesa/src/freedreno/afuc/afuc.h U xenocara/lib/mesa/src/freedreno/afuc/asm.c U xenocara/lib/mesa/src/freedreno/afuc/asm.h U xenocara/lib/mesa/src/freedreno/afuc/disasm.c U xenocara/lib/mesa/src/freedreno/afuc/emu-ds.c U xenocara/lib/mesa/src/freedreno/afuc/emu-regs.c U xenocara/lib/mesa/src/freedreno/afuc/emu-ui.c U xenocara/lib/mesa/src/freedreno/afuc/emu.c U xenocara/lib/mesa/src/freedreno/afuc/emu.h U xenocara/lib/mesa/src/freedreno/afuc/lexer.l U xenocara/lib/mesa/src/freedreno/afuc/meson.build U xenocara/lib/mesa/src/freedreno/afuc/parser.y U xenocara/lib/mesa/src/freedreno/afuc/util.c U xenocara/lib/mesa/src/freedreno/afuc/util.h U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a307.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a530-piglit.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a530.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a618-egl.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a618-skqp.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a618-vk-full.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a618-vk.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a618.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-egl.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-piglit.toml N xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-skqp.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-vk-asan.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-vk-full.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630-vk.toml U xenocara/lib/mesa/src/freedreno/ci/deqp-freedreno-a630.toml U xenocara/lib/mesa/src/freedreno/ci/freedreno-a307-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a307-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a307-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a420-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a420-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a420-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a530-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a530-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a530-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a618-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a618-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a618-premerge-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a618-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-asan-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-asan-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-bypass-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-fails.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-flakes.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-premerge-skips.txt U xenocara/lib/mesa/src/freedreno/ci/freedreno-a630-skips.txt U xenocara/lib/mesa/src/freedreno/ci/gitlab-ci.yml U xenocara/lib/mesa/src/freedreno/ci/restricted-traces-freedreno.yml U xenocara/lib/mesa/src/freedreno/ci/traces-freedreno.yml U xenocara/lib/mesa/src/freedreno/common/README.rst U xenocara/lib/mesa/src/freedreno/common/disasm.h N xenocara/lib/mesa/src/freedreno/common/fd6_pack.h U xenocara/lib/mesa/src/freedreno/common/freedreno_common.h U xenocara/lib/mesa/src/freedreno/common/freedreno_dev_info.c U xenocara/lib/mesa/src/freedreno/common/freedreno_dev_info.h U xenocara/lib/mesa/src/freedreno/common/freedreno_devices.py U xenocara/lib/mesa/src/freedreno/common/freedreno_guardband.h U xenocara/lib/mesa/src/freedreno/common/freedreno_pm4.h N xenocara/lib/mesa/src/freedreno/common/freedreno_stompable_regs.h U xenocara/lib/mesa/src/freedreno/common/freedreno_uuid.c U xenocara/lib/mesa/src/freedreno/common/freedreno_uuid.h U xenocara/lib/mesa/src/freedreno/common/meson.build U xenocara/lib/mesa/src/freedreno/computerator/README.rst N xenocara/lib/mesa/src/freedreno/computerator/a4xx.cc N xenocara/lib/mesa/src/freedreno/computerator/a6xx.cc N xenocara/lib/mesa/src/freedreno/computerator/ir3_asm.cc U xenocara/lib/mesa/src/freedreno/computerator/ir3_asm.h N xenocara/lib/mesa/src/freedreno/computerator/main.cc C xenocara/lib/mesa/src/freedreno/computerator/main.h C xenocara/lib/mesa/src/freedreno/computerator/meson.build U xenocara/lib/mesa/src/freedreno/computerator/examples/branch.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/early_preamble.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/invocationid.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/pvtmem.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/simple.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/stg_ldg_offset.asm U xenocara/lib/mesa/src/freedreno/computerator/examples/test-flut.sh U xenocara/lib/mesa/src/freedreno/computerator/examples/test-opcodes.sh U xenocara/lib/mesa/src/freedreno/computerator/examples/test-regfile.sh U xenocara/lib/mesa/src/freedreno/decode/buffers.c U xenocara/lib/mesa/src/freedreno/decode/buffers.h U xenocara/lib/mesa/src/freedreno/decode/cffdec.c U xenocara/lib/mesa/src/freedreno/decode/cffdec.h U xenocara/lib/mesa/src/freedreno/decode/cffdump.c U xenocara/lib/mesa/src/freedreno/decode/crashdec-hfi.c U xenocara/lib/mesa/src/freedreno/decode/crashdec-mempool.c N xenocara/lib/mesa/src/freedreno/decode/crashdec-prefetch.c U xenocara/lib/mesa/src/freedreno/decode/crashdec.c U xenocara/lib/mesa/src/freedreno/decode/crashdec.h U xenocara/lib/mesa/src/freedreno/decode/io.c U xenocara/lib/mesa/src/freedreno/decode/io.h U xenocara/lib/mesa/src/freedreno/decode/meson.build U xenocara/lib/mesa/src/freedreno/decode/pager.c U xenocara/lib/mesa/src/freedreno/decode/pager.h U xenocara/lib/mesa/src/freedreno/decode/pgmdump.c U xenocara/lib/mesa/src/freedreno/decode/pgmdump2.c N xenocara/lib/mesa/src/freedreno/decode/rdcompiler-meson.build N xenocara/lib/mesa/src/freedreno/decode/rdcompiler-utils.h N xenocara/lib/mesa/src/freedreno/decode/rddecompiler.c N xenocara/lib/mesa/src/freedreno/decode/rdutil.h U xenocara/lib/mesa/src/freedreno/decode/redump.h U xenocara/lib/mesa/src/freedreno/decode/replay.c U xenocara/lib/mesa/src/freedreno/decode/rnnutil.c U xenocara/lib/mesa/src/freedreno/decode/rnnutil.h U xenocara/lib/mesa/src/freedreno/decode/script.c U xenocara/lib/mesa/src/freedreno/decode/script.h U xenocara/lib/mesa/src/freedreno/decode/util.h U xenocara/lib/mesa/src/freedreno/decode/scripts/analyze.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/parse-submits.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/sanity-a6xx.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/test.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/tex3d-layout.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/texturator-to-unit-test-5xx.lua U xenocara/lib/mesa/src/freedreno/decode/scripts/texturator-to-unit-test.lua U xenocara/lib/mesa/src/freedreno/drm/freedreno_bo.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_bo_cache.c N xenocara/lib/mesa/src/freedreno/drm/freedreno_bo_heap.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_device.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_drmif.h U xenocara/lib/mesa/src/freedreno/drm/freedreno_pipe.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_priv.h U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer.h U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer_sp.c U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer_sp.h U xenocara/lib/mesa/src/freedreno/drm/freedreno_ringbuffer_sp_reloc.h U xenocara/lib/mesa/src/freedreno/drm/meson.build U xenocara/lib/mesa/src/freedreno/drm/msm/msm_bo.c U xenocara/lib/mesa/src/freedreno/drm/msm/msm_device.c U xenocara/lib/mesa/src/freedreno/drm/msm/msm_pipe.c U xenocara/lib/mesa/src/freedreno/drm/msm/msm_priv.h U xenocara/lib/mesa/src/freedreno/drm/msm/msm_ringbuffer.c U xenocara/lib/mesa/src/freedreno/drm/msm/msm_ringbuffer_sp.c U xenocara/lib/mesa/src/freedreno/drm/virtio/msm_proto.h U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_bo.c U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_device.c U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_pipe.c U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_priv.h U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_ringbuffer.c U xenocara/lib/mesa/src/freedreno/drm/virtio/virtio_ringbuffer.h U xenocara/lib/mesa/src/freedreno/drm-shim/README.md U xenocara/lib/mesa/src/freedreno/drm-shim/freedreno_noop.c U xenocara/lib/mesa/src/freedreno/drm-shim/meson.build U xenocara/lib/mesa/src/freedreno/ds/fd_pps_driver.cc U xenocara/lib/mesa/src/freedreno/ds/fd_pps_driver.h U xenocara/lib/mesa/src/freedreno/ds/meson.build U xenocara/lib/mesa/src/freedreno/fdl/fd5_layout.c U xenocara/lib/mesa/src/freedreno/fdl/fd5_layout_test.c U xenocara/lib/mesa/src/freedreno/fdl/fd6_format_table.c U xenocara/lib/mesa/src/freedreno/fdl/fd6_format_table.h U xenocara/lib/mesa/src/freedreno/fdl/fd6_layout.c U xenocara/lib/mesa/src/freedreno/fdl/fd6_layout_test.c U xenocara/lib/mesa/src/freedreno/fdl/fd6_view.c U xenocara/lib/mesa/src/freedreno/fdl/fd_layout_test.c U xenocara/lib/mesa/src/freedreno/fdl/fd_layout_test.h U xenocara/lib/mesa/src/freedreno/fdl/freedreno_layout.c U xenocara/lib/mesa/src/freedreno/fdl/freedreno_layout.h U xenocara/lib/mesa/src/freedreno/fdl/meson.build U xenocara/lib/mesa/src/freedreno/ir2/disasm-a2xx.c U xenocara/lib/mesa/src/freedreno/ir2/instr-a2xx.h U xenocara/lib/mesa/src/freedreno/ir2/meson.build U xenocara/lib/mesa/src/freedreno/ir3/.dir-locals.el U xenocara/lib/mesa/src/freedreno/ir3/.editorconfig U xenocara/lib/mesa/src/freedreno/ir3/disasm-a3xx.c U xenocara/lib/mesa/src/freedreno/ir3/instr-a3xx.h U xenocara/lib/mesa/src/freedreno/ir3/ir3.c U xenocara/lib/mesa/src/freedreno/ir3/ir3.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_a4xx.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_a6xx.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_array_to_ssa.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_assembler.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_assembler.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_cf.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_compiler.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_compiler.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_compiler_nir.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_context.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_context.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_cp.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_cse.c C xenocara/lib/mesa/src/freedreno/ir3/ir3_dce.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_delay.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_image.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_disk_cache.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_dominance.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_image.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_legalize.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_legalize_relative.c C xenocara/lib/mesa/src/freedreno/ir3/ir3_lexer.l U xenocara/lib/mesa/src/freedreno/ir3/ir3_liveness.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_lower_parallelcopy.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_lower_spill.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_lower_subgroups.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_merge_regs.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_analyze_ubo_ranges.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_imul.py U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_64b.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_io_offsets.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_trig.py N xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_layer_id.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_load_barycentric_at_offset.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_load_barycentric_at_sample.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_tess.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_tex_prefetch.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_lower_wide_load_store.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_move_varying_inputs.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_nir_opt_preamble.c C xenocara/lib/mesa/src/freedreno/ir3/ir3_parser.y U xenocara/lib/mesa/src/freedreno/ir3/ir3_postsched.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_print.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_ra.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_ra.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_ra_validate.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_remove_unreachable.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_sched.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_shader.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_shader.h U xenocara/lib/mesa/src/freedreno/ir3/ir3_spill.c U xenocara/lib/mesa/src/freedreno/ir3/ir3_validate.c U xenocara/lib/mesa/src/freedreno/ir3/meson.build U xenocara/lib/mesa/src/freedreno/ir3/tests/delay.c C xenocara/lib/mesa/src/freedreno/ir3/tests/disasm.c U xenocara/lib/mesa/src/freedreno/isa/encode.c U xenocara/lib/mesa/src/freedreno/isa/ir3-cat0.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat1.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat2.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat3.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat4.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat5.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat6.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-cat7.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-common.xml U xenocara/lib/mesa/src/freedreno/isa/ir3-disasm.c U xenocara/lib/mesa/src/freedreno/isa/ir3.xml U xenocara/lib/mesa/src/freedreno/isa/isa.h U xenocara/lib/mesa/src/freedreno/isa/meson.build U xenocara/lib/mesa/src/freedreno/perfcntrs/fd2_perfcntr.c U xenocara/lib/mesa/src/freedreno/perfcntrs/fd5_perfcntr.c U xenocara/lib/mesa/src/freedreno/perfcntrs/fd6_perfcntr.c U xenocara/lib/mesa/src/freedreno/perfcntrs/fdperf.c U xenocara/lib/mesa/src/freedreno/perfcntrs/freedreno_dt.c U xenocara/lib/mesa/src/freedreno/perfcntrs/freedreno_dt.h U xenocara/lib/mesa/src/freedreno/perfcntrs/freedreno_perfcntr.c U xenocara/lib/mesa/src/freedreno/perfcntrs/freedreno_perfcntr.h U xenocara/lib/mesa/src/freedreno/perfcntrs/meson.build U xenocara/lib/mesa/src/freedreno/registers/.gitignore U xenocara/lib/mesa/src/freedreno/registers/adreno.xml U xenocara/lib/mesa/src/freedreno/registers/freedreno_copyright.xml U xenocara/lib/mesa/src/freedreno/registers/gen_header.py U xenocara/lib/mesa/src/freedreno/registers/meson.build U xenocara/lib/mesa/src/freedreno/registers/msm.xml U xenocara/lib/mesa/src/freedreno/registers/rules-ng-ng.txt U xenocara/lib/mesa/src/freedreno/registers/rules-ng.xsd U xenocara/lib/mesa/src/freedreno/registers/text-format.txt U xenocara/lib/mesa/src/freedreno/registers/adreno/a2xx.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/a3xx.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/a4xx.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/a5xx.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/a6xx.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/a6xx_gmu.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/adreno_common.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/adreno_control_regs.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/adreno_pipe_regs.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/adreno_pm4.xml U xenocara/lib/mesa/src/freedreno/registers/adreno/meson.build U xenocara/lib/mesa/src/freedreno/registers/adreno/ocmem.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_10nm.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_14nm.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_20nm.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_28nm.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_28nm_8960.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_7nm.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/dsi_phy_v2.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/mmss_cc.xml U xenocara/lib/mesa/src/freedreno/registers/dsi/sfpb.xml U xenocara/lib/mesa/src/freedreno/registers/edp/edp.xml U xenocara/lib/mesa/src/freedreno/registers/hdmi/hdmi.xml U xenocara/lib/mesa/src/freedreno/registers/hdmi/qfprom.xml U xenocara/lib/mesa/src/freedreno/registers/mdp/mdp4.xml U xenocara/lib/mesa/src/freedreno/registers/mdp/mdp5.xml U xenocara/lib/mesa/src/freedreno/registers/mdp/mdp_common.xml U xenocara/lib/mesa/src/freedreno/rnn/aprintf.c U xenocara/lib/mesa/src/freedreno/rnn/colors.c U xenocara/lib/mesa/src/freedreno/rnn/colors.h U xenocara/lib/mesa/src/freedreno/rnn/headergen2.c U xenocara/lib/mesa/src/freedreno/rnn/meson.build U xenocara/lib/mesa/src/freedreno/rnn/path.c U xenocara/lib/mesa/src/freedreno/rnn/rnn.c U xenocara/lib/mesa/src/freedreno/rnn/rnn.h U xenocara/lib/mesa/src/freedreno/rnn/rnndec.c U xenocara/lib/mesa/src/freedreno/rnn/rnndec.h U xenocara/lib/mesa/src/freedreno/rnn/util.h U xenocara/lib/mesa/src/freedreno/vulkan/.clang-format U xenocara/lib/mesa/src/freedreno/vulkan/.dir-locals.el U xenocara/lib/mesa/src/freedreno/vulkan/.editorconfig U xenocara/lib/mesa/src/freedreno/vulkan/TODO U xenocara/lib/mesa/src/freedreno/vulkan/meson.build U xenocara/lib/mesa/src/freedreno/vulkan/msm_kgsl.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_android.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_android.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_autotune.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_autotune.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_clear_blit.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_clear_blit.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_cmd_buffer.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_cmd_buffer.h U xenocara/lib/mesa/src/freedreno/vulkan/tu_common.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_cs.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_cs.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_cs_breadcrumbs.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_descriptor_set.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_descriptor_set.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_device.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_device.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_dynamic_rendering.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_dynamic_rendering.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_formats.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_formats.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_image.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_image.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_knl.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_knl.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_knl_drm_msm.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_knl_kgsl.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_lrz.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_lrz.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_nir_lower_multiview.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_pass.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_pass.h U xenocara/lib/mesa/src/freedreno/vulkan/tu_perfetto.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_perfetto.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_perfetto_util.cc N xenocara/lib/mesa/src/freedreno/vulkan/tu_pipeline.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_pipeline.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_query.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_query.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_shader.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_shader.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_suballoc.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_suballoc.h U xenocara/lib/mesa/src/freedreno/vulkan/tu_tracepoints.py N xenocara/lib/mesa/src/freedreno/vulkan/tu_util.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_util.h N xenocara/lib/mesa/src/freedreno/vulkan/tu_wsi.cc U xenocara/lib/mesa/src/freedreno/vulkan/tu_wsi.h U xenocara/lib/mesa/src/gallium/README.portability U xenocara/lib/mesa/src/gallium/meson.build U xenocara/lib/mesa/src/gallium/auxiliary/meson.build U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_cache.h C xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_context.c C xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_context.h U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_hash.c U xenocara/lib/mesa/src/gallium/auxiliary/cso_cache/cso_hash.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_context.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_context.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_fs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_fs.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_private.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_user_cull.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_util.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_prim_assembler_tmp.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_emit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_util.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_split_tmp.h C xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_tess.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_tess.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vertex.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vertex.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs.h U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_exec.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c U xenocara/lib/mesa/src/gallium/auxiliary/draw/draw_vs_variant.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_context.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_draw.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_pipe.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_public.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_screen.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_ddebug/dd_util.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_noop/noop_pipe.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_noop/noop_public.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_noop/noop_state.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/README U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/enums2names.py U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_context.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_context.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump_defines.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump_state.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_dump_state.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_public.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_screen.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_screen.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_texture.c U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/tr_texture.h U xenocara/lib/mesa/src/gallium/auxiliary/driver_trace/trace.xsl U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/f.cpp U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_const.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_coro.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_coro.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos_array.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_float.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_init.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_init.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_ir_common.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_ir_common.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_limits.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_jit_types.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_jit_types.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_nir.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_nir.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_nir_aos.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_nir_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c C xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_type.c U xenocara/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_type.h U xenocara/lib/mesa/src/gallium/auxiliary/hud/font.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/font.h C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_context.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_context.h C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_cpu.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_cpufreq.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_diskstat.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_driver_query.c U xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_fps.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_nic.c C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_private.h C xenocara/lib/mesa/src/gallium/auxiliary/hud/hud_sensors_temp.c C xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices.c U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices.h C xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices_gen.py U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_indices_priv.h C xenocara/lib/mesa/src/gallium/auxiliary/indices/u_primconvert.c U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_primconvert.h U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py U xenocara/lib/mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_draw_helpers.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_draw_helpers.h U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_to_tgsi.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_to_tgsi.h U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_to_tgsi_info.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/nir_to_tgsi_info.h C xenocara/lib/mesa/src/gallium/auxiliary/nir/tgsi_to_nir.c U xenocara/lib/mesa/src/gallium/auxiliary/nir/tgsi_to_nir.h U xenocara/lib/mesa/src/gallium/auxiliary/os/os_process.h U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/driinfo_gallium.h U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/meson.build C xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.c U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.h U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c U xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_priv.h C xenocara/lib/mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_cache.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_slab.c C xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_slab.h U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c U xenocara/lib/mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/ADDING U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/filters.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/postprocess.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_celshade.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_celshade.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_colors.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_colors.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_filters.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_init.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_private.h U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_program.c U xenocara/lib/mesa/src/gallium/auxiliary/postprocess/pp_run.c C xenocara/lib/mesa/src/gallium/auxiliary/renderonly/renderonly.c U xenocara/lib/mesa/src/gallium/auxiliary/renderonly/renderonly.h C xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c U xenocara/lib/mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h C xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/inline_debug_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/inline_sw_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/sw_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/target-helpers/sw_helper_public.h U xenocara/lib/mesa/src/gallium/auxiliary/tessellator/p_tessellator.cpp U xenocara/lib/mesa/src/gallium/auxiliary/tessellator/p_tessellator.h U xenocara/lib/mesa/src/gallium/auxiliary/tessellator/tessellator.cpp U xenocara/lib/mesa/src/gallium/auxiliary/tessellator/tessellator.hpp U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_aa_point.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_aa_point.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_build.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_build.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dynamic_indexing.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_dynamic_indexing.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_from_mesa.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_from_mesa.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_lowering.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_lowering.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_point_sprite.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_point_sprite.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_text.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_text.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_two_side.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_two_side.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h C xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_util.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_util.h U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_vpos.c U xenocara/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_vpos.h U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate.c U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate.h U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_cache.h C xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_generic.c U xenocara/lib/mesa/src/gallium/auxiliary/translate/translate_sse.c U xenocara/lib/mesa/src/gallium/auxiliary/util/dbghelp.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_async_debug.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_async_debug.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitcast.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitmask.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_bitmask.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blend.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_blitter.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_blitter.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_box.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_compute.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_compute.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_cb.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_flush.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_flush.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_image.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_debug_image.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw_quad.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_driconf.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_draw_quad.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_driconf.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dual_blend.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump_defines.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_dump_state.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_file.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_framebuffer.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_framebuffer.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_gen_mipmap.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_gen_mipmap.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_handle_table.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_handle_table.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_helpers.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_helpers.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_index_modify.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_index_modify.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_inlines.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_live_shader_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_live_shader_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_log.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_log.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pack_color.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim_restart.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_prim_restart.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pstipple.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pstipple.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_pwr8.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_range.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_rect.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_resource.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_resource.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sampler.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sampler.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_screen.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_screen.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_simple_shaders.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_simple_shaders.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_split_draw.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_split_draw.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_sse.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_split_prim.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_suballoc.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_suballoc.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_surface.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_surface.h N xenocara/lib/mesa/src/gallium/auxiliary/util/u_surface_test.cpp C xenocara/lib/mesa/src/gallium/auxiliary/util/u_tests.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tests.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_texture.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_texture.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_threaded_context.c C xenocara/lib/mesa/src/gallium/auxiliary/util/u_threaded_context.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_threaded_context_calls.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tile.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tile.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_trace_gallium.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_trace_gallium.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_tracepoints.py U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_vbuf.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer_helper.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_transfer_helper.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_upload_mgr.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_upload_mgr.h C xenocara/lib/mesa/src/gallium/auxiliary/util/u_vbuf.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_vertex_state_cache.c U xenocara/lib/mesa/src/gallium/auxiliary/util/u_vertex_state_cache.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_video.h U xenocara/lib/mesa/src/gallium/auxiliary/util/u_viewport.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_bicubic_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_bicubic_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_codec.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_codec.h C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor.c C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_cs.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_cs.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_gfx.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_compositor_gfx.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_csc.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_csc.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_decoder.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_decoder.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_defines.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_deint_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_deint_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_idct.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_idct.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mc.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_matrix_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_matrix_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mc.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_median_filter.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_median_filter.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_probs_table.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_stubs.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_types.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_video_buffer.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_video_buffer.h C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys.h U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_dri.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_drm.c C xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_dri3.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_dri_vgem.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_win32.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_winsys_xlib_swrast.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_zscan.c U xenocara/lib/mesa/src/gallium/auxiliary/vl/vl_zscan.h N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_batch.c U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_blit.c N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_disk_cache.c N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_disk_cache.h N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_fence.c N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_fence.h N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_nir_lower_sysvals.c U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_pipe.c U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_public.h N xenocara/lib/mesa/src/gallium/drivers/asahi/agx_query.c U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_state.c U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_state.h U xenocara/lib/mesa/src/gallium/drivers/asahi/agx_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/asahi/meson.build U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_batch.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_batch.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_blit.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_blorp.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_blt.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_bufmgr.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_clear.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_context.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_context.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_defines.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_disk_cache.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_draw.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_fence.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_fence.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_fine_fence.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_fine_fence.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_formats.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_genx_macros.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_genx_protos.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_monitor.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_monitor.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_perf.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_perf.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_performance_query.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_pipe.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_pipe_control.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_program.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_program_cache.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_query.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_resolve.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_resource.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_resource.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_screen.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_screen.h U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_state.c U xenocara/lib/mesa/src/gallium/drivers/crocus/crocus_todo.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/driinfo_crocus.h U xenocara/lib/mesa/src/gallium/drivers/crocus/gen4_blorp_exec.h U xenocara/lib/mesa/src/gallium/drivers/crocus/meson.build U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-g41-fails.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-g41-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-g41-skips.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-hsw-fails.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-hsw-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/crocus-hsw-skips.txt U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/deqp-crocus-g41.toml U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/deqp-crocus-hsw.toml U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/crocus/ci/traces-crocus.yml U xenocara/lib/mesa/src/gallium/drivers/d3d12/.clang-format U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_batch.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_batch.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_blit.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_blit.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_bufmgr.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_cmd_signature.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_cmd_signature.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_common.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_compiler.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_compiler.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_compute_transforms.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_compute_transforms.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_context.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_context.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_debug.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_descriptor_pool.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_descriptor_pool.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_draw.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_dxcore_screen.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_dxgi_screen.cpp N xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_dxgi_xbox_screen.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_fence.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_fence.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_format.c U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_format.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_gs_variant.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_interop_public.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_lower_image_casts.c U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_lower_point_sprite.c U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_nir_passes.c U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_nir_passes.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_pipeline_state.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_pipeline_state.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_public.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_query.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_query.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_residency.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_residency.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_resource.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_resource.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_resource_state.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_resource_state.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_root_signature.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_root_signature.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_screen.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_screen.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_surface.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_surface.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_tcs_variant.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/meson.build U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_util.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_array_of_textures_dpb_manager.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_array_of_textures_dpb_manager.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_buffer.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_buffer.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_av1.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_av1.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_h264.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_h264.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_hevc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_hevc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_references_mgr.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_references_mgr.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_vp9.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dec_vp9.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_dpb_storage_manager.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc_h264.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc_h264.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc_hevc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_enc_hevc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream_builder.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_proc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream_builder_h264.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream_builder_h264.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream_builder_hevc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_bitstream_builder_hevc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_nalu_writer_h264.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_nalu_writer_h264.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_nalu_writer_hevc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_nalu_writer_hevc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_references_manager.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_proc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_references_manager_h264.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_references_manager_h264.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_references_manager_hevc.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_encoder_references_manager_hevc.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_screen.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_screen.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_texture_array_dpb_manager.cpp U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_texture_array_dpb_manager.h U xenocara/lib/mesa/src/gallium/drivers/d3d12/d3d12_video_types.h N xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-quick_gl.toml U xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-quick_gl.txt N xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-quick_shader.toml U xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-quick_shader.txt N xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/d3d12-skips.txt U xenocara/lib/mesa/src/gallium/drivers/d3d12/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/etnaviv/README U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_asm.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_asm.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blend.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blend.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blt.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_blt.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_clear_blit.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_clear_blit.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_cmdline.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_emit.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_liveness.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/meson.build C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_context.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_ra.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_context.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_debug.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_disasm.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_disasm.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_disk_cache.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_disk_cache.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_emit.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_emit.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_etc2.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_etc2.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_fence.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_fence.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_format.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_format.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_internal.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_nir.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_nir.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_perfmon.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_nir_lower_ubo_to_uniform.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_perfmon.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_acc.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_acc.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_acc_occlusion.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_acc_perfmon.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_sw.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_query_sw.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rasterizer.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_resource.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_resource.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rs.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_rs.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_screen.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_screen.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_shader.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_shader.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_state.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_state.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_surface.c C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_surface.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture_desc.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture_desc.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture_state.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_texture_state.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_tiling.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_tiling.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_transfer.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_transfer.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_translate.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_uniforms.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_util.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_zsa.c U xenocara/lib/mesa/src/gallium/drivers/etnaviv/etnaviv_zsa.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/cmdstream.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/common.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/common_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/isa.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/state.xml.h C xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/state_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/state_blt.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/hw/texdesc_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/etnaviv/tests/lower_ubo_tests.cpp U xenocara/lib/mesa/src/gallium/drivers/freedreno/.dir-locals.el U xenocara/lib/mesa/src/gallium/drivers/freedreno/.editorconfig N xenocara/lib/mesa/src/gallium/drivers/freedreno/driinfo_freedreno.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_autotune.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_autotune.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch_cache.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_batch_cache.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_blitter.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_blitter.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_context.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_draw.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_draw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_fence.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/gmemtool.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_fence.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_gmem.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_perfetto.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_perfetto.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_program.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_acc.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_acc.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_hw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_hw.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_sw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_query_sw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_resource.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_screen.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_resource.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_screen.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_state.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_state.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_surface.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_surface.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_tracepoints.py U xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_util.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/freedreno_util.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/meson.build U xenocara/lib/mesa/src/gallium/drivers/freedreno/trace-parser.py U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_assemble.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_cp.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_nir.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_private.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a2xx/ir2_ra.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_format.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_format.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_compute.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_compute.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_draw.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_emit.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_format.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_format.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_image.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_image.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_program.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_program.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a4xx/fd4_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blend.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blend.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blitter.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_blitter.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_compute.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_compute.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_context.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_context.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_draw.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_draw.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_emit.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_emit.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_format.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_format.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_gmem.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_gmem.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_image.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_image.h C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_program.c C xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_program.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_query.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_rasterizer.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_resource.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_resource.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_screen.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_screen.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_texture.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_texture.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_zsa.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/a5xx/fd5_zsa.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_barrier.cc N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_barrier.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blend.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blend.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blitter.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_blitter.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_compute.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_compute.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_const.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_const.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_context.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_context.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_draw.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_draw.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_emit.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_emit.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_gmem.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_gmem.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_image.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_image.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_program.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_query.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_program.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_query.cc N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_rasterizer.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_rasterizer.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_resource.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_resource.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_screen.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_screen.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_texture.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_texture.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_vsc.cc C xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_vsc.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_zsa.cc U xenocara/lib/mesa/src/gallium/drivers/freedreno/a6xx/fd6_zsa.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cache.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cache.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_cmdline.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_const.h N xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_descriptor.c N xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_descriptor.h U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_gallium.c U xenocara/lib/mesa/src/gallium/drivers/freedreno/ir3/ir3_gallium.h U xenocara/lib/mesa/src/gallium/drivers/i915/.clang-format U xenocara/lib/mesa/src/gallium/drivers/i915/TODO U xenocara/lib/mesa/src/gallium/drivers/i915/i915_batch.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_batchbuffer.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_blit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_blit.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_clear.c C xenocara/lib/mesa/src/gallium/drivers/i915/i915_context.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_context.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug_fp.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_debug_private.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_flush.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_emit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_optimize.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_fpc_translate.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_prim_emit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_prim_vbuf.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_public.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_query.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_query.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_reg.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource_buffer.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_resource_texture.c C xenocara/lib/mesa/src/gallium/drivers/i915/i915_screen.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_screen.h C xenocara/lib/mesa/src/gallium/drivers/i915/i915_state.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state.h C xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_derived.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_dynamic.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_emit.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_fpc.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_immediate.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_inlines.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_sampler.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_state_static.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_surface.c U xenocara/lib/mesa/src/gallium/drivers/i915/i915_surface.h U xenocara/lib/mesa/src/gallium/drivers/i915/i915_winsys.h U xenocara/lib/mesa/src/gallium/drivers/i915/meson.build U xenocara/lib/mesa/src/gallium/drivers/i915/ci/deqp-i915g.toml U xenocara/lib/mesa/src/gallium/drivers/i915/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/i915/ci/i915-g33-fails.txt U xenocara/lib/mesa/src/gallium/drivers/i915/ci/i915-g33-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/i915/ci/i915-g33-skips.txt U xenocara/lib/mesa/src/gallium/drivers/i915/ci/traces-i915.yml U xenocara/lib/mesa/src/gallium/drivers/iris/driinfo_iris.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_batch.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_batch.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_binder.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_binder.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_blit.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_blorp.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_border_color.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_bufmgr.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_clear.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_context.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_context.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_defines.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_disk_cache.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_draw.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_fence.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_fence.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_fine_fence.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_fine_fence.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_formats.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_genx_macros.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_genx_protos.h N xenocara/lib/mesa/src/gallium/drivers/iris/iris_kmd_backend.c N xenocara/lib/mesa/src/gallium/drivers/iris/iris_kmd_backend.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_measure.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_measure.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_monitor.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_monitor.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_perf.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_perf.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_performance_query.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_pipe.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_pipe_control.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_program.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_program_cache.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_query.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_resolve.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_resource.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_resource.h C xenocara/lib/mesa/src/gallium/drivers/iris/iris_screen.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_screen.h U xenocara/lib/mesa/src/gallium/drivers/iris/iris_state.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_utrace.c U xenocara/lib/mesa/src/gallium/drivers/iris/iris_utrace.h U xenocara/lib/mesa/src/gallium/drivers/iris/meson.build N xenocara/lib/mesa/src/gallium/drivers/iris/i915/iris_batch.c N xenocara/lib/mesa/src/gallium/drivers/iris/i915/iris_batch.h N xenocara/lib/mesa/src/gallium/drivers/iris/i915/iris_bufmgr.c N xenocara/lib/mesa/src/gallium/drivers/iris/i915/iris_bufmgr.h N xenocara/lib/mesa/src/gallium/drivers/iris/i915/iris_kmd_backend.c N xenocara/lib/mesa/src/gallium/drivers/iris/xe/iris_bufmgr.c N xenocara/lib/mesa/src/gallium/drivers/iris/xe/iris_bufmgr.h N xenocara/lib/mesa/src/gallium/drivers/iris/xe/iris_kmd_backend.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_blit.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_blit.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_bo.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_bo.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_context.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_context.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_disk_cache.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_disk_cache.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_draw.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_fence.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_fence.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_format.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_format.h C xenocara/lib/mesa/src/gallium/drivers/lima/lima_gpu.h C xenocara/lib/mesa/src/gallium/drivers/lima/lima_job.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_job.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_parser.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_parser.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_program.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_program.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_util.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_query.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_resource.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_resource.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_screen.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_screen.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_state.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_texture.c U xenocara/lib/mesa/src/gallium/drivers/lima/lima_texture.h U xenocara/lib/mesa/src/gallium/drivers/lima/lima_util.h U xenocara/lib/mesa/src/gallium/drivers/lima/meson.build N xenocara/lib/mesa/src/gallium/drivers/lima/ci/deqp-lima-mali450-deqp.toml N xenocara/lib/mesa/src/gallium/drivers/lima/ci/deqp-lima-mali450-piglit.toml U xenocara/lib/mesa/src/gallium/drivers/lima/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/lima/ci/lima-fails.txt N xenocara/lib/mesa/src/gallium/drivers/lima/ci/lima-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/lima/ci/lima-skips.txt U xenocara/lib/mesa/src/gallium/drivers/lima/drm-shim/lima_noop.c U xenocara/lib/mesa/src/gallium/drivers/lima/drm-shim/meson.build U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_ir.h U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_algebraic.py U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_duplicate_consts.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_duplicate_intrinsic.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_lower_txp.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_lower_uniform_to_scalar.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_split_load_input.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/lima_nir_split_loads.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/codegen.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/codegen.h U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/disasm.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/gpir.h U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/instr.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/lower.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/nir.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/node.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/optimize.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/reduce_scheduler.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/regalloc.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/gp/scheduler.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/codegen.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/codegen.h U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/disasm.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/instr.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/liveness.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/lower.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/nir.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/node.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/node_to_instr.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/ppir.h U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/regalloc.c U xenocara/lib/mesa/src/gallium/drivers/lima/ir/pp/scheduler.c U xenocara/lib/mesa/src/gallium/drivers/lima/standalone/glsl.cpp U xenocara/lib/mesa/src/gallium/drivers/lima/standalone/glsl.h U xenocara/lib/mesa/src/gallium/drivers/lima/standalone/lima_compiler_cmdline.c U xenocara/lib/mesa/src/gallium/drivers/lima/standalone/lima_disasm.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_logicop.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_clear.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_clear.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_context.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_context.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_cs_tpool.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_cs_tpool.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_debug.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_draw_arrays.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_fence.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_fence.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_jit.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_jit.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_limits.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_linear.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_linear_fastpath.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_linear_interp.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_linear_priv.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_linear_sampler.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_memory.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_memory.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_perf.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_perf.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_public.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_query.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_query.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_debug.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_linear.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_linear_fallback.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_priv.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_rect.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_tri.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_screen.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_screen.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_analysis.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_line.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_point.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_rect.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_tri.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_blend.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_clip.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_cs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_cs.h C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_derived.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs_analysis.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs_fastpath.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs_linear.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_fs_linear_llvm.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_gs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_sampler.c C xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_setup.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_setup.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_so.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_surface.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_tess.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_vertex.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_state_vs.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_surface.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_surface.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_arit.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_blend.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_conv.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_format.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_main.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_test_printf.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_texture.c U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/lp_texture.h U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/meson.build U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/deqp-llvmpipe-asan.toml N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/deqp-llvmpipe-clover.toml N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/deqp-llvmpipe-rusticl.toml U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/deqp-llvmpipe.toml U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/gitlab-ci.yml N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-clover-fails.txt N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-clover-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-clover-skips.txt U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-fails.txt U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-rusticl-fails.txt N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-rusticl-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-rusticl-skips.txt U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/llvmpipe-skips.txt U xenocara/lib/mesa/src/gallium/drivers/llvmpipe/ci/traces-llvmpipe.yml U xenocara/lib/mesa/src/gallium/drivers/nouveau/meson.build U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_buffer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_buffer.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_compiler.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_debug.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_fence.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_fence.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_gldefs.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_heap.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_heap.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_mm.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_mm.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_screen.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_vp3_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nouveau_winsys.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv17_mpeg.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv31_mpeg.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv_m2mf.xml.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv_object.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/deqp-nouveau-gk20a.toml U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/deqp-nouveau-gm20b.toml U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gf108-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gf108-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gk20a-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gk20a-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gk20a-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm206-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm206-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm206-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm20b-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm20b-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gm20b-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gt215-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-gt215-skips.txt N xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-nv49-fails.txt N xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-nv49-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-nv92-fails.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-nv92-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/ci/nouveau-nv92-skips.txt U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv01_2d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30-40_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_clear.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_draw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_format.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_format.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_miptree.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_push.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_query.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_resource.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_resource.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_screen.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_texture.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_state_validate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_transfer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_transfer.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vbo.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vertprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_vertprog.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv30_winsys.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv40_vertprog.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nv40_verttex.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_shader.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv30/nvfx_vertprog.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/g80_defs.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/g80_texture.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_2d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_3ddefs.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_blit.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_compute.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_compute.xml.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_context.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_formats.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_miptree.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_program.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_program.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_push.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_sm.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_metric.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_metric.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_query_hw_sm.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_resource.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_resource.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_screen.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_shader_state.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_state.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_state_validate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_stateobj.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_stateobj_tex.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_surface.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_tex.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_transfer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_transfer.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_vbo.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv50_winsys.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv84_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_ppp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nv50/nv98_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/cla0c0qmd.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/clc0c0qmd.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/clc3c0qmd.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/drf.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/gm107_texture.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_compute.xml.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_context.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_context.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_formats.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_m2mf.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_macros.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_miptree.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_program.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_program.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_metric.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_sm.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw_sm.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_sw.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_query_sw.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_resource.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_resource.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_screen.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_state.c C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_state_validate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_stateobj.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_surface.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_transfer.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_vbo_translate.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/qmd.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_bsp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_ppp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_video_vp.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_compute.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_copy.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/nve4_p2mf.xml.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/qmda0c0.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/qmdc0c0.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/qmdc3c0.c U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/Makefile C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com9097.mme C xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com9097.mme.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com90c0.mme U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/com90c0.mme.h U xenocara/lib/mesa/src/gallium/drivers/nouveau/nvc0/mme/comc597.mme.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/meson.build U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blend_cso.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_blit.c C xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_cmdstream.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_context.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_context.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_disk_cache.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_fence.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_fence.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_helpers.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_job.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_job.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_mempool.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_mempool.h N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_nir_lower_sysvals.c N xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_nir_remove_fragcolor_stores.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_public.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_resource.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_resource.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_screen.c U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_screen.h U xenocara/lib/mesa/src/gallium/drivers/panfrost/pan_shader.c U xenocara/lib/mesa/src/gallium/drivers/r300/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/r300/meson.build U xenocara/lib/mesa/src/gallium/drivers/r300/r300_blit.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_cb.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_chipset.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_chipset.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_context.c C xenocara/lib/mesa/src/gallium/drivers/r300/r300_context.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_cs.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_debug.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_defines.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_emit.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_emit.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_flush.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_fs.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_fs.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_hyperz.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_public.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_query.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_reg.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_render.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_render_stencilref.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_render_translate.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_resource.c C xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen.c C xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen_buffer.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_screen_buffer.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_shader_semantics.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_state.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_state_derived.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_state_inlines.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture_desc.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_texture_desc.h C xenocara/lib/mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_transfer.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_transfer.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs.c U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs.h U xenocara/lib/mesa/src/gallium/drivers/r300/r300_vs_draw.c U xenocara/lib/mesa/src/gallium/drivers/r300/ci/r300-r480-fails.txt U xenocara/lib/mesa/src/gallium/drivers/r300/ci/r300-rv515-fails.txt U xenocara/lib/mesa/src/gallium/drivers/r300/ci/r300-rv515-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/r300/ci/r300-rv515-skips.txt U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/memory_pool.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/memory_pool.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_emit.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r300_nir_algebraic.py U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog_dump.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/r500_fragprog_emit.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_code.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_code.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_deadcode.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_swizzles.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_inline_literals.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_list.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_list.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_optimize.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_dead_sources.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_pair_translate.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_print.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.h N xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_swizzle.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_variable.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_variable.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/radeon_vert_fc.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_util_tests.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.h U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/unit_test.c U xenocara/lib/mesa/src/gallium/drivers/r300/compiler/tests/unit_test.h U xenocara/lib/mesa/src/gallium/drivers/r600/.dir-locals.el U xenocara/lib/mesa/src/gallium/drivers/r600/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/r600/cayman_msaa.c U xenocara/lib/mesa/src/gallium/drivers/r600/compute_memory_pool.c U xenocara/lib/mesa/src/gallium/drivers/r600/compute_memory_pool.h U xenocara/lib/mesa/src/gallium/drivers/r600/eg_asm.c U xenocara/lib/mesa/src/gallium/drivers/r600/eg_debug.c U xenocara/lib/mesa/src/gallium/drivers/r600/eg_sq.h U xenocara/lib/mesa/src/gallium/drivers/r600/egd_tables.py C xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute.c U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute.h C xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_compute_internal.h U xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_hw_context.c C xenocara/lib/mesa/src/gallium/drivers/r600/evergreen_state.c U xenocara/lib/mesa/src/gallium/drivers/r600/evergreend.h U xenocara/lib/mesa/src/gallium/drivers/r600/meson.build C xenocara/lib/mesa/src/gallium/drivers/r600/r600_asm.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_asm.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_blit.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_buffer_common.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_cs.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_dump.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_dump.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_formats.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_gpu_load.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_hw_context.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_isa.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_isa.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_opcodes.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_perfcounter.c C xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe.c C xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe_common.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_pipe_common.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_public.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_query.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_query.h C xenocara/lib/mesa/src/gallium/drivers/r600/r600_shader.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_shader.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600_sq.h U xenocara/lib/mesa/src/gallium/drivers/r600/r600d.h C xenocara/lib/mesa/src/gallium/drivers/r600/r600_state.c C xenocara/lib/mesa/src/gallium/drivers/r600/r600_state_common.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_streamout.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_test_dma.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_texture.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_uvd.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600_viewport.c U xenocara/lib/mesa/src/gallium/drivers/r600/r600d_common.h U xenocara/lib/mesa/src/gallium/drivers/r600/r700_asm.c U xenocara/lib/mesa/src/gallium/drivers/r600/r700_sq.h U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_uvd.c U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_uvd.h U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_vce.c U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_vce.h U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_video.c U xenocara/lib/mesa/src/gallium/drivers/r600/radeon_video.h U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-rv770-fails.txt U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-rv770-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-rv770-skips.txt U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-turks-fails.txt U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-turks-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/r600/ci/r600-turks-skips.txt U xenocara/lib/mesa/src/gallium/drivers/r600/sb/notes.markdown U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_builder.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_decoder.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_dump.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_bc_parser.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_context.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_core.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_dce_cleanup.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_def_use.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_dump.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_expr.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_expr.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_gcm.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_gvn.cpp C xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_if_conversion.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ir.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ir.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_pass.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_liveness.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_pass.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_peephole.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_psi_ops.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_public.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_checker.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_coalesce.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ra_init.cpp C xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_sched.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_sched.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_shader.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_shader.h U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_ssa_builder.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sb/sb_valtable.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/.clang-format U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_alu_defines.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_alu_defines.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_alu_readport_validation.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_alu_readport_validation.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_assembler.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_assembler.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_callstack.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_callstack.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_conditionaljumptracker.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_conditionaljumptracker.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_debug.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_debug.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_defines.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_docu.txt U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_alu.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_alu.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_alugroup.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_alugroup.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_controlflow.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_controlflow.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_export.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_export.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_fetch.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_fetch.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_lds.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_lds.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_mem.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_mem.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_tex.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instr_tex.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instrfactory.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_instrfactory.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_liverangeevaluator.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_liverangeevaluator.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_liverangeevaluator_helpers.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_liverangeevaluator_helpers.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_memorypool.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_memorypool.h C xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir.cpp C xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_legalize_image_load_store.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_64bit.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_alu.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_alu.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_fs_out_to_vector.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_fs_out_to_vector.h C xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_tess_io.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_tex.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_lower_tex.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_nir_vectorize_vs_inputs.c U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_optimizer.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_optimizer.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_peephole.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_peephole.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_ra.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_ra.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_scheduler.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_scheduler.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_cs.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_cs.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_fs.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_fs.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_gs.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_gs.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_tess.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_tess.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_vs.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_shader_vs.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_valuefactory.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_valuefactory.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_virtualvalues.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/sfn_virtualvalues.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/meson.build U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_instr_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_instrfromstring_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_liverange_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_optimizer_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_shaderfromstring_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_test_shaders.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_test_shaders.h U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_value_test.cpp U xenocara/lib/mesa/src/gallium/drivers/r600/sfn/tests/sfn_valuefactory_test.cpp U xenocara/lib/mesa/src/gallium/drivers/radeonsi/driinfo_radeonsi.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/gfx10_query.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/gfx10_shader_ngg.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/meson.build U xenocara/lib/mesa/src/gallium/drivers/radeonsi/pspdecryptionparam.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_temporal.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_uvd.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_uvd.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_uvd_enc.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_uvd_enc.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_uvd_enc_1_1.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vce.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vce.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vce_40_2_2.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vce_50.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vce_52.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_av1_default.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_dec.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_dec.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_dec_jpeg.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc_1_2.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc_2_0.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc_3_0.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_vcn_enc_4_0.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_video.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/radeon_video.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_blit.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_buffer.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_build_pm4.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_clear.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_cp_dma.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_compute_blit.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_cp_reg_shadowing.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_debug.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_debug_options.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_descriptors.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_fence.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_get.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_gfx_cs.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_gpu_load.c N xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_nir_lower_abi.c N xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_nir_lower_resource.c N xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_nir_lower_vs_inputs.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_nir_optim.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_perfcounter.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pipe.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pipe.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pm4.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_pm4.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_public.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_query.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_query.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_sdma_copy_image.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_info.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_internal.h C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_llvm.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_llvm_gs.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_llvm_ps.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_llvm_tess.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_llvm_vs.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shader_nir.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shaderlib_nir.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_shaderlib_tgsi.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_sqtt.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state.c C xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state.h U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_binning.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_draw.cpp U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_uvd.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_msaa.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_shaders.cpp U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_streamout.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_state_viewport.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_test_dma_perf.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_test_image_copy_region.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/si_texture.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx10-navi10-fail.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx10_3-navi21-fail.csv N xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx11-gfx1100-fail.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx8-polaris11-fail.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx9-raven-fail.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx9-vega20-fail.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/gfx9-vega20-flakes.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/radeonsi-flakes.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py U xenocara/lib/mesa/src/gallium/drivers/radeonsi/ci/skips.csv U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/HOW_TO_RUN U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/amdgcn_glslc.c U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/bitcount.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/bitfield_extract.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/bitfield_insert.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/div.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/exp2.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/fma.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/fract.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/frexp.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/ldexp.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/lit.cfg U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/log2.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/meson.build U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.f32.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.f64.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.i32.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/minmax.u32.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/pack_unpack_half.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/pow.glsl U xenocara/lib/mesa/src/gallium/drivers/radeonsi/glsl_tests/sqrt.glsl U xenocara/lib/mesa/src/gallium/drivers/softpipe/meson.build U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_buffer.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_buffer.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_clear.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_clear.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_compute.c C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_context.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_context.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fence.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fence.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_flush.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_flush.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fs.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_fs_exec.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_image.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_image.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_limits.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_public.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_blend.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_fs.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_query.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_query.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_screen.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_screen.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_setup.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_setup.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_blend.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_clip.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_derived.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_image.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_sampler.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_shader.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_so.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_surface.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_state_vertex.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_surface.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_surface.h C xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_sample.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_sample.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_texture.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_texture.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tile_cache.c U xenocara/lib/mesa/src/gallium/drivers/softpipe/sp_tile_cache.h U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/deqp-softpipe.toml U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/softpipe-asan-fails.txt U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/softpipe-fails.txt U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/softpipe-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/softpipe/ci/softpipe-skips.txt U xenocara/lib/mesa/src/gallium/drivers/svga/meson.build U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_cmd_vgpu10.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_context.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_context.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_debug.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_arrays.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_elements.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_draw_private.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_format.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_format.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_hw_reg.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_image_view.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_image_view.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_link.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_link.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_mksstats.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_blend.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_blit.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_clear.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_constants.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_cs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_depthstencil.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_draw.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_flush.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_fs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_gs.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_misc.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_query.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_rasterizer.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_sampler.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_streamout.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_ts.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_vertex.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_pipe_vs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_public.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_texture.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_resource_texture.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_sampler_view.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_sampler_view.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen_cache.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_screen_cache.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader_buffer.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_shader_buffer.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_constants.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_cs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_framebuffer.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_fs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_gs.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_need_swtnl.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_rss.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_sampler.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_tgsi_transform.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_ts.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_tss.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_uav.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_vdecl.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_state_vs.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_streamout.h C xenocara/lib/mesa/src/gallium/drivers/svga/svga_surface.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_surface.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_backend.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_draw.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_private.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_swtnl_state.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_decl_sm30.c U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_emit.h U xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_insn.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_tgsi_vgpu10.c C xenocara/lib/mesa/src/gallium/drivers/svga/svga_winsys.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/README U xenocara/lib/mesa/src/gallium/drivers/svga/include/VGPU10ShaderTokens.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/includeCheck.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_caps.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_cmd.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_devcaps.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_dx.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_limits.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_reg.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_shaderdefs.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_surfacedefs.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga3d_types.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_escape.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_overlay.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_reg.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/svga_types.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/vmware_pack_begin.h U xenocara/lib/mesa/src/gallium/drivers/svga/include/vmware_pack_end.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.c U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_dump.py U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.c U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.h U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.c U xenocara/lib/mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.h U xenocara/lib/mesa/src/gallium/drivers/tegra/meson.build U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_context.c U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_context.h U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_resource.h U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_screen.c U xenocara/lib/mesa/src/gallium/drivers/tegra/tegra_screen.h U xenocara/lib/mesa/src/gallium/drivers/v3d/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/v3d/driinfo_v3d.h U xenocara/lib/mesa/src/gallium/drivers/v3d/meson.build U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_blit.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_bufmgr.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_cl.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_cl.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_context.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_context.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_disk_cache.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_fence.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_format_table.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_formats.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_job.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_program.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_query.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_query.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_query_perfcnt.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_query_pipe.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_resource.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_resource.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_screen.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_screen.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3d_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_context.h U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_draw.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_emit.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_format_table.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_job.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_rcl.c U xenocara/lib/mesa/src/gallium/drivers/v3d/v3dx_state.c U xenocara/lib/mesa/src/gallium/drivers/vc4/.dir-locals.el U xenocara/lib/mesa/src/gallium/drivers/vc4/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/vc4/meson.build U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_blit.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_bufmgr.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_bufmgr.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl_dump.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_cl_dump.h C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_context.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_context.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_draw.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_emit.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_fence.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_formats.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_job.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_blend.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_io.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_algebraic.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_coalesce_ff_writes.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_constant_folding.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_copy_propagation.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_dead_code.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_peephole_sf.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_small_immediates.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_opt_vpm.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_program.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_emit_uniform_stream_resets.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_live_variables.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_lower_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_schedule.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qir_validate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_defines.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_disasm.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_emit.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_schedule.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_qpu_validate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_query.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_register_allocate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_reorder_uniforms.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_resource.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_resource.h C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_screen.c C xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_screen.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_simulator.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_simulator_validate.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_state.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling.h U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling_lt.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_tiling_lt_neon.c U xenocara/lib/mesa/src/gallium/drivers/vc4/vc4_uniforms.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/.dir-locals.el U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/.editorconfig U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/README U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_drv.h U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_gem.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_packet.h U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_render_cl.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_validate.c U xenocara/lib/mesa/src/gallium/drivers/vc4/kernel/vc4_validate_shaders.c U xenocara/lib/mesa/src/gallium/drivers/virgl/meson.build U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_buffer.c C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_context.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_context.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_driinfo.h.in C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_encode.c C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_encode.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_public.h C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_query.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_resource.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_resource.h C xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_screen.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_screen.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_staging_mgr.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_staging_mgr.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_streamout.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_texture.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_tgsi.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_video.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_transfer_queue.c U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_transfer_queue.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_video.h U xenocara/lib/mesa/src/gallium/drivers/virgl/virgl_winsys.h N xenocara/lib/mesa/src/gallium/drivers/virgl/ci/deqp-android-virgl.toml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/deqp-virgl-gl.toml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/deqp-virgl-gles.toml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/deqp-virpipe-gl.toml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/traces-virgl-iris.yml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/traces-virgl.yml U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gl-fails.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gl-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gl-skips.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gles-fails.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gles-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virgl-gles-skips.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virpipe-gl-fails.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virpipe-gl-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/ci/virpipe-gl-skips.txt U xenocara/lib/mesa/src/gallium/drivers/virgl/tests/meson.build U xenocara/lib/mesa/src/gallium/drivers/virgl/tests/virgl_staging_mgr_test.cpp U xenocara/lib/mesa/src/gallium/drivers/zink/VP_ZINK_requirements.json U xenocara/lib/mesa/src/gallium/drivers/zink/driinfo_zink.h U xenocara/lib/mesa/src/gallium/drivers/zink/meson.build U xenocara/lib/mesa/src/gallium/drivers/zink/zink_batch.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_batch.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_blit.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_bo.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_bo.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_clear.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_clear.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_compiler.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_compiler.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_context.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_context.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_descriptors.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_descriptors.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_device_info.py U xenocara/lib/mesa/src/gallium/drivers/zink/zink_draw.cpp U xenocara/lib/mesa/src/gallium/drivers/zink/zink_extensions.py U xenocara/lib/mesa/src/gallium/drivers/zink/zink_fence.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_fence.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_format.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_format.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_format_test.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_framebuffer.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_framebuffer.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_helpers.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_inlines.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_instance.py U xenocara/lib/mesa/src/gallium/drivers/zink/zink_kopper.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_kopper.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_lower_cubemap_to_array.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_pipeline.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_pipeline.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_program.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_program.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_program_state.hpp U xenocara/lib/mesa/src/gallium/drivers/zink/zink_public.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_query.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_query.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_render_pass.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_render_pass.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_resource.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_resource.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_screen.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_screen.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_shader_keys.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_state.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_state.h U xenocara/lib/mesa/src/gallium/drivers/zink/zink_surface.c U xenocara/lib/mesa/src/gallium/drivers/zink/zink_surface.h N xenocara/lib/mesa/src/gallium/drivers/zink/zink_synchronization.cpp U xenocara/lib/mesa/src/gallium/drivers/zink/zink_types.h N xenocara/lib/mesa/src/gallium/drivers/zink/ci/deqp-zink-anv-tgl-full.toml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/deqp-zink-anv-tgl.toml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/deqp-zink-freedreno-a618.toml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/deqp-zink-lvp.toml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/deqp-zink-radv.toml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/gitlab-ci.yml N xenocara/lib/mesa/src/gallium/drivers/zink/ci/traces-zink-restricted.yml N xenocara/lib/mesa/src/gallium/drivers/zink/ci/traces-zink.yml U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-amdpro-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-anv-icl-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-anv-icl-skips.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-anv-tgl-fails.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-anv-tgl-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-anv-tgl-skips.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-lvp-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-freedreno-a618-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-freedreno-a618-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-freedreno-a618-skips.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-lvp-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-lvp-skips.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-lvp-validation-settings.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-nv-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-nv-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-navi10-fails.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-navi10-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-navi10-skips.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-vangogh-fails.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-vangogh-flakes.txt N xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-radv-vangogh-skips.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-tu-a630-fails.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-tu-a630-flakes.txt U xenocara/lib/mesa/src/gallium/drivers/zink/ci/zink-tu-a630-skips.txt U xenocara/lib/mesa/src/gallium/drivers/zink/nir_to_spirv/nir_to_spirv.c U xenocara/lib/mesa/src/gallium/drivers/zink/nir_to_spirv/nir_to_spirv.h U xenocara/lib/mesa/src/gallium/drivers/zink/nir_to_spirv/spirv_builder.c U xenocara/lib/mesa/src/gallium/drivers/zink/nir_to_spirv/spirv_builder.h C xenocara/lib/mesa/src/gallium/drivers/zink/nir_to_spirv/zink_nir_algebraic.py U xenocara/lib/mesa/src/gallium/frontends/clover/meson.build U xenocara/lib/mesa/src/gallium/frontends/clover/api/context.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/device.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/dispatch.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/dispatch.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/event.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/interop.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/invalid.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/kernel.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/memory.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/platform.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/program.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/queue.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/sampler.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/transfer.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/api/util.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/binary.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/binary.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/compiler.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/context.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/context.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/device.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/device.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/error.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/event.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/event.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/format.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/format.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/kernel.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/kernel.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/memory.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/memory.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/object.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/platform.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/platform.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/printf.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/printf.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/program.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/program.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/property.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/queue.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/queue.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/resource.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/resource.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/sampler.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/sampler.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/timestamp.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/core/timestamp.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/codegen.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/compat.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/invocation.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/invocation.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/metadata.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/util.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/codegen/bitcode.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/codegen/common.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/llvm/codegen/native.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/nir/invocation.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/nir/invocation.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/spirv/invocation.cpp U xenocara/lib/mesa/src/gallium/frontends/clover/spirv/invocation.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/adaptor.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/algebra.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/algorithm.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/compat.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/factor.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/functional.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/lazy.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/pointer.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/range.hpp U xenocara/lib/mesa/src/gallium/frontends/clover/util/tuple.hpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Adapter.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/D3DKMT.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Debug.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Debug.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Device.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Device.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Draw.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Draw.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/DriverIncludes.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/DxgiFns.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/DxgiFns.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Format.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Format.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/InputAssembly.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/InputAssembly.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/OutputMerger.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/OutputMerger.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Query.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Query.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/README.md U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Rasterizer.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Rasterizer.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Resource.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Resource.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Shader.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/Shader.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/ShaderDump.cpp U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/ShaderDump.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/ShaderParse.c U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/ShaderParse.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/ShaderTGSI.c U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/State.h U xenocara/lib/mesa/src/gallium/frontends/d3d10umd/meson.build U xenocara/lib/mesa/src/gallium/frontends/dri/dri2.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_context.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_context.h U xenocara/lib/mesa/src/gallium/frontends/dri/dri_drawable.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_drawable.h U xenocara/lib/mesa/src/gallium/frontends/dri/dri_helpers.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_helpers.h U xenocara/lib/mesa/src/gallium/frontends/dri/dri_query_renderer.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_query_renderer.h U xenocara/lib/mesa/src/gallium/frontends/dri/dri_screen.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_screen.h U xenocara/lib/mesa/src/gallium/frontends/dri/dri_util.c U xenocara/lib/mesa/src/gallium/frontends/dri/dri_util.h U xenocara/lib/mesa/src/gallium/frontends/dri/drisw.c U xenocara/lib/mesa/src/gallium/frontends/dri/kopper.c U xenocara/lib/mesa/src/gallium/frontends/dri/meson.build C xenocara/lib/mesa/src/gallium/frontends/glx/xlib/glx_api.c U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/glx_getproc.c U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/glx_usefont.c U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/meson.build U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/xm_api.c U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/xm_api.h U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/xm_st.c U xenocara/lib/mesa/src/gallium/frontends/glx/xlib/xm_st.h U xenocara/lib/mesa/src/gallium/frontends/hgl/.editorconfig U xenocara/lib/mesa/src/gallium/frontends/hgl/hgl.c U xenocara/lib/mesa/src/gallium/frontends/hgl/hgl_context.h U xenocara/lib/mesa/src/gallium/frontends/hgl/meson.build U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_cmd_buffer.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_conv.h U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_descriptor_set.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_device.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_execute.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_formats.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_image.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_inline_uniforms.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_lower_input_attachments.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_lower_vulkan_resource.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_lower_vulkan_resource.h U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_pipe_sync.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_pipeline.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_pipeline_cache.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_private.h U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_query.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_util.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_wsi.c U xenocara/lib/mesa/src/gallium/frontends/lavapipe/lvp_wsi.h U xenocara/lib/mesa/src/gallium/frontends/lavapipe/meson.build U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/deqp-lvp.toml U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/gitlab-ci.yml U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/lvp-asan-fails.txt U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/lvp-asan-skips.txt U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/lvp-fails.txt U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/lvp-flakes.txt U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/lvp-skips.txt U xenocara/lib/mesa/src/gallium/frontends/lavapipe/ci/traces-lavapipe.yml U xenocara/lib/mesa/src/gallium/frontends/nine/.editorconfig U xenocara/lib/mesa/src/gallium/frontends/nine/adapter9.c U xenocara/lib/mesa/src/gallium/frontends/nine/adapter9.h U xenocara/lib/mesa/src/gallium/frontends/nine/authenticatedchannel9.c U xenocara/lib/mesa/src/gallium/frontends/nine/authenticatedchannel9.h U xenocara/lib/mesa/src/gallium/frontends/nine/basetexture9.c U xenocara/lib/mesa/src/gallium/frontends/nine/basetexture9.h U xenocara/lib/mesa/src/gallium/frontends/nine/buffer9.c U xenocara/lib/mesa/src/gallium/frontends/nine/buffer9.h U xenocara/lib/mesa/src/gallium/frontends/nine/cryptosession9.c U xenocara/lib/mesa/src/gallium/frontends/nine/cryptosession9.h U xenocara/lib/mesa/src/gallium/frontends/nine/cubetexture9.c U xenocara/lib/mesa/src/gallium/frontends/nine/cubetexture9.h U xenocara/lib/mesa/src/gallium/frontends/nine/device9.c U xenocara/lib/mesa/src/gallium/frontends/nine/device9.h U xenocara/lib/mesa/src/gallium/frontends/nine/device9ex.c U xenocara/lib/mesa/src/gallium/frontends/nine/device9ex.h U xenocara/lib/mesa/src/gallium/frontends/nine/device9video.c U xenocara/lib/mesa/src/gallium/frontends/nine/device9video.h U xenocara/lib/mesa/src/gallium/frontends/nine/guid.c U xenocara/lib/mesa/src/gallium/frontends/nine/guid.h U xenocara/lib/mesa/src/gallium/frontends/nine/indexbuffer9.c U xenocara/lib/mesa/src/gallium/frontends/nine/indexbuffer9.h U xenocara/lib/mesa/src/gallium/frontends/nine/iunknown.c U xenocara/lib/mesa/src/gallium/frontends/nine/iunknown.h U xenocara/lib/mesa/src/gallium/frontends/nine/meson.build U xenocara/lib/mesa/src/gallium/frontends/nine/nine_buffer_upload.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_buffer_upload.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_csmt_helper.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_debug.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_debug.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_defines.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_dump.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_dump.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_ff.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_ff.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_flags.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_helpers.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_helpers.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_limits.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_lock.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_lock.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_pdata.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_memory_helper.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_memory_helper.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_pipe.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_pipe.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_queue.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_queue.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_quirk.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_quirk.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_shader.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_shader.h U xenocara/lib/mesa/src/gallium/frontends/nine/nine_state.c U xenocara/lib/mesa/src/gallium/frontends/nine/nine_state.h U xenocara/lib/mesa/src/gallium/frontends/nine/nineexoverlayextension.c U xenocara/lib/mesa/src/gallium/frontends/nine/nineexoverlayextension.h U xenocara/lib/mesa/src/gallium/frontends/nine/pixelshader9.c U xenocara/lib/mesa/src/gallium/frontends/nine/pixelshader9.h U xenocara/lib/mesa/src/gallium/frontends/nine/query9.c U xenocara/lib/mesa/src/gallium/frontends/nine/query9.h U xenocara/lib/mesa/src/gallium/frontends/nine/resource9.c U xenocara/lib/mesa/src/gallium/frontends/nine/resource9.h U xenocara/lib/mesa/src/gallium/frontends/nine/stateblock9.c U xenocara/lib/mesa/src/gallium/frontends/nine/stateblock9.h U xenocara/lib/mesa/src/gallium/frontends/nine/surface9.c U xenocara/lib/mesa/src/gallium/frontends/nine/surface9.h U xenocara/lib/mesa/src/gallium/frontends/nine/swapchain9.c U xenocara/lib/mesa/src/gallium/frontends/nine/swapchain9.h U xenocara/lib/mesa/src/gallium/frontends/nine/swapchain9ex.c U xenocara/lib/mesa/src/gallium/frontends/nine/swapchain9ex.h U xenocara/lib/mesa/src/gallium/frontends/nine/texture9.c U xenocara/lib/mesa/src/gallium/frontends/nine/texture9.h U xenocara/lib/mesa/src/gallium/frontends/nine/threadpool.c U xenocara/lib/mesa/src/gallium/frontends/nine/threadpool.h U xenocara/lib/mesa/src/gallium/frontends/nine/vertexbuffer9.c U xenocara/lib/mesa/src/gallium/frontends/nine/vertexbuffer9.h U xenocara/lib/mesa/src/gallium/frontends/nine/vertexdeclaration9.c U xenocara/lib/mesa/src/gallium/frontends/nine/vertexdeclaration9.h U xenocara/lib/mesa/src/gallium/frontends/nine/vertexshader9.c U xenocara/lib/mesa/src/gallium/frontends/nine/vertexshader9.h U xenocara/lib/mesa/src/gallium/frontends/nine/volume9.c U xenocara/lib/mesa/src/gallium/frontends/nine/volume9.h U xenocara/lib/mesa/src/gallium/frontends/nine/volumetexture9.c U xenocara/lib/mesa/src/gallium/frontends/nine/volumetexture9.h U xenocara/lib/mesa/src/gallium/frontends/omx/meson.build U xenocara/lib/mesa/src/gallium/frontends/omx/vid_dec_common.c U xenocara/lib/mesa/src/gallium/frontends/omx/vid_dec_common.h U xenocara/lib/mesa/src/gallium/frontends/omx/vid_dec_h264_common.c U xenocara/lib/mesa/src/gallium/frontends/omx/vid_dec_h264_common.h U xenocara/lib/mesa/src/gallium/frontends/omx/vid_enc_common.c U xenocara/lib/mesa/src/gallium/frontends/omx/vid_enc_common.h U xenocara/lib/mesa/src/gallium/frontends/omx/vid_omx_common.c U xenocara/lib/mesa/src/gallium/frontends/omx/vid_omx_common.h U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/entrypoint.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/entrypoint.h U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec.h U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec_av1.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec_av1.h U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec_h264.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec_h265.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_dec_mpeg12.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_enc.c U xenocara/lib/mesa/src/gallium/frontends/omx/bellagio/vid_enc.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/entrypoint.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/entrypoint.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264d.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264d.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264dinport.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264dinport.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264dinport_decls.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264dprc.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264dprc.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264e.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264e.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264einport.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264einport.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264einport_decls.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264eoutport.c U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264eoutport.h U xenocara/lib/mesa/src/gallium/frontends/omx/tizonia/h264eoutport_